+ 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 Mar 31 05:43:12 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:06 os: Linux-5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 nodename: neutron-server-597d989585-l222n 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 0x7f44c8cf9668 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-03-31 05:43:17.527 8 INFO neutron.common.config [-] Logging enabled! 2026-03-31 05:43:17.527 8 INFO neutron.common.config [-] uwsgi version 25.2.3.dev6 2026-03-31 05:43:17.616 7 INFO neutron.common.config [-] Logging enabled! 2026-03-31 05:43:17.616 7 INFO neutron.common.config [-] uwsgi version 25.2.3.dev6 2026-03-31 05:43:18.072 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-31 05:43:18.176 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-31 05:43:19.277 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:43:19.280 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-31 05:43:19.284 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-31 05:43:19.285 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:43:19.286 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-31 05:43:19.286 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-31 05:43:19.286 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:43:19.294 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:43:19.295 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:43:19.295 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:43:19.318 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-31 05:43:19.320 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:43:19.320 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-31 05:43:19.361 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:43:19.364 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-31 05:43:19.368 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-31 05:43:19.368 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-31 05:43:19.368 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-31 05:43:19.368 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-31 05:43:19.369 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-31 05:43:19.369 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:43:19.369 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-31 05:43:19.369 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-31 05:43:19.370 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:43:19.378 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:43:19.378 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:43:19.378 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:43:19.400 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-31 05:43:19.402 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:43:19.402 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-31 05:43:19.445 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-31 05:43:19.445 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-31 05:43:19.445 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-31 05:43:19.445 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-31 05:43:19.854 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing driver for type 'vlan' 2026-03-31 05:43:20.000 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] VlanTypeDriver initialization complete 2026-03-31 05:43:20.001 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing driver for type 'vxlan' 2026-03-31 05:43:20.001 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-31 05:43:20.021 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-31 05:43:20.021 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-31 05:43:20.021 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing extension driver 'port_security' 2026-03-31 05:43:20.021 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-31 05:43:20.021 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing extension driver 'qos' 2026-03-31 05:43:20.022 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-31 05:43:20.022 8 INFO neutron.plugins.ml2.managers [None req-d27e3781-ac52-4a69-adbc-2d99ca6df5d8 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-31 05:43:20.032 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing driver for type 'vlan' 2026-03-31 05:43:20.034 8 INFO neutron.quota [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded quota_driver: . 2026-03-31 05:43:20.034 8 INFO neutron.plugins.ml2.plugin [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Modular L2 Plugin initialization complete 2026-03-31 05:43:20.034 8 INFO neutron.plugins.ml2.managers [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-31 05:43:20.035 8 INFO neutron.plugins.ml2.managers [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-31 05:43:20.035 8 INFO neutron.plugins.ml2.managers [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Got port-security extension from driver 'port_security' 2026-03-31 05:43:20.035 8 INFO neutron.extensions.vlantransparent [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Disabled vlantransparent extension. 2026-03-31 05:43:20.035 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: qos 2026-03-31 05:43:20.049 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: router 2026-03-31 05:43:20.093 8 INFO neutron.services.service_base [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-31 05:43:20.094 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: segments 2026-03-31 05:43:20.188 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: trunk 2026-03-31 05:43:20.189 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] VlanTypeDriver initialization complete 2026-03-31 05:43:20.190 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing driver for type 'vxlan' 2026-03-31 05:43:20.190 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-31 05:43:20.203 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: vpnaas 2026-03-31 05:43:20.210 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-31 05:43:20.211 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-31 05:43:20.211 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing extension driver 'port_security' 2026-03-31 05:43:20.211 7 INFO neutron.plugins.ml2.extensions.port_security [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-31 05:43:20.211 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing extension driver 'qos' 2026-03-31 05:43:20.211 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-31 05:43:20.211 7 INFO neutron.plugins.ml2.managers [None req-800709c3-cf1c-4b41-9b40-bfbdd7da6ae9 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-31 05:43:20.224 7 INFO neutron.quota [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded quota_driver: . 2026-03-31 05:43:20.225 7 INFO neutron.plugins.ml2.plugin [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Modular L2 Plugin initialization complete 2026-03-31 05:43:20.225 7 INFO neutron.plugins.ml2.managers [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-31 05:43:20.225 7 INFO neutron.plugins.ml2.managers [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-31 05:43:20.225 7 INFO neutron.plugins.ml2.managers [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-31 05:43:20.225 7 INFO neutron.extensions.vlantransparent [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Disabled vlantransparent extension. 2026-03-31 05:43:20.226 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: qos 2026-03-31 05:43:20.239 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: router 2026-03-31 05:43:20.244 8 WARNING stevedore.named [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:43:20.283 7 INFO neutron.services.service_base [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-31 05:43:20.284 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: segments 2026-03-31 05:43:20.325 8 INFO neutron_vpnaas.services.vpn.plugin [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-31 05:43:20.325 8 INFO neutron.common.utils [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-31 05:43:20.325 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: auto_allocate 2026-03-31 05:43:20.332 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: tag 2026-03-31 05:43:20.340 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: timestamp 2026-03-31 05:43:20.342 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: network_ip_availability 2026-03-31 05:43:20.346 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: flavors 2026-03-31 05:43:20.349 8 INFO neutron.manager [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loading Plugin: revisions 2026-03-31 05:43:20.353 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Initializing extension manager. 2026-03-31 05:43:20.354 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: address-group 2026-03-31 05:43:20.355 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: address-scope 2026-03-31 05:43:20.356 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-31 05:43:20.356 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: agent 2026-03-31 05:43:20.357 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: agent-resources-synced 2026-03-31 05:43:20.358 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: allowed-address-pairs 2026-03-31 05:43:20.359 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: auto-allocated-topology 2026-03-31 05:43:20.360 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: availability_zone 2026-03-31 05:43:20.360 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: availability_zone_filter 2026-03-31 05:43:20.361 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-31 05:43:20.361 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: default-subnetpools 2026-03-31 05:43:20.363 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-31 05:43:20.363 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: dns-integration 2026-03-31 05:43:20.364 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: dns-domain-ports 2026-03-31 05:43:20.366 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-31 05:43:20.367 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: dvr 2026-03-31 05:43:20.367 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-31 05:43:20.368 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: empty-string-filtering 2026-03-31 05:43:20.368 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:43:20.369 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-31 05:43:20.369 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: external-net 2026-03-31 05:43:20.370 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-31 05:43:20.370 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: extraroute 2026-03-31 05:43:20.371 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: extraroute-atomic 2026-03-31 05:43:20.372 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-31 05:43:20.372 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-31 05:43:20.373 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-31 05:43:20.373 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-31 05:43:20.374 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: fip-port-details 2026-03-31 05:43:20.375 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: flavors 2026-03-31 05:43:20.376 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-31 05:43:20.378 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: floatingip-pools 2026-03-31 05:43:20.379 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: ip_allocation 2026-03-31 05:43:20.379 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: ip-substring-filtering 2026-03-31 05:43:20.380 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: l2_adjacency 2026-03-31 05:43:20.381 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: router 2026-03-31 05:43:20.383 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:43:20.383 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-31 05:43:20.384 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-31 05:43:20.385 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: ext-gw-mode 2026-03-31 05:43:20.385 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: l3-ha 2026-03-31 05:43:20.386 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:43:20.386 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-31 05:43:20.387 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: l3-flavors 2026-03-31 05:43:20.388 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:43:20.388 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-31 05:43:20.390 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: trunk 2026-03-31 05:43:20.405 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: vpnaas 2026-03-31 05:43:20.443 7 WARNING stevedore.named [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:43:20.521 7 INFO neutron_vpnaas.services.vpn.plugin [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-31 05:43:20.522 7 INFO neutron.common.utils [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-31 05:43:20.522 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: auto_allocate 2026-03-31 05:43:20.529 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: tag 2026-03-31 05:43:20.536 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: timestamp 2026-03-31 05:43:20.539 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: network_ip_availability 2026-03-31 05:43:20.543 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: flavors 2026-03-31 05:43:20.546 7 INFO neutron.manager [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loading Plugin: revisions 2026-03-31 05:43:20.549 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Initializing extension manager. 2026-03-31 05:43:20.551 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: address-group 2026-03-31 05:43:20.552 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: address-scope 2026-03-31 05:43:20.552 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-31 05:43:20.553 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: agent 2026-03-31 05:43:20.554 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: agent-resources-synced 2026-03-31 05:43:20.555 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-31 05:43:20.555 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-31 05:43:20.556 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-31 05:43:20.557 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: availability_zone 2026-03-31 05:43:20.557 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-31 05:43:20.557 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: availability_zone_filter 2026-03-31 05:43:20.558 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-31 05:43:20.558 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-31 05:43:20.558 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: default-subnetpools 2026-03-31 05:43:20.559 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-31 05:43:20.560 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-31 05:43:20.560 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-31 05:43:20.560 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: dns-integration 2026-03-31 05:43:20.560 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: multi-provider 2026-03-31 05:43:20.561 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: dns-domain-ports 2026-03-31 05:43:20.561 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: net-mtu 2026-03-31 05:43:20.561 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: net-mtu-writable 2026-03-31 05:43:20.561 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-31 05:43:20.562 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: network_availability_zone 2026-03-31 05:43:20.562 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: dvr 2026-03-31 05:43:20.562 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: network_ha 2026-03-31 05:43:20.563 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-31 05:43:20.563 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: empty-string-filtering 2026-03-31 05:43:20.563 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: network-ip-availability 2026-03-31 05:43:20.564 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:43:20.564 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-31 05:43:20.564 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-31 05:43:20.565 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: external-net 2026-03-31 05:43:20.565 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: pagination 2026-03-31 05:43:20.565 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-31 05:43:20.565 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-device-profile 2026-03-31 05:43:20.566 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: extraroute 2026-03-31 05:43:20.566 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-31 05:43:20.566 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: extraroute-atomic 2026-03-31 05:43:20.566 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-31 05:43:20.567 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-31 05:43:20.567 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-31 05:43:20.567 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-31 05:43:20.568 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-mac-override 2026-03-31 05:43:20.568 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-31 05:43:20.568 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-31 05:43:20.568 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-31 05:43:20.569 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-31 05:43:20.569 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: fip-port-details 2026-03-31 05:43:20.569 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-31 05:43:20.570 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: flavors 2026-03-31 05:43:20.570 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-resource-request 2026-03-31 05:43:20.570 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-resource-request-groups 2026-03-31 05:43:20.571 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-31 05:43:20.571 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-31 05:43:20.572 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: floatingip-pools 2026-03-31 05:43:20.572 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: binding 2026-03-31 05:43:20.572 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: ip_allocation 2026-03-31 05:43:20.573 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-31 05:43:20.573 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: binding-extended 2026-03-31 05:43:20.573 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: l2_adjacency 2026-03-31 05:43:20.573 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-security 2026-03-31 05:43:20.574 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: project-id 2026-03-31 05:43:20.574 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: provider 2026-03-31 05:43:20.574 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: router 2026-03-31 05:43:20.576 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:43:20.576 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos 2026-03-31 05:43:20.577 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-31 05:43:20.577 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-31 05:43:20.577 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-31 05:43:20.578 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-31 05:43:20.578 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: ext-gw-mode 2026-03-31 05:43:20.578 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-default 2026-03-31 05:43:20.578 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: l3-ha 2026-03-31 05:43:20.579 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:43:20.579 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-fip 2026-03-31 05:43:20.579 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-31 05:43:20.579 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-31 05:43:20.580 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: l3-flavors 2026-03-31 05:43:20.580 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-gateway-ip 2026-03-31 05:43:20.580 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-port-network-policy 2026-03-31 05:43:20.581 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:43:20.581 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-pps-minimum 2026-03-31 05:43:20.581 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-31 05:43:20.582 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-31 05:43:20.582 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-pps 2026-03-31 05:43:20.583 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-rule-type-details 2026-03-31 05:43:20.583 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-31 05:43:20.584 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-31 05:43:20.584 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: qos-rules-alias 2026-03-31 05:43:20.585 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: quota-check-limit 2026-03-31 05:43:20.585 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-31 05:43:20.586 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-31 05:43:20.587 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: quotas 2026-03-31 05:43:20.587 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-31 05:43:20.588 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-31 05:43:20.588 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: quota_details 2026-03-31 05:43:20.588 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: multi-provider 2026-03-31 05:43:20.589 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: net-mtu 2026-03-31 05:43:20.589 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: net-mtu-writable 2026-03-31 05:43:20.589 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: rbac-policies 2026-03-31 05:43:20.590 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: network_availability_zone 2026-03-31 05:43:20.590 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: rbac-address-group 2026-03-31 05:43:20.590 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: network_ha 2026-03-31 05:43:20.590 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: rbac-address-scope 2026-03-31 05:43:20.591 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: network-ip-availability 2026-03-31 05:43:20.591 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: rbac-security-groups 2026-03-31 05:43:20.591 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: rbac-subnetpool 2026-03-31 05:43:20.592 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-31 05:43:20.592 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: revision-if-match 2026-03-31 05:43:20.592 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: pagination 2026-03-31 05:43:20.593 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: standard-attr-revisions 2026-03-31 05:43:20.593 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-device-profile 2026-03-31 05:43:20.593 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: router_availability_zone 2026-03-31 05:43:20.593 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-31 05:43:20.594 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-31 05:43:20.594 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-31 05:43:20.594 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-31 05:43:20.595 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-mac-override 2026-03-31 05:43:20.595 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: security-groups-default-rules 2026-03-31 05:43:20.596 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-31 05:43:20.596 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-31 05:43:20.596 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-31 05:43:20.597 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-31 05:43:20.597 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-31 05:43:20.597 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-resource-request 2026-03-31 05:43:20.597 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-31 05:43:20.598 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-31 05:43:20.598 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-31 05:43:20.598 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-31 05:43:20.598 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-31 05:43:20.599 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: binding 2026-03-31 05:43:20.600 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: binding-extended 2026-03-31 05:43:20.600 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-security 2026-03-31 05:43:20.601 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: project-id 2026-03-31 05:43:20.601 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: provider 2026-03-31 05:43:20.603 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: security-group 2026-03-31 05:43:20.603 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos 2026-03-31 05:43:20.604 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: segment 2026-03-31 05:43:20.604 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-31 05:43:20.604 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-31 05:43:20.605 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-31 05:43:20.605 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: service-type 2026-03-31 05:43:20.605 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-default 2026-03-31 05:43:20.606 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: sorting 2026-03-31 05:43:20.606 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-fip 2026-03-31 05:43:20.606 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: standard-attr-segment 2026-03-31 05:43:20.606 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-31 05:43:20.607 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: standard-attr-description 2026-03-31 05:43:20.607 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-31 05:43:20.607 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: stateful-security-group 2026-03-31 05:43:20.607 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-31 05:43:20.608 8 WARNING neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-31 05:43:20.608 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-31 05:43:20.608 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-31 05:43:20.609 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-31 05:43:20.609 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: subnet-external-network 2026-03-31 05:43:20.609 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-pps 2026-03-31 05:43:20.609 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: subnet_onboard 2026-03-31 05:43:20.610 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-31 05:43:20.610 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-31 05:43:20.610 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-31 05:43:20.611 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: subnet-service-types 2026-03-31 05:43:20.611 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: qos-rules-alias 2026-03-31 05:43:20.611 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: subnet_allocation 2026-03-31 05:43:20.612 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: quota-check-limit 2026-03-31 05:43:20.612 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-31 05:43:20.613 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: tag-creation 2026-03-31 05:43:20.613 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-31 05:43:20.614 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: quotas 2026-03-31 05:43:20.615 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: quota_details 2026-03-31 05:43:20.616 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: rbac-policies 2026-03-31 05:43:20.617 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: rbac-address-group 2026-03-31 05:43:20.617 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: standard-attr-tag 2026-03-31 05:43:20.617 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: rbac-address-scope 2026-03-31 05:43:20.618 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-31 05:43:20.618 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: rbac-security-groups 2026-03-31 05:43:20.618 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: trunk 2026-03-31 05:43:20.618 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-31 05:43:20.619 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: trunk-details 2026-03-31 05:43:20.619 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: revision-if-match 2026-03-31 05:43:20.619 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-31 05:43:20.620 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-31 05:43:20.620 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-31 05:43:20.620 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: router_availability_zone 2026-03-31 05:43:20.621 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-31 05:43:20.622 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-31 05:43:20.622 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-31 05:43:20.623 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-31 05:43:20.623 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-31 05:43:20.623 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: vpn-flavors 2026-03-31 05:43:20.623 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-31 05:43:20.624 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-31 05:43:20.624 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-31 05:43:20.625 8 INFO neutron.api.extensions [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Loaded extension: vpnaas 2026-03-31 05:43:20.625 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-31 05:43:20.627 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-31 05:43:20.628 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-31 05:43:20.628 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.628 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-31 05:43:20.630 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: security-group 2026-03-31 05:43:20.631 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: segment 2026-03-31 05:43:20.631 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-31 05:43:20.631 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:43:20.632 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:43:20.632 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: service-type 2026-03-31 05:43:20.632 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: sorting 2026-03-31 05:43:20.633 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: standard-attr-segment 2026-03-31 05:43:20.634 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: standard-attr-description 2026-03-31 05:43:20.634 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: stateful-security-group 2026-03-31 05:43:20.635 7 WARNING neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-31 05:43:20.635 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-31 05:43:20.636 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: subnet-external-network 2026-03-31 05:43:20.636 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:43:20.636 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: subnet_onboard 2026-03-31 05:43:20.637 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-31 05:43:20.637 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:43:20.637 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: subnet-service-types 2026-03-31 05:43:20.637 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:43:20.638 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: subnet_allocation 2026-03-31 05:43:20.638 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.639 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.639 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-31 05:43:20.639 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.639 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.639 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: tag-creation 2026-03-31 05:43:20.640 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:43:20.640 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-31 05:43:20.640 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:43:20.640 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:43:20.641 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:43:20.641 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:43:20.642 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:43:20.643 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: standard-attr-tag 2026-03-31 05:43:20.644 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-31 05:43:20.645 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: trunk 2026-03-31 05:43:20.645 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:43:20.645 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: trunk-details 2026-03-31 05:43:20.646 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] router is already registered 2026-03-31 05:43:20.646 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-31 05:43:20.646 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:43:20.646 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] floatingip is already registered 2026-03-31 05:43:20.647 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-31 05:43:20.648 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-31 05:43:20.649 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-31 05:43:20.650 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:43:20.650 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: vpn-flavors 2026-03-31 05:43:20.650 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] rbac_policy is already registered 2026-03-31 05:43:20.651 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:43:20.651 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] security_group is already registered 2026-03-31 05:43:20.651 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:43:20.651 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] security_group_rule is already registered 2026-03-31 05:43:20.652 7 INFO neutron.api.extensions [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Loaded extension: vpnaas 2026-03-31 05:43:20.652 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.652 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.653 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.653 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.653 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:43:20.653 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] trunk is already registered 2026-03-31 05:43:20.654 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:43:20.654 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-31 05:43:20.654 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] endpoint_group is already registered 2026-03-31 05:43:20.654 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-31 05:43:20.654 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.654 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:43:20.655 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-31 05:43:20.655 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] vpnservice is already registered 2026-03-31 05:43:20.655 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:43:20.655 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] ipsec_site_connection is already registered 2026-03-31 05:43:20.656 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:43:20.656 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] ipsecpolicy is already registered 2026-03-31 05:43:20.656 8 INFO neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:43:20.656 8 WARNING neutron.quota.resource_registry [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] ikepolicy is already registered 2026-03-31 05:43:20.659 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:43:20.660 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:43:20.691 8 WARNING keystonemiddleware._common.config [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-31 05:43:20.697 8 WARNING oslo_config.cfg [None req-53486e8c-f16b-4beb-b9e4-6768f86435df - - - - - -] 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 0x7f44c8cf9668 pid: 8 (default app) 2026-03-31 05:43:20.664 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:43:20.899 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:43:20.899 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:43:20.900 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.901 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.901 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.901 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.902 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:43:20.902 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:43:20.903 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:43:20.903 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:43:20.904 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:43:20.904 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:43:20.910 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:43:20.910 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] router is already registered 2026-03-31 05:43:20.911 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:43:20.911 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] floatingip is already registered 2026-03-31 05:43:20.915 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:43:20.915 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] rbac_policy is already registered 2026-03-31 05:43:20.916 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:43:20.916 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] security_group is already registered 2026-03-31 05:43:20.916 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:43:20.916 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] security_group_rule is already registered 2026-03-31 05:43:20.917 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.917 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.918 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:43:20.918 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] subnetpool is already registered 2026-03-31 05:43:20.918 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:43:20.919 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] trunk is already registered 2026-03-31 05:43:20.919 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:43:20.919 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] endpoint_group is already registered 2026-03-31 05:43:20.920 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:43:20.920 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] vpnservice is already registered 2026-03-31 05:43:20.920 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:43:20.920 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] ipsec_site_connection is already registered 2026-03-31 05:43:20.921 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:43:20.921 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:43:20.921 7 INFO neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:43:20.921 7 WARNING neutron.quota.resource_registry [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] ikepolicy is already registered 2026-03-31 05:43:20.956 7 WARNING keystonemiddleware._common.config [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-31 05:43:20.963 7 WARNING oslo_config.cfg [None req-fc3a532d-7423-46ff-9620-fc1393bf3533 - - - - - -] 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 0x7f44c8cf9668 pid: 7 (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-03-31 05:43:25.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-241cb6f6-8511-4eba-bd1a-055539f9c800 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:43:24 2026] GET /v2.0/networks/public => generated 108 bytes in 680 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: 1/5] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:43:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:43:25.729 8 WARNING neutron.services.revisions.revision_plugin [None req-36c56798-9ac7-497a-9a1b-613848b74d74 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:43:25.758 8 INFO neutron.db.segments_db [None req-36c56798-9ac7-497a-9a1b-613848b74d74 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment c452d4a6-d641-41fa-845b-8be8bebc6f70 of type flat for network 4cb59f6c-390d-4b1f-9a3a-3e3b28095312 2026-03-31 05:43:25.806 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36c56798-9ac7-497a-9a1b-613848b74d74 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:43:25 2026] POST /v2.0/networks => generated 124 bytes in 512 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:43:31.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2dd2af3-1422-4025-8eca-314d85558bfb 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:43:31 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:43:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:43:31.825 8 WARNING neutron.services.revisions.revision_plugin [None req-54795496-a429-4526-89d1-be299b21d143 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:43:31.839 8 INFO neutron.db.segments_db [None req-54795496-a429-4526-89d1-be299b21d143 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 94f0d40a-3d57-4034-b355-49bf53fa6159 of type flat for network 2abf1d88-21da-4684-892d-da3e974b3006 2026-03-31 05:43:31.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54795496-a429-4526-89d1-be299b21d143 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:43:31 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:43:38.146 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8787819c-9ea9-4fa1-8bb9-c8135787ab1a 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:43:37 2026] GET /v2.0/networks/public => generated 108 bytes in 371 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:43:38 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-03-31 05:43:38.430 7 WARNING neutron.services.revisions.revision_plugin [None req-4a883096-93c3-4479-941c-3a1a02c51be5 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:43:38.464 7 INFO neutron.db.segments_db [None req-4a883096-93c3-4479-941c-3a1a02c51be5 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 12304aea-dbe1-41fc-af95-8b37e02a4d6f of type flat for network 6a6d2c5f-077b-4973-8f5d-d23954e7377f 2026-03-31 05:43:38.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a883096-93c3-4479-941c-3a1a02c51be5 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:43:38 2026] POST /v2.0/networks => generated 124 bytes in 366 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:43:44.423 8 INFO neutron.pecan_wsgi.hooks.translation [None req-866fc431-fac8-4817-8fd4-d797b31e3572 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:43:44 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:43:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:43:44.506 8 WARNING neutron.services.revisions.revision_plugin [None req-c5a23bf9-c6d4-4496-ab48-65f977516c15 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:43:44.522 8 INFO neutron.db.segments_db [None req-c5a23bf9-c6d4-4496-ab48-65f977516c15 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment c3590cbc-2711-41fe-bf06-fc6070282177 of type flat for network a2851527-9d71-4b82-b8ad-a9616bfe6c9b 2026-03-31 05:43:44.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5a23bf9-c6d4-4496-ab48-65f977516c15 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:43:44 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:43:50.444 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c0c17a7-db75-45a4-be8a-3c662e3c7f11 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:43:50 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:43:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:43:50.529 8 WARNING neutron.services.revisions.revision_plugin [None req-fa13fa25-ef9e-4014-8b0b-a246681d031c 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:43:50.545 8 INFO neutron.db.segments_db [None req-fa13fa25-ef9e-4014-8b0b-a246681d031c 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 03f597ed-83e9-4de0-9cdc-d1177034ec5f of type flat for network ad7ebec8-dba2-4a72-9233-9780d28ceb30 2026-03-31 05:43:50.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa13fa25-ef9e-4014-8b0b-a246681d031c 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:43:50 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:43:56.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1065f721-d5d9-465f-9bda-6fb6c0ef224e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:43:56 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:43:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:43:56.575 7 WARNING neutron.services.revisions.revision_plugin [None req-f34dcd93-be3d-446d-8fee-6de1859f4d93 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:43:56.611 7 INFO neutron.db.segments_db [None req-f34dcd93-be3d-446d-8fee-6de1859f4d93 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 23771726-517e-4c91-b749-64daa999f2de of type flat for network 8d7db22c-96aa-4e7d-a656-fb69e487ba3b 2026-03-31 05:43:56.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f34dcd93-be3d-446d-8fee-6de1859f4d93 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:43:56 2026] POST /v2.0/networks => generated 124 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:44:02.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c9e48bf-1087-4280-a47b-8ad8dcfecd8f 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/25] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:44:02 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/26] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:44:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:44:05.414 7 WARNING neutron.services.revisions.revision_plugin [None req-0ad0e14a-aacd-45d9-8b91-c49de6c4d04f 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:44:05.441 7 INFO neutron.db.segments_db [None req-0ad0e14a-aacd-45d9-8b91-c49de6c4d04f 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 52d926f1-8ec9-4a89-8d65-b319b40c6769 of type flat for network ae4dc5b8-0e50-4eec-aef8-89e40d8a574d [pid: 7|app: 0|req: 12/27] 199.204.45.78 () {48 vars in 964 bytes} [Tue Mar 31 05:44:02 2026] POST /v2.0/networks => generated 706 bytes in 3338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:44:07.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f92232a4-f721-41bd-a4a5-ad5e6a6a2927 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/28] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 05:44:07 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/29] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 05:44:07 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:44:07.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35e5d2d9-9089-4a4c-95d6-91eef0587539 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 17/30] 199.204.45.78 () {44 vars in 1031 bytes} [Tue Mar 31 05:44:07 2026] GET /v2.0/subnets/public-subnet?network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/31] 199.204.45.78 () {44 vars in 1054 bytes} [Tue Mar 31 05:44:07 2026] GET /v2.0/subnets?name=public-subnet&network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/32] 199.204.45.78 () {48 vars in 962 bytes} [Tue Mar 31 05:44:07 2026] POST /v2.0/subnets => generated 664 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:48:56.308 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 05:48:56.310 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Mar 31 05:48:56 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.78) !!! 2026-03-31 05:48:56.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bd402b3-0c2d-4b6d-9821-3cdd17770cd5 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.78 () {44 vars in 934 bytes} [Tue Mar 31 05:48:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:48:56.434 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 05:48:56.435 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Mar 31 05:48:56 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.78) !!! [pid: 8|app: 0|req: 38/72] 199.204.45.78 () {44 vars in 956 bytes} [Tue Mar 31 05:48:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:48:56.527 7 INFO neutron.db.segments_db [None req-4bb4c5be-ab2a-407d-934d-9d78b43a13bd 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 06e09d1a-9119-4333-a003-1f0716fe2acd of type vxlan for network a14ca750-a660-4faa-8f78-baa48a9a2be4 [pid: 7|app: 0|req: 35/73] 199.204.45.78 () {48 vars in 963 bytes} [Tue Mar 31 05:48:56 2026] POST /v2.0/networks => generated 707 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:48:57.615 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41674. 2026-03-31 05:48:57.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb260444-1319-453d-9ff4-0f1c5fd5cdbe 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.204.45.78 () {44 vars in 934 bytes} [Tue Mar 31 05:48:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:48:57.691 7 INFO oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41682. [pid: 7|app: 0|req: 36/75] 199.204.45.78 () {44 vars in 956 bytes} [Tue Mar 31 05:48:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:48:57.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abb795e8-bca5-466f-986b-5fde982bacf3 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/76] 199.204.45.78 () {44 vars in 1033 bytes} [Tue Mar 31 05:48:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.78 () {44 vars in 1056 bytes} [Tue Mar 31 05:48:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.78 () {48 vars in 962 bytes} [Tue Mar 31 05:48:57 2026] POST /v2.0/subnets => generated 651 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:48:59.210 7 INFO neutron.api.v2.resource [None req-a7109e33-875e-491a-bc95-80ce7d17b127 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/79] 199.204.45.78 () {44 vars in 968 bytes} [Tue Mar 31 05:48:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.78 () {44 vars in 990 bytes} [Tue Mar 31 05:48:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.78 () {48 vars in 977 bytes} [Tue Mar 31 05:48:59 2026] POST /v2.0/security-groups => generated 1616 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:00 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:00 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:00 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:01 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 2230 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:01 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => 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: 47/90] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:01 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:03 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:03 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:03 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:04 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:04 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:04 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:04 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:05 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4078 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:05 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4078 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:05 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.78 () {44 vars in 984 bytes} [Tue Mar 31 05:49:06 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:49:06.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f41fddd-648f-404c-8960-a9b7e8cb95b6 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/105] 199.204.45.78 () {44 vars in 1073 bytes} [Tue Mar 31 05:49:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.78 () {44 vars in 1096 bytes} [Tue Mar 31 05:49:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:06 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.78 () {48 vars in 958 bytes} [Tue Mar 31 05:49:07 2026] POST /v2.0/ports => generated 1100 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 05:49:14.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6267ffa4-bfc6-47c4-a717-c11bc85075fc 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/109] 199.204.45.78 () {44 vars in 975 bytes} [Tue Mar 31 05:49:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 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: 57/110] 199.204.45.78 () {44 vars in 997 bytes} [Tue Mar 31 05:49:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.78 () {48 vars in 1027 bytes} [Tue Mar 31 05:49:14 2026] PUT /v2.0/ports/c27e8f0c-028b-4128-be4e-4b4c73ad7c7a => generated 1249 bytes in 578 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, ' [pid: 7|app: 0|req: 56/114] 199.204.45.78 () {44 vars in 917 bytes} [Tue Mar 31 05:49:16 2026] GET /v2.0/ports => generated 3730 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 05:49:17.904 8 INFO neutron.api.v2.resource [None req-66e4bc3e-b285-4efd-8277-94c88bfad93e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 59/115] 199.204.45.78 () {44 vars in 956 bytes} [Tue Mar 31 05:49:17 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.78 () {44 vars in 978 bytes} [Tue Mar 31 05:49:17 2026] GET /v2.0/security-groups?name=lb-mgmt-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: 60/117] 199.204.45.78 () {48 vars in 977 bytes} [Tue Mar 31 05:49:17 2026] POST /v2.0/security-groups => generated 1610 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:19 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 1610 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:19 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:19 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:19 2026] POST /v2.0/security-group-rules => generated 623 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:20 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/123] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:20 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/124] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 05:49:20 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/125] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 05:49:20 2026] POST /v2.0/security-group-rules => generated 627 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/136] 199.204.45.78 () {44 vars in 972 bytes} [Tue Mar 31 05:50:39 2026] GET /v2.0/quotas/10e080e32aec4c97921ff8d86f0e45b9 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 7|app: 0|req: 67/137] 199.204.45.78 () {48 vars in 1024 bytes} [Tue Mar 31 05:50:39 2026] PUT /v2.0/quotas/10e080e32aec4c97921ff8d86f0e45b9 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:52:59.595 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 05:52:59.596 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Mar 31 05:52:59 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports/octavia-health-manager-port-instance (ip 199.204.45.78) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-31 05:52:59.753 7 INFO neutron.pecan_wsgi.hooks.translation [None req-231474d1-cc03-4027-8905-814ab73e52d8 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/156] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 05:52:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:52:59.767 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 05:52:59.770 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Mar 31 05:52:59 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.78) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 80/157] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 05:52:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 05:53:01.690 7 INFO oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41968. 2026-03-31 05:53:01.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6143b3ff-76de-48c2-98ce-6aa2f8979726 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/160] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 05:53:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:53:01.859 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41976. [pid: 8|app: 0|req: 82/161] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 05:53:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:04:15.138 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 06:04:15.141 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Mar 31 06:04:15 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=e21eabdb0de54f67bab5e0d6e559e2d9 (ip 199.204.45.78) !!! 2026-03-31 06:04:15.339 7 INFO neutron.api.v2.resource [None req-75b9747f-91ce-4111-bad3-70f7c7155b0e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 124/250] 199.204.45.78 () {44 vars in 1071 bytes} [Tue Mar 31 06:04:15 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 139 bytes in 208 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:04:15.350 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 06:04:15.353 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Mar 31 06:04:15 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=e21eabdb0de54f67bab5e0d6e559e2d9 (ip 199.204.45.78) !!! [pid: 8|app: 0|req: 127/251] 199.204.45.78 () {44 vars in 1094 bytes} [Tue Mar 31 06:04:15 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 23 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/254] 199.204.45.78 () {48 vars in 978 bytes} [Tue Mar 31 06:04:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:04:16.809 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 46788. [pid: 8|app: 0|req: 129/255] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:16 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 1624 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:04:16.888 7 INFO oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 46804. [pid: 7|app: 0|req: 127/256] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:04:16 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/257] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:16 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/258] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 06:04:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/259] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:18 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 2234 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/260] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:04:18 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/261] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:18 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/262] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 06:04:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/263] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:19 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/264] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:04:19 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/265] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:19 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/266] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 06:04:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/267] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:20 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 3460 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:04:20 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/269] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:04:21 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 199.204.45.78 () {48 vars in 988 bytes} [Tue Mar 31 06:04:21 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: 8|app: 0|req: 146/289] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:06:45 2026] GET /v2.0/networks?tenant_id=e21eabdb0de54f67bab5e0d6e559e2d9&shared=False => generated 15 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:06:45.435 7 INFO neutron.db.segments_db [None req-1df107ea-c6ae-4f10-9a3b-df49b3f9c8e6 aee31283704f43debe04d6eda062e3bd e21eabdb0de54f67bab5e0d6e559e2d9 - - e855c95c44ee4067ae92b5ee474d5f7f e855c95c44ee4067ae92b5ee474d5f7f] Added segment 67be4ae5-1906-4cbd-b984-831368c882e1 of type vxlan for network 306fb33a-fbf5-41c1-98f3-035c12da17e9 [pid: 7|app: 0|req: 144/290] 199.204.45.78 () {34 vars in 681 bytes} [Tue Mar 31 06:06:45 2026] POST /v2.0/networks => generated 718 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/291] 199.204.45.78 () {30 vars in 721 bytes} [Tue Mar 31 06:06:45 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/294] 199.204.45.78 () {30 vars in 632 bytes} [Tue Mar 31 06:06:45 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: 149/295] 199.204.45.78 () {34 vars in 676 bytes} [Tue Mar 31 06:06:45 2026] POST /v2.0/ports => generated 999 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/296] 199.204.45.78 () {30 vars in 702 bytes} [Tue Mar 31 06:06:46 2026] GET /v2.0/networks/306fb33a-fbf5-41c1-98f3-035c12da17e9 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/297] 199.204.45.78 () {30 vars in 721 bytes} [Tue Mar 31 06:06:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/298] 199.204.45.78 () {30 vars in 702 bytes} [Tue Mar 31 06:06:48 2026] GET /v2.0/networks/306fb33a-fbf5-41c1-98f3-035c12da17e9 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/301] 199.204.45.78 () {44 vars in 972 bytes} [Tue Mar 31 06:07:06 2026] GET /v2.0/quotas/e21eabdb0de54f67bab5e0d6e559e2d9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/302] 199.204.45.78 () {48 vars in 1024 bytes} [Tue Mar 31 06:07:07 2026] PUT /v2.0/quotas/e21eabdb0de54f67bab5e0d6e559e2d9 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:18:48.103 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 06:18:48.105 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Mar 31 06:18:48 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.78) !!! 2026-03-31 06:18:48.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ba551b0-675a-44f8-9148-916d513efe27 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/397] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 06:18:48 2026] GET /v2.0/networks/public => generated 108 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:18:48.256 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-03-31 06:18:48.258 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Mar 31 06:18:48 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.78) !!! [pid: 8|app: 0|req: 200/398] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 06:18:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:18:49.542 7 INFO oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35806. 2026-03-31 06:18:49.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9564e258-c61c-4bd5-8c21-8595f198d947 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/399] 199.204.45.78 () {44 vars in 924 bytes} [Tue Mar 31 06:18:49 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:18:49.612 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35810. [pid: 8|app: 0|req: 201/400] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 06:18:49 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:18:49.659 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75efdd9a-71cc-461c-87f6-49fe4fa339fd 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/401] 199.204.45.78 () {44 vars in 1031 bytes} [Tue Mar 31 06:18:49 2026] GET /v2.0/subnets/public-subnet?network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.78 () {44 vars in 1054 bytes} [Tue Mar 31 06:18:49 2026] GET /v2.0/subnets?name=public-subnet&network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:18.283 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ad3bb17-0dab-4757-abe3-fb020fe46497 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/407] 199.204.45.78 () {44 vars in 934 bytes} [Tue Mar 31 06:19:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.204.45.78 () {44 vars in 956 bytes} [Tue Mar 31 06:19:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:19.527 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a4bef3a-8a34-4fb7-ac3a-172664ba1efd 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/409] 199.204.45.78 () {44 vars in 934 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.78 () {44 vars in 956 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:19.617 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33439144-7922-42b5-8c4b-c1242775dbc4 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/411] 199.204.45.78 () {44 vars in 1033 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.78 () {44 vars in 1056 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:20.692 7 INFO neutron.api.v2.resource [None req-1ac20108-d880-43f4-8062-fcf70c432902 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/413] 199.204.45.78 () {44 vars in 968 bytes} [Tue Mar 31 06:19:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.78 () {44 vars in 990 bytes} [Tue Mar 31 06:19:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:21 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:21 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:21 2026] GET /v2.0/security-group-rules/879e2c15-4aac-4d02-ad6d-34e4115d9de6 => 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: 210/418] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:22 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:22 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => 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: 211/420] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:22 2026] GET /v2.0/security-group-rules/f6d7de18-02f8-4367-a2e1-0333440f07a0 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/423] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/security-group-rules/bca11c40-ed36-4f30-81c9-32758d52971b => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => 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: 212/425] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:25 2026] GET /v2.0/security-group-rules/73c06823-f5a7-4479-98fd-c1cb34b7aeaa => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:25 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:25 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:26 2026] GET /v2.0/security-group-rules/e5a5ffed-ac4e-46db-a062-daf42ed31ffd => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 199.204.45.78 () {44 vars in 984 bytes} [Tue Mar 31 06:19:27 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 732 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:27.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d98aee50-0b91-44dc-89b0-dc0cc74b7895 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 215/431] 199.204.45.78 () {44 vars in 1073 bytes} [Tue Mar 31 06:19:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 199.204.45.78 () {44 vars in 1096 bytes} [Tue Mar 31 06:19:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 1254 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/433] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:27 2026] GET /v2.0/security-groups/894631d7-f984-4533-b64d-a5d0327734a7 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:34.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9233f02e-ceb6-44d1-9b58-d817beb83075 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 219/436] 199.204.45.78 () {44 vars in 975 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 199.204.45.78 () {44 vars in 997 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 199.204.45.78 () {44 vars in 917 bytes} [Tue Mar 31 06:19:36 2026] GET /v2.0/ports => generated 4725 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:37.543 7 INFO neutron.api.v2.resource [None req-ecece98e-c0e6-4864-ab74-efb25b4d302f 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 219/439] 199.204.45.78 () {44 vars in 956 bytes} [Tue Mar 31 06:19:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/440] 199.204.45.78 () {44 vars in 978 bytes} [Tue Mar 31 06:19:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/441] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:38 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:38 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:38 2026] GET /v2.0/security-group-rules/0afcf0b0-f913-45ca-969c-2b78a2a6b5e9 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:39 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:19:39 2026] GET /v2.0/security-groups/53ae2ced-b896-4bb3-8cfe-2fef76d76c91 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:19:39 2026] GET /v2.0/security-group-rules/124bf882-8417-4976-a1fc-455f8e462334 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 199.204.45.78 () {44 vars in 972 bytes} [Tue Mar 31 06:19:51 2026] GET /v2.0/quotas/10e080e32aec4c97921ff8d86f0e45b9 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:20:43.825 8 INFO neutron.api.v2.resource [None req-a08b54d7-797d-4ce0-a1d5-1d0a2a43f245 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 230/456] 199.204.45.78 () {44 vars in 1071 bytes} [Tue Mar 31 06:20:43 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 139 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 199.204.45.78 () {44 vars in 1094 bytes} [Tue Mar 31 06:20:43 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 4072 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/458] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:20:44 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:20:44 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:20:44 2026] GET /v2.0/security-group-rules/1b2065fc-f59f-4bd7-b4f2-45cd6f83a38c => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:20:45 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/464] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:20:45 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/465] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:20:45 2026] GET /v2.0/security-group-rules/b12f2b76-9597-43b5-8568-6077e54719cf => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/466] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:20:46 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/467] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:20:47 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/468] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:20:47 2026] GET /v2.0/security-group-rules/5e0f6638-36de-4e53-af49-3cd02e924431 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/469] 199.204.45.78 () {44 vars in 1085 bytes} [Tue Mar 31 06:20:48 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3?project_id=e21eabdb0de54f67bab5e0d6e559e2d9 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 199.204.45.78 () {44 vars in 998 bytes} [Tue Mar 31 06:20:48 2026] GET /v2.0/security-groups/9e195a8a-6a8a-4c30-b580-3fd16062adc3 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 199.204.45.78 () {44 vars in 1008 bytes} [Tue Mar 31 06:20:48 2026] GET /v2.0/security-group-rules/59d7172b-d422-4786-88f2-c52f5f78349d => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 199.204.45.78 () {44 vars in 972 bytes} [Tue Mar 31 06:20:55 2026] GET /v2.0/quotas/e21eabdb0de54f67bab5e0d6e559e2d9 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/481] 199.204.45.78 () {44 vars in 946 bytes} [Tue Mar 31 06:21:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:22:28.931 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 8|app: 0|req: 246/486] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:22:28 2026] GET /v2.0/networks => generated 2168 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:30.268 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] 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: 241/487] 10.0.0.168 () {32 vars in 655 bytes} [Tue Mar 31 06:22:30 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/488] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:22:30 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/489] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:22:30 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: 248/490] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:22:30 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:22:30 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:30.555 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4dbb6574-d2a2-479d-b6f3-24dd2a532657] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 45242. [pid: 8|app: 0|req: 249/494] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:22:30 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/495] 10.0.0.168 () {32 vars in 655 bytes} [Tue Mar 31 06:22:30 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:22:41.975 8 INFO neutron.db.segments_db [None req-70357002-92d8-4152-ad79-516225d66d67 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 of type vxlan for network d8faf8a9-c35b-4b8a-b713-23cb9dffe476 2026-03-31 06:22:41.992 7 INFO oslo.messaging._drivers.impl_rabbit [-] [fb5443ef-a6a3-48ee-9171-d2c15488eb1b] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 37218. [pid: 8|app: 0|req: 250/496] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:22:41 2026] POST /v2.0/networks => generated 748 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:42.181 7 INFO neutron.db.segments_db [None req-12d74bf7-01b6-4b99-b922-0a209b0e12a0 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 9929ea55-7b71-4838-bb10-a2893e1e26b1 of type vxlan for network 04f9e75d-5ca0-4c2a-96c3-dfdf14a73968 2026-03-31 06:22:42.265 8 INFO neutron.db.segments_db [None req-a09b224d-2ead-4136-917c-593eca32adc7 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 05fd7e6b-fe81-411b-a70c-5b4c71e52286 of type vxlan for network 871c81db-a28b-4df9-8a49-d81f8e6a8e82 [pid: 7|app: 0|req: 247/497] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:22:41 2026] POST /v2.0/networks => generated 747 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/498] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:22:42 2026] POST /v2.0/networks => generated 752 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/499] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:42 2026] POST /v2.0/subnets => generated 695 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/500] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:42 2026] POST /v2.0/subnets => generated 695 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:42.596 8 INFO neutron.db.segments_db [None req-e47114b0-9222-46d4-a483-470ead9c66f8 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 618137b2-cce8-4dd1-83fc-516c9bd7117c of type vxlan for network 28225279-6f4e-427a-b91c-5a56557ea71c [pid: 7|app: 0|req: 249/501] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:42 2026] POST /v2.0/subnets => generated 699 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:42.789 7 INFO neutron.db.segments_db [None req-5a392cc9-e046-46ef-97f2-0ab6b5a97728 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment c1d234ae-99e3-4e1f-ab60-64f45fed4054 of type vxlan for network 74bb4236-1019-43a4-b477-a7485db67412 2026-03-31 06:22:42.871 8 INFO neutron.db.l3_hamode_db [None req-e47114b0-9222-46d4-a483-470ead9c66f8 66bc2451884743808e7d468627e01f77 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:22:43.072 7 INFO neutron.db.l3_hamode_db [None req-5a392cc9-e046-46ef-97f2-0ab6b5a97728 66bc2451884743808e7d468627e01f77 85f0a0e6dfb548ac8efedadcf31aa2af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:22:44.129 8 INFO neutron.db.l3_hamode_db [None req-e47114b0-9222-46d4-a483-470ead9c66f8 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:22:44.360 7 INFO neutron.db.l3_hamode_db [None req-5a392cc9-e046-46ef-97f2-0ab6b5a97728 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 253/502] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:42 2026] POST /v2.0/routers => generated 735 bytes in 2889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/503] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:42 2026] POST /v2.0/routers => generated 735 bytes in 2809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:45.589 7 INFO neutron.db.segments_db [None req-13defb70-f532-414a-bcf4-d0bb46d5fe76 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 6203c54b-3fce-433e-917c-0d0daf111f61 of type vxlan for network 9c2f5d40-ab7a-461f-bed1-1148082e11a1 [pid: 8|app: 0|req: 254/504] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:22:45 2026] GET /v2.0/security-groups?tenant_id=61149c59876245d8a0efd9f5cbd01ae9&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:45.911 7 INFO neutron.db.l3_hamode_db [None req-13defb70-f532-414a-bcf4-d0bb46d5fe76 66bc2451884743808e7d468627e01f77 bea4d1dae8194faca3524cca7a5cdd72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:22:46.821 7 INFO neutron.db.l3_hamode_db [None req-13defb70-f532-414a-bcf4-d0bb46d5fe76 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 255/505] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:22:45 2026] PUT /v2.0/routers/41493540-46ad-4172-95b5-6dcefefdb606/add_router_interface => generated 309 bytes in 1705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/506] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:45 2026] POST /v2.0/routers => generated 739 bytes in 2339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/509] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:22:47 2026] DELETE /v2.0/security-groups/d9ce8e69-7c3f-4e4e-ab80-9549c9d6f932 => 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: 256/510] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:22:47 2026] PUT /v2.0/routers/22574c58-123e-4dba-bd53-86d52be001ac/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:22:48.684 8 WARNING neutron_lib.context [None req-c6256c8c-f216-492a-aa11-0c4473cf110d 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 257/511] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:22:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:22:48.840 8 WARNING neutron_lib.context [None req-1926990e-3f9d-41d1-a3ea-38032761ac2b 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 258/512] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:22:48 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-03-31 06:22:48.989 8 WARNING neutron_lib.context [None req-f5809621-6ce4-471d-a83d-ab807496285f 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 259/513] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:22:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:49.143 8 WARNING neutron_lib.context [None req-7c357893-5ebf-4fb6-ba6c-d81ceb330c7b 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 255/514] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:22:48 2026] PUT /v2.0/routers/97fd3cf2-79e2-4beb-a015-f8cbf8e1fac8/add_router_interface => generated 309 bytes in 1737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/515] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:22:49 2026] POST /v2.0/floatingips => generated 552 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:49.921 7 WARNING neutron_lib.context [req-060d2802-af33-4ec2-8e6d-c3a2db29eaa2 req-4ff704c1-a483-427f-ba73-b05b35c7b52b 627e4dbf4ff546598244a841079f013d 85f0a0e6dfb548ac8efedadcf31aa2af - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 256/516] 10.0.0.116 () {38 vars in 971 bytes} [Tue Mar 31 06:22:49 2026] POST /v2.0/security-groups => generated 1686 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:22:50.115 8 INFO neutron.db.segments_db [None req-7f4c4063-1810-4541-ba98-4d1766f761a1 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 0436d103-896f-494d-bb4e-a17f765cc9ce of type vxlan for network f6fb8f44-91f0-4b3f-84d6-25f8c4ffa06c [pid: 8|app: 0|req: 261/517] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:22:49 2026] POST /v2.0/networks => generated 745 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:50.318 8 WARNING neutron_lib.context [None req-8cc2b1dd-4fc0-43c0-8bac-22f9e3931fb2 ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 257/518] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:50 2026] POST /v2.0/subnets => generated 692 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/519] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:22:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/520] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:50 2026] GET /v2.0/security-groups/c6343c0b-c465-4e38-adb3-e32b25c35e26 => generated 1686 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:50.541 8 INFO neutron.db.segments_db [None req-3afcb58f-7a42-44f3-916c-74b6dbef7b37 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment ce5c6606-0970-4350-ae4c-65214b153f92 of type vxlan for network f40d1131-b831-4073-8bc3-a1b1bfec0afa 2026-03-31 06:22:50.542 7 WARNING neutron_lib.context [None req-2a54e0b0-70e5-46b2-a6b3-5d764b034b52 ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 259/521] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:22:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:50.673 7 WARNING neutron_lib.context [req-47f8641b-2def-4d36-8d8a-4ed1bd276353 req-e1c1a28d-b094-4aaf-ad4a-205423f308d9 627e4dbf4ff546598244a841079f013d 85f0a0e6dfb548ac8efedadcf31aa2af - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 260/522] 10.0.0.116 () {38 vars in 981 bytes} [Tue Mar 31 06:22:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:50.777 7 WARNING neutron_lib.context [None req-a978829b-0a14-4211-8405-6c4fec6a29a9 ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:22:50.800 8 INFO neutron.db.l3_hamode_db [None req-3afcb58f-7a42-44f3-916c-74b6dbef7b37 66bc2451884743808e7d468627e01f77 24debaafbad44d9190b736af3ca11d36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 261/523] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:22:50 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-03-31 06:22:50.896 7 WARNING neutron_lib.context [req-1e2c506b-c0a6-4fef-8470-cb46a9d9121a req-af68e8e1-da2d-47de-8500-87390459fa09 627e4dbf4ff546598244a841079f013d 85f0a0e6dfb548ac8efedadcf31aa2af - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/524] 10.0.0.116 () {38 vars in 971 bytes} [Tue Mar 31 06:22:50 2026] POST /v2.0/security-groups => generated 1684 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:22:51.019 7 WARNING neutron_lib.context [None req-774f5da6-84e0-4e9a-ab94-b542b4507edf ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 263/525] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:22:51 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/526] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:51 2026] GET /v2.0/security-groups/bbdcb9f7-6832-4d94-aea8-a602d8e44667 => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:51.617 7 WARNING neutron_lib.context [req-2247a432-98df-4d98-9f98-5a86ef9740ed req-366bbe48-c532-4685-ae52-0d574356966e 627e4dbf4ff546598244a841079f013d 85f0a0e6dfb548ac8efedadcf31aa2af - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:22:51.678 8 INFO neutron.db.l3_hamode_db [None req-3afcb58f-7a42-44f3-916c-74b6dbef7b37 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 265/527] 10.0.0.116 () {38 vars in 981 bytes} [Tue Mar 31 06:22:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/528] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:51 2026] GET /v2.0/security-groups/bbdcb9f7-6832-4d94-aea8-a602d8e44667 => generated 2309 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:51.906 7 WARNING neutron_lib.context [req-5d48bb95-b8f7-4945-ba59-7b71e3d5ab93 req-b46aaa0e-2b0e-4322-a84e-3b9f976b8469 627e4dbf4ff546598244a841079f013d 85f0a0e6dfb548ac8efedadcf31aa2af - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 267/529] 10.0.0.116 () {38 vars in 981 bytes} [Tue Mar 31 06:22:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/530] 10.0.0.116 () {34 vars in 1098 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--247995873&fields=id&tenant_id=bea4d1dae8194faca3524cca7a5cdd72 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/531] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/security-groups/bbdcb9f7-6832-4d94-aea8-a602d8e44667 => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/532] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 684 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/533] 10.0.0.116 () {34 vars in 1001 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/security-group-rules/1670f537-3d84-4cb9-a3ca-a041a753914b => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/534] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/quotas/bea4d1dae8194faca3524cca7a5cdd72 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/535] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/security-groups/bbdcb9f7-6832-4d94-aea8-a602d8e44667 => generated 2939 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/536] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&fields=id => generated 103 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/537] 10.0.0.116 () {36 vars in 1023 bytes} [Tue Mar 31 06:22:52 2026] DELETE /v2.0/security-group-rules/1670f537-3d84-4cb9-a3ca-a041a753914b => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/538] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/security-groups/bbdcb9f7-6832-4d94-aea8-a602d8e44667 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/539] 10.0.0.116 () {36 vars in 1013 bytes} [Tue Mar 31 06:22:52 2026] DELETE /v2.0/security-groups/bbdcb9f7-6832-4d94-aea8-a602d8e44667 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/540] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/security-groups/c6343c0b-c465-4e38-adb3-e32b25c35e26 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/541] 10.0.0.116 () {36 vars in 1013 bytes} [Tue Mar 31 06:22:52 2026] DELETE /v2.0/security-groups/c6343c0b-c465-4e38-adb3-e32b25c35e26 => 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: 263/542] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:50 2026] POST /v2.0/routers => generated 732 bytes in 2324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/543] 10.0.0.116 () {34 vars in 907 bytes} [Tue Mar 31 06:22:52 2026] GET /v2.0/extensions => generated 20516 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/544] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:22:52 2026] PUT /v2.0/routers/22574c58-123e-4dba-bd53-86d52be001ac/remove_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/545] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:22:53 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 281/546] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:22:52 2026] PUT /v2.0/routers/dcb95dd9-92c0-4532-adfc-75c5df971fb9/add_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/547] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:22:54 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/548] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:54 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:22:54.543 7 WARNING neutron_lib.context [req-4cdd7cbe-d5cc-47ed-a98b-3f166cb55fe3 req-abee83d0-599d-4673-8d7d-a8e60bfda3f6 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:22:54.654 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-25dab8e8-6131-4071-945b-e6284c20d715 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - 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: 284/549] 10.0.0.116 () {38 vars in 971 bytes} [Tue Mar 31 06:22:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/550] 10.0.0.116 () {34 vars in 1098 bytes} [Tue Mar 31 06:22:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--516628166&fields=id&tenant_id=658d5fb1ceaf4d7d90f993c1a505c293 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:22:54.719 7 WARNING neutron_lib.context [req-05997861-5bb0-418d-b545-f84cfea4ce7e req-71c50762-092f-43d1-bb26-3d4595333af1 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 286/551] 10.0.0.116 () {38 vars in 971 bytes} [Tue Mar 31 06:22:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/552] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:22:54 2026] GET /v2.0/networks?id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476 => generated 680 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:22:54.908 7 WARNING neutron_lib.context [req-39c7f481-10b5-41d7-bd81-de45d46157e7 req-534f5aa4-a196-483c-9da6-869ad356b063 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:22:55.053 8 INFO neutron.db.l3_hamode_db [None req-25dab8e8-6131-4071-945b-e6284c20d715 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 74bb4236-1019-43a4-b477-a7485db67412 was deleted as no HA routers are present in tenant 85f0a0e6dfb548ac8efedadcf31aa2af. [pid: 8|app: 0|req: 266/553] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:22:53 2026] DELETE /v2.0/routers/22574c58-123e-4dba-bd53-86d52be001ac => generated 0 bytes in 1102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/554] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/quotas/658d5fb1ceaf4d7d90f993c1a505c293 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/555] 10.0.0.116 () {38 vars in 971 bytes} [Tue Mar 31 06:22:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/556] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/ports?tenant_id=658d5fb1ceaf4d7d90f993c1a505c293&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/557] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups?tenant_id=24debaafbad44d9190b736af3ca11d36 => generated 7907 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/558] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/b79918c3-2673-418b-a5cc-ba5d44782313 => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/559] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/b79918c3-2673-418b-a5cc-ba5d44782313 => generated 2922 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/560] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:22:55 2026] DELETE /v2.0/subnets/c6e8f143-9e8b-4cc3-9bd8-bb93ec5f0574 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/561] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/05dcd077-373a-411a-91cf-5509b19d03d8 => generated 1681 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:55.402 8 INFO neutron.services.segments.plugin [-] Segment c1d234ae-99e3-4e1f-ab60-64f45fed4054 resource provider aggregate not found 2026-03-31 06:22:55.418 8 INFO neutron.services.segments.plugin [-] Segment c1d234ae-99e3-4e1f-ab60-64f45fed4054 resource provider aggregate not found 2026-03-31 06:22:55.423 8 INFO neutron.services.segments.plugin [-] Segment c1d234ae-99e3-4e1f-ab60-64f45fed4054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1d234ae-99e3-4e1f-ab60-64f45fed4054 found for delete ", "request_id": "req-140cb0f8-3f84-495c-9a19-9f3d0d778d29"}]} 2026-03-31 06:22:55.432 8 INFO neutron.services.segments.plugin [-] Segment c1d234ae-99e3-4e1f-ab60-64f45fed4054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1d234ae-99e3-4e1f-ab60-64f45fed4054 found for delete ", "request_id": "req-80859f9f-b7cb-4e65-a3cc-c4c8d2de4f29"}]} [pid: 8|app: 0|req: 270/562] 10.0.0.116 () {36 vars in 1013 bytes} [Tue Mar 31 06:22:55 2026] DELETE /v2.0/security-groups/05dcd077-373a-411a-91cf-5509b19d03d8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/563] 10.0.0.116 () {34 vars in 907 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/extensions => generated 20516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/564] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/565] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 274/566] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?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-03-31 06:22:55.699 8 INFO neutron.api.v2.resource [req-a2dc388a-5b51-410b-b8cc-06957795feb9 req-f5f48057-c529-4ab7-84ab-7acb48d615be 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/567] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/05dcd077-373a-411a-91cf-5509b19d03d8 => 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: 293/568] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:22:55 2026] DELETE /v2.0/networks/04f9e75d-5ca0-4c2a-96c3-dfdf14a73968 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/569] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/95da7720-61f4-4a5a-9963-b55c13e28aa6 => generated 1680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/570] 10.0.0.116 () {36 vars in 1013 bytes} [Tue Mar 31 06:22:55 2026] DELETE /v2.0/security-groups/95da7720-61f4-4a5a-9963-b55c13e28aa6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:22:55.932 7 INFO neutron.api.v2.resource [req-2d1f6002-9b1c-4fa6-9683-067c1256f388 req-aa6a6b81-c850-4842-857a-ef65e170180d 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/571] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/95da7720-61f4-4a5a-9963-b55c13e28aa6 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/572] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups?tenant_id=85f0a0e6dfb548ac8efedadcf31aa2af&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/573] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:55 2026] GET /v2.0/security-groups/d1dca85c-79bf-4132-8fa2-99e924e7b622 => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/574] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:22:55 2026] DELETE /v2.0/security-groups/44432739-52cd-4f1e-9521-420cea14696f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/575] 10.0.0.116 () {36 vars in 1013 bytes} [Tue Mar 31 06:22:56 2026] DELETE /v2.0/security-groups/d1dca85c-79bf-4132-8fa2-99e924e7b622 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:22:56.168 8 INFO neutron.api.v2.resource [req-fd29e841-c059-45e8-8eeb-492b8799b1e7 req-f612d2c5-3be0-4708-8328-8bb7a246165f 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/576] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups/d1dca85c-79bf-4132-8fa2-99e924e7b622 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:22:56.208 7 INFO neutron.services.segments.plugin [-] Segment 9929ea55-7b71-4838-bb10-a2893e1e26b1 resource provider aggregate not found 2026-03-31 06:22:56.219 7 INFO neutron.services.segments.plugin [-] Segment 9929ea55-7b71-4838-bb10-a2893e1e26b1 resource provider aggregate not found 2026-03-31 06:22:56.229 7 INFO neutron.services.segments.plugin [-] Segment 9929ea55-7b71-4838-bb10-a2893e1e26b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9929ea55-7b71-4838-bb10-a2893e1e26b1 found for delete ", "request_id": "req-ca7b2a62-9fa2-41e7-8ee1-133c4ba79f13"}]} 2026-03-31 06:22:56.233 7 INFO neutron.services.segments.plugin [-] Segment 9929ea55-7b71-4838-bb10-a2893e1e26b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9929ea55-7b71-4838-bb10-a2893e1e26b1 found for delete ", "request_id": "req-cb1e152c-3ec1-42b8-9296-5d4c344cbe2a"}]} [pid: 7|app: 0|req: 298/577] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups?tenant_id=24debaafbad44d9190b736af3ca11d36 => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/578] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/579] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups/b79918c3-2673-418b-a5cc-ba5d44782313 => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/580] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups/b79918c3-2673-418b-a5cc-ba5d44782313 => generated 2922 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:22:56.402 7 INFO neutron.api.v2.resource [req-67c9279e-8ed9-461f-b1f5-fb9f0a810a95 req-728f1312-d752-4190-883b-96ed21d558bb 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 300/581] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups/d1dca85c-79bf-4132-8fa2-99e924e7b622 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:22:56.463 8 INFO neutron.api.v2.resource [req-7943b529-6278-4a73-9375-3459619d8961 req-053037ec-1947-482d-a1bf-37f2e4c1f5c9 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/582] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups/95da7720-61f4-4a5a-9963-b55c13e28aa6 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:22:56.498 7 INFO neutron.api.v2.resource [req-388304e4-c88a-4ea0-b6cb-02244c83e147 req-7e83977f-d493-4d0f-b562-6acaa97b066d 19a887e70a8d4c2c80994d3e1302eb60 24debaafbad44d9190b736af3ca11d36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/583] 10.0.0.116 () {34 vars in 991 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/security-groups/05dcd077-373a-411a-91cf-5509b19d03d8 => 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: 302/584] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:56 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/585] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:57 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 283/586] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:22:56 2026] PUT /v2.0/routers/dcb95dd9-92c0-4532-adfc-75c5df971fb9/remove_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/587] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:57 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:22:58.309 8 INFO neutron.db.segments_db [None req-8523b3f5-d490-48aa-835d-638dbd884a35 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment bd887ebd-baae-4f93-8a2a-62db2be4e0da of type vxlan for network f862a501-c563-45ef-974b-9a2c8d10d4d4 2026-03-31 06:22:58.357 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-496bd70a-7fca-483c-bf39-678ef66a802b 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - 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: 285/588] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:22:57 2026] POST /v2.0/networks => generated 737 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:58.650 7 INFO neutron.services.segments.plugin [-] Segment ce5c6606-0970-4350-ae4c-65214b153f92 resource provider aggregate not found 2026-03-31 06:22:58.656 7 INFO neutron.services.segments.plugin [-] Segment ce5c6606-0970-4350-ae4c-65214b153f92 resource provider aggregate not found [pid: 8|app: 0|req: 286/589] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:58 2026] POST /v2.0/subnets => generated 684 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:22:58.672 7 INFO neutron.services.segments.plugin [-] Segment ce5c6606-0970-4350-ae4c-65214b153f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce5c6606-0970-4350-ae4c-65214b153f92 found for delete ", "request_id": "req-2e10b5a5-c902-4f0e-b25a-9e33d16745e7"}]} 2026-03-31 06:22:58.679 7 INFO neutron.services.segments.plugin [-] Segment ce5c6606-0970-4350-ae4c-65214b153f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce5c6606-0970-4350-ae4c-65214b153f92 found for delete ", "request_id": "req-325e2fc5-396f-4999-b8f4-476dbde6b43d"}]} [pid: 8|app: 0|req: 287/590] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:58 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:22:58.682 7 INFO neutron.db.l3_hamode_db [None req-496bd70a-7fca-483c-bf39-678ef66a802b 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network f40d1131-b831-4073-8bc3-a1b1bfec0afa was deleted as no HA routers are present in tenant 24debaafbad44d9190b736af3ca11d36. [pid: 7|app: 0|req: 304/591] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:22:57 2026] DELETE /v2.0/routers/dcb95dd9-92c0-4532-adfc-75c5df971fb9 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:22:58.731 8 INFO neutron.db.segments_db [None req-e3aa6fba-015b-4eca-84b8-160c0d5d5d62 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 32d96240-374d-431b-bb26-2f1c9627b00b of type vxlan for network 7bc36692-cbc6-4b12-aaf3-d9fc5b2b0020 [pid: 7|app: 0|req: 305/592] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:22:58 2026] DELETE /v2.0/subnets/814c0042-27e3-43ba-9b67-f5acc0254e6a => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:22:59.039 8 INFO neutron.db.l3_hamode_db [None req-e3aa6fba-015b-4eca-84b8-160c0d5d5d62 66bc2451884743808e7d468627e01f77 d3b1f785513741ec864e6b820cb11b38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 306/593] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:22:58 2026] DELETE /v2.0/networks/f6fb8f44-91f0-4b3f-84d6-25f8c4ffa06c => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/594] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:59 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 308/595] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:22:59 2026] GET /v2.0/security-groups?tenant_id=24debaafbad44d9190b736af3ca11d36&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/596] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:22:59 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 684 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/597] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:22:59 2026] DELETE /v2.0/security-groups/b79918c3-2673-418b-a5cc-ba5d44782313 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/598] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:22:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bea4d1dae8194faca3524cca7a5cdd72 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/599] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:22:59 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:22:59.851 7 WARNING neutron_lib.context [req-97430382-9b1f-44c1-8ab9-ff407fe89a9d req-d692335a-b093-47a1-8b23-aed32311e3cb ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:22:59.895 8 INFO neutron.db.l3_hamode_db [None req-e3aa6fba-015b-4eca-84b8-160c0d5d5d62 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 313/600] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:22:59 2026] POST /v2.0/ports => generated 954 bytes in 454 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: 314/601] 199.204.45.78 () {34 vars in 910 bytes} [Tue Mar 31 06:23:00 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: 315/602] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:00 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 957 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/603] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:00 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:00.752 7 INFO neutron.services.segments.plugin [-] Segment 0436d103-896f-494d-bb4e-a17f765cc9ce resource provider aggregate not found 2026-03-31 06:23:00.760 7 INFO neutron.services.segments.plugin [-] Segment 0436d103-896f-494d-bb4e-a17f765cc9ce resource provider aggregate not found 2026-03-31 06:23:00.770 7 INFO neutron.services.segments.plugin [-] Segment 0436d103-896f-494d-bb4e-a17f765cc9ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0436d103-896f-494d-bb4e-a17f765cc9ce found for delete ", "request_id": "req-3247df90-0d84-44cf-bb39-f26a6f781ccb"}]} 2026-03-31 06:23:00.776 7 INFO neutron.services.segments.plugin [-] Segment 0436d103-896f-494d-bb4e-a17f765cc9ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0436d103-896f-494d-bb4e-a17f765cc9ce found for delete ", "request_id": "req-8ba8f8a5-3df5-40a1-9556-41046141cafb"}]} [pid: 8|app: 0|req: 288/606] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:22:58 2026] POST /v2.0/routers => generated 724 bytes in 2271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/607] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:00 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 319/608] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:00 2026] PUT /v2.0/ports/db4c8e9c-249c-4b96-994c-49737d72c853 => generated 1235 bytes in 642 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: 320/609] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:01 2026] GET /v2.0/networks?id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476 => generated 680 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/610] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:23:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=658d5fb1ceaf4d7d90f993c1a505c293 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:01.489 7 WARNING neutron_lib.context [req-32987396-b585-4644-99ef-cab9c4ce7b9f req-88ec44d7-805d-42f9-ae52-4cd9b07d0953 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 322/611] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:23:01 2026] POST /v2.0/ports => generated 954 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 323/612] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:01 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:01.998 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26d572cb-f4a5-4bf9-b3cd-d2fb726d4785'] response: {'name': 'network-changed', 'server_uuid': 'fa8ad367-4765-43a1-a593-438ed3042fb4', 'tag': 'db4c8e9c-249c-4b96-994c-49737d72c853', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 290/613] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:23:00 2026] PUT /v2.0/routers/dbf4f8ba-fb76-4c0f-aee3-b543ec97615f/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/614] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/615] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:01 2026] PUT /v2.0/ports/b40ec39f-7b1e-44e5-a43f-e6457eb243f4 => generated 1235 bytes in 577 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: 292/616] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/617] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1238 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/618] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/619] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/620] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/621] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/622] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 328/623] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:02 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:03.007 8 WARNING neutron_lib.context [None req-8692b2db-3f87-40d8-b56a-1ac051be631e f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 296/624] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:23:02 2026] POST /v2.0/security-groups => generated 1657 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:23:03.202 7 WARNING neutron_lib.context [None req-69e16e20-146f-49d7-9e03-28cb6c89c5e4 f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 329/625] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:23:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:03.376 8 WARNING neutron_lib.context [None req-178a9ca6-9c42-4340-bfa8-6adf190b6226 f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 330/626] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/627] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:23:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/628] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/ports?tenant_id=658d5fb1ceaf4d7d90f993c1a505c293&device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:03.616 7 WARNING neutron_lib.context [None req-8b76cc8a-ffd1-4c4e-bfad-c0f5c3b32e66 f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 298/629] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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: 299/630] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b40ec39f-7b1e-44e5-a43f-e6457eb243f4 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/631] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/subnets?id=2758cb79-7901-4ce2-9a79-a9a6cdad01f7 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/632] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 302/633] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/ports?network_id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476&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: 303/634] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/635] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?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: 305/636] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?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: 306/637] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:03 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:04.037 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ab8c194-2a8a-4d9c-be9d-942d6ca39158'] response: {'name': 'network-changed', 'server_uuid': '1d4b7b81-a652-4fbb-8d0e-b60d4535442c', 'tag': 'b40ec39f-7b1e-44e5-a43f-e6457eb243f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 307/638] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/639] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => 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: 332/640] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:23:03 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/641] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/642] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&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: 310/643] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/644] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/645] 10.0.0.116 () {34 vars in 1096 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--20488144&fields=id&tenant_id=d3b1f785513741ec864e6b820cb11b38 => 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: 336/646] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/networks?id=f862a501-c563-45ef-974b-9a2c8d10d4d4 => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/647] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/648] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/quotas/d3b1f785513741ec864e6b820cb11b38 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/649] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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: 311/650] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/security-groups?tenant_id=a2aa78e512024131acca558f3178ac6d&name=default => generated 2925 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/651] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:04 2026] DELETE /v2.0/security-groups/e3123cce-5ab8-4b5e-bca2-5c60b6eacb1a => 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: 313/652] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/653] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/ports?tenant_id=658d5fb1ceaf4d7d90f993c1a505c293&device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/654] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&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: 316/655] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/networks?id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476 => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/656] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:23:04 2026] GET /v2.0/ports?tenant_id=d3b1f785513741ec864e6b820cb11b38&fields=id => generated 103 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/657] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b40ec39f-7b1e-44e5-a43f-e6457eb243f4 => 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: 342/658] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?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: 317/659] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/security-groups?tenant_id=bef1577cee8e4a388c483daba4b35216&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/660] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/subnets?id=2758cb79-7901-4ce2-9a79-a9a6cdad01f7 => generated 698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/661] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/662] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/ports?network_id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476&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: 344/663] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:05 2026] DELETE /v2.0/security-groups/9c6a9dbb-1aef-4438-a5cc-edc827a74012 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/664] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/665] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 345/666] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/667] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:05 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/668] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:06 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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: 8|app: 0|req: 323/669] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:06 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/670] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:06 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/671] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:06 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/672] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/673] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/674] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/675] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/676] 10.0.0.168 () {32 vars in 653 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions => generated 20516 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/677] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/678] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/679] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:23:07 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: 8|app: 0|req: 328/680] 10.0.0.168 () {32 vars in 665 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/681] 10.0.0.168 () {32 vars in 699 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/682] 10.0.0.168 () {32 vars in 697 bytes} [Tue Mar 31 06:23: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: 354/683] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/684] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/685] 10.0.0.168 () {32 vars in 703 bytes} [Tue Mar 31 06:23:07 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: 356/686] 10.0.0.168 () {32 vars in 693 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/687] 10.0.0.168 () {32 vars in 695 bytes} [Tue Mar 31 06:23:07 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: 8|app: 0|req: 331/688] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 358/689] 10.0.0.168 () {32 vars in 685 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/690] 10.0.0.168 () {32 vars in 687 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/691] 10.0.0.168 () {32 vars in 661 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/692] 10.0.0.168 () {32 vars in 699 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/693] 10.0.0.168 () {32 vars in 679 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/694] 10.0.0.168 () {32 vars in 683 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/695] 10.0.0.168 () {32 vars in 675 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/696] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:07 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: 362/697] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/698] 10.0.0.168 () {32 vars in 687 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/699] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/700] 10.0.0.168 () {32 vars in 687 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/701] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/702] 10.0.0.168 () {32 vars in 699 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/703] 10.0.0.168 () {32 vars in 679 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/704] 10.0.0.168 () {32 vars in 667 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/705] 10.0.0.168 () {32 vars in 677 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/706] 10.0.0.168 () {32 vars in 665 bytes} [Tue Mar 31 06:23:07 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/707] 10.0.0.168 () {32 vars in 675 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/708] 10.0.0.168 () {32 vars in 713 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/709] 10.0.0.168 () {32 vars in 691 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/710] 10.0.0.168 () {32 vars in 683 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/711] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/712] 10.0.0.168 () {32 vars in 687 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/713] 10.0.0.168 () {32 vars in 705 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/714] 10.0.0.168 () {32 vars in 675 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/715] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/716] 10.0.0.168 () {32 vars in 675 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/717] 10.0.0.168 () {32 vars in 693 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/718] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/719] 10.0.0.168 () {32 vars in 709 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-mac-address-regenerate => 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: 347/720] 10.0.0.168 () {32 vars in 705 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/721] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/722] 10.0.0.168 () {32 vars in 697 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/723] 10.0.0.168 () {32 vars in 711 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/724] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/binding => generated 193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/725] 10.0.0.168 () {32 vars in 687 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/726] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/727] 10.0.0.168 () {32 vars in 675 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/728] 10.0.0.168 () {32 vars in 671 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/729] 10.0.0.168 () {32 vars in 661 bytes} [Tue Mar 31 06:23:08 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: 352/730] 10.0.0.168 () {32 vars in 699 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/731] 10.0.0.168 () {32 vars in 699 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/732] 10.0.0.168 () {32 vars in 677 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/733] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/734] 10.0.0.168 () {32 vars in 683 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/735] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/736] 10.0.0.168 () {32 vars in 685 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/737] 10.0.0.168 () {32 vars in 707 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/738] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/739] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/740] 10.0.0.168 () {32 vars in 697 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/741] 10.0.0.168 () {32 vars in 695 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/742] 10.0.0.168 () {32 vars in 685 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/743] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/744] 10.0.0.168 () {32 vars in 667 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/745] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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: 364/746] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/747] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/748] 10.0.0.168 () {32 vars in 691 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/749] 10.0.0.168 () {32 vars in 691 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/750] 10.0.0.168 () {32 vars in 695 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/751] 10.0.0.168 () {32 vars in 685 bytes} [Tue Mar 31 06:23:08 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: 367/752] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/753] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/754] 10.0.0.168 () {32 vars in 703 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/router_availability_zone => 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: 387/755] 10.0.0.168 () {32 vars in 713 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/756] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/757] 10.0.0.168 () {32 vars in 715 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/758] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/759] 10.0.0.168 () {32 vars in 741 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/760] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/761] 10.0.0.168 () {32 vars in 683 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/762] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/segment => generated 145 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/763] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/764] 10.0.0.168 () {32 vars in 679 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/765] 10.0.0.168 () {32 vars in 669 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/766] 10.0.0.168 () {32 vars in 697 bytes} [Tue Mar 31 06:23:08 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: 376/767] 10.0.0.168 () {32 vars in 705 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/768] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/769] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/770] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/771] 10.0.0.168 () {32 vars in 683 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/772] 10.0.0.168 () {32 vars in 705 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/773] 10.0.0.168 () {32 vars in 695 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/774] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/775] 10.0.0.168 () {32 vars in 697 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/776] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/777] 10.0.0.168 () {32 vars in 679 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/778] 10.0.0.168 () {32 vars in 689 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/779] 10.0.0.168 () {32 vars in 701 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/780] 10.0.0.168 () {32 vars in 665 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/781] 10.0.0.168 () {32 vars in 681 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/782] 10.0.0.168 () {32 vars in 693 bytes} [Tue Mar 31 06:23:08 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: 7|app: 0|req: 401/783] 10.0.0.168 () {32 vars in 677 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/784] 10.0.0.168 () {32 vars in 667 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/785] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:08 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 403/786] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:09 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 404/787] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:09 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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: 384/788] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:09 2026] GET /v2.0/security-groups?tenant_id=44b3631d1ffa4dd390cda958884f7a71&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/789] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:09 2026] DELETE /v2.0/security-groups/a67c9a09-0fe6-45d7-85df-3c0a5ec4bb9d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/790] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:09 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 385/791] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:09 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/792] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:10 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/793] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:10 2026] GET /v2.0/networks?id=f862a501-c563-45ef-974b-9a2c8d10d4d4 => generated 669 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/794] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:23:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d3b1f785513741ec864e6b820cb11b38 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:10.394 8 WARNING neutron_lib.context [req-212dedf5-4b39-4b8f-ae30-5c43e2c03b16 req-0af33ef3-7297-4b77-ba1c-4c34fc6dc351 f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 409/795] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:10 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 410/796] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:10 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/797] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:23:10 2026] POST /v2.0/ports => generated 954 bytes in 522 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: 388/798] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:11 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 957 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/799] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:11 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/800] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:11 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/801] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:11 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/802] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:10 2026] PUT /v2.0/ports/dbd677fe-e9c4-431a-8125-e774e6ad541c => generated 1235 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/803] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:11 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 971 bytes in 92 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: 412/804] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:11 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:12.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fcb43dd-b774-49a5-a2ff-9c29e9007357'] response: {'name': 'network-changed', 'server_uuid': '7c296d39-cedf-4313-b5d4-c9f99123e5c9', 'tag': 'dbd677fe-e9c4-431a-8125-e774e6ad541c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 413/805] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:12 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:12.173 8 WARNING neutron_lib.context [None req-8c1b9b65-7f67-426e-b993-b2acbe9bcf38 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:12.405 8 INFO neutron.db.segments_db [None req-8c1b9b65-7f67-426e-b993-b2acbe9bcf38 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Added segment 519c3a8f-adee-4d05-aae2-ed34438333f0 of type vxlan for network 7f3266a2-93ee-410a-993e-8d9151b715cb [pid: 8|app: 0|req: 393/806] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:12 2026] POST /v2.0/networks => generated 650 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/807] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:12 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 395/808] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:12 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 396/809] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:12 2026] GET /v2.0/ports?tenant_id=d3b1f785513741ec864e6b820cb11b38&device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:12.686 8 WARNING neutron_lib.context [None req-d8aae481-e14d-4cc9-afb4-6bde6d1d9b6a 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:12.834 7 INFO neutron.db.l3_db [None req-2982c9f1-1642-4d10-80e1-8d72ef01658c ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Floating IP 7650fb9a-5367-40c2-9950-f30d9ccb2bbd associated. External IP: 10.96.250.220, port: db4c8e9c-249c-4b96-994c-49737d72c853. [pid: 8|app: 0|req: 397/810] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:12 2026] POST /v2.0/subnets => generated 627 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/811] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:12 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/812] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/813] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=dbd677fe-e9c4-431a-8125-e774e6ad541c => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:13.099 8 WARNING neutron_lib.context [None req-0cc36501-e64f-4e35-9fec-6959adccc0b2 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:13.166 8 INFO neutron.db.segments_db [None req-0cc36501-e64f-4e35-9fec-6959adccc0b2 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Added segment 8c5324d6-f80e-4ab2-8aab-d5470de7936b of type vxlan for network e28255f1-0fd6-4491-a545-dff57890ff6e [pid: 7|app: 0|req: 414/814] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:12 2026] PUT /v2.0/floatingips/7650fb9a-5367-40c2-9950-f30d9ccb2bbd => generated 855 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/815] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/subnets?id=84683c76-aec0-4e57-948b-a236bd70f2b5 => generated 687 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/816] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/817] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/ports?network_id=f862a501-c563-45ef-974b-9a2c8d10d4d4&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/818] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:13.451 8 INFO neutron.db.l3_hamode_db [None req-0cc36501-e64f-4e35-9fec-6959adccc0b2 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 419/819] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?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: 420/820] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:13 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?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: 421/821] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:14 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/822] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:14 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 423/823] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:14 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:14.382 8 INFO neutron.db.l3_hamode_db [None req-0cc36501-e64f-4e35-9fec-6959adccc0b2 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:23:14.397 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91262330-dd76-4520-bc84-1a3d85696fcc'] response: {'name': 'network-changed', 'server_uuid': 'fa8ad367-4765-43a1-a593-438ed3042fb4', 'tag': 'db4c8e9c-249c-4b96-994c-49737d72c853', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/824] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:14 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/825] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:14 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:15.034 7 INFO neutron.db.l3_db [None req-9c143462-edfe-4489-8b24-29282fe1bad3 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Floating IP a9c9a93e-6d06-42b6-935a-ebd4cc0f443a associated. External IP: 10.96.250.216, port: b40ec39f-7b1e-44e5-a43f-e6457eb243f4. [pid: 7|app: 0|req: 426/826] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:14 2026] PUT /v2.0/floatingips/a9c9a93e-6d06-42b6-935a-ebd4cc0f443a => generated 855 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/827] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/ports?tenant_id=d3b1f785513741ec864e6b820cb11b38&device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/828] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/829] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 401/830] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:13 2026] POST /v2.0/routers => generated 693 bytes in 2436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/831] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/networks?id=f862a501-c563-45ef-974b-9a2c8d10d4d4 => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/832] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 403/833] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&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: 431/834] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 780 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/835] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=dbd677fe-e9c4-431a-8125-e774e6ad541c => 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: 433/836] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&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: 436/839] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/840] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/subnets?id=84683c76-aec0-4e57-948b-a236bd70f2b5 => generated 687 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/841] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/842] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/ports?network_id=f862a501-c563-45ef-974b-9a2c8d10d4d4&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/843] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&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: 441/844] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/845] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:15 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 443/846] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:16 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/847] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:16 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?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: 445/848] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:16 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 446/849] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:16 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:17.027 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fcd28f1-4771-4bbd-85b0-04cdbf83593c'] response: {'name': 'network-changed', 'server_uuid': '1d4b7b81-a652-4fbb-8d0e-b60d4535442c', 'tag': 'b40ec39f-7b1e-44e5-a43f-e6457eb243f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 447/850] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:16 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/851] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&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: 404/852] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:23:15 2026] PUT /v2.0/routers/b3b0ba5b-460c-4351-8740-d5e308638685/add_router_interface => generated 309 bytes in 1615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:17.240 7 WARNING neutron_lib.context [None req-a9b43b73-7050-4146-b5b4-8138061d6767 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 405/853] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/854] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/security-groups?id=e9a07492-64c1-4744-81b7-5901461e974a&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/855] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/ports?tenant_id=658d5fb1ceaf4d7d90f993c1a505c293&device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/856] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/networks?id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476 => generated 776 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/857] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:17 2026] POST /v2.0/ports => generated 959 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/858] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b40ec39f-7b1e-44e5-a43f-e6457eb243f4 => generated 858 bytes in 50 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-03-31 06:23:17.720 7 WARNING neutron_lib.context [None req-f33b52fd-48bf-4b4f-91be-5d00c7c45acb 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 410/859] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/subnets?id=2758cb79-7901-4ce2-9a79-a9a6cdad01f7 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/860] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/ports?network_id=d8faf8a9-c35b-4b8a-b713-23cb9dffe476&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/861] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?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: 413/862] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/863] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:23:17 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/864] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:17 2026] POST /v2.0/ports => generated 959 bytes in 412 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-03-31 06:23:18.136 7 WARNING neutron_lib.context [None req-b3037610-c0dc-43c9-ba92-a4853f9054f8 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:18.749 8 INFO neutron.db.l3_db [req-06dfec50-cba4-490d-b42d-835adaa62ee4 req-5f63b847-6938-4c30-9cde-6895c570061f 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] Floating IP a9c9a93e-6d06-42b6-935a-ebd4cc0f443a disassociated. External IP: 10.96.250.216, port: b40ec39f-7b1e-44e5-a43f-e6457eb243f4. 2026-03-31 06:23:19.016 7 INFO neutron.db.l3_db [None req-b3037610-c0dc-43c9-ba92-a4853f9054f8 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Floating IP f472513f-99ad-4681-9dd5-0d4bcd0ddd1a associated. External IP: 10.96.250.207, port: d547ecda-7b2c-4afd-b41d-ab4e212f3845. [pid: 8|app: 0|req: 415/865] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:23:17 2026] DELETE /v2.0/ports/b40ec39f-7b1e-44e5-a43f-e6457eb243f4 => generated 0 bytes in 1185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/866] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:19 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/867] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:19 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 418/868] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:19 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/869] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:19 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/870] 10.0.0.168 () {34 vars in 677 bytes} [Tue Mar 31 06:23:18 2026] POST /v2.0/floatingips => generated 843 bytes in 1314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:19.597 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d06c004e-82e1-4161-8ded-bf73e88108e2'] response: {'server_uuid': '1d4b7b81-a652-4fbb-8d0e-b60d4535442c', 'name': 'network-vif-deleted', 'tag': 'b40ec39f-7b1e-44e5-a43f-e6457eb243f4', 'status': 'completed', 'code': 200} 2026-03-31 06:23:19.639 7 INFO neutron.db.l3_db [None req-0ec731e6-a415-4ff6-85da-323d6fd6aaef 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Floating IP f472513f-99ad-4681-9dd5-0d4bcd0ddd1a disassociated. External IP: 10.96.250.207, port: d547ecda-7b2c-4afd-b41d-ab4e212f3845. 2026-03-31 06:23:19.907 8 INFO neutron.db.l3_db [None req-166bf74e-28f4-4c09-a378-5a1161665874 f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Floating IP b5b61e5f-15eb-4644-8681-dba8b103dce0 associated. External IP: 10.96.250.203, port: dbd677fe-e9c4-431a-8125-e774e6ad541c. [pid: 7|app: 0|req: 452/871] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:19 2026] PUT /v2.0/floatingips/f472513f-99ad-4681-9dd5-0d4bcd0ddd1a => generated 552 bytes in 560 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.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:19 2026] PUT /v2.0/floatingips/b5b61e5f-15eb-4644-8681-dba8b103dce0 => generated 855 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/873] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:20 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 453/874] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:23:20 2026] DELETE /v2.0/floatingips/f472513f-99ad-4681-9dd5-0d4bcd0ddd1a => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/875] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:20 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:20.424 8 WARNING neutron_lib.context [None req-1500e8e2-6428-4bd3-a2e9-a6b53f5f9ff1 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 454/876] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:20 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&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: 7|app: 0|req: 455/877] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:20 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/878] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:20 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:21.299 8 INFO neutron.db.l3_db [None req-1500e8e2-6428-4bd3-a2e9-a6b53f5f9ff1 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Floating IP eac2995f-2a67-4b57-9a77-37f1b8370a4c associated. External IP: 10.96.250.214, port: 423c0dde-3ac4-4192-b597-ad9105786872. [pid: 7|app: 0|req: 457/879] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:21 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:21.641 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f6badaa-0337-4c41-a97b-1befa3a9e40b'] response: {'name': 'network-changed', 'server_uuid': '7c296d39-cedf-4313-b5d4-c9f99123e5c9', 'tag': 'dbd677fe-e9c4-431a-8125-e774e6ad541c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 423/880] 10.0.0.168 () {34 vars in 677 bytes} [Tue Mar 31 06:23:20 2026] POST /v2.0/floatingips => generated 843 bytes in 1253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/881] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:23:21 2026] GET /v2.0/floatingips/eac2995f-2a67-4b57-9a77-37f1b8370a4c => generated 843 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/882] 10.0.0.168 () {32 vars in 655 bytes} [Tue Mar 31 06:23:21 2026] GET /v2.0/floatingips => generated 846 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/883] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:21 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 426/884] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/security-groups?id=f7e7e7d8-d282-42ca-8eaf-4f31a4531985&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: 427/885] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/ports?tenant_id=d3b1f785513741ec864e6b820cb11b38&device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:22.248 7 INFO neutron.db.l3_db [None req-60f42d81-2ea5-460a-8eaa-7f711bda502c 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Floating IP eac2995f-2a67-4b57-9a77-37f1b8370a4c associated. External IP: 10.96.250.214, port: 423c0dde-3ac4-4192-b597-ad9105786872. [pid: 8|app: 0|req: 428/886] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/networks?id=f862a501-c563-45ef-974b-9a2c8d10d4d4 => generated 765 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/887] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=dbd677fe-e9c4-431a-8125-e774e6ad541c => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/888] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/subnets?id=84683c76-aec0-4e57-948b-a236bd70f2b5 => generated 687 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/889] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/ports?network_id=f862a501-c563-45ef-974b-9a2c8d10d4d4&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/890] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/891] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4?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: 434/892] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/ports?device_id=1d4b7b81-a652-4fbb-8d0e-b60d4535442c => 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: 435/893] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:23:22 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/894] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:21 2026] PUT /v2.0/floatingips/eac2995f-2a67-4b57-9a77-37f1b8370a4c => generated 843 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:23.132 7 INFO neutron.db.l3_db [None req-2dd93e50-114d-4d96-81ef-b8f4028bb3d0 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] Floating IP eac2995f-2a67-4b57-9a77-37f1b8370a4c disassociated. External IP: 10.96.250.214, port: d547ecda-7b2c-4afd-b41d-ab4e212f3845. 2026-03-31 06:23:23.180 8 INFO neutron.db.l3_db [req-5d0eab60-81aa-4ac6-9d2a-ee976c996cae req-085267ae-5c31-4959-aaaa-58dab9573bdf f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] Floating IP b5b61e5f-15eb-4644-8681-dba8b103dce0 disassociated. External IP: 10.96.250.203, port: dbd677fe-e9c4-431a-8125-e774e6ad541c. [pid: 7|app: 0|req: 460/895] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:23 2026] PUT /v2.0/floatingips/eac2995f-2a67-4b57-9a77-37f1b8370a4c => generated 552 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/896] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:23 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => 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: 436/897] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:23:22 2026] DELETE /v2.0/ports/dbd677fe-e9c4-431a-8125-e774e6ad541c => generated 0 bytes in 701 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:23.768 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43e23638-501b-49fa-a1b7-849d61cd9de7'] response: {'server_uuid': '7c296d39-cedf-4313-b5d4-c9f99123e5c9', 'name': 'network-vif-deleted', 'tag': 'dbd677fe-e9c4-431a-8125-e774e6ad541c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 462/898] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:23:23 2026] DELETE /v2.0/floatingips/eac2995f-2a67-4b57-9a77-37f1b8370a4c => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:23.858 7 INFO neutron.api.v2.resource [None req-e7c72b4f-9ec4-4430-b604-5cb0f92fc705 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/899] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:23:23 2026] DELETE /v2.0/floatingips/eac2995f-2a67-4b57-9a77-37f1b8370a4c => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/900] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:23 2026] DELETE /v2.0/security-groups/e9a07492-64c1-4744-81b7-5901461e974a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:23.883 8 INFO neutron.api.v2.resource [None req-febdd476-a68f-41d6-b211-083d4597da3f 6b7bdb05e89e4884a038d606ae2a0692 658d5fb1ceaf4d7d90f993c1a505c293 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/901] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:23:23 2026] GET /v2.0/security-groups/e9a07492-64c1-4744-81b7-5901461e974a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/902] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:23:23 2026] DELETE /v2.0/floatingips/a9c9a93e-6d06-42b6-935a-ebd4cc0f443a => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/903] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:23 2026] DELETE /v2.0/ports/d547ecda-7b2c-4afd-b41d-ab4e212f3845 => generated 0 bytes in 461 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/904] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:24 2026] DELETE /v2.0/ports/423c0dde-3ac4-4192-b597-ad9105786872 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/905] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:24 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/906] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:23:24 2026] GET /v2.0/ports?device_id=b3b0ba5b-460c-4351-8740-d5e308638685 => generated 958 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/907] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:23:24 2026] PUT /v2.0/routers/41493540-46ad-4172-95b5-6dcefefdb606/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/908] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:23:25 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1240 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:26.302 8 INFO neutron.services.segments.plugin [-] Segment 618137b2-cce8-4dd1-83fc-516c9bd7117c resource provider aggregate not found 2026-03-31 06:23:26.307 8 INFO neutron.services.segments.plugin [-] Segment 618137b2-cce8-4dd1-83fc-516c9bd7117c resource provider aggregate not found 2026-03-31 06:23:26.316 8 INFO neutron.db.l3_hamode_db [None req-73a1991e-9852-4cff-a618-2eb3bfcbb8c0 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 28225279-6f4e-427a-b91c-5a56557ea71c was deleted as no HA routers are present in tenant 658d5fb1ceaf4d7d90f993c1a505c293. [pid: 8|app: 0|req: 442/909] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:25 2026] DELETE /v2.0/routers/41493540-46ad-4172-95b5-6dcefefdb606 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:26.324 8 INFO neutron.services.segments.plugin [-] Segment 618137b2-cce8-4dd1-83fc-516c9bd7117c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 618137b2-cce8-4dd1-83fc-516c9bd7117c found for delete ", "request_id": "req-951cc731-ade7-4fe5-849a-d33038bd9b2f"}]} 2026-03-31 06:23:26.325 8 INFO neutron.services.segments.plugin [-] Segment 618137b2-cce8-4dd1-83fc-516c9bd7117c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 618137b2-cce8-4dd1-83fc-516c9bd7117c found for delete ", "request_id": "req-de977bea-af35-42a7-ab72-b73bb1f5397d"}]} [pid: 8|app: 0|req: 443/910] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:26 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/911] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:26 2026] GET /v2.0/ports?device_id=7c296d39-cedf-4313-b5d4-c9f99123e5c9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/912] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:23:24 2026] PUT /v2.0/routers/b3b0ba5b-460c-4351-8740-d5e308638685/remove_router_interface => generated 309 bytes in 1660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/913] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:26 2026] DELETE /v2.0/subnets/2758cb79-7901-4ce2-9a79-a9a6cdad01f7 => 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: 446/914] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:26 2026] DELETE /v2.0/networks/d8faf8a9-c35b-4b8a-b713-23cb9dffe476 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/915] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:27 2026] GET /v2.0/security-groups?tenant_id=658d5fb1ceaf4d7d90f993c1a505c293&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/916] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:27 2026] DELETE /v2.0/security-groups/fcdea0a2-c5c1-4f60-aca8-5c2a0abff2b1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:27.237 7 INFO neutron.services.segments.plugin [-] Segment 8c5324d6-f80e-4ab2-8aab-d5470de7936b resource provider aggregate not found 2026-03-31 06:23:27.244 7 INFO neutron.services.segments.plugin [-] Segment 8c5324d6-f80e-4ab2-8aab-d5470de7936b resource provider aggregate not found 2026-03-31 06:23:27.259 7 INFO neutron.services.segments.plugin [-] Segment 8c5324d6-f80e-4ab2-8aab-d5470de7936b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c5324d6-f80e-4ab2-8aab-d5470de7936b found for delete ", "request_id": "req-ebae5fe5-1ce7-4f0d-bdd3-246230f4e6ab"}]} 2026-03-31 06:23:27.260 7 INFO neutron.services.segments.plugin [-] Segment 8c5324d6-f80e-4ab2-8aab-d5470de7936b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c5324d6-f80e-4ab2-8aab-d5470de7936b found for delete ", "request_id": "req-91bfdb1c-65c7-401a-8665-52ed30d13715"}]} 2026-03-31 06:23:27.282 7 INFO neutron.db.l3_hamode_db [None req-e3639d0b-4725-4922-ad0f-4d056a05ec14 631ebad088dd4185801efe3d90157961 51cd0d4f48ed44b7a6bf5eccc1613644 - - default default] HA network e28255f1-0fd6-4491-a545-dff57890ff6e was deleted as no HA routers are present in tenant 51cd0d4f48ed44b7a6bf5eccc1613644. [pid: 7|app: 0|req: 469/917] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:26 2026] DELETE /v2.0/routers/b3b0ba5b-460c-4351-8740-d5e308638685 => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/918] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:27 2026] DELETE /v2.0/subnets/27305881-f3ed-427b-b54c-1ebae035a722 => 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: 450/919] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:27 2026] DELETE /v2.0/security-groups/f7e7e7d8-d282-42ca-8eaf-4f31a4531985 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:27.661 8 INFO neutron.api.v2.resource [None req-5321da39-54e4-4051-bba6-5a538c3b2957 f0bd834e74864e4e85c3fdd5c248155c d3b1f785513741ec864e6b820cb11b38 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/920] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:23:27 2026] GET /v2.0/security-groups/f7e7e7d8-d282-42ca-8eaf-4f31a4531985 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/921] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:27 2026] DELETE /v2.0/networks/7f3266a2-93ee-410a-993e-8d9151b715cb => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/922] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:23:27 2026] DELETE /v2.0/floatingips/b5b61e5f-15eb-4644-8681-dba8b103dce0 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:28.347 8 INFO neutron.services.segments.plugin [-] Segment 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 resource provider aggregate not found 2026-03-31 06:23:28.352 8 INFO neutron.services.segments.plugin [-] Segment 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 resource provider aggregate not found 2026-03-31 06:23:28.374 8 INFO neutron.services.segments.plugin [-] Segment 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 found for delete ", "request_id": "req-669ea6a8-204a-4cfa-939a-594392827b09"}]} 2026-03-31 06:23:28.378 8 INFO neutron.services.segments.plugin [-] Segment 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bf03b65-49aa-4a6b-9e4c-f6e7371ce0d4 found for delete ", "request_id": "req-50dc793c-cca7-4491-8afd-824c8131513c"}]} [pid: 8|app: 0|req: 453/923] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:28 2026] GET /v2.0/security-groups?tenant_id=51cd0d4f48ed44b7a6bf5eccc1613644&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/924] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:28 2026] DELETE /v2.0/security-groups/c4d272d4-a180-4144-bb59-c00409c41c74 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/925] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:23:28 2026] PUT /v2.0/routers/dbf4f8ba-fb76-4c0f-aee3-b543ec97615f/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:29.299 7 INFO neutron.services.segments.plugin [-] Segment 519c3a8f-adee-4d05-aae2-ed34438333f0 resource provider aggregate not found 2026-03-31 06:23:29.310 7 INFO neutron.services.segments.plugin [-] Segment 519c3a8f-adee-4d05-aae2-ed34438333f0 resource provider aggregate not found 2026-03-31 06:23:29.322 7 INFO neutron.services.segments.plugin [-] Segment 519c3a8f-adee-4d05-aae2-ed34438333f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 519c3a8f-adee-4d05-aae2-ed34438333f0 found for delete ", "request_id": "req-552ab0f1-4a3b-4b09-ae0f-bbf6fe8fc88e"}]} 2026-03-31 06:23:29.340 7 INFO neutron.services.segments.plugin [-] Segment 519c3a8f-adee-4d05-aae2-ed34438333f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 519c3a8f-adee-4d05-aae2-ed34438333f0 found for delete ", "request_id": "req-e3176077-d26a-4ec9-be8c-3a4ea2a5d576"}]} 2026-03-31 06:23:29.469 7 INFO neutron.db.segments_db [None req-0aaac266-9db3-44f1-ba13-5f493ee42a1c 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 of type vxlan for network 8645e153-ea54-4b2a-acda-58575fb5bea1 [pid: 7|app: 0|req: 472/926] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:23:29 2026] POST /v2.0/networks => generated 744 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/927] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:29 2026] POST /v2.0/subnets => generated 691 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:29.860 7 INFO neutron.db.segments_db [None req-c97ac6a0-a585-40f6-b8d1-bafe8252ad2e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment b33ffe85-37da-4284-8380-6b35643e068d of type vxlan for network f40aa007-2bd4-4007-95d1-147344fba0ef 2026-03-31 06:23:30.039 8 INFO neutron.db.l3_hamode_db [None req-b1ca64b6-7483-4eda-be1c-b598fccbb139 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 7bc36692-cbc6-4b12-aaf3-d9fc5b2b0020 was deleted as no HA routers are present in tenant d3b1f785513741ec864e6b820cb11b38. [pid: 8|app: 0|req: 455/928] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:29 2026] DELETE /v2.0/routers/dbf4f8ba-fb76-4c0f-aee3-b543ec97615f => generated 0 bytes in 974 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:30.157 7 INFO neutron.db.l3_hamode_db [None req-c97ac6a0-a585-40f6-b8d1-bafe8252ad2e 66bc2451884743808e7d468627e01f77 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 456/929] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:30 2026] DELETE /v2.0/subnets/84683c76-aec0-4e57-948b-a236bd70f2b5 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:30.395 8 INFO neutron.services.segments.plugin [-] Segment 32d96240-374d-431b-bb26-2f1c9627b00b resource provider aggregate not found 2026-03-31 06:23:30.403 8 INFO neutron.services.segments.plugin [-] Segment 32d96240-374d-431b-bb26-2f1c9627b00b resource provider aggregate not found 2026-03-31 06:23:30.409 8 INFO neutron.services.segments.plugin [-] Segment 32d96240-374d-431b-bb26-2f1c9627b00b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32d96240-374d-431b-bb26-2f1c9627b00b found for delete ", "request_id": "req-371ebea1-fd7c-4087-98c8-bdd2ec583f70"}]} 2026-03-31 06:23:30.424 8 INFO neutron.services.segments.plugin [-] Segment 32d96240-374d-431b-bb26-2f1c9627b00b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32d96240-374d-431b-bb26-2f1c9627b00b found for delete ", "request_id": "req-29a71c4f-d358-4713-8d38-a609d5ee59b1"}]} [pid: 8|app: 0|req: 457/930] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:30 2026] DELETE /v2.0/networks/f862a501-c563-45ef-974b-9a2c8d10d4d4 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:30.806 8 WARNING neutron_lib.context [None req-c6e3beb2-faf1-4a55-ad0d-54c04b7f09a6 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:30.807 8 WARNING neutron_lib.context [None req-c6e3beb2-faf1-4a55-ad0d-54c04b7f09a6 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:31.017 8 INFO neutron.db.segments_db [None req-c6e3beb2-faf1-4a55-ad0d-54c04b7f09a6 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Added segment 4ed7a960-726d-4c79-9f65-58457dce8c02 of type vxlan for network 078bfb87-1dfd-4570-a243-55346b2609e0 2026-03-31 06:23:31.082 7 INFO neutron.db.l3_hamode_db [None req-c97ac6a0-a585-40f6-b8d1-bafe8252ad2e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:23:31.171 8 INFO neutron.db.segments_db [None req-c6e3beb2-faf1-4a55-ad0d-54c04b7f09a6 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Added segment d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 of type vxlan for network f712dfb2-1ff8-4844-a220-6fca7ac1dfca [pid: 8|app: 0|req: 458/931] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:30 2026] POST /v2.0/networks => generated 1245 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/934] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:31 2026] GET /v2.0/security-groups?tenant_id=d3b1f785513741ec864e6b820cb11b38&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/935] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:31 2026] DELETE /v2.0/security-groups/a90518bb-898b-4b02-9c38-ac482b23374a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/936] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:23:31 2026] GET /v2.0/networks => generated 1844 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/937] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:32 2026] DELETE /v2.0/networks/078bfb87-1dfd-4570-a243-55346b2609e0 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:32.432 8 INFO neutron.services.segments.plugin [-] Segment bd887ebd-baae-4f93-8a2a-62db2be4e0da resource provider aggregate not found [pid: 7|app: 0|req: 474/938] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:29 2026] POST /v2.0/routers => generated 731 bytes in 2626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:32.442 8 INFO neutron.services.segments.plugin [-] Segment bd887ebd-baae-4f93-8a2a-62db2be4e0da resource provider aggregate not found 2026-03-31 06:23:32.449 8 INFO neutron.services.segments.plugin [-] Segment bd887ebd-baae-4f93-8a2a-62db2be4e0da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd887ebd-baae-4f93-8a2a-62db2be4e0da found for delete ", "request_id": "req-bcb0bb33-92ea-4c21-be40-10edddb2a30a"}]} 2026-03-31 06:23:32.456 8 INFO neutron.services.segments.plugin [-] Segment bd887ebd-baae-4f93-8a2a-62db2be4e0da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd887ebd-baae-4f93-8a2a-62db2be4e0da found for delete ", "request_id": "req-6a1bbad6-96a2-4546-8750-d273e167229f"}]} 2026-03-31 06:23:32.463 8 INFO neutron.services.segments.plugin [-] Segment 4ed7a960-726d-4c79-9f65-58457dce8c02 resource provider aggregate not found 2026-03-31 06:23:32.469 8 INFO neutron.services.segments.plugin [-] Segment 4ed7a960-726d-4c79-9f65-58457dce8c02 resource provider aggregate not found 2026-03-31 06:23:32.475 8 INFO neutron.services.segments.plugin [-] Segment 4ed7a960-726d-4c79-9f65-58457dce8c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed7a960-726d-4c79-9f65-58457dce8c02 found for delete ", "request_id": "req-48546bab-ea60-4854-ad91-4fedebb9f0a1"}]} 2026-03-31 06:23:32.486 8 INFO neutron.services.segments.plugin [-] Segment 4ed7a960-726d-4c79-9f65-58457dce8c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed7a960-726d-4c79-9f65-58457dce8c02 found for delete ", "request_id": "req-e5bd43ff-f6ac-4a13-99fa-666bc75c25b7"}]} [pid: 8|app: 0|req: 465/939] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:32 2026] DELETE /v2.0/networks/f712dfb2-1ff8-4844-a220-6fca7ac1dfca => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/940] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:23:32 2026] GET /v2.0/networks => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:32.599 8 WARNING neutron_lib.context [None req-a27e2384-992c-4425-8def-688e073c4335 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:32.662 8 INFO neutron.db.segments_db [None req-a27e2384-992c-4425-8def-688e073c4335 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Added segment 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 of type vxlan for network 30e1df2a-37ce-46ff-9961-40e21e8ce113 [pid: 8|app: 0|req: 467/941] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:32 2026] POST /v2.0/networks => generated 653 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:32.780 8 WARNING neutron_lib.context [None req-aaf22467-18ce-495f-960e-8287f7caab02 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:32.875 8 INFO neutron.db.segments_db [None req-aaf22467-18ce-495f-960e-8287f7caab02 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Added segment 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 of type vxlan for network b63dede9-4980-41f5-830b-0e8aacdfc82f [pid: 8|app: 0|req: 468/942] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:32 2026] POST /v2.0/networks => generated 654 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:32.979 8 WARNING neutron_lib.context [None req-1f2586aa-04c7-4394-8779-d1c978597983 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:33.009 8 WARNING neutron_lib.context [None req-1f2586aa-04c7-4394-8779-d1c978597983 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 469/943] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:32 2026] POST /v2.0/ports => generated 1505 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/944] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:23:32 2026] PUT /v2.0/routers/cdad168f-1903-40d0-9c88-72f720344206/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/945] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:23:33 2026] GET /v2.0/ports => generated 1505 bytes in 148 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-03-31 06:23:34.111 8 INFO neutron.db.segments_db [None req-deeda274-c1c8-4517-8c05-ad8442d6a695 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 008e0165-b149-4171-96ac-f2e974f1b7a7 of type vxlan for network aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 [pid: 7|app: 0|req: 477/946] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:33 2026] DELETE /v2.0/ports/e07c26fc-25e6-4280-8799-1611bd12f39f => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/947] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:23:33 2026] POST /v2.0/networks => generated 743 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/948] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:34 2026] DELETE /v2.0/ports/9acca12b-3c13-4774-9cd9-9733ae633a70 => 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: 471/949] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:34 2026] POST /v2.0/subnets => generated 690 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/950] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:34 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:34.454 7 WARNING neutron_lib.context [None req-02d88090-d173-4137-a45c-ac9280175041 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 472/951] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:23:34 2026] GET /v2.0/ports => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:34.501 8 INFO neutron.services.segments.plugin [-] Segment d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 resource provider aggregate not found 2026-03-31 06:23:34.505 8 INFO neutron.services.segments.plugin [-] Segment d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 resource provider aggregate not found 2026-03-31 06:23:34.521 8 INFO neutron.services.segments.plugin [-] Segment d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 found for delete ", "request_id": "req-8cfae876-9cd0-45cb-b511-42eef5344805"}]} 2026-03-31 06:23:34.524 8 INFO neutron.services.segments.plugin [-] Segment d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d743bbc9-2cc9-43cc-a731-aa8d9771b0a1 found for delete ", "request_id": "req-5459edb1-c15f-402b-908c-b2b80950cd8e"}]} 2026-03-31 06:23:34.553 8 INFO neutron.db.segments_db [None req-daf68315-dabf-44ce-bc4e-36c7b97ad0e0 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment ca7ed0b1-43ae-4d56-a713-c8cabda3b089 of type vxlan for network 21bb34c1-f7a3-4975-8963-c1996a11b2be [pid: 7|app: 0|req: 480/952] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:23:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:23:34.588 7 WARNING neutron_lib.context [None req-46bbb73f-1f9f-48e8-a430-6ee45fc47db8 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:34.639 7 INFO neutron.db.segments_db [None req-46bbb73f-1f9f-48e8-a430-6ee45fc47db8 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Added segment 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 of type vxlan for network 6da3ac55-da6d-46bb-80e5-977cf87fcf84 [pid: 7|app: 0|req: 481/953] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:34 2026] POST /v2.0/networks => generated 653 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/954] 10.0.0.116 () {34 vars in 971 bytes} [Tue Mar 31 06:23:34 2026] GET /v2.0/ports/db4c8e9c-249c-4b96-994c-49737d72c853 => generated 968 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:34.804 7 WARNING neutron_lib.context [None req-54f150b8-9254-4c6d-abf9-aa38550b5de6 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:34.915 8 INFO neutron.db.l3_hamode_db [None req-daf68315-dabf-44ce-bc4e-36c7b97ad0e0 66bc2451884743808e7d468627e01f77 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 483/955] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:23:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:34.959 7 WARNING neutron_lib.context [None req-a3595d8d-6880-4bef-bf5e-5e84097302f5 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:35.016 7 INFO neutron.db.segments_db [None req-a3595d8d-6880-4bef-bf5e-5e84097302f5 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Added segment 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e of type vxlan for network 51fc1f43-287f-4b1b-ba5b-30728e13e6f5 [pid: 7|app: 0|req: 484/956] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:34 2026] POST /v2.0/networks => generated 654 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:35.120 7 WARNING neutron_lib.context [None req-a57177b5-70bc-4006-9140-16d342bcdb5d 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 485/957] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:23:35 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-03-31 06:23:35.235 7 WARNING neutron_lib.context [None req-8fe03895-072b-49e1-a647-9e089c51bba6 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:35.806 8 INFO neutron.db.l3_hamode_db [None req-daf68315-dabf-44ce-bc4e-36c7b97ad0e0 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 486/958] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:23:35 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/959] 199.204.45.78 () {34 vars in 999 bytes} [Tue Mar 31 06:23:35 2026] GET /v2.0/subnets?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:35.931 7 WARNING neutron_lib.context [None req-4d764f2a-98ba-4298-a6bd-8a4e8b951991 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:35.963 7 WARNING neutron_lib.context [None req-4d764f2a-98ba-4298-a6bd-8a4e8b951991 f30b5dc144224744b6217cbe682089c9 47abf2eba26247f4bffe7d6d04929868 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 488/960] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:35 2026] POST /v2.0/subnets => generated 1323 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/961] 199.204.45.78 () {34 vars in 1145 bytes} [Tue Mar 31 06:23:36 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4&device_owner=compute%3Anova&network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => 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: 490/962] 10.0.0.116 () {34 vars in 1098 bytes} [Tue Mar 31 06:23:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--847811670&fields=id&tenant_id=98751a0043cc4125a2c1ad0df35e4c56 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/963] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:23:36 2026] GET /v2.0/subnets => generated 1959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/964] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:34 2026] POST /v2.0/routers => generated 730 bytes in 2315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/965] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:23:36 2026] GET /v2.0/networks?id=8645e153-ea54-4b2a-acda-58575fb5bea1 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/966] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:36 2026] DELETE /v2.0/subnets/2d390893-365c-4158-bad0-065b33f464c8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/967] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:36 2026] PUT /v2.0/ports/db4c8e9c-249c-4b96-994c-49737d72c853 => generated 1145 bytes in 574 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: 493/968] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:23:37 2026] GET /v2.0/quotas/98751a0043cc4125a2c1ad0df35e4c56 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:37.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5877d3a-e6e8-4a6e-9b1c-009643f5d638'] response: {'name': 'network-changed', 'server_uuid': 'fa8ad367-4765-43a1-a593-438ed3042fb4', 'tag': 'db4c8e9c-249c-4b96-994c-49737d72c853', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 494/969] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:37 2026] DELETE /v2.0/subnets/95979440-d47d-4ec5-a50f-839f5c0fc484 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/970] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:23:37 2026] GET /v2.0/ports?tenant_id=98751a0043cc4125a2c1ad0df35e4c56&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/971] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:23:37 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/972] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:23:37 2026] GET /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:38.120 7 INFO neutron.services.segments.plugin [-] Segment 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e resource provider aggregate not found 2026-03-31 06:23:38.125 7 INFO neutron.services.segments.plugin [-] Segment 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e resource provider aggregate not found 2026-03-31 06:23:38.138 7 INFO neutron.services.segments.plugin [-] Segment 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e found for delete ", "request_id": "req-acb55e82-ece0-4544-a4b7-da1a060353a8"}]} [pid: 7|app: 0|req: 498/973] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:37 2026] DELETE /v2.0/networks/51fc1f43-287f-4b1b-ba5b-30728e13e6f5 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:38.150 7 INFO neutron.services.segments.plugin [-] Segment 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efdbfdd-3038-4de2-9fff-3f2c79bbf83e found for delete ", "request_id": "req-cd705c27-c113-4873-827c-d904904536cd"}]} [pid: 7|app: 0|req: 499/974] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1?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: 500/975] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1417 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/976] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:38 2026] DELETE /v2.0/networks/6da3ac55-da6d-46bb-80e5-977cf87fcf84 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/977] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:23:36 2026] PUT /v2.0/routers/c21b74c6-cc66-47ed-9243-1431f9211772/add_router_interface => generated 309 bytes in 1458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/978] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => 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: 502/979] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 780 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/980] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => 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: 504/981] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:38.617 8 INFO neutron.services.segments.plugin [-] Segment 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 resource provider aggregate not found 2026-03-31 06:23:38.620 8 INFO neutron.services.segments.plugin [-] Segment 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 resource provider aggregate not found 2026-03-31 06:23:38.635 8 INFO neutron.services.segments.plugin [-] Segment 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 found for delete ", "request_id": "req-140778ab-beab-4c61-b510-2734bd576358"}]} 2026-03-31 06:23:38.638 8 INFO neutron.services.segments.plugin [-] Segment 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72bbdb1d-27f3-493d-bdd3-eaf5601d0524 found for delete ", "request_id": "req-a3bc01cd-2a8a-4391-b476-d7cbe676ff12"}]} [pid: 7|app: 0|req: 505/982] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/983] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:38 2026] DELETE /v2.0/networks/b63dede9-4980-41f5-830b-0e8aacdfc82f => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/984] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&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: 507/985] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/986] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:38 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 479/987] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:38 2026] DELETE /v2.0/networks/30e1df2a-37ce-46ff-9961-40e21e8ce113 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:39.138 7 WARNING neutron_lib.context [None req-866ef513-20a3-433a-b363-156ee100baa7 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 509/988] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:23:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:23:39.304 7 WARNING neutron_lib.context [None req-3c17303b-319a-4bf7-9865-91ecc9386af0 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 480/989] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1148 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/990] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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: 510/991] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:23:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:39.471 7 WARNING neutron_lib.context [None req-f69668f5-5ab1-447c-899f-a01c384415f5 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 482/992] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/security-groups?tenant_id=47abf2eba26247f4bffe7d6d04929868&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/993] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => 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: 511/994] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:23:39 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-03-31 06:23:39.636 7 WARNING neutron_lib.context [None req-9d5c4697-a66b-4fcd-a17a-ca63667c93ca 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 484/995] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:39 2026] DELETE /v2.0/security-groups/9f9ab6ec-3a64-4d61-8fb9-5e9170e80cbe => 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: 485/996] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/997] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/998] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/999] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1000] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1001] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:40.161 7 INFO neutron.services.segments.plugin [-] Segment 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 resource provider aggregate not found 2026-03-31 06:23:40.169 7 INFO neutron.services.segments.plugin [-] Segment 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 resource provider aggregate not found 2026-03-31 06:23:40.182 7 INFO neutron.services.segments.plugin [-] Segment 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 found for delete ", "request_id": "req-763478ed-cbc7-4ff1-a562-fb2e51c04004"}]} 2026-03-31 06:23:40.183 7 INFO neutron.services.segments.plugin [-] Segment 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f07cd54-60c3-4f59-8451-6d7c00c4ed36 found for delete ", "request_id": "req-4fdf1fe3-6578-40c7-9996-9d09245b1cdc"}]} [pid: 8|app: 0|req: 491/1002] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1003] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:23:39 2026] POST /v2.0/floatingips => generated 552 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1004] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 513/1005] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:40.800 8 INFO neutron.services.segments.plugin [-] Segment 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 resource provider aggregate not found 2026-03-31 06:23:40.809 8 INFO neutron.services.segments.plugin [-] Segment 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 resource provider aggregate not found 2026-03-31 06:23:40.814 8 INFO neutron.services.segments.plugin [-] Segment 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 found for delete ", "request_id": "req-c7c22a06-de36-41dc-a444-42d79b799d6b"}]} 2026-03-31 06:23:40.830 8 INFO neutron.services.segments.plugin [-] Segment 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd5533e-05fb-41a9-af1a-90c3d7bbe996 found for delete ", "request_id": "req-b9eaa0b8-d6d6-491f-9b71-40da759b4c5a"}]} [pid: 8|app: 0|req: 493/1006] 10.0.0.116 () {34 vars in 1100 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2123665670&fields=id&tenant_id=8750a856ac2e4005aa9726e6ecbc1350 => generated 69 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1007] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/networks?id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1008] 199.204.45.78 () {34 vars in 1117 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1009] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/quotas/8750a856ac2e4005aa9726e6ecbc1350 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1010] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:23:40 2026] GET /v2.0/ports?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1011] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:23:41 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1012] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:23:41 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1013] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:41 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:41.819 7 WARNING neutron_lib.context [None req-136134b4-d65f-4954-ae44-c71aa32c0514 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 495/1014] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:40 2026] PUT /v2.0/ports/db4c8e9c-249c-4b96-994c-49737d72c853 => generated 968 bytes in 994 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: 496/1015] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:41 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:41.994 7 INFO neutron.db.segments_db [None req-136134b4-d65f-4954-ae44-c71aa32c0514 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] Added segment fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 of type vxlan for network ff4cc375-0be0-4fb3-94be-7ecd2b39b3c5 [pid: 7|app: 0|req: 520/1016] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:41 2026] POST /v2.0/networks => generated 644 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:42.129 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de084a0a-c958-4334-abea-dbed004645d6'] response: {'name': 'network-changed', 'server_uuid': 'fa8ad367-4765-43a1-a593-438ed3042fb4', 'tag': 'db4c8e9c-249c-4b96-994c-49737d72c853', 'status': 'completed', 'code': 200} 2026-03-31 06:23:42.133 8 WARNING neutron_lib.context [None req-fade4abc-7501-4c96-9140-5eea0a1692bb 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 521/1017] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => 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: 497/1018] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:42 2026] POST /v2.0/subnets => generated 641 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1019] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:42.489 8 WARNING neutron_lib.context [None req-208cca88-198c-485c-9029-e16f6c03ca23 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:42.560 8 INFO neutron.db.segments_db [None req-208cca88-198c-485c-9029-e16f6c03ca23 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] Added segment cee7b178-bcb7-48cd-8d7c-968bc03b55b4 of type vxlan for network 39ebd6a5-eda3-48e0-bf04-34292d39d0ee [pid: 7|app: 0|req: 523/1020] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 780 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1021] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1022] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:42 2026] POST /v2.0/networks => generated 644 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1023] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1024] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1025] 10.0.0.168 () {34 vars in 743 bytes} [Tue Mar 31 06:23:42 2026] PUT /v2.0/networks/39ebd6a5-eda3-48e0-bf04-34292d39d0ee => generated 592 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1026] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/networks?id=8645e153-ea54-4b2a-acda-58575fb5bea1 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:42.786 7 WARNING neutron_lib.context [None req-e0e25308-aa78-447e-a228-78d11379ca3f 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 500/1027] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 501/1028] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=98751a0043cc4125a2c1ad0df35e4c56 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1029] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:42 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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-03-31 06:23:42.898 8 WARNING neutron_lib.context [req-202e77fb-0711-468a-87e4-a7b91062c540 req-80ce9697-1a59-45f2-aae9-de4b056d0b91 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 528/1030] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:42 2026] POST /v2.0/subnets => generated 626 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1031] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => 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: 530/1032] 10.0.0.168 () {34 vars in 741 bytes} [Tue Mar 31 06:23:43 2026] PUT /v2.0/subnets/53720268-7fb8-4c58-99ad-10a1c5e6017b => generated 636 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1033] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:23:42 2026] POST /v2.0/ports => generated 954 bytes in 425 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-03-31 06:23:43.507 7 INFO neutron.services.segments.plugin [-] Segment cee7b178-bcb7-48cd-8d7c-968bc03b55b4 resource provider aggregate not found 2026-03-31 06:23:43.522 7 INFO neutron.services.segments.plugin [-] Segment cee7b178-bcb7-48cd-8d7c-968bc03b55b4 resource provider aggregate not found 2026-03-31 06:23:43.532 7 INFO neutron.services.segments.plugin [-] Segment cee7b178-bcb7-48cd-8d7c-968bc03b55b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee7b178-bcb7-48cd-8d7c-968bc03b55b4 found for delete ", "request_id": "req-d3aa6504-5c42-4fbd-a374-393d44b8fddf"}]} 2026-03-31 06:23:43.557 7 INFO neutron.services.segments.plugin [-] Segment cee7b178-bcb7-48cd-8d7c-968bc03b55b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee7b178-bcb7-48cd-8d7c-968bc03b55b4 found for delete ", "request_id": "req-28e17bae-3c3a-4f74-b694-28aa7f79af96"}]} [pid: 7|app: 0|req: 531/1034] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:43 2026] DELETE /v2.0/networks/39ebd6a5-eda3-48e0-bf04-34292d39d0ee => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1035] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:43.593 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52cc6da3-2123-4b33-bac4-86576c327732 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1036] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:43 2026] DELETE /v2.0/networks/39ebd6a5-eda3-48e0-bf04-34292d39d0ee => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1037] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1038] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/subnets?network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1039] 10.0.0.168 () {32 vars in 653 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1040] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/networks => generated 1309 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1041] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1042] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 504/1043] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:43 2026] PUT /v2.0/ports/0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18 => generated 1235 bytes in 583 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: 540/1044] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/networks/ff4cc375-0be0-4fb3-94be-7ecd2b39b3c5 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1045] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1046] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/ports?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1047] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/subnets/3b7d1dc9-f5e4-4cf0-be98-7c71742378a2 => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:44.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e6a0177-244e-455f-910b-60bcc9574685 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/1048] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:44 2026] DELETE /v2.0/subnets/53720268-7fb8-4c58-99ad-10a1c5e6017b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:23:44.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9aea0851-8296-4f76-a8a3-1fd68981ba05 6e53a93ef6d743e49e636f8b79da07ed 907a95a86c174685887021a119d4284a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1049] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:44 2026] DELETE /v2.0/networks/39ebd6a5-eda3-48e0-bf04-34292d39d0ee => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1050] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:43 2026] GET /v2.0/networks?id=871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 780 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1051] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=db4c8e9c-249c-4b96-994c-49737d72c853 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1052] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/subnets?id=7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:44.171 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c9795e9-32eb-4739-9504-dde75fc5802e'] response: {'name': 'network-changed', 'server_uuid': 'a17e29c7-9598-4808-81aa-ce0a23eddcde', 'tag': '0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 545/1053] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/ports?network_id=871c81db-a28b-4df9-8a49-d81f8e6a8e82&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1054] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:44 2026] DELETE /v2.0/subnets/3b7d1dc9-f5e4-4cf0-be98-7c71742378a2 => 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: 546/1055] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1056] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 511/1057] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&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: 512/1058] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82?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: 7|app: 0|req: 547/1059] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:44 2026] DELETE /v2.0/networks/ff4cc375-0be0-4fb3-94be-7ecd2b39b3c5 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1060] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1061] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/ports?tenant_id=98751a0043cc4125a2c1ad0df35e4c56&device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1062] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:23:44 2026] GET /v2.0/networks?tenant_id=98751a0043cc4125a2c1ad0df35e4c56&shared=False => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1063] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:23:44 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: 8|app: 0|req: 515/1064] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1065] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1066] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/security-groups?tenant_id=907a95a86c174685887021a119d4284a&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1067] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:45 2026] DELETE /v2.0/security-groups/267b0ed3-2629-400b-8f6a-4035571fd958 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1068] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1069] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1072] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/networks?id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 => generated 675 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:45.740 7 INFO neutron.services.segments.plugin [-] Segment fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 resource provider aggregate not found 2026-03-31 06:23:45.747 7 INFO neutron.services.segments.plugin [-] Segment fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 resource provider aggregate not found 2026-03-31 06:23:45.760 7 INFO neutron.services.segments.plugin [-] Segment fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 found for delete ", "request_id": "req-6cf87690-97ec-48a8-9759-d85bcc9b6264"}]} 2026-03-31 06:23:45.766 7 INFO neutron.services.segments.plugin [-] Segment fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7ae2fb-ec9b-4d34-bae7-8e7b14f935a0 found for delete ", "request_id": "req-e4dc5a71-ffa0-4eac-9cc4-b7e3a4f8c997"}]} [pid: 8|app: 0|req: 521/1073] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1074] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8750a856ac2e4005aa9726e6ecbc1350 => generated 181 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:45.801 7 WARNING neutron_lib.context [req-c7417be4-7397-470a-9f62-5658450bceb5 req-7f3eb6af-ed71-41b6-91cd-4439ba6bd20d 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 522/1075] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1076] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:45 2026] GET /v2.0/ports?tenant_id=98751a0043cc4125a2c1ad0df35e4c56&device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:46.201 8 INFO neutron.db.l3_db [req-58cb732c-5706-47dc-9ec3-73de2472c915 req-f38d5d7c-10a8-4402-8fa8-02f0cd6b57e2 ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] Floating IP 7650fb9a-5367-40c2-9950-f30d9ccb2bbd disassociated. External IP: 10.96.250.220, port: db4c8e9c-249c-4b96-994c-49737d72c853. [pid: 7|app: 0|req: 554/1077] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:23:45 2026] POST /v2.0/ports => generated 958 bytes in 436 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: 555/1078] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18 => 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: 556/1079] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1080] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:23:45 2026] DELETE /v2.0/ports/db4c8e9c-249c-4b96-994c-49737d72c853 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1081] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/subnets?id=1d917bef-23e9-4f75-abb9-c22ce90e2246 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1082] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/security-groups?id=a8ebe831-1bcc-4efa-8af3-4510b5f32469&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-03-31 06:23:46.711 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a69d778-77d2-421f-bcd0-6fe75ce1cfcc'] response: {'server_uuid': 'fa8ad367-4765-43a1-a593-438ed3042fb4', 'name': 'network-vif-deleted', 'tag': 'db4c8e9c-249c-4b96-994c-49737d72c853', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 527/1083] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1084] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/ports?network_id=8645e153-ea54-4b2a-acda-58575fb5bea1&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: 7|app: 0|req: 557/1085] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:23:46 2026] PUT /v2.0/ports/da71767d-da08-44b0-b6ac-7a6070920151 => generated 1239 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 558/1086] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1?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: 529/1087] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:46.936 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8329beaa-7584-4c86-a137-08bf3154f79b'] response: {'name': 'network-changed', 'server_uuid': '06014cb8-26e2-422b-99b4-e469988494e5', 'tag': 'da71767d-da08-44b0-b6ac-7a6070920151', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 559/1088] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1089] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1?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: 7|app: 0|req: 560/1090] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:46 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:47.307 8 WARNING neutron_lib.context [None req-c9ec78cb-e183-4393-bc1f-80993497c4b1 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 561/1091] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:47 2026] GET /v2.0/ports?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:47.504 8 INFO neutron.db.segments_db [None req-c9ec78cb-e183-4393-bc1f-80993497c4b1 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Added segment b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 of type vxlan for network 8a45ee59-2660-4b4c-9d8e-9f15be6b0a73 [pid: 7|app: 0|req: 562/1092] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:23:47 2026] GET /v2.0/networks?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&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: 563/1093] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:23:47 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: 531/1094] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:47 2026] POST /v2.0/networks => generated 644 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:47.635 7 WARNING neutron_lib.context [None req-649fa8fb-fb9a-4fb0-b7b7-f5f27f322a45 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 532/1095] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:47 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 564/1096] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:47 2026] POST /v2.0/ports => generated 774 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:47.955 8 WARNING neutron_lib.context [None req-3eda9960-d1d9-4501-bebc-b5cdfa34d775 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 565/1097] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:47 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:48.054 8 INFO neutron.db.segments_db [None req-3eda9960-d1d9-4501-bebc-b5cdfa34d775 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Added segment 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a of type vxlan for network e3b059f0-9f61-4899-9f96-2ef7887d376f [pid: 7|app: 0|req: 566/1098] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&fields=id&fields=name => generated 113 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1099] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1100] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:47 2026] POST /v2.0/networks => generated 631 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:48.183 8 WARNING neutron_lib.context [None req-b1181190-813a-4397-b4df-11642f168bef 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 568/1101] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1102] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:48 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:48.481 7 WARNING neutron_lib.context [None req-5ace998a-10ca-4186-b246-4bbbe44221af 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 535/1103] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/ports?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1104] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=da71767d-da08-44b0-b6ac-7a6070920151 => 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: 537/1105] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/subnets?id=5a36dcc9-8802-4c14-b18f-67cea6accb04 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1106] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/ports?network_id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0&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: 569/1107] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:48 2026] POST /v2.0/ports => generated 948 bytes in 356 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: 570/1108] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?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: 571/1109] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/ports?device_id=fa8ad367-4765-43a1-a593-438ed3042fb4 => 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: 572/1110] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:48 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1111] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:48 2026] DELETE /v2.0/ports/0d5a2efe-6686-4825-9a70-6dab92177ad9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:49.142 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9606cc2d-20d0-4e2b-b350-69e4b8eabff2 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1112] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:49 2026] DELETE /v2.0/ports/0d5a2efe-6686-4825-9a70-6dab92177ad9 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:23:49.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be7ab7e5-0a0f-4a77-92c1-442a5e4b3303 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/1113] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:23:49 2026] GET /v2.0/ports/0d5a2efe-6686-4825-9a70-6dab92177ad9 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1114] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:49 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1115] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:49 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1116] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:49 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => 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: 577/1117] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:49 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1118] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:49 2026] DELETE /v2.0/subnets/524265df-2a50-4c13-a295-5c37f6f7827b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:49.713 7 INFO neutron.services.segments.plugin [-] Segment 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a resource provider aggregate not found 2026-03-31 06:23:49.726 7 INFO neutron.services.segments.plugin [-] Segment 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a resource provider aggregate not found 2026-03-31 06:23:49.730 7 INFO neutron.services.segments.plugin [-] Segment 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a found for delete ", "request_id": "req-68f082e2-1a36-4796-9fb6-8857a7365fb2"}]} 2026-03-31 06:23:49.745 7 INFO neutron.services.segments.plugin [-] Segment 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50ecddfe-3d25-44cc-9441-66fa1e8c9d6a found for delete ", "request_id": "req-121d25e2-8f7a-4618-b5f0-f483ea8b2d4b"}]} [pid: 7|app: 0|req: 578/1119] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:49 2026] DELETE /v2.0/networks/e3b059f0-9f61-4899-9f96-2ef7887d376f => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:49.760 8 WARNING neutron_lib.context [None req-2288332e-c07f-40d1-8cb2-2b01b26d3828 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:49.817 8 INFO neutron.db.segments_db [None req-2288332e-c07f-40d1-8cb2-2b01b26d3828 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Added segment 0d5ebd49-90ba-4ce2-b52a-88541c79a90c of type vxlan for network 36089df3-40ed-41fe-83e9-67f8c7433eac [pid: 8|app: 0|req: 542/1120] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:49 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:49.932 7 WARNING neutron_lib.context [None req-afd1260f-67fa-4cbf-bcc8-b95724e6dd93 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 543/1121] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:49 2026] DELETE /v2.0/security-groups/a8ebe831-1bcc-4efa-8af3-4510b5f32469 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:50.126 8 INFO neutron.api.v2.resource [None req-4bb93caa-adfb-45da-bb39-6f724f8d2da0 ea485ac9fbbe42558cbbe9327c6bd7bd bea4d1dae8194faca3524cca7a5cdd72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1122] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:23:50 2026] GET /v2.0/security-groups/a8ebe831-1bcc-4efa-8af3-4510b5f32469 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1123] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:49 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:50.215 7 WARNING neutron_lib.context [None req-850bc3a7-a5af-4ec2-8326-1a41caa25787 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1124] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:23:50 2026] DELETE /v2.0/floatingips/7650fb9a-5367-40c2-9950-f30d9ccb2bbd => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1125] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:50 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => 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: 547/1126] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:50 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1127] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:50 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&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: 549/1128] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:50 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&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: 580/1129] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:50 2026] POST /v2.0/ports => generated 916 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1130] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:50 2026] DELETE /v2.0/ports/86a8ef1e-e804-417a-9a7d-63c0f440d244 => generated 0 bytes in 711 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:51.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d40926f-f648-4ff9-8ae2-7a7c7606828e 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1131] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:23:51 2026] GET /v2.0/ports/86a8ef1e-e804-417a-9a7d-63c0f440d244 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1132] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:51 2026] DELETE /v2.0/subnets/e2db967a-8eb9-4e74-ac06-e025a0edea7f => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1133] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:23:50 2026] PUT /v2.0/routers/97fd3cf2-79e2-4beb-a015-f8cbf8e1fac8/remove_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:51.986 7 INFO neutron.services.segments.plugin [-] Segment 0d5ebd49-90ba-4ce2-b52a-88541c79a90c resource provider aggregate not found 2026-03-31 06:23:51.995 7 INFO neutron.services.segments.plugin [-] Segment 0d5ebd49-90ba-4ce2-b52a-88541c79a90c resource provider aggregate not found 2026-03-31 06:23:52.018 7 INFO neutron.services.segments.plugin [-] Segment 0d5ebd49-90ba-4ce2-b52a-88541c79a90c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d5ebd49-90ba-4ce2-b52a-88541c79a90c found for delete ", "request_id": "req-4898d762-cbc6-4d5c-8a2e-02b426b4b5c5"}]} [pid: 7|app: 0|req: 584/1134] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:51 2026] DELETE /v2.0/networks/36089df3-40ed-41fe-83e9-67f8c7433eac => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:52.033 7 INFO neutron.services.segments.plugin [-] Segment 0d5ebd49-90ba-4ce2-b52a-88541c79a90c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d5ebd49-90ba-4ce2-b52a-88541c79a90c found for delete ", "request_id": "req-feb02aff-6f58-457d-846e-c86726d10e9f"}]} [pid: 8|app: 0|req: 551/1135] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:51 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1136] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:52 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:52.123 7 WARNING neutron_lib.context [None req-611a8288-5759-4646-a6af-4f1030f5becc 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1137] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:23:52 2026] POST /v2.0/ports => generated 775 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 587/1138] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:52 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&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: 588/1139] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:52 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1140] 10.0.0.168 () {34 vars in 737 bytes} [Tue Mar 31 06:23:52 2026] PUT /v2.0/ports/addf9439-4ae3-449f-a528-fbf4906a447b => generated 752 bytes in 215 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: 590/1141] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:52 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:53.013 8 INFO neutron.services.segments.plugin [-] Segment 6203c54b-3fce-433e-917c-0d0daf111f61 resource provider aggregate not found 2026-03-31 06:23:53.019 8 INFO neutron.services.segments.plugin [-] Segment 6203c54b-3fce-433e-917c-0d0daf111f61 resource provider aggregate not found 2026-03-31 06:23:53.032 8 INFO neutron.services.segments.plugin [-] Segment 6203c54b-3fce-433e-917c-0d0daf111f61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6203c54b-3fce-433e-917c-0d0daf111f61 found for delete ", "request_id": "req-6ea6c2ad-552d-4e78-b9b7-0f8259488988"}]} 2026-03-31 06:23:53.033 8 INFO neutron.services.segments.plugin [-] Segment 6203c54b-3fce-433e-917c-0d0daf111f61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6203c54b-3fce-433e-917c-0d0daf111f61 found for delete ", "request_id": "req-c5971a87-6b27-4e87-92cd-2a66be01aec3"}]} 2026-03-31 06:23:53.043 8 INFO neutron.db.l3_hamode_db [None req-c0cd4dff-4e05-44d5-96bc-77f41efdb9ee 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 9c2f5d40-ab7a-461f-bed1-1148082e11a1 was deleted as no HA routers are present in tenant bea4d1dae8194faca3524cca7a5cdd72. [pid: 8|app: 0|req: 552/1142] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:52 2026] DELETE /v2.0/routers/97fd3cf2-79e2-4beb-a015-f8cbf8e1fac8 => generated 0 bytes in 995 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1143] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:52 2026] DELETE /v2.0/ports/addf9439-4ae3-449f-a528-fbf4906a447b => 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: 592/1144] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:53 2026] DELETE /v2.0/subnets/7ed85d8f-6974-46e7-bd49-d189024c7b30 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1145] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:53.535 8 INFO neutron.db.l3_db [None req-c498a2db-45d8-4b1b-9726-f67f8c2f6e92 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Floating IP c7f25d3a-975d-46c5-b536-82b40172db03 associated. External IP: 10.96.250.211, port: 0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18. [pid: 7|app: 0|req: 594/1146] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:53 2026] DELETE /v2.0/networks/871c81db-a28b-4df9-8a49-d81f8e6a8e82 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:23:53.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66bfe3f2-273b-4d6d-9e06-8e1862a127a0 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 595/1147] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/ports/addf9439-4ae3-449f-a528-fbf4906a447b => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1148] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1149] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/ports => generated 777 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1150] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1151] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/ports/c6c56d32-eec0-446d-82c6-b2672d0e92d7 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1152] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/security-groups?tenant_id=bea4d1dae8194faca3524cca7a5cdd72&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:53.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bc8b782-9f51-4d71-b279-28929e9ddbb0 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1153] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:53 2026] DELETE /v2.0/ports/86a8ef1e-e804-417a-9a7d-63c0f440d244 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1154] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:53 2026] PUT /v2.0/floatingips/c7f25d3a-975d-46c5-b536-82b40172db03 => generated 855 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:53.942 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1152c26-df8c-43df-acf2-2d6393e7cd9b 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1155] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:53 2026] DELETE /v2.0/subnets/e2db967a-8eb9-4e74-ac06-e025a0edea7f => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:23:53.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5adc8dcc-d8a4-406d-aed4-5cda8e446f68 921a6c8907824514b5266a162f1ccff6 02dd50972b024e7f96c7a387f85e7782 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 555/1156] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:23:53 2026] DELETE /v2.0/subnets/524265df-2a50-4c13-a295-5c37f6f7827b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:23:53.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10527db2-388f-40a5-9084-d5e3592064ce'] response: {'name': 'network-changed', 'server_uuid': 'a17e29c7-9598-4808-81aa-ce0a23eddcde', 'tag': '0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 556/1157] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:53 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:54.049 7 INFO neutron.services.segments.plugin [-] Segment 05fd7e6b-fe81-411b-a70c-5b4c71e52286 resource provider aggregate not found [pid: 7|app: 0|req: 602/1158] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:53 2026] DELETE /v2.0/security-groups/c00e1892-8c71-437b-b72b-08d56e6d6074 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:54.065 7 INFO neutron.services.segments.plugin [-] Segment 05fd7e6b-fe81-411b-a70c-5b4c71e52286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05fd7e6b-fe81-411b-a70c-5b4c71e52286 found for delete ", "request_id": "req-1937c0a6-28d2-49c9-a4d5-d785235d742b"}]} 2026-03-31 06:23:54.072 7 INFO neutron.services.segments.plugin [-] Segment 05fd7e6b-fe81-411b-a70c-5b4c71e52286 resource provider aggregate not found 2026-03-31 06:23:54.092 7 INFO neutron.services.segments.plugin [-] Segment 05fd7e6b-fe81-411b-a70c-5b4c71e52286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05fd7e6b-fe81-411b-a70c-5b4c71e52286 found for delete ", "request_id": "req-c6e19af1-9ef0-4446-b2af-7ded4be52f5a"}]} [pid: 7|app: 0|req: 603/1159] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1160] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:23:54 2026] DELETE /v2.0/ports/c6c56d32-eec0-446d-82c6-b2672d0e92d7 => 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: 604/1161] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:23:54 2026] DELETE /v2.0/networks/8a45ee59-2660-4b4c-9d8e-9f15be6b0a73 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1162] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/ports?tenant_id=98751a0043cc4125a2c1ad0df35e4c56&device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1163] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/networks?id=8645e153-ea54-4b2a-acda-58575fb5bea1 => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1164] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => 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: 606/1165] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1166] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&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: 607/1167] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/subnets?id=1d917bef-23e9-4f75-abb9-c22ce90e2246 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1168] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/ports?network_id=8645e153-ea54-4b2a-acda-58575fb5bea1&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1169] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1?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: 562/1170] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1?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: 609/1171] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1172] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:54 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1173] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:55 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1174] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:23:55 2026] GET /v2.0/security-groups?tenant_id=02dd50972b024e7f96c7a387f85e7782&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1175] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:23:55 2026] DELETE /v2.0/security-groups/30d40179-1790-45f8-bfd7-9e0f14363a2d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:23:55.479 7 INFO neutron.db.l3_db [None req-326525a5-0b7a-400d-b4f3-c821c96e3589 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Floating IP 7cf14ef2-d5ab-4df3-beb5-7e1ba26a80e2 associated. External IP: 10.96.250.215, port: da71767d-da08-44b0-b6ac-7a6070920151. [pid: 8|app: 0|req: 566/1176] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:55 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1177] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:23:55 2026] GET /v2.0/security-groups?id=df120bd3-132b-44e9-a486-9f35a935ee33&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1178] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:23:55 2026] PUT /v2.0/floatingips/7cf14ef2-d5ab-4df3-beb5-7e1ba26a80e2 => generated 856 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:56.246 8 INFO neutron.db.segments_db [None req-03a860e4-a5bd-4a54-a80e-9b56ff843bb3 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 75f6e470-b14f-41fd-8a42-ae9af75f3029 of type vxlan for network 98749511-0ca5-4f09-ba0f-0d5e7998f5a4 [pid: 8|app: 0|req: 568/1179] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:23:55 2026] POST /v2.0/networks => generated 746 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:56.403 7 INFO neutron.services.segments.plugin [-] Segment b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 resource provider aggregate not found 2026-03-31 06:23:56.410 7 INFO neutron.services.segments.plugin [-] Segment b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 resource provider aggregate not found 2026-03-31 06:23:56.419 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf96d4db-9f37-4471-9601-3af83dbe090d'] response: {'name': 'network-changed', 'server_uuid': '06014cb8-26e2-422b-99b4-e469988494e5', 'tag': 'da71767d-da08-44b0-b6ac-7a6070920151', 'status': 'completed', 'code': 200} 2026-03-31 06:23:56.422 7 INFO neutron.services.segments.plugin [-] Segment b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 found for delete ", "request_id": "req-9155df2b-5b2d-4520-a773-1e67ca6dceec"}]} 2026-03-31 06:23:56.438 7 INFO neutron.services.segments.plugin [-] Segment b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c758b1-2c40-4a5f-8d82-a9bd93eb44d3 found for delete ", "request_id": "req-99c343e8-9f65-4039-baf9-b81e3fcb71f9"}]} [pid: 8|app: 0|req: 569/1180] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:23:56 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1181] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:56 2026] POST /v2.0/subnets => generated 693 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:56.750 7 INFO neutron.db.segments_db [None req-e6918d40-52de-40be-b6e7-cc9b9171242e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 4b18778b-dc19-4717-96f2-29a69fed8d18 of type vxlan for network 1760a0a4-c99f-4838-b9ab-dc65929e1ee0 2026-03-31 06:23:56.847 8 INFO neutron.db.l3_db [req-905a1389-7760-46fa-9015-9d74395a8d05 req-88a0768f-3c80-4132-a3dc-dffb5730c8eb 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] Floating IP c7f25d3a-975d-46c5-b536-82b40172db03 disassociated. External IP: 10.96.250.211, port: 0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18. 2026-03-31 06:23:57.041 7 INFO neutron.db.l3_hamode_db [None req-e6918d40-52de-40be-b6e7-cc9b9171242e 66bc2451884743808e7d468627e01f77 227971dbf4b447d3b3dc42f370d2c93b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 570/1182] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:23:56 2026] DELETE /v2.0/ports/0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18 => generated 0 bytes in 680 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1183] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:57 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:57.284 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e83b59d9-ee1e-476e-ae2f-f9b7e455be40'] response: {'server_uuid': 'a17e29c7-9598-4808-81aa-ce0a23eddcde', 'name': 'network-vif-deleted', 'tag': '0cd7dfd5-a494-4bc5-b738-a60ac1ddbe18', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 572/1184] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:23:57 2026] GET /v2.0/ports?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:23:57.478 8 WARNING neutron_lib.context [None req-9f1e5c38-6b11-4aa2-9d57-1916f68da0b3 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:57.643 8 INFO neutron.db.segments_db [None req-9f1e5c38-6b11-4aa2-9d57-1916f68da0b3 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment 889b3293-e4cd-45b5-bb94-d9b9e311ba69 of type vxlan for network b8e07452-5bee-4c0b-9366-84b035ecbe66 [pid: 8|app: 0|req: 573/1185] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:57 2026] POST /v2.0/networks => generated 633 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1186] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:23:57 2026] GET /v2.0/networks?id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:57.808 8 WARNING neutron_lib.context [None req-981498d5-e653-4115-a097-00c81cfc588e 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:57.871 8 INFO neutron.db.segments_db [None req-981498d5-e653-4115-a097-00c81cfc588e 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment 4f687a05-dc9e-4501-8ebb-9219889f810a of type vxlan for network 0a60d348-7ae8-40a7-a365-68289d636230 2026-03-31 06:23:57.894 7 INFO neutron.db.l3_hamode_db [None req-e6918d40-52de-40be-b6e7-cc9b9171242e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 575/1187] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:23:57 2026] POST /v2.0/networks => generated 633 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1188] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:23:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=da71767d-da08-44b0-b6ac-7a6070920151 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:58.001 8 WARNING neutron_lib.context [None req-64b23357-2466-423e-8e46-f20812479e9f 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 577/1189] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:57 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1190] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:23:58 2026] GET /v2.0/subnets?id=5a36dcc9-8802-4c14-b18f-67cea6accb04 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:23:58.271 8 WARNING neutron_lib.context [None req-f82f6d83-7049-4445-b50e-77188081f8f2 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 579/1191] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:58 2026] POST /v2.0/subnets => generated 655 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1192] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:23:58 2026] GET /v2.0/ports?network_id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1193] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:58 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:58.615 8 WARNING neutron_lib.context [None req-7cfb4586-4cea-45ae-818d-97e8c7d59ab6 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:23:58.662 8 INFO neutron.db.segments_db [None req-7cfb4586-4cea-45ae-818d-97e8c7d59ab6 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment 4c7eab2e-cb12-4578-a5f1-d315388cad1f of type vxlan for network aa6a7aae-d660-469d-8c74-b88db4d6c919 [pid: 7|app: 0|req: 613/1194] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:56 2026] POST /v2.0/routers => generated 733 bytes in 2247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:23:58.983 8 INFO neutron.db.l3_hamode_db [None req-7cfb4586-4cea-45ae-818d-97e8c7d59ab6 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 614/1195] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:23:58 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:23:59.142 8 INFO neutron.db.l3_hamode_db [None req-7cfb4586-4cea-45ae-818d-97e8c7d59ab6 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 582/1196] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:23:58 2026] POST /v2.0/routers => generated 511 bytes in 1220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1197] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:23:59 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1198] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:23:59 2026] GET /v2.0/ports?device_id=a17e29c7-9598-4808-81aa-ce0a23eddcde => 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: 615/1199] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:23:59 2026] PUT /v2.0/routers/cbe10716-57b4-4214-a4e7-e53cdd275c09/add_router_interface => generated 309 bytes in 1426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1202] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:01 2026] DELETE /v2.0/security-groups/df120bd3-132b-44e9-a486-9f35a935ee33 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:01.109 7 INFO neutron.api.v2.resource [None req-c79bda8a-1b53-4df5-add4-c60b0726ec19 953f5205e298415fa0a9653ebdce8eec 98751a0043cc4125a2c1ad0df35e4c56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1203] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:24:01 2026] GET /v2.0/security-groups/df120bd3-132b-44e9-a486-9f35a935ee33 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1204] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:23:59 2026] PUT /v2.0/routers/413eeefa-546e-4c04-922d-81a36ebf792d/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1205] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:24:01 2026] GET /v2.0/ports/e5bdd14a-3ae9-48e9-85f2-f6e1261fd1f5 => generated 959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1206] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:24:01 2026] DELETE /v2.0/floatingips/c7f25d3a-975d-46c5-b536-82b40172db03 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1207] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:24:01 2026] GET /v2.0/networks?id=98749511-0ca5-4f09-ba0f-0d5e7998f5a4 => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1208] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:24:01 2026] PUT /v2.0/routers/413eeefa-546e-4c04-922d-81a36ebf792d/add_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1209] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:24:02 2026] GET /v2.0/quotas/227971dbf4b447d3b3dc42f370d2c93b => 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: 589/1210] 199.204.45.78 () {34 vars in 1095 bytes} [Tue Mar 31 06:24:02 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1211] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:24:02 2026] GET /v2.0/ports/82266a38-c855-44a3-b49f-7be34da53185 => generated 967 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1212] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:01 2026] PUT /v2.0/routers/cdad168f-1903-40d0-9c88-72f720344206/remove_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1213] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:24:02 2026] GET /v2.0/ports?tenant_id=227971dbf4b447d3b3dc42f370d2c93b&fields=id => generated 103 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1214] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:02 2026] PUT /v2.0/routers/413eeefa-546e-4c04-922d-81a36ebf792d/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1215] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:24:03 2026] GET /v2.0/networks/98749511-0ca5-4f09-ba0f-0d5e7998f5a4?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1216] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:24:03 2026] GET /v2.0/ports?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:03.963 8 INFO neutron.services.segments.plugin [-] Segment b33ffe85-37da-4284-8380-6b35643e068d resource provider aggregate not found 2026-03-31 06:24:03.968 8 INFO neutron.services.segments.plugin [-] Segment b33ffe85-37da-4284-8380-6b35643e068d resource provider aggregate not found 2026-03-31 06:24:03.992 8 INFO neutron.services.segments.plugin [-] Segment b33ffe85-37da-4284-8380-6b35643e068d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33ffe85-37da-4284-8380-6b35643e068d found for delete ", "request_id": "req-2b881375-e623-44b5-9c40-ed21b02730f3"}]} 2026-03-31 06:24:03.992 8 INFO neutron.db.l3_hamode_db [None req-68190b81-b182-48da-a8d3-5495266fa29e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network f40aa007-2bd4-4007-95d1-147344fba0ef was deleted as no HA routers are present in tenant 98751a0043cc4125a2c1ad0df35e4c56. [pid: 8|app: 0|req: 592/1217] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:02 2026] DELETE /v2.0/routers/cdad168f-1903-40d0-9c88-72f720344206 => generated 0 bytes in 1166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:04.005 8 INFO neutron.services.segments.plugin [-] Segment b33ffe85-37da-4284-8380-6b35643e068d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33ffe85-37da-4284-8380-6b35643e068d found for delete ", "request_id": "req-ecaf9ac6-a204-4500-a342-e661014de162"}]} [pid: 8|app: 0|req: 593/1218] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:24:03 2026] GET /v2.0/networks/98749511-0ca5-4f09-ba0f-0d5e7998f5a4?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: 594/1219] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:04 2026] DELETE /v2.0/subnets/1d917bef-23e9-4f75-abb9-c22ce90e2246 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1220] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 596/1221] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:04 2026] DELETE /v2.0/networks/8645e153-ea54-4b2a-acda-58575fb5bea1 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1222] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/networks?id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 => generated 771 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1223] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=da71767d-da08-44b0-b6ac-7a6070920151 => generated 861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1224] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:03 2026] PUT /v2.0/routers/413eeefa-546e-4c04-922d-81a36ebf792d/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1225] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/subnets?id=5a36dcc9-8802-4c14-b18f-67cea6accb04 => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1226] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/ports?device_id=413eeefa-546e-4c04-922d-81a36ebf792d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1227] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/ports?network_id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1228] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/security-groups?tenant_id=98751a0043cc4125a2c1ad0df35e4c56&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1229] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:24:04 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1230] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:04 2026] DELETE /v2.0/security-groups/f1ebd560-cc4d-42ba-9d2f-9aa6645a80a6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1231] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:24:05 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?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: 605/1232] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:05 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:05.496 7 INFO neutron.services.segments.plugin [-] Segment 4c7eab2e-cb12-4578-a5f1-d315388cad1f resource provider aggregate not found 2026-03-31 06:24:05.501 7 INFO neutron.services.segments.plugin [-] Segment 4c7eab2e-cb12-4578-a5f1-d315388cad1f resource provider aggregate not found 2026-03-31 06:24:05.514 7 INFO neutron.services.segments.plugin [-] Segment 4c7eab2e-cb12-4578-a5f1-d315388cad1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c7eab2e-cb12-4578-a5f1-d315388cad1f found for delete ", "request_id": "req-8e60a60e-ef26-4a86-a609-f43a46a4c4a9"}]} 2026-03-31 06:24:05.519 7 INFO neutron.services.segments.plugin [-] Segment 4c7eab2e-cb12-4578-a5f1-d315388cad1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c7eab2e-cb12-4578-a5f1-d315388cad1f found for delete ", "request_id": "req-dd74a38b-17f7-4c2c-847d-903a83ee8c7f"}]} 2026-03-31 06:24:05.530 7 INFO neutron.db.l3_hamode_db [None req-1e71c5eb-f54e-4014-801b-6a7c85088d76 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] HA network aa6a7aae-d660-469d-8c74-b88db4d6c919 was deleted as no HA routers are present in tenant 3bb73c0f2a87499aa4b6aa6962490b9a. [pid: 7|app: 0|req: 628/1233] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:04 2026] DELETE /v2.0/routers/413eeefa-546e-4c04-922d-81a36ebf792d => generated 0 bytes in 695 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1234] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:05 2026] DELETE /v2.0/subnets/f3a5aaee-bbe9-42c5-8adc-3c70e7631505 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1235] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:05 2026] DELETE /v2.0/subnets/f370768c-6615-4787-9086-85fbec27ca98 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:06.020 8 INFO neutron.services.segments.plugin [-] Segment e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 resource provider aggregate not found 2026-03-31 06:24:06.024 8 INFO neutron.services.segments.plugin [-] Segment e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 resource provider aggregate not found 2026-03-31 06:24:06.037 8 INFO neutron.services.segments.plugin [-] Segment e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 found for delete ", "request_id": "req-fce748bf-730d-431c-9a41-2d035c372141"}]} 2026-03-31 06:24:06.044 8 INFO neutron.services.segments.plugin [-] Segment e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93bded1-41cd-4d7b-b8bf-c94ee9f941c4 found for delete ", "request_id": "req-c01ed166-4769-4307-b38d-f7caa6236e18"}]} [pid: 8|app: 0|req: 607/1236] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:05 2026] DELETE /v2.0/networks/0a60d348-7ae8-40a7-a365-68289d636230 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1237] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:06 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 630/1238] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:06 2026] DELETE /v2.0/networks/b8e07452-5bee-4c0b-9366-84b035ecbe66 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:06.580 8 WARNING neutron_lib.context [None req-dd0ef9f9-55c8-4e5a-bfdc-7f94dec4fa31 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:06.648 8 INFO neutron.db.segments_db [None req-dd0ef9f9-55c8-4e5a-bfdc-7f94dec4fa31 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df of type vxlan for network a5952df3-047b-41c7-8801-bc0c3ed55eeb [pid: 8|app: 0|req: 609/1239] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:06 2026] POST /v2.0/networks => generated 633 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:06.768 8 WARNING neutron_lib.context [None req-a4abb0c5-94ca-43b4-9612-a8df90318166 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 631/1240] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:24:06 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1244 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1241] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:06 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1242] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:06 2026] POST /v2.0/subnets => generated 646 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:07.120 7 WARNING neutron_lib.context [None req-32105ea3-5341-49ef-b60e-d2fb1201b984 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:07.184 7 INFO neutron.db.segments_db [None req-32105ea3-5341-49ef-b60e-d2fb1201b984 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 of type vxlan for network fa01ca63-6092-4b27-bed0-4374ce76f501 2026-03-31 06:24:07.538 7 INFO neutron.services.segments.plugin [-] Segment 889b3293-e4cd-45b5-bb94-d9b9e311ba69 resource provider aggregate not found [pid: 8|app: 0|req: 611/1243] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:07 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:07.548 7 INFO neutron.db.l3_hamode_db [None req-32105ea3-5341-49ef-b60e-d2fb1201b984 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:24:07.554 7 INFO neutron.services.segments.plugin [-] Segment 889b3293-e4cd-45b5-bb94-d9b9e311ba69 resource provider aggregate not found 2026-03-31 06:24:07.559 7 INFO neutron.services.segments.plugin [-] Segment 889b3293-e4cd-45b5-bb94-d9b9e311ba69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889b3293-e4cd-45b5-bb94-d9b9e311ba69 found for delete ", "request_id": "req-485dab61-9235-4f58-b8ce-317f01265bfe"}]} 2026-03-31 06:24:07.575 7 INFO neutron.services.segments.plugin [-] Segment 889b3293-e4cd-45b5-bb94-d9b9e311ba69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889b3293-e4cd-45b5-bb94-d9b9e311ba69 found for delete ", "request_id": "req-2d1a2583-6508-488a-8337-dd61ca2f5f57"}]} 2026-03-31 06:24:07.705 7 INFO neutron.db.l3_hamode_db [None req-32105ea3-5341-49ef-b60e-d2fb1201b984 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:24:08.060 8 INFO neutron.services.segments.plugin [-] Segment 4f687a05-dc9e-4501-8ebb-9219889f810a resource provider aggregate not found 2026-03-31 06:24:08.064 8 INFO neutron.services.segments.plugin [-] Segment 4f687a05-dc9e-4501-8ebb-9219889f810a resource provider aggregate not found 2026-03-31 06:24:08.077 8 INFO neutron.services.segments.plugin [-] Segment 4f687a05-dc9e-4501-8ebb-9219889f810a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f687a05-dc9e-4501-8ebb-9219889f810a found for delete ", "request_id": "req-e7394059-2041-48ad-97a3-d2bfc3607bb7"}]} 2026-03-31 06:24:08.090 8 INFO neutron.services.segments.plugin [-] Segment 4f687a05-dc9e-4501-8ebb-9219889f810a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f687a05-dc9e-4501-8ebb-9219889f810a found for delete ", "request_id": "req-eba047a6-08b2-494b-a0e0-4bb370ba1099"}]} [pid: 8|app: 0|req: 612/1244] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:07 2026] GET /v2.0/security-groups?tenant_id=140f937587cd498a92cb9c0f25e42c5a&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1245] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:07 2026] POST /v2.0/routers => generated 511 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:08.387 7 WARNING neutron_lib.context [None req-d730c393-36a5-4925-9ea4-2f3749981bef 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1246] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:08 2026] DELETE /v2.0/security-groups/eeb1bbb4-8e15-4b52-9505-3439e781ad82 => 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: 614/1247] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:24:08 2026] GET /v2.0/networks?id=98749511-0ca5-4f09-ba0f-0d5e7998f5a4 => generated 678 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:08.579 8 WARNING neutron_lib.context [req-6153230b-854e-403d-9c76-a67d1b28a5f0 req-8c4781bc-e6c8-4de2-b973-94b1691e6e1b c0ac8b18a5d14bf59b5d5183004b0bbb 227971dbf4b447d3b3dc42f370d2c93b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 634/1248] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:24:08 2026] POST /v2.0/ports => generated 964 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 635/1249] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:08 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1250] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:24:08 2026] POST /v2.0/ports => generated 954 bytes in 436 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: 616/1251] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:24:09 2026] PUT /v2.0/ports/4ab55d98-e745-425b-a631-fa3ec98a260b => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:24:09.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84a4c5e4-9449-4a0b-ab37-2968069644e9'] response: {'name': 'network-changed', 'server_uuid': '2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0', 'tag': '4ab55d98-e745-425b-a631-fa3ec98a260b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 636/1252] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:24:08 2026] PUT /v2.0/routers/b4f83e9e-7859-4622-a080-50fd053b61c7/add_router_interface => generated 309 bytes in 1117 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: 617/1253] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:09 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 969 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1254] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:24:09 2026] GET /v2.0/ports/eee416e9-078b-49fe-ac3e-7f5b35c18586 => generated 1038 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1255] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:09 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&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: 619/1256] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:24:10 2026] GET /v2.0/ports?tenant_id=227971dbf4b447d3b3dc42f370d2c93b&device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1257] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:24:10 2026] GET /v2.0/networks?tenant_id=227971dbf4b447d3b3dc42f370d2c93b&shared=False => generated 774 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1258] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:24:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1259] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:09 2026] PUT /v2.0/routers/b4f83e9e-7859-4622-a080-50fd053b61c7/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:11.044 8 INFO neutron.api.v2.resource [None req-8f484976-710b-4cd8-9ad7-4d17221f957a 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1260] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:10 2026] PUT /v2.0/routers/b4f83e9e-7859-4622-a080-50fd053b61c7/remove_router_interface => generated 197 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 639/1261] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/ports?device_id=b4f83e9e-7859-4622-a080-50fd053b61c7 => 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: 640/1262] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1263] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1264] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/ports?tenant_id=227971dbf4b447d3b3dc42f370d2c93b&device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1265] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4ab55d98-e745-425b-a631-fa3ec98a260b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:11.692 8 INFO neutron.services.segments.plugin [-] Segment 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 resource provider aggregate not found 2026-03-31 06:24:11.695 8 INFO neutron.services.segments.plugin [-] Segment 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 resource provider aggregate not found 2026-03-31 06:24:11.708 8 INFO neutron.services.segments.plugin [-] Segment 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 found for delete ", "request_id": "req-bde73ed8-b880-4525-83f3-25895a8ca693"}]} [pid: 7|app: 0|req: 644/1266] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/subnets?id=41c9d367-3bdb-44d4-a15e-2785286bf8d2 => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:11.709 8 INFO neutron.services.segments.plugin [-] Segment 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d6c8fb5-fc67-44f3-af06-6b8b570cb584 found for delete ", "request_id": "req-cecfe667-2848-442e-8fba-13771134c2d9"}]} 2026-03-31 06:24:11.723 8 INFO neutron.db.l3_hamode_db [None req-cf9e8be4-f3e8-4e2b-bfaa-beb0ccf49a4e 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] HA network fa01ca63-6092-4b27-bed0-4374ce76f501 was deleted as no HA routers are present in tenant 3bb73c0f2a87499aa4b6aa6962490b9a. [pid: 8|app: 0|req: 623/1267] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:11 2026] DELETE /v2.0/routers/b4f83e9e-7859-4622-a080-50fd053b61c7 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1268] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/ports?network_id=98749511-0ca5-4f09-ba0f-0d5e7998f5a4&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1269] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/networks/98749511-0ca5-4f09-ba0f-0d5e7998f5a4?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: 624/1270] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:11 2026] DELETE /v2.0/subnets/74ca43b0-97c7-4587-9af4-b88af114df75 => 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: 647/1271] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/networks/98749511-0ca5-4f09-ba0f-0d5e7998f5a4?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: 648/1272] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:11 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1273] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&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: 650/1274] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1275] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:11 2026] DELETE /v2.0/networks/a5952df3-047b-41c7-8801-bc0c3ed55eeb => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:12.195 8 WARNING neutron_lib.context [None req-999903e6-0b06-4c48-8a19-949c7928397f 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 651/1276] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:12.248 8 INFO neutron.db.segments_db [None req-999903e6-0b06-4c48-8a19-949c7928397f 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e of type vxlan for network 0da02fe4-99b7-4c8d-83e0-c68f5bdd69d7 [pid: 8|app: 0|req: 626/1277] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:12 2026] POST /v2.0/networks => generated 634 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1278] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:12.358 8 WARNING neutron_lib.context [None req-5d6ec239-ce99-43da-8332-b5dc6358da6d 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1279] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&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: 8|app: 0|req: 627/1280] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:12 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:12.624 7 WARNING neutron_lib.context [None req-b9732b75-b04f-4ef6-9f7c-57dd65245f8b 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:12.686 7 INFO neutron.db.segments_db [None req-b9732b75-b04f-4ef6-9f7c-57dd65245f8b 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment f98b79a6-0d87-464f-af56-16329bf42871 of type vxlan for network 50139ae1-1116-4030-8eac-a98303cdb9ce [pid: 8|app: 0|req: 628/1281] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1282] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:12 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:13.015 7 INFO neutron.db.l3_hamode_db [None req-b9732b75-b04f-4ef6-9f7c-57dd65245f8b 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:24:13.127 7 INFO neutron.db.l3_hamode_db [None req-b9732b75-b04f-4ef6-9f7c-57dd65245f8b 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 630/1283] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:13 2026] GET /v2.0/security-groups?tenant_id=7843dc0235994df7896802ec90b71467&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1284] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:13 2026] DELETE /v2.0/security-groups/d1d7a9dd-7aac-4c8c-916e-b0b3cc9cbcaf => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1285] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:13 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 633/1286] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:13 2026] GET /v2.0/security-groups?tenant_id=c0e45101b75a40eb97000a2a8d3e8c8f&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1287] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:13 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&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-03-31 06:24:13.723 8 INFO neutron.services.segments.plugin [-] Segment f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df resource provider aggregate not found 2026-03-31 06:24:13.743 8 INFO neutron.services.segments.plugin [-] Segment f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df found for delete ", "request_id": "req-6cbb2c34-fa35-443f-bcfa-47d794b3fb8d"}]} 2026-03-31 06:24:13.755 8 INFO neutron.services.segments.plugin [-] Segment f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df resource provider aggregate not found 2026-03-31 06:24:13.768 8 INFO neutron.services.segments.plugin [-] Segment f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f1d0ac-d310-4201-9c0b-bf2f5e65e1df found for delete ", "request_id": "req-93913cdd-4db7-4724-8a88-9bbd6ab591d9"}]} [pid: 8|app: 0|req: 635/1288] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:13 2026] DELETE /v2.0/security-groups/62b2996d-ebb6-4633-95a5-bccbef6d35d3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1289] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:13 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1290] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:13 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1291] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:12 2026] POST /v2.0/routers => generated 510 bytes in 1542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1292] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/ports?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1293] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/networks?id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 => generated 771 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1294] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=da71767d-da08-44b0-b6ac-7a6070920151 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1295] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/subnets?id=5a36dcc9-8802-4c14-b18f-67cea6accb04 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1296] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/ports?network_id=aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1297] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1298] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0?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: 645/1299] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1300] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:14 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&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: 647/1301] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:15 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => 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: 648/1302] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:15 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1303] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:24:14 2026] PUT /v2.0/routers/620bf645-602c-4591-a4f4-ef3cfc81aa65/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1304] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:24:15 2026] GET /v2.0/ports/d1858cbe-b013-4599-9ba6-326b6602bf6e => generated 959 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1307] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:15 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1308] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:16 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1309] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:16 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1310] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:16 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1311] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:15 2026] PUT /v2.0/routers/620bf645-602c-4591-a4f4-ef3cfc81aa65/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1312] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:16 2026] GET /v2.0/ports?device_id=620bf645-602c-4591-a4f4-ef3cfc81aa65 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:16.973 7 INFO neutron.services.segments.plugin [-] Segment f98b79a6-0d87-464f-af56-16329bf42871 resource provider aggregate not found 2026-03-31 06:24:16.977 7 INFO neutron.services.segments.plugin [-] Segment f98b79a6-0d87-464f-af56-16329bf42871 resource provider aggregate not found 2026-03-31 06:24:16.996 7 INFO neutron.services.segments.plugin [-] Segment f98b79a6-0d87-464f-af56-16329bf42871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f98b79a6-0d87-464f-af56-16329bf42871 found for delete ", "request_id": "req-b8878f9f-97d3-4577-9e4a-c03bf26710e7"}]} 2026-03-31 06:24:16.997 7 INFO neutron.services.segments.plugin [-] Segment f98b79a6-0d87-464f-af56-16329bf42871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f98b79a6-0d87-464f-af56-16329bf42871 found for delete ", "request_id": "req-10e8603f-f2b3-4549-95c9-7cbaa28f31d2"}]} 2026-03-31 06:24:17.007 7 INFO neutron.db.l3_hamode_db [None req-1dbed829-8a6f-4afe-8e5c-25cd35016852 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] HA network 50139ae1-1116-4030-8eac-a98303cdb9ce was deleted as no HA routers are present in tenant 3bb73c0f2a87499aa4b6aa6962490b9a. [pid: 7|app: 0|req: 657/1313] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:16 2026] DELETE /v2.0/routers/620bf645-602c-4591-a4f4-ef3cfc81aa65 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1314] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:17 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1315] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:17 2026] DELETE /v2.0/subnets/ac969071-2208-4926-9d39-1d7e61c05c55 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1316] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:17 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1317] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:17 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1318] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:17 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:17.593 8 INFO neutron.services.segments.plugin [-] Segment 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e resource provider aggregate not found 2026-03-31 06:24:17.597 8 INFO neutron.services.segments.plugin [-] Segment 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e resource provider aggregate not found [pid: 8|app: 0|req: 658/1319] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:17 2026] DELETE /v2.0/networks/0da02fe4-99b7-4c8d-83e0-c68f5bdd69d7 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:17.627 8 INFO neutron.services.segments.plugin [-] Segment 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e found for delete ", "request_id": "req-1830ef1b-24bb-462b-94f2-8e9d45d6f670"}]} 2026-03-31 06:24:17.627 8 INFO neutron.services.segments.plugin [-] Segment 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f0c5f5a-2f19-4812-9cc5-3f8acd05545e found for delete ", "request_id": "req-25d4a57c-3ce5-40bf-90c8-dac43c1f9829"}]} 2026-03-31 06:24:17.632 8 WARNING neutron_lib.context [None req-a5af8876-bba2-424f-9613-be37ae5bb819 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 662/1320] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:17 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:17.667 8 INFO neutron.db.segments_db [None req-a5af8876-bba2-424f-9613-be37ae5bb819 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Added segment d6237b28-577e-4ecb-8e74-702c9a546827 of type vxlan for network edfbb3e6-874e-4772-8a48-3743b3687550 [pid: 7|app: 0|req: 663/1321] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:17 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:17.953 8 INFO neutron.db.l3_hamode_db [None req-a5af8876-bba2-424f-9613-be37ae5bb819 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 664/1322] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:18 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => 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: 665/1323] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:18 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1324] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:18 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:18.804 8 INFO neutron.db.l3_hamode_db [None req-a5af8876-bba2-424f-9613-be37ae5bb819 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 667/1325] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:18 2026] GET /v2.0/security-groups?id=1935f616-8631-47f5-baae-82ca4c29e8c6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1326] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:24:19 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 669/1327] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:24:19 2026] DELETE /v2.0/ports/4ab55d98-e745-425b-a631-fa3ec98a260b => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1328] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:19 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1329] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:19 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 672/1330] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:19 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&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: 659/1331] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:17 2026] POST /v2.0/routers => generated 691 bytes in 2656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:20.289 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-698ea364-7143-4d77-b3f5-f962801bca37'] response: {'server_uuid': '2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0', 'name': 'network-vif-deleted', 'tag': '4ab55d98-e745-425b-a631-fa3ec98a260b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 673/1332] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:24:20 2026] GET /v2.0/routers/f72b27dd-c8fa-451a-ab87-fec749013edd => 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: 660/1333] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:24:20 2026] GET /v2.0/routers => generated 700 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1334] 10.0.0.168 () {34 vars in 741 bytes} [Tue Mar 31 06:24:20 2026] PUT /v2.0/routers/f72b27dd-c8fa-451a-ab87-fec749013edd => generated 704 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1335] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:24:20 2026] GET /v2.0/routers/f72b27dd-c8fa-451a-ab87-fec749013edd => generated 704 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1336] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:21 2026] GET /v2.0/ports?device_id=f72b27dd-c8fa-451a-ab87-fec749013edd => 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: 677/1337] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:21 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 661/1338] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:20 2026] GET /v2.0/security-groups?tenant_id=0511eb60074249adbb6888297c8ab4c4&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1339] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:21 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1340] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:21 2026] DELETE /v2.0/security-groups/5ce0e185-707a-4956-b870-87dab056f876 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1341] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:21 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1342] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:21 2026] GET /v2.0/security-groups?tenant_id=4a663e23c67440d290f861138f4944f5&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1343] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:21 2026] DELETE /v2.0/security-groups/5efff329-c506-4275-9ac0-4f2bbb504d45 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:22.057 7 INFO neutron.services.segments.plugin [-] Segment d6237b28-577e-4ecb-8e74-702c9a546827 resource provider aggregate not found 2026-03-31 06:24:22.064 7 INFO neutron.services.segments.plugin [-] Segment d6237b28-577e-4ecb-8e74-702c9a546827 resource provider aggregate not found 2026-03-31 06:24:22.085 7 INFO neutron.services.segments.plugin [-] Segment d6237b28-577e-4ecb-8e74-702c9a546827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6237b28-577e-4ecb-8e74-702c9a546827 found for delete ", "request_id": "req-170d2177-a6dd-487c-8b66-6da3eeb2000c"}]} 2026-03-31 06:24:22.086 7 INFO neutron.services.segments.plugin [-] Segment d6237b28-577e-4ecb-8e74-702c9a546827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6237b28-577e-4ecb-8e74-702c9a546827 found for delete ", "request_id": "req-339a36d7-d42c-43c8-bfdd-11749b09c88f"}]} 2026-03-31 06:24:22.094 7 INFO neutron.db.l3_hamode_db [None req-b25232db-1520-43af-a147-310d5692ab2d 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] HA network edfbb3e6-874e-4772-8a48-3743b3687550 was deleted as no HA routers are present in tenant 3bb73c0f2a87499aa4b6aa6962490b9a. [pid: 7|app: 0|req: 678/1344] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:21 2026] DELETE /v2.0/routers/f72b27dd-c8fa-451a-ab87-fec749013edd => generated 0 bytes in 1028 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1345] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:22 2026] GET /v2.0/ports?device_id=f72b27dd-c8fa-451a-ab87-fec749013edd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:22.158 7 INFO neutron.api.v2.resource [None req-042d275d-c800-43af-97b2-3de91fd08109 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1346] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/routers/f72b27dd-c8fa-451a-ab87-fec749013edd => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1347] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:22 2026] GET /v2.0/ports?device_id=2b2a14b8-55b4-450e-8140-ef3c2f9ac8f0 => 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: 680/1348] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:22 2026] GET /v2.0/ports?device_id=620bf645-602c-4591-a4f4-ef3cfc81aa65 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:22.202 8 INFO neutron.api.v2.resource [None req-58663e5a-432a-4c45-bb53-cf5fdbe4c695 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1349] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/routers/620bf645-602c-4591-a4f4-ef3cfc81aa65 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:22.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-890b98e2-f02c-4d24-99ff-29b779436b4f 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1350] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/subnets/ac969071-2208-4926-9d39-1d7e61c05c55 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1351] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:22 2026] GET /v2.0/ports?device_id=b4f83e9e-7859-4622-a080-50fd053b61c7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:22.274 7 INFO neutron.api.v2.resource [None req-2244a746-918a-4031-88cb-d89e6b0f56a4 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1352] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/routers/b4f83e9e-7859-4622-a080-50fd053b61c7 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:22.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b0bd266-36bd-401d-afc9-5121873e6e54 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1353] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/subnets/74ca43b0-97c7-4587-9af4-b88af114df75 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1354] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:24:22 2026] GET /v2.0/ports?device_id=413eeefa-546e-4c04-922d-81a36ebf792d => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:22.373 8 INFO neutron.api.v2.resource [None req-bad34691-6c78-41c3-8ef3-19b28487f57b 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1355] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/routers/413eeefa-546e-4c04-922d-81a36ebf792d => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:22.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97af16a2-eaa6-467a-9b47-80bf040af3c5 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1356] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/subnets/f3a5aaee-bbe9-42c5-8adc-3c70e7631505 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:22.419 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d252aa2-d998-488c-95b2-d3497bb90211 28f0f230f1c44d299ea30e2cde5f35cb 3bb73c0f2a87499aa4b6aa6962490b9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1357] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:22 2026] DELETE /v2.0/subnets/f370768c-6615-4787-9086-85fbec27ca98 => 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: 685/1358] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:22 2026] GET /v2.0/security-groups?tenant_id=3bb73c0f2a87499aa4b6aa6962490b9a&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1359] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:23 2026] DELETE /v2.0/security-groups/97dc4efb-d6d4-4299-915e-bcba6c32d13c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1360] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:23 2026] PUT /v2.0/routers/cbe10716-57b4-4214-a4e7-e53cdd275c09/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:25.075 7 WARNING neutron_lib.context [None req-31d0904f-5009-4cb7-a471-7236cb90bdb1 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:25.252 8 INFO neutron.services.segments.plugin [-] Segment 4b18778b-dc19-4717-96f2-29a69fed8d18 resource provider aggregate not found 2026-03-31 06:24:25.258 8 INFO neutron.services.segments.plugin [-] Segment 4b18778b-dc19-4717-96f2-29a69fed8d18 resource provider aggregate not found 2026-03-31 06:24:25.271 8 INFO neutron.services.segments.plugin [-] Segment 4b18778b-dc19-4717-96f2-29a69fed8d18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b18778b-dc19-4717-96f2-29a69fed8d18 found for delete ", "request_id": "req-00ad7dcf-45b5-4934-b3fe-0552d8e33cf6"}]} 2026-03-31 06:24:25.274 8 INFO neutron.services.segments.plugin [-] Segment 4b18778b-dc19-4717-96f2-29a69fed8d18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b18778b-dc19-4717-96f2-29a69fed8d18 found for delete ", "request_id": "req-e143040e-6967-4d7f-acab-2c0f2c428d18"}]} 2026-03-31 06:24:25.289 8 INFO neutron.db.l3_hamode_db [None req-6dfed580-750f-4b16-b4d0-6d89f9e538b4 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 1760a0a4-c99f-4838-b9ab-dc65929e1ee0 was deleted as no HA routers are present in tenant 227971dbf4b447d3b3dc42f370d2c93b. [pid: 8|app: 0|req: 675/1361] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:24 2026] DELETE /v2.0/routers/cbe10716-57b4-4214-a4e7-e53cdd275c09 => generated 0 bytes in 1089 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1362] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:24:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1363] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:24:25 2026] GET /v2.0/security-groups => generated 4530 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1364] 10.0.0.168 () {34 vars in 758 bytes} [Tue Mar 31 06:24:25 2026] PUT /v2.0/security-groups/69e3cf35-c81c-4477-99c5-757d29a759d3 => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1365] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:25 2026] DELETE /v2.0/subnets/41c9d367-3bdb-44d4-a15e-2785286bf8d2 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1366] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:24:25 2026] GET /v2.0/security-groups/69e3cf35-c81c-4477-99c5-757d29a759d3 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1367] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:25 2026] DELETE /v2.0/security-groups/69e3cf35-c81c-4477-99c5-757d29a759d3 => 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: 692/1368] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:24:25 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-03-31 06:24:25.615 7 INFO neutron.api.v2.resource [None req-7a1b8871-6def-4068-8618-f1131792a106 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1369] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:25 2026] DELETE /v2.0/security-groups/69e3cf35-c81c-4477-99c5-757d29a759d3 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:25.627 7 WARNING neutron_lib.context [None req-e138260c-9230-4cb5-a2db-c83d519b4bc8 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 694/1370] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:24:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1371] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:25 2026] DELETE /v2.0/networks/98749511-0ca5-4f09-ba0f-0d5e7998f5a4 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:25.788 8 WARNING neutron_lib.context [None req-f4da7629-6ea4-4a6e-a12f-7ed74ca78683 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 678/1372] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1373] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:25 2026] GET /v2.0/security-groups?tenant_id=227971dbf4b447d3b3dc42f370d2c93b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1374] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:24:25 2026] GET /v2.0/security-group-rules/94be4b47-a327-4756-bb4f-9199a6f3351c => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1375] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:25 2026] GET /v2.0/security-groups?tenant_id=df297cd3db45463c84f19a6c5312b726&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1376] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:25 2026] DELETE /v2.0/security-groups/1935f616-8631-47f5-baae-82ca4c29e8c6 => 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: 696/1377] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:24:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1378] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:24:26 2026] DELETE /v2.0/security-group-rules/94be4b47-a327-4756-bb4f-9199a6f3351c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1379] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:26 2026] DELETE /v2.0/security-groups/151a80f3-91bb-4a5d-a62b-d63d3e637447 => 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: 698/1380] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:26.231 8 WARNING neutron_lib.context [None req-6e6cd933-def6-42e0-932b-bfd33553ee27 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 683/1381] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1382] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules/a86a340b-33ed-4636-9ac7-8e6a0fa57859 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1383] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1384] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-groups?tenant_id=ad8bc7301ea34ab1a345eec84e7fffd7&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1385] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:24:26 2026] DELETE /v2.0/security-group-rules/a86a340b-33ed-4636-9ac7-8e6a0fa57859 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1386] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:26 2026] DELETE /v2.0/security-groups/352e9704-a1ce-48e1-ad46-9380ba7d08a1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1387] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:26.637 7 WARNING neutron_lib.context [None req-99a4f119-2e2c-4d89-8a60-3ac5c01d2131 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:26.672 7 INFO neutron.db.securitygroups_db [None req-99a4f119-2e2c-4d89-8a60-3ac5c01d2131 3fb49853498a4e5d962af33705e011e9 4a98ed92adc44501b031f3f072d38385 - - default default] Project 4a98ed92adc44501b031f3f072d38385 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: 701/1388] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1389] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules/763af5da-f99e-4ea6-bbd2-82cdc2ef3fce => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1390] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1391] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:24:26 2026] DELETE /v2.0/security-group-rules/763af5da-f99e-4ea6-bbd2-82cdc2ef3fce => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1392] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:24:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1393] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:26 2026] DELETE /v2.0/security-groups/4eb58864-1aa6-407d-9fae-4c817d8a6297 => 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: 704/1394] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:24:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1395] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:24:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1396] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:27 2026] GET /v2.0/security-groups?tenant_id=4a98ed92adc44501b031f3f072d38385&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:27.840 8 INFO neutron.services.segments.plugin [-] Segment 75f6e470-b14f-41fd-8a42-ae9af75f3029 resource provider aggregate not found 2026-03-31 06:24:27.848 8 INFO neutron.services.segments.plugin [-] Segment 75f6e470-b14f-41fd-8a42-ae9af75f3029 resource provider aggregate not found 2026-03-31 06:24:27.855 8 INFO neutron.services.segments.plugin [-] Segment 75f6e470-b14f-41fd-8a42-ae9af75f3029 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75f6e470-b14f-41fd-8a42-ae9af75f3029 found for delete ", "request_id": "req-b63d60f1-6986-45d1-8b76-3ca9bd045a78"}]} 2026-03-31 06:24:27.862 8 INFO neutron.services.segments.plugin [-] Segment 75f6e470-b14f-41fd-8a42-ae9af75f3029 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75f6e470-b14f-41fd-8a42-ae9af75f3029 found for delete ", "request_id": "req-30a8e029-b430-4ed7-beb4-9cbc39b5d186"}]} [pid: 8|app: 0|req: 692/1397] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:27 2026] DELETE /v2.0/security-groups/2347bca9-50d2-4434-881d-74736c174769 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1398] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:28 2026] GET /v2.0/security-groups?tenant_id=0f82585a9eed4791bbe31a6e79512c48&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: 693/1399] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:29 2026] DELETE /v2.0/security-groups/3f079b55-d057-477c-8023-4a5299013b23 => 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: 707/1402] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:30 2026] GET /v2.0/security-groups?tenant_id=163570604ce44f3b85f5c4ad81c45aa1&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1403] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:30 2026] DELETE /v2.0/security-groups/a9c6804b-3849-4d93-8e64-10a02a9c5b18 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1404] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:31 2026] GET /v2.0/security-groups?tenant_id=22ed1fb26d2b4b93a33a592d82e32fe3&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: 697/1405] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:31 2026] DELETE /v2.0/security-groups/67ff26ff-526c-4b1d-a261-607f4e216b2b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1406] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:24:32 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1407] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:32 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1408] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:32 2026] GET /v2.0/security-groups?tenant_id=2216a31acf5d4d3c92531f6b2f7fc776&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1409] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:32 2026] DELETE /v2.0/security-groups/55c9baa0-aca9-4624-8f47-f32fa48ce250 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1410] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:34 2026] GET /v2.0/security-groups?tenant_id=4090437d40f5481eab8e7a03a4f985e8&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1411] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:34 2026] DELETE /v2.0/security-groups/bbece38b-3ed2-45bc-9955-9a954e967e97 => 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: 701/1412] 10.0.0.168 () {32 vars in 623 bytes} [Tue Mar 31 06:24:36 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: 712/1413] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:36 2026] GET /v2.0/security-groups?tenant_id=1b00fbdad2544350be37cd6014ffd926&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1414] 10.0.0.168 () {32 vars in 633 bytes} [Tue Mar 31 06:24:36 2026] GET /v2.0/ => generated 632 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1415] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:36 2026] DELETE /v2.0/security-groups/9fec4a30-e171-4636-964f-ff7e4a34e48d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1416] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:36 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1417] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:37 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1418] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:37 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1419] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:37 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1420] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:37 2026] GET /v2.0/security-groups?tenant_id=c7ca77a5a98d435bbe02cbe1abd962e1&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1421] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:37 2026] DELETE /v2.0/security-groups/3077bd0f-fbef-4edb-9a8c-a773c414047c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1422] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:37 2026] GET /v2.0/security-groups?tenant_id=7fd9f99a84b849a89d15f31218c7b345&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1423] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:38 2026] DELETE /v2.0/security-groups/da4682fc-5979-429d-bda3-b6cb45060c58 => 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: 719/1424] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:38 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1425] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:38 2026] GET /v2.0/security-groups?tenant_id=199dc158e7c54586ae13966af176ad60&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1426] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:38 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1427] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:38 2026] DELETE /v2.0/security-groups/51d9ff81-b71f-434f-8cec-05c1d8967b7d => 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: 721/1428] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:24:39 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1429] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:39 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1430] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:39 2026] GET /v2.0/security-groups?id=a8393e6c-e537-4c1c-b12d-06bc685eb56e&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:39.739 8 INFO neutron.db.l3_db [req-a196f480-5354-4530-970c-ab0950325d64 req-9a4ced65-43c4-463c-b050-d1ffb8a9b0f6 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] Floating IP 7cf14ef2-d5ab-4df3-beb5-7e1ba26a80e2 disassociated. External IP: 10.96.250.215, port: da71767d-da08-44b0-b6ac-7a6070920151. 2026-03-31 06:24:39.975 7 WARNING neutron_lib.context [None req-7b78fb64-bdc5-473d-a199-040777967073 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:40.141 7 INFO neutron.db.segments_db [None req-7b78fb64-bdc5-473d-a199-040777967073 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Added segment 45f4fa8a-41db-47b8-a8e4-27437099af5c of type vxlan for network 36ef3ca2-7a00-4846-b479-45a9ff8f9c3a [pid: 8|app: 0|req: 708/1431] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:24:39 2026] DELETE /v2.0/ports/da71767d-da08-44b0-b6ac-7a6070920151 => generated 0 bytes in 753 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1432] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:24:39 2026] POST /v2.0/networks => generated 632 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:40.263 8 WARNING neutron_lib.context [None req-cca483de-aef6-4808-9a0a-ca9f1e774889 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:40.317 8 INFO neutron.db.segments_db [None req-cca483de-aef6-4808-9a0a-ca9f1e774889 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Added segment ea0f6487-3625-4ba9-85cc-6cfc70702cd1 of type vxlan for network 0ec7b259-fa07-496e-b6a4-197c04783391 2026-03-31 06:24:40.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a0fe9a9-3c79-4189-97ad-b65a85d9c7b0'] response: {'server_uuid': '06014cb8-26e2-422b-99b4-e469988494e5', 'name': 'network-vif-deleted', 'tag': 'da71767d-da08-44b0-b6ac-7a6070920151', 'status': 'completed', 'code': 200} 2026-03-31 06:24:40.628 8 INFO neutron.db.l3_hamode_db [None req-cca483de-aef6-4808-9a0a-ca9f1e774889 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 725/1433] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:40 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => 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: 726/1434] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:41 2026] GET /v2.0/security-groups?tenant_id=13745b5a2ced4b5da7f555f39a35c69a&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1435] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:41 2026] DELETE /v2.0/security-groups/d6d7a593-4ba2-462d-9116-c503fe62d917 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:41.480 8 INFO neutron.db.l3_hamode_db [None req-cca483de-aef6-4808-9a0a-ca9f1e774889 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1436] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:41 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => 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: 709/1437] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:40 2026] POST /v2.0/routers => generated 694 bytes in 2239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1438] 10.0.0.168 () {32 vars in 776 bytes} [Tue Mar 31 06:24:42 2026] GET /v2.0/subnets?project_id=9469d1251fa744c9be879784817cbf38&cidr=10.100.0.0%2F28 => generated 14 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1439] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:24:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1440] 10.0.0.168 () {32 vars in 784 bytes} [Tue Mar 31 06:24:42 2026] GET /v2.0/subnets?network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:42.901 8 WARNING neutron_lib.context [None req-585fee53-e9cf-432f-97e4-070393135d73 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 731/1441] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:42 2026] GET /v2.0/ports?device_id=06014cb8-26e2-422b-99b4-e469988494e5 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1442] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:42 2026] POST /v2.0/subnets => generated 657 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:43.325 7 WARNING neutron_lib.context [None req-082e7167-8364-441b-b9b7-cf1e9bf4c8bf cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:43.326 7 WARNING neutron_lib.context [None req-082e7167-8364-441b-b9b7-cf1e9bf4c8bf cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:43.555 7 INFO neutron.db.segments_db [None req-082e7167-8364-441b-b9b7-cf1e9bf4c8bf cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Added segment 72f55c9c-7cee-406c-800a-7427898b098e of type vxlan for network c8ec8de2-1cf4-46c6-9b0a-1619377350fe 2026-03-31 06:24:43.620 7 INFO neutron.db.segments_db [None req-082e7167-8364-441b-b9b7-cf1e9bf4c8bf cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Added segment 20b4fed9-4ee4-4b66-a323-1387bceef1c4 of type vxlan for network 28cb567e-a630-4834-9862-9ab34c45a417 [pid: 7|app: 0|req: 732/1443] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:43 2026] POST /v2.0/networks => generated 1245 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1444] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:24:43 2026] GET /v2.0/networks => generated 1844 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:43.985 7 INFO neutron.services.segments.plugin [-] Segment 72f55c9c-7cee-406c-800a-7427898b098e resource provider aggregate not found 2026-03-31 06:24:43.991 7 INFO neutron.services.segments.plugin [-] Segment 72f55c9c-7cee-406c-800a-7427898b098e resource provider aggregate not found [pid: 7|app: 0|req: 734/1445] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:43 2026] DELETE /v2.0/networks/c8ec8de2-1cf4-46c6-9b0a-1619377350fe => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:44.020 7 INFO neutron.services.segments.plugin [-] Segment 72f55c9c-7cee-406c-800a-7427898b098e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72f55c9c-7cee-406c-800a-7427898b098e found for delete ", "request_id": "req-2d2818f7-4d6c-4d2a-9ec4-c316c1456393"}]} 2026-03-31 06:24:44.021 7 INFO neutron.services.segments.plugin [-] Segment 72f55c9c-7cee-406c-800a-7427898b098e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72f55c9c-7cee-406c-800a-7427898b098e found for delete ", "request_id": "req-9e62963c-242c-4eb1-83aa-b6fc50d52cfb"}]} [pid: 7|app: 0|req: 735/1446] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:44 2026] DELETE /v2.0/networks/28cb567e-a630-4834-9862-9ab34c45a417 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1447] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:44 2026] DELETE /v2.0/security-groups/a8393e6c-e537-4c1c-b12d-06bc685eb56e => 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: 737/1448] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:24:44 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:44.342 7 INFO neutron.api.v2.resource [None req-96251e36-b779-47ec-94f2-1904850f4d29 4255f750e9af4336836e6cc5e28ba7df 8750a856ac2e4005aa9726e6ecbc1350 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1449] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:24:44 2026] GET /v2.0/security-groups/a8393e6c-e537-4c1c-b12d-06bc685eb56e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:44.347 7 WARNING neutron_lib.context [None req-013ab62a-20b3-458e-977a-97eec7b1056b cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:44.403 7 INFO neutron.db.segments_db [None req-013ab62a-20b3-458e-977a-97eec7b1056b cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Added segment 126027fb-19c3-4550-80c3-7ed4d91ce8d4 of type vxlan for network b32ad8ac-086e-4dfb-9e1b-63cdce539fa2 [pid: 7|app: 0|req: 739/1450] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:44 2026] POST /v2.0/networks => generated 649 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1451] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:24:43 2026] PUT /v2.0/routers/249a23ff-07d6-4261-a4b1-0708b30c9ebe/add_router_interface => generated 309 bytes in 1580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1452] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:24:44 2026] DELETE /v2.0/floatingips/7cf14ef2-d5ab-4df3-beb5-7e1ba26a80e2 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:44.825 8 WARNING neutron_lib.context [None req-24974308-4cc3-4a69-9f92-e9099f8492bf cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:44.883 8 INFO neutron.db.segments_db [None req-24974308-4cc3-4a69-9f92-e9099f8492bf cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Added segment 1d99baac-33d2-4792-b5e3-614024a63209 of type vxlan for network de3b0b99-5186-4946-b30a-189fa084f357 [pid: 7|app: 0|req: 741/1453] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:24:44 2026] GET /v2.0/networks => generated 5774 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1454] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:44 2026] POST /v2.0/networks => generated 649 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1455] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:24:45 2026] GET /v2.0/subnets => generated 3897 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:45.061 8 WARNING neutron_lib.context [None req-c1d01d4b-37d8-4619-8952-43cc377caf61 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:45.097 8 WARNING neutron_lib.context [None req-c1d01d4b-37d8-4619-8952-43cc377caf61 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 715/1456] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:24:45 2026] POST /v2.0/ports => generated 1506 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 716/1457] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:24:45 2026] GET /v2.0/routers => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1460] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:24:45 2026] GET /v2.0/ports => generated 1506 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:45.901 8 WARNING neutron_lib.context [None req-3eea2313-722c-4563-b843-9f4b4d8022ff 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 742/1461] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:24:44 2026] PUT /v2.0/routers/c21b74c6-cc66-47ed-9243-1431f9211772/remove_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:46.042 7 INFO neutron.services.segments.plugin [-] Segment 20b4fed9-4ee4-4b66-a323-1387bceef1c4 resource provider aggregate not found 2026-03-31 06:24:46.048 7 INFO neutron.services.segments.plugin [-] Segment 20b4fed9-4ee4-4b66-a323-1387bceef1c4 resource provider aggregate not found 2026-03-31 06:24:46.066 7 INFO neutron.services.segments.plugin [-] Segment 20b4fed9-4ee4-4b66-a323-1387bceef1c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b4fed9-4ee4-4b66-a323-1387bceef1c4 found for delete ", "request_id": "req-0b1601fc-ce61-49a6-9f45-a42ba53f1e20"}]} [pid: 8|app: 0|req: 720/1462] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:24:45 2026] POST /v2.0/security-groups => generated 1673 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:24:46.072 7 INFO neutron.services.segments.plugin [-] Segment 20b4fed9-4ee4-4b66-a323-1387bceef1c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b4fed9-4ee4-4b66-a323-1387bceef1c4 found for delete ", "request_id": "req-8c8769f1-edd1-483c-bd90-e45d00bd6774"}]} [pid: 7|app: 0|req: 743/1463] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:24:45 2026] DELETE /v2.0/ports/fd52a0f4-7946-42c4-a6c6-061ca6838e7b => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:46.292 7 WARNING neutron_lib.context [None req-9d9089e4-baa9-4cdf-98ec-71a63d345b97 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 744/1464] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1465] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:24:46 2026] DELETE /v2.0/ports/ea7bf519-5502-47a4-a5d9-0660e2b3bd95 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:46.748 7 WARNING neutron_lib.context [None req-704fc82d-f866-4adb-93be-73dff461de3b 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 746/1466] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1467] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:24:46 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:46.913 7 WARNING neutron_lib.context [None req-3eb75cc9-8d70-4aed-b41d-474eefd27b0d 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1468] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:47.049 7 WARNING neutron_lib.context [None req-097f3a7b-34c1-4056-b13f-aa5f39a9b514 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:47.126 7 INFO neutron.db.segments_db [None req-097f3a7b-34c1-4056-b13f-aa5f39a9b514 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Added segment 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e of type vxlan for network 45ccfcad-6ba8-4db4-99d5-06223f4e375b 2026-03-31 06:24:47.149 8 INFO neutron.services.segments.plugin [-] Segment ca7ed0b1-43ae-4d56-a713-c8cabda3b089 resource provider aggregate not found 2026-03-31 06:24:47.155 8 INFO neutron.services.segments.plugin [-] Segment ca7ed0b1-43ae-4d56-a713-c8cabda3b089 resource provider aggregate not found 2026-03-31 06:24:47.173 8 INFO neutron.db.l3_hamode_db [None req-0d5f4bda-00b2-4506-b801-9e79b95537ec 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 21bb34c1-f7a3-4975-8963-c1996a11b2be was deleted as no HA routers are present in tenant 8750a856ac2e4005aa9726e6ecbc1350. [pid: 8|app: 0|req: 721/1469] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:46 2026] DELETE /v2.0/routers/c21b74c6-cc66-47ed-9243-1431f9211772 => generated 0 bytes in 1115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:47.184 8 INFO neutron.services.segments.plugin [-] Segment ca7ed0b1-43ae-4d56-a713-c8cabda3b089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7ed0b1-43ae-4d56-a713-c8cabda3b089 found for delete ", "request_id": "req-007bdbb6-d1a2-4ac5-bebe-44da00ccfd3a"}]} 2026-03-31 06:24:47.187 8 WARNING neutron_lib.context [None req-0ecbdd99-422a-4954-a365-b3dc85e4de1b 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:47.189 8 INFO neutron.services.segments.plugin [-] Segment ca7ed0b1-43ae-4d56-a713-c8cabda3b089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7ed0b1-43ae-4d56-a713-c8cabda3b089 found for delete ", "request_id": "req-ff0f813f-7432-4e9e-bdb3-dda4b8d94dcc"}]} [pid: 7|app: 0|req: 749/1470] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:47 2026] POST /v2.0/networks => generated 650 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1471] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:47.341 8 WARNING neutron_lib.context [None req-34774229-1604-4a3b-86af-e6d842cc69d1 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:47.400 8 INFO neutron.db.segments_db [None req-34774229-1604-4a3b-86af-e6d842cc69d1 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Added segment f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 of type vxlan for network a0a28de0-1347-49b6-bfca-64ecaa7d9a02 [pid: 7|app: 0|req: 750/1472] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:47 2026] DELETE /v2.0/subnets/5a36dcc9-8802-4c14-b18f-67cea6accb04 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:47.427 7 WARNING neutron_lib.context [None req-cecad57a-576c-4e87-8bd8-93d4fc9d5df7 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:47.466 7 INFO neutron.db.securitygroups_db [None req-cecad57a-576c-4e87-8bd8-93d4fc9d5df7 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Project 9469d1251fa744c9be879784817cbf38 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: 723/1473] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:47 2026] POST /v2.0/networks => generated 650 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1474] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:47.578 7 WARNING neutron_lib.context [None req-198a8e38-0936-4391-8001-3cf6524d4969 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:47.617 7 WARNING neutron_lib.context [None req-198a8e38-0936-4391-8001-3cf6524d4969 cb2dcd365b4a49448d7da9a1514cff39 5ef38236aab049f381176e054e842315 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 724/1475] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:47 2026] DELETE /v2.0/networks/aeec1d84-79d1-40ad-bbaa-9f2d9bb7c9c0 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:47.805 8 WARNING neutron_lib.context [None req-23e71d9f-6d11-46dc-b044-2e807e80f172 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:47.849 8 INFO neutron.db.securitygroups_db [None req-23e71d9f-6d11-46dc-b044-2e807e80f172 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Project 9469d1251fa744c9be879784817cbf38 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: 725/1476] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:24:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1477] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:47 2026] GET /v2.0/security-groups?tenant_id=8750a856ac2e4005aa9726e6ecbc1350&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1478] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:47 2026] POST /v2.0/subnets => generated 1274 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1479] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/subnets => generated 1910 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1480] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:48 2026] DELETE /v2.0/security-groups/308491fa-25b7-4a50-91ae-a396689a5fec => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1481] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:48 2026] DELETE /v2.0/subnets/78ec8ffe-7d9b-413c-ba62-36e987a434a0 => 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: 728/1482] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:48 2026] DELETE /v2.0/subnets/d9cec119-1be6-4e09-a2e5-b15efe99cf32 => 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: 729/1483] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1484] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:48 2026] DELETE /v2.0/networks/a0a28de0-1347-49b6-bfca-64ecaa7d9a02 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1485] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/networks => generated 1297 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1486] 10.0.0.116 () {34 vars in 1098 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-180132016&fields=id&tenant_id=9469d1251fa744c9be879784817cbf38 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1487] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:48 2026] DELETE /v2.0/networks/45ccfcad-6ba8-4db4-99d5-06223f4e375b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1488] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1489] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/quotas/9469d1251fa744c9be879784817cbf38 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1490] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:24:48 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1491] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:48 2026] DELETE /v2.0/networks/de3b0b99-5186-4946-b30a-189fa084f357 => 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: 733/1492] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:24:49 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 734/1493] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:24:49 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:49.176 7 INFO neutron.services.segments.plugin [-] Segment 126027fb-19c3-4550-80c3-7ed4d91ce8d4 resource provider aggregate not found 2026-03-31 06:24:49.183 7 INFO neutron.services.segments.plugin [-] Segment 126027fb-19c3-4550-80c3-7ed4d91ce8d4 resource provider aggregate not found 2026-03-31 06:24:49.196 7 INFO neutron.services.segments.plugin [-] Segment 126027fb-19c3-4550-80c3-7ed4d91ce8d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 126027fb-19c3-4550-80c3-7ed4d91ce8d4 found for delete ", "request_id": "req-e0e27712-9bd1-47b5-ba05-844a4d17ed12"}]} 2026-03-31 06:24:49.206 7 INFO neutron.services.segments.plugin [-] Segment 126027fb-19c3-4550-80c3-7ed4d91ce8d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 126027fb-19c3-4550-80c3-7ed4d91ce8d4 found for delete ", "request_id": "req-fa13beef-d4ef-4450-8bee-fb19722601a6"}]} [pid: 7|app: 0|req: 760/1494] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:49 2026] DELETE /v2.0/networks/b32ad8ac-086e-4dfb-9e1b-63cdce539fa2 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:24:49.317 8 INFO neutron.services.segments.plugin [-] Segment 008e0165-b149-4171-96ac-f2e974f1b7a7 resource provider aggregate not found [pid: 8|app: 0|req: 735/1495] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:49 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1496] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:49 2026] GET /v2.0/security-groups?tenant_id=5ef38236aab049f381176e054e842315&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:50.153 8 INFO neutron.services.segments.plugin [-] Segment 008e0165-b149-4171-96ac-f2e974f1b7a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008e0165-b149-4171-96ac-f2e974f1b7a7 found for delete ", "request_id": "req-4b047f04-b237-4638-8e67-05ce28634976"}]} 2026-03-31 06:24:50.159 8 INFO neutron.services.segments.plugin [-] Segment 008e0165-b149-4171-96ac-f2e974f1b7a7 resource provider aggregate not found 2026-03-31 06:24:50.175 8 INFO neutron.services.segments.plugin [-] Segment f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 resource provider aggregate not found 2026-03-31 06:24:50.179 8 INFO neutron.services.segments.plugin [-] Segment 008e0165-b149-4171-96ac-f2e974f1b7a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008e0165-b149-4171-96ac-f2e974f1b7a7 found for delete ", "request_id": "req-0ce65977-fc00-4769-9fdc-3a49e1c41577"}]} 2026-03-31 06:24:50.192 8 INFO neutron.services.segments.plugin [-] Segment f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 resource provider aggregate not found 2026-03-31 06:24:50.198 8 INFO neutron.services.segments.plugin [-] Segment f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 found for delete ", "request_id": "req-9b55c709-43d2-4a8c-aad3-b6ab0e319a1f"}]} 2026-03-31 06:24:50.218 8 INFO neutron.services.segments.plugin [-] Segment 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e resource provider aggregate not found 2026-03-31 06:24:50.222 8 INFO neutron.services.segments.plugin [-] Segment f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f30df0c3-dcfb-42cb-8e91-a4b8ec6a02c7 found for delete ", "request_id": "req-081d30b9-4839-49d9-bbd5-f6114b8b66ae"}]} 2026-03-31 06:24:50.234 8 INFO neutron.services.segments.plugin [-] Segment 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e resource provider aggregate not found 2026-03-31 06:24:50.240 8 INFO neutron.services.segments.plugin [-] Segment 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e found for delete ", "request_id": "req-0e565c0b-d9af-465a-891e-9be816548197"}]} 2026-03-31 06:24:50.250 8 INFO neutron.services.segments.plugin [-] Segment 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1a82a2-91e5-4a74-a98b-aac6c7fb562e found for delete ", "request_id": "req-af6b0b00-ea4a-4a69-8e8e-bb4a70528006"}]} 2026-03-31 06:24:50.257 8 INFO neutron.services.segments.plugin [-] Segment 1d99baac-33d2-4792-b5e3-614024a63209 resource provider aggregate not found 2026-03-31 06:24:50.263 8 INFO neutron.services.segments.plugin [-] Segment 1d99baac-33d2-4792-b5e3-614024a63209 resource provider aggregate not found 2026-03-31 06:24:50.275 8 INFO neutron.services.segments.plugin [-] Segment 1d99baac-33d2-4792-b5e3-614024a63209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d99baac-33d2-4792-b5e3-614024a63209 found for delete ", "request_id": "req-df152760-f0f9-4ceb-bd4f-098e2c85ccec"}]} 2026-03-31 06:24:50.278 8 INFO neutron.services.segments.plugin [-] Segment 1d99baac-33d2-4792-b5e3-614024a63209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d99baac-33d2-4792-b5e3-614024a63209 found for delete ", "request_id": "req-e1d6c0ec-3375-42d3-b93a-25ef3ed7e284"}]} [pid: 8|app: 0|req: 736/1497] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:50 2026] DELETE /v2.0/security-groups/c4dfa332-138b-4743-b185-8de709b28b26 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1498] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:50 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => 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: 737/1499] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:51 2026] GET /v2.0/security-groups?tenant_id=dfacd69406384a52ab324c3a19999bd7&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1500] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:51 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1501] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:51 2026] DELETE /v2.0/security-groups/8a2bb7f6-f1d4-4c6b-8790-7156630de494 => 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: 764/1502] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:52 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:52.806 8 WARNING neutron_lib.context [None req-3b94cba8-0de0-4508-a89b-acac944205fe c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:53.018 8 INFO neutron.db.segments_db [None req-3b94cba8-0de0-4508-a89b-acac944205fe c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] Added segment 4fa038bd-8b58-4868-96f7-4626c524e70d of type vxlan for network d6c74461-f6d0-4770-aee0-01876eb8c540 [pid: 8|app: 0|req: 739/1503] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:52 2026] POST /v2.0/networks => generated 648 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1504] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:24:53 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1505] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:24:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9469d1251fa744c9be879784817cbf38 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:53.665 8 WARNING neutron_lib.context [None req-4e3d5959-10ea-479a-941f-638bcf4208dc c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:53.899 7 INFO neutron.db.segments_db [None req-378ac06a-7f33-4302-b02e-a0fccc245899 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 45f5e59f-59ba-4811-850c-271a719a71a8 of type vxlan for network 96fc21e7-5e50-4e4a-9bd7-eb021f832988 [pid: 8|app: 0|req: 742/1506] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:53 2026] POST /v2.0/subnets => generated 673 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:24:53.925 8 WARNING neutron_lib.context [req-1bfb7e96-971a-47cf-9a3a-57307e8c9509 req-3ce22eab-cebe-467f-90c6-965afe95393b 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 765/1507] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:24:53 2026] POST /v2.0/networks => generated 740 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1508] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:54 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:24:54.030 7 WARNING neutron_lib.context [None req-e64dd32c-ef42-414b-b750-bcc974bab45d c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:54.105 7 INFO neutron.db.segments_db [None req-e64dd32c-ef42-414b-b750-bcc974bab45d c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] Added segment d3bc6622-46a1-41bd-8d10-ed3b567dfae3 of type vxlan for network 95f18a84-731b-46b8-ae80-0412d4eaca11 [pid: 7|app: 0|req: 767/1509] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:24:54 2026] POST /v2.0/networks => generated 648 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1510] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:24:53 2026] POST /v2.0/ports => generated 958 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: 7|app: 0|req: 768/1511] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:54 2026] POST /v2.0/subnets => generated 687 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1512] 10.0.0.168 () {34 vars in 743 bytes} [Tue Mar 31 06:24:54 2026] PUT /v2.0/networks/95f18a84-731b-46b8-ae80-0412d4eaca11 => generated 592 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:54.498 8 INFO neutron.db.segments_db [None req-c9685392-8b20-475e-95f7-eebdddfd3acb 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment bcbbb1fc-0e40-49cb-850f-bf3940ea68dd of type vxlan for network 388a3f1a-58d9-49db-ba88-67613fd2faac 2026-03-31 06:24:54.739 8 INFO neutron.db.l3_hamode_db [None req-c9685392-8b20-475e-95f7-eebdddfd3acb 66bc2451884743808e7d468627e01f77 3f40a9f665184b479d907d91230bc686 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 769/1513] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:24:54 2026] PUT /v2.0/ports/17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c => generated 1239 bytes in 489 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-03-31 06:24:54.897 7 WARNING neutron_lib.context [None req-b30a00fb-e546-4b08-a60a-bda9ff0d383f c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:24:54.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d287f684-a0b4-4ff8-9941-d06d7c148dd7'] response: {'name': 'network-changed', 'server_uuid': '87d98c96-1e35-4017-9b4e-e92fd2588a27', 'tag': '17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 770/1514] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:54 2026] POST /v2.0/subnets => generated 646 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1515] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:55 2026] GET /v2.0/security-groups?tenant_id=371060bd428140c8be557ee63d406084&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1516] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:55 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:55.669 8 INFO neutron.db.l3_hamode_db [None req-c9685392-8b20-475e-95f7-eebdddfd3acb 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 773/1517] 10.0.0.168 () {34 vars in 741 bytes} [Tue Mar 31 06:24:55 2026] PUT /v2.0/subnets/886a1799-b301-4392-8f5d-9b3c693615a5 => generated 656 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1518] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:24:55 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1519] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:55 2026] DELETE /v2.0/security-groups/a0d2fec9-e738-443d-af9c-2a57f22fdfba => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1520] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:55 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&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-03-31 06:24:56.470 7 INFO neutron.services.segments.plugin [-] Segment d3bc6622-46a1-41bd-8d10-ed3b567dfae3 resource provider aggregate not found 2026-03-31 06:24:56.473 7 INFO neutron.services.segments.plugin [-] Segment d3bc6622-46a1-41bd-8d10-ed3b567dfae3 resource provider aggregate not found 2026-03-31 06:24:56.498 7 INFO neutron.services.segments.plugin [-] Segment d3bc6622-46a1-41bd-8d10-ed3b567dfae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3bc6622-46a1-41bd-8d10-ed3b567dfae3 found for delete ", "request_id": "req-30d7a918-b3a8-4d7c-85f9-8f273c72c25e"}]} 2026-03-31 06:24:56.503 7 INFO neutron.services.segments.plugin [-] Segment d3bc6622-46a1-41bd-8d10-ed3b567dfae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3bc6622-46a1-41bd-8d10-ed3b567dfae3 found for delete ", "request_id": "req-8ea840d9-2442-4a98-8a03-9e8648ef73aa"}]} [pid: 7|app: 0|req: 777/1521] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:56 2026] DELETE /v2.0/networks/95f18a84-731b-46b8-ae80-0412d4eaca11 => generated 0 bytes in 493 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1522] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:24:56 2026] GET /v2.0/networks?tenant_id=9469d1251fa744c9be879784817cbf38&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: 779/1523] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:56 2026] GET /v2.0/security-groups?tenant_id=3c0f82a4061f41a8ac7926b72211c079&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:24:56.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38efc9ed-ebe7-454e-8092-33d1bdc88807 c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1524] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:56 2026] DELETE /v2.0/networks/95f18a84-731b-46b8-ae80-0412d4eaca11 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1525] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:24:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1526] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:54 2026] POST /v2.0/routers => generated 727 bytes in 2331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1527] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:24:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1528] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:56 2026] DELETE /v2.0/security-groups/3d26fcca-3173-4078-9f44-86cdd63f6ca2 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1529] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:24:56 2026] GET /v2.0/subnets?network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1530] 10.0.0.168 () {32 vars in 653 bytes} [Tue Mar 31 06:24:56 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: 785/1531] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:24:56 2026] GET /v2.0/networks => generated 1313 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1532] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1533] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/networks/d6c74461-f6d0-4770-aee0-01876eb8c540 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1534] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1535] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/subnets/9f616e54-36f5-4fad-963b-cac8aecc8a01 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1536] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:57.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-785f5028-0c0d-49a8-ba66-82fe6b4b8fea c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1537] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:57 2026] DELETE /v2.0/subnets/886a1799-b301-4392-8f5d-9b3c693615a5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:24:57.271 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e969ffa-2898-48d7-a712-5af0e7e7a54d c9fc7533e8634bd99f2c9dc417763a6a a38d83e7a01f406586f245952be72c46 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 792/1538] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:57 2026] DELETE /v2.0/networks/95f18a84-731b-46b8-ae80-0412d4eaca11 => 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: 793/1539] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:24:57 2026] DELETE /v2.0/subnets/9f616e54-36f5-4fad-963b-cac8aecc8a01 => 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: 794/1540] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:24:57 2026] DELETE /v2.0/networks/d6c74461-f6d0-4770-aee0-01876eb8c540 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1541] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1542] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c => 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: 797/1543] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/subnets?id=aef191d8-7dc2-4ffe-864b-3cc4af38a18c => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1544] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/ports?network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1545] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:24:57 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 800/1546] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:24:58 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 747/1547] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:24:56 2026] PUT /v2.0/routers/7923ebb6-98b8-4826-b6af-896e51996355/add_router_interface => generated 309 bytes in 1278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1548] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:58 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1549] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:58 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:58.515 7 INFO neutron.services.segments.plugin [-] Segment 4fa038bd-8b58-4868-96f7-4626c524e70d resource provider aggregate not found 2026-03-31 06:24:58.524 7 INFO neutron.services.segments.plugin [-] Segment 4fa038bd-8b58-4868-96f7-4626c524e70d resource provider aggregate not found 2026-03-31 06:24:58.538 7 INFO neutron.services.segments.plugin [-] Segment 4fa038bd-8b58-4868-96f7-4626c524e70d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa038bd-8b58-4868-96f7-4626c524e70d found for delete ", "request_id": "req-93561611-0cd8-4801-a42c-e719418ff089"}]} [pid: 7|app: 0|req: 801/1550] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:24:58 2026] GET /v2.0/security-groups?tenant_id=a38d83e7a01f406586f245952be72c46&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1551] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:24:58 2026] DELETE /v2.0/security-groups/7ec89bbc-0366-4e48-8b6c-890f8e061041 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:24:59.394 7 INFO neutron.services.segments.plugin [-] Segment 4fa038bd-8b58-4868-96f7-4626c524e70d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa038bd-8b58-4868-96f7-4626c524e70d found for delete ", "request_id": "req-af0a77e7-7b50-464f-b7d6-143568311a5c"}]} [pid: 8|app: 0|req: 751/1552] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:24:59 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:24:59.617 7 INFO neutron.db.segments_db [None req-100268a2-f6db-41cf-80c6-10f3d1eeeed9 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 87525b4b-7430-4ac5-b02d-4753cf2b0114 of type vxlan for network 7dc8f987-c943-4545-bb91-de9d9e63d2d1 [pid: 8|app: 0|req: 752/1553] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:24:59 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&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: 802/1554] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:24:59 2026] POST /v2.0/networks => generated 740 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1555] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:24:59 2026] POST /v2.0/subnets => generated 687 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:00.106 7 INFO neutron.db.segments_db [None req-4672ff32-2591-4f28-bb85-d31d2c6a9d8d 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 6422b705-2e20-4012-b1dc-193a6bd5347e of type vxlan for network fbca7347-ad73-4049-b702-2097973ead9c 2026-03-31 06:25:00.475 7 INFO neutron.db.l3_hamode_db [None req-4672ff32-2591-4f28-bb85-d31d2c6a9d8d 66bc2451884743808e7d468627e01f77 c05cdd470d3245b1879e4eadbb8167b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1558] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:00 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1559] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:00 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:01.307 8 WARNING neutron_lib.context [None req-ef82b4ea-ad25-4e8a-ac04-f471ea28ad03 b37ded45707349e5ad71c1c02ef8480e e7943295effc4daf874180d81d7c14c1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 758/1560] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:25:00 2026] POST /v2.0/subnetpools => generated 548 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:01.574 7 INFO neutron.db.l3_hamode_db [None req-4672ff32-2591-4f28-bb85-d31d2c6a9d8d 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 759/1561] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:01 2026] GET /v2.0/security-groups?tenant_id=3df5e253e0014e82a3b8a6f2965ada34&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1562] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:01 2026] GET /v2.0/subnetpools/2b80af9e-a736-4216-931d-a73e6fbe40dd => generated 548 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1563] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:01 2026] DELETE /v2.0/security-groups/9a568047-cd23-4b00-a26b-0d738fae0276 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1564] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:25:01 2026] PUT /v2.0/subnetpools/2b80af9e-a736-4216-931d-a73e6fbe40dd => generated 500 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1565] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:01 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1566] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:25:02 2026] DELETE /v2.0/subnetpools/2b80af9e-a736-4216-931d-a73e6fbe40dd => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1567] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:02 2026] GET /v2.0/security-groups?tenant_id=41df99ec438f44859788c2bf1881595f&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1568] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:02 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&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-03-31 06:25:02.314 8 INFO neutron.api.v2.resource [None req-c1a33406-f663-4ef7-9295-4f5dc07e0521 b37ded45707349e5ad71c1c02ef8480e e7943295effc4daf874180d81d7c14c1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1569] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:02 2026] GET /v2.0/subnetpools/2b80af9e-a736-4216-931d-a73e6fbe40dd => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1570] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:02 2026] DELETE /v2.0/security-groups/5200c6f3-c1d1-40eb-baf3-b5044b1439a9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:02.445 8 INFO neutron.api.v2.resource [None req-159f43a5-4556-4659-8e0c-766f3b2c024e b37ded45707349e5ad71c1c02ef8480e e7943295effc4daf874180d81d7c14c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1571] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:25:02 2026] DELETE /v2.0/subnetpools/2b80af9e-a736-4216-931d-a73e6fbe40dd => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1572] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:00 2026] POST /v2.0/routers => generated 727 bytes in 2962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1573] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:03 2026] GET /v2.0/security-groups?tenant_id=e7943295effc4daf874180d81d7c14c1&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1574] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:03 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1575] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:03 2026] DELETE /v2.0/security-groups/ed5a1c83-823f-4b62-8291-3d5d8aad73fe => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1576] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:03 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1577] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:03 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1578] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:03 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&fields=id&fields=name => generated 113 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1579] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:03 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:04.054 7 WARNING neutron_lib.context [None req-1a8cce4a-a39e-4a18-aa1c-3fb2de498682 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 770/1580] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:25:03 2026] PUT /v2.0/routers/fffd0e75-b216-4680-bbc8-71c120739ac9/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1581] 199.204.45.78 () {34 vars in 1095 bytes} [Tue Mar 31 06:25:04 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:04.995 7 INFO neutron.db.l3_db [None req-1a8cce4a-a39e-4a18-aa1c-3fb2de498682 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Floating IP 05774694-b853-4cfd-99f0-519aeed76e26 associated. External IP: 10.96.250.210, port: 17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c. 2026-03-31 06:25:05.158 8 WARNING neutron_lib.context [None req-e88d1892-4971-4d0b-96ca-fe50aec79761 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 772/1582] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:25:05 2026] POST /v2.0/security-groups => generated 1675 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:05.319 8 WARNING neutron_lib.context [None req-5f3e9982-9f67-4cd4-a741-04f1c71d7c34 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 811/1583] 10.0.0.168 () {34 vars in 677 bytes} [Tue Mar 31 06:25:04 2026] POST /v2.0/floatingips => generated 856 bytes in 1311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:05.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c106bbc2-3216-4497-9393-af383bb29b13'] response: {'name': 'network-changed', 'server_uuid': '87d98c96-1e35-4017-9b4e-e92fd2588a27', 'tag': '17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 812/1584] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:05 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 856 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1585] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:05.460 7 WARNING neutron_lib.context [None req-f073f734-48d4-4e11-b4a2-72cfad65c0df 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 774/1586] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:05 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1587] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:05.612 8 WARNING neutron_lib.context [None req-805bf978-73ba-466d-a54b-f04b84728051 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1588] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:05.754 7 WARNING neutron_lib.context [None req-c4f41a18-9063-4044-8d23-8ae00de00e15 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 814/1589] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:05.903 8 WARNING neutron_lib.context [None req-502de8df-2cef-4f9e-91d4-564e5da349fe 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:05.944 8 INFO neutron.db.securitygroups_db [None req-502de8df-2cef-4f9e-91d4-564e5da349fe 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Project 3f40a9f665184b479d907d91230bc686 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: 776/1590] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:06.042 7 WARNING neutron_lib.context [None req-2bea2533-cdef-41d9-84ab-af2dc525303b 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:06.092 7 INFO neutron.db.securitygroups_db [None req-2bea2533-cdef-41d9-84ab-af2dc525303b 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Project 3f40a9f665184b479d907d91230bc686 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: 777/1591] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1592] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:06 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1593] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1594] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/subnets?id=aef191d8-7dc2-4ffe-864b-3cc4af38a18c => 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: 779/1595] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/ports?network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a&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: 817/1596] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 780/1597] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1598] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:06 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:06.660 8 WARNING neutron_lib.context [None req-660ccd55-19ce-4372-a6b3-03f335e85125 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 781/1599] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:25:06 2026] POST /v2.0/security-groups => generated 1659 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:06.821 7 WARNING neutron_lib.context [None req-dc8f4468-661b-41dd-8917-83eb8cdfc8ae 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 819/1600] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:07.000 8 WARNING neutron_lib.context [None req-221d3dc9-0a53-4598-8dd0-cafce2d8274e 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 782/1601] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:07.167 7 WARNING neutron_lib.context [None req-950341c9-604d-45ea-9bb6-a0b1c09b6ee7 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 783/1602] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1603] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1604] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1605] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1606] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/subnets?id=aef191d8-7dc2-4ffe-864b-3cc4af38a18c => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1607] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/ports?network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1608] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1609] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:25:07 2026] POST /v2.0/floatingips => generated 552 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1610] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:07 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1611] 10.0.0.116 () {34 vars in 1100 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2092978025&fields=id&tenant_id=3f40a9f665184b479d907d91230bc686 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1612] 10.0.0.116 () {34 vars in 1100 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1424742453&fields=id&tenant_id=3f40a9f665184b479d907d91230bc686 => generated 69 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1613] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/networks?id=96fc21e7-5e50-4e4a-9bd7-eb021f832988 => 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: 792/1614] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/quotas/3f40a9f665184b479d907d91230bc686 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1615] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/ports?tenant_id=3f40a9f665184b479d907d91230bc686&fields=id => generated 103 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1616] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1617] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1618] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 858 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1619] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 795/1620] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:08 2026] GET /v2.0/security-groups?tenant_id=9ece2cc9d2a4415cab2e43ac011ee20b&name=default => generated 2925 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1621] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:09 2026] DELETE /v2.0/security-groups/8f73813a-9769-488f-9318-dfcd686dc4bd => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1622] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:09 2026] GET /v2.0/security-groups?tenant_id=692f40514e624b2aa8ee965e34f89dde&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: 827/1623] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:09 2026] DELETE /v2.0/security-groups/76f5071e-5fbb-4d5e-aca0-615a8f4e5050 => 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: 797/1624] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:09 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 828/1625] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:09 2026] GET /v2.0/security-groups?tenant_id=839aea4276ef443f98454900dd48ed03&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1626] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:10 2026] DELETE /v2.0/security-groups/493f1420-0548-4452-b558-93843b16c682 => 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: 829/1627] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:10 2026] GET /v2.0/security-groups?tenant_id=a2b28bf9682d49618a9be7f5ced6fd5a&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1628] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:10 2026] DELETE /v2.0/security-groups/3e2c3d9b-6653-4c17-8185-df48ef63d882 => 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: 830/1629] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:10 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1630] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:12 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1631] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:13 2026] GET /v2.0/networks?id=96fc21e7-5e50-4e4a-9bd7-eb021f832988 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1632] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:13 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 801/1633] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:25:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f40a9f665184b479d907d91230bc686 => generated 274 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:13.171 7 WARNING neutron_lib.context [req-e354f1b8-a4a4-42e2-9b70-8c6325b014db req-84c588f1-c1cb-4ecf-ae63-925550aa71b9 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 802/1634] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:13 2026] GET /v2.0/security-groups?tenant_id=d704138efa6643faa427cd5394e96f05&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1635] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:25:13 2026] POST /v2.0/ports => generated 997 bytes in 443 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: 803/1636] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:13 2026] DELETE /v2.0/security-groups/b77b67ff-e581-468e-966b-1d170e519bee => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1637] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:25:13 2026] PUT /v2.0/ports/56feb05c-13a9-4c4b-bced-97e3be06f6b8 => generated 1278 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1638] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:14 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1012 bytes in 91 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: 835/1639] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:14 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1640] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:14 2026] GET /v2.0/ports?tenant_id=3f40a9f665184b479d907d91230bc686&device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:14.944 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff973b80-7900-466e-ae2c-ddc04836c8f0'] response: {'name': 'network-changed', 'server_uuid': 'd3d53f82-4fd8-423d-9327-525316fa079c', 'tag': '56feb05c-13a9-4c4b-bced-97e3be06f6b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 836/1641] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:25:14 2026] GET /v2.0/networks?tenant_id=3f40a9f665184b479d907d91230bc686&shared=False => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1642] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:25:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:15.086 7 WARNING keystoneauth.session [req-f51f0b16-0353-4906-9d1c-bd957d66d2bb req-f118779a-fd30-44b0-9211-711b4fdb66fe a00940f6a97b46f7ac805e4e39231c11 e21eabdb0de54f67bab5e0d6e559e2d9 - - e855c95c44ee4067ae92b5ee474d5f7f e855c95c44ee4067ae92b5ee474d5f7f] Failure: Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')). Retrying in 0.5s.3 retries left: keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) [pid: 8|app: 0|req: 807/1643] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:25:15 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1644] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:15 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&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: 809/1645] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:15 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1646] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:15 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:15.914 8 WARNING neutron_lib.context [None req-d949c29b-f0a0-4a59-9457-1d8ec98e353e 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 837/1649] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:15 2026] GET /v2.0/security-groups?tenant_id=3537f01935004253ae20ceb235f584e4&name=default => generated 2925 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:16.096 8 INFO neutron.db.segments_db [None req-d949c29b-f0a0-4a59-9457-1d8ec98e353e 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Added segment 5e82f12c-ad2c-4e73-be06-71a4d983d753 of type vxlan for network 3ce4b058-1da8-474d-976d-4eefae5f1eac [pid: 7|app: 0|req: 838/1650] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:15 2026] DELETE /v2.0/security-groups/147d85e4-95de-46b3-971a-faced469eaca => 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: 839/1651] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/ports?tenant_id=3f40a9f665184b479d907d91230bc686&device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1652] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=56feb05c-13a9-4c4b-bced-97e3be06f6b8 => 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: 813/1653] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:15 2026] POST /v2.0/networks => generated 649 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:16.205 8 WARNING neutron_lib.context [None req-21535a3e-134d-4fab-81b6-ce6f5a2545ce 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1654] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/subnets?id=7a571aa4-d042-452b-96f0-d7f532b1d291 => generated 690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1655] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/security-groups?tenant_id=08aeb2088e504a788081c6fa369614bf&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1656] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/ports?network_id=96fc21e7-5e50-4e4a-9bd7-eb021f832988&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: 844/1657] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:16 2026] DELETE /v2.0/security-groups/ca5dbddc-aa92-42b5-8a81-06e62af2bda0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1658] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:25:16 2026] POST /v2.0/ports => generated 779 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1659] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988?fields=segments => generated 14 bytes in 42 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-03-31 06:25:16.533 8 WARNING neutron_lib.context [None req-397afea6-9a01-4543-87fd-262cce5c1eca 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 846/1660] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988?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-03-31 06:25:16.586 8 INFO neutron.db.segments_db [None req-397afea6-9a01-4543-87fd-262cce5c1eca 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Added segment 213feb84-fed8-4d63-9ad1-12037f3b0952 of type vxlan for network 74c4bf8f-2fac-4e6a-a8a5-2f9c530a8f26 [pid: 8|app: 0|req: 815/1661] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:16 2026] POST /v2.0/networks => generated 635 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1662] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1012 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:16.697 8 WARNING neutron_lib.context [None req-1c94a94c-c26f-41fb-b4de-c04b5470f773 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 848/1663] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1664] 10.0.0.168 () {32 vars in 826 bytes} [Tue Mar 31 06:25:16 2026] GET /v2.0/ports?project_id=9469d1251fa744c9be879784817cbf38&network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 3695 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1665] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:16 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:16.978 7 WARNING neutron_lib.context [None req-cc8b1f2f-2688-48e0-9e74-6e10dc15f564 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 817/1666] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:25:17 2026] GET /v2.0/subnets?network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d => generated 667 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:17.561 8 INFO neutron.db.l3_db [None req-c06e9aa4-48cb-47ae-bfdc-663b99cd0d10 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Floating IP 05774694-b853-4cfd-99f0-519aeed76e26 disassociated. External IP: 10.96.250.210, port: 17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c. [pid: 7|app: 0|req: 850/1667] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:25:16 2026] POST /v2.0/ports => generated 965 bytes in 795 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: 818/1668] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:25:17 2026] PUT /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 554 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1669] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:17 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1012 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:18.030 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f345d42-70bf-4199-90b2-e73a4293c0f4'] response: {'name': 'network-changed', 'server_uuid': '87d98c96-1e35-4017-9b4e-e92fd2588a27', 'tag': '17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 820/1670] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1671] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1672] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:17 2026] DELETE /v2.0/ports/d18adb65-8165-4138-8215-9f4d3fbfe969 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:18.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bef4cf4e-fc6e-4f0a-be81-314b76a35b94 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 822/1673] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:18 2026] DELETE /v2.0/ports/d18adb65-8165-4138-8215-9f4d3fbfe969 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:18.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f03e9e5-dcf1-490f-a0ca-35c7d9dbbb2f 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1674] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/ports/d18adb65-8165-4138-8215-9f4d3fbfe969 => 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: 823/1675] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:18 2026] DELETE /v2.0/subnets/fffed703-5cb1-4371-a77f-ec875693a33d => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1676] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1677] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 756 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1678] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1679] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/subnets?id=aef191d8-7dc2-4ffe-864b-3cc4af38a18c => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1680] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/ports?network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:18.811 7 INFO neutron.services.segments.plugin [-] Segment 213feb84-fed8-4d63-9ad1-12037f3b0952 resource provider aggregate not found 2026-03-31 06:25:18.815 7 INFO neutron.services.segments.plugin [-] Segment 213feb84-fed8-4d63-9ad1-12037f3b0952 resource provider aggregate not found 2026-03-31 06:25:18.827 7 INFO neutron.services.segments.plugin [-] Segment 213feb84-fed8-4d63-9ad1-12037f3b0952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 213feb84-fed8-4d63-9ad1-12037f3b0952 found for delete ", "request_id": "req-431a1097-2005-4408-8524-c875f7335402"}]} 2026-03-31 06:25:18.832 7 INFO neutron.services.segments.plugin [-] Segment 213feb84-fed8-4d63-9ad1-12037f3b0952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 213feb84-fed8-4d63-9ad1-12037f3b0952 found for delete ", "request_id": "req-316a6ad0-7650-4409-8b8b-ab22f86e708b"}]} [pid: 7|app: 0|req: 853/1681] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:18 2026] DELETE /v2.0/networks/74c4bf8f-2fac-4e6a-a8a5-2f9c530a8f26 => generated 0 bytes in 454 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:18.861 7 WARNING neutron_lib.context [None req-db80705a-7edf-4e6b-9202-d935c2b7d144 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 829/1682] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 830/1683] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:18 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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-03-31 06:25:18.953 7 INFO neutron.db.segments_db [None req-db80705a-7edf-4e6b-9202-d935c2b7d144 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Added segment 5851de05-2c46-404e-a216-943bdc103b93 of type vxlan for network 79e57c81-4bf6-42f8-bc6f-bbac08dd21f6 [pid: 8|app: 0|req: 831/1684] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:19 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 554 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1685] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:18 2026] POST /v2.0/networks => generated 636 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:19.116 8 WARNING neutron_lib.context [None req-75f790ef-88e6-4db3-b6d7-aab0341f19ed 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 855/1686] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:19 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1012 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1687] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:25:19 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1281 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1688] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:19 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1689] 199.204.45.78 () {34 vars in 1123 bytes} [Tue Mar 31 06:25:19 2026] GET /v2.0/security-groups?id=092f11e5-d4a4-4901-9da0-b82997995bee&id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&fields=id&fields=name => generated 207 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1690] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:19 2026] POST /v2.0/subnets => generated 646 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:19.496 7 WARNING neutron_lib.context [None req-ba930357-c76c-4201-956e-c6c433997d67 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 859/1691] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:25:19 2026] POST /v2.0/ports => generated 924 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1692] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:20 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1693] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:19 2026] DELETE /v2.0/ports/107f5b1d-64f7-405b-a89f-ba8f9efcfb52 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:20.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9758fdd-5467-4c29-8a4b-f9017df60eef 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1694] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:20 2026] GET /v2.0/ports/107f5b1d-64f7-405b-a89f-ba8f9efcfb52 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1695] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:20 2026] DELETE /v2.0/subnets/c776ae3b-5e2b-4e54-8f03-025466b29c32 => 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: 862/1696] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:20 2026] GET /v2.0/security-groups?tenant_id=602358f200e549af93ca874236809e00&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1697] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:20 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:20.820 8 INFO neutron.services.segments.plugin [-] Segment 5851de05-2c46-404e-a216-943bdc103b93 resource provider aggregate not found 2026-03-31 06:25:20.828 8 INFO neutron.services.segments.plugin [-] Segment 5851de05-2c46-404e-a216-943bdc103b93 resource provider aggregate not found 2026-03-31 06:25:20.842 8 INFO neutron.services.segments.plugin [-] Segment 5851de05-2c46-404e-a216-943bdc103b93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5851de05-2c46-404e-a216-943bdc103b93 found for delete ", "request_id": "req-8385e389-84b2-4d78-876b-cf97c597a6e5"}]} [pid: 8|app: 0|req: 835/1698] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:20 2026] DELETE /v2.0/networks/79e57c81-4bf6-42f8-bc6f-bbac08dd21f6 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:20.848 8 INFO neutron.services.segments.plugin [-] Segment 5851de05-2c46-404e-a216-943bdc103b93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5851de05-2c46-404e-a216-943bdc103b93 found for delete ", "request_id": "req-351cc69d-c3eb-405f-b822-b72d9160e177"}]} [pid: 7|app: 0|req: 864/1699] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:20 2026] DELETE /v2.0/security-groups/69a1c1ad-08ac-4fc7-9f50-5b32f6c4ffce => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:20.871 7 WARNING neutron_lib.context [None req-28cedbc4-1042-4298-be2f-80c1491fbc20 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 836/1700] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:20 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:21.235 8 WARNING neutron_lib.context [None req-9b1c0554-8057-48fe-9443-68c8d6ebc3c3 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 865/1701] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:25:20 2026] POST /v2.0/ports => generated 779 bytes in 395 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: 837/1702] 10.0.0.168 () {34 vars in 685 bytes} [Tue Mar 31 06:25:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:21.417 8 WARNING neutron_lib.context [None req-8579809b-cf56-4ee3-a052-d532b4709a91 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 866/1703] 10.0.0.168 () {34 vars in 737 bytes} [Tue Mar 31 06:25:21 2026] PUT /v2.0/ports/d05c3520-9e08-404e-ab4d-d11b379e3882 => generated 752 bytes in 230 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: 838/1704] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:21.581 8 WARNING neutron_lib.context [None req-bd194371-cf1f-49c2-8e0f-f723ed18e406 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 839/1705] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:21.743 8 WARNING neutron_lib.context [None req-78f2d6d4-8d8e-4f7d-9d42-68b50e6a64d7 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 867/1706] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:21 2026] DELETE /v2.0/ports/d05c3520-9e08-404e-ab4d-d11b379e3882 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1707] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:25:21 2026] GET /v2.0/ports => generated 782 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:21.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1240585e-2299-4d67-8c5c-90b9a0ff0f2a 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1708] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:21 2026] GET /v2.0/ports/d05c3520-9e08-404e-ab4d-d11b379e3882 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1709] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:21.929 8 WARNING neutron_lib.context [None req-44df9105-be6e-48f7-b3b6-13e9c7a7faa8 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 870/1710] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:25:21 2026] GET /v2.0/ports => generated 782 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1711] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:21 2026] GET /v2.0/ports/6fdfacd6-ca38-4bab-8e96-0975c4d7de76 => generated 779 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1712] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:22.117 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b66b054a-5b14-46cb-8f25-18d278d0c079 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1713] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:22 2026] DELETE /v2.0/ports/107f5b1d-64f7-405b-a89f-ba8f9efcfb52 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:22.128 8 WARNING neutron_lib.context [None req-d2abf9dc-c460-43db-8c38-1ae912fa0986 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 872/1714] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:22 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:22.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b20fa74-3b3b-4b7b-8fe8-f8495612ec76 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1715] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:22 2026] DELETE /v2.0/subnets/c776ae3b-5e2b-4e54-8f03-025466b29c32 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:22.162 8 INFO neutron.db.securitygroups_db [None req-d2abf9dc-c460-43db-8c38-1ae912fa0986 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Project 9469d1251fa744c9be879784817cbf38 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: 874/1716] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:22 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:22.197 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93922134-d67a-4c5c-8fae-084942f0b032 700f320efa5f4386886adacd229f2f8e 13485b8eacd14d978811da8eb01cd5c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1717] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:22 2026] DELETE /v2.0/subnets/fffed703-5cb1-4371-a77f-ec875693a33d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1718] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1719] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:22 2026] DELETE /v2.0/ports/6fdfacd6-ca38-4bab-8e96-0975c4d7de76 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:22.476 7 WARNING neutron_lib.context [None req-0a6fd759-45ba-49bc-b164-0ea72db2db6c 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:22.555 7 INFO neutron.db.securitygroups_db [None req-0a6fd759-45ba-49bc-b164-0ea72db2db6c 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Project 9469d1251fa744c9be879784817cbf38 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: 877/1720] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:22 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: 8|app: 0|req: 844/1721] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:22 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:22.826 7 INFO neutron.services.segments.plugin [-] Segment 5e82f12c-ad2c-4e73-be06-71a4d983d753 resource provider aggregate not found 2026-03-31 06:25:22.832 7 INFO neutron.services.segments.plugin [-] Segment 5e82f12c-ad2c-4e73-be06-71a4d983d753 resource provider aggregate not found 2026-03-31 06:25:22.842 7 INFO neutron.services.segments.plugin [-] Segment 5e82f12c-ad2c-4e73-be06-71a4d983d753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e82f12c-ad2c-4e73-be06-71a4d983d753 found for delete ", "request_id": "req-26d55a45-2bd0-4946-af3a-8a5cc772086a"}]} 2026-03-31 06:25:22.844 7 INFO neutron.services.segments.plugin [-] Segment 5e82f12c-ad2c-4e73-be06-71a4d983d753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e82f12c-ad2c-4e73-be06-71a4d983d753 found for delete ", "request_id": "req-f89b78bb-f78a-4847-a330-830bd036c2c0"}]} [pid: 7|app: 0|req: 878/1722] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:22 2026] DELETE /v2.0/networks/3ce4b058-1da8-474d-976d-4eefae5f1eac => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:23.209 8 INFO neutron.db.l3_db [None req-bbd07926-0639-45b8-a514-bc58ff60cd9e 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Floating IP 86d0575c-7ef9-4797-b628-c7c59de5c42d associated. External IP: 10.96.250.213, port: 56feb05c-13a9-4c4b-bced-97e3be06f6b8. [pid: 7|app: 0|req: 879/1723] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/networks => generated 1297 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1724] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:25:22 2026] PUT /v2.0/floatingips/86d0575c-7ef9-4797-b628-c7c59de5c42d => generated 856 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1725] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/security-groups?tenant_id=13485b8eacd14d978811da8eb01cd5c8&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:23.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0deeedeb-56bf-4f16-ac8e-f43a7fe8665b'] response: {'name': 'network-changed', 'server_uuid': 'd3d53f82-4fd8-423d-9327-525316fa079c', 'tag': '56feb05c-13a9-4c4b-bced-97e3be06f6b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 846/1726] 10.0.0.116 () {34 vars in 1100 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1550994744&fields=id&tenant_id=9469d1251fa744c9be879784817cbf38 => generated 69 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1727] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1728] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:23 2026] DELETE /v2.0/security-groups/26866c13-85f5-48f4-81fe-53a4eb92b3f5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1729] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/quotas/9469d1251fa744c9be879784817cbf38 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1730] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&fields=id => generated 149 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1731] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:25:23 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1732] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1733] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => 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: 884/1734] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/ports?tenant_id=3f40a9f665184b479d907d91230bc686&device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1735] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/networks?id=96fc21e7-5e50-4e4a-9bd7-eb021f832988 => generated 768 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1736] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=56feb05c-13a9-4c4b-bced-97e3be06f6b8 => generated 859 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1737] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/subnets?id=7a571aa4-d042-452b-96f0-d7f532b1d291 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1738] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/ports?network_id=96fc21e7-5e50-4e4a-9bd7-eb021f832988&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1739] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988?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: 887/1740] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:24 2026] GET /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1741] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:25 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:25.949 7 WARNING neutron_lib.context [None req-16bac6f9-bb70-46e9-972e-616078bbfe53 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:26.105 7 INFO neutron.db.segments_db [None req-16bac6f9-bb70-46e9-972e-616078bbfe53 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment c458bd4c-1571-4d99-a1e8-78d1f049f8e4 of type vxlan for network a4126621-b394-45ca-826c-c84a005c3b3a [pid: 7|app: 0|req: 888/1742] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:25 2026] POST /v2.0/networks => generated 629 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:26.225 8 WARNING neutron_lib.context [None req-a53e32ae-8ba1-437f-80d3-1a3bba8d2934 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:26.274 8 INFO neutron.db.segments_db [None req-a53e32ae-8ba1-437f-80d3-1a3bba8d2934 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment 66af25cd-7562-490f-8cc1-71440afbf0ed of type vxlan for network c2ff8ce6-d4f5-4498-824a-968fbf2a775f [pid: 8|app: 0|req: 855/1743] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:26 2026] POST /v2.0/networks => generated 630 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:26.374 7 WARNING neutron_lib.context [None req-ef1bfd90-8e19-43dd-b820-1b7f33658337 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 856/1744] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:26 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => 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: 889/1745] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:26 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:26.663 8 WARNING neutron_lib.context [None req-708d77f1-5c52-468a-999e-0dbc33dec524 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 857/1746] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:26 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:26.920 7 WARNING neutron_lib.context [None req-3d903ea8-f5c9-47e0-844b-563293c8336f e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:26.961 7 INFO neutron.db.segments_db [None req-3d903ea8-f5c9-47e0-844b-563293c8336f e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment 3ed5737e-7e64-4652-999e-395054d8fbc1 of type vxlan for network 609cf5cc-d964-49dc-a6fa-ac88274b02f4 2026-03-31 06:25:27.259 7 INFO neutron.db.l3_hamode_db [None req-3d903ea8-f5c9-47e0-844b-563293c8336f e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:25:27.381 7 INFO neutron.db.l3_hamode_db [None req-3d903ea8-f5c9-47e0-844b-563293c8336f e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 858/1747] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:27 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => 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: 890/1748] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:26 2026] POST /v2.0/routers => generated 506 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1749] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:28 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1750] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:28 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 660 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1751] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:25:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9469d1251fa744c9be879784817cbf38 => generated 273 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:28.698 7 WARNING neutron_lib.context [req-e0f6a988-0436-4417-aa8f-050075d1a268 req-33d16d47-5a02-4bc2-b800-959f9ed60171 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 894/1752] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:25:28 2026] POST /v2.0/ports => generated 954 bytes in 409 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: 859/1753] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:25:28 2026] PUT /v2.0/routers/c8063db2-b593-4466-a2fc-7ba0b388881b/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1754] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:29 2026] GET /v2.0/ports/139e0965-ff34-44df-884f-c86becadccd9 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1755] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:25:29 2026] PUT /v2.0/ports/61e2a66e-977e-4600-9695-d9c37b6e679b => generated 1235 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:25:29.693 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fac7af96-7786-44e5-85b3-98568161f98e'] response: {'name': 'network-changed', 'server_uuid': '088a10c1-80e0-4eb2-a803-cde875ebdab9', 'tag': '61e2a66e-977e-4600-9695-d9c37b6e679b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 896/1756] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:29 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1757] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:29 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&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: 898/1758] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:30 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1759] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:25:30 2026] GET /v2.0/networks?tenant_id=9469d1251fa744c9be879784817cbf38&shared=False => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1760] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:25:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1763] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:25:29 2026] PUT /v2.0/routers/c8063db2-b593-4466-a2fc-7ba0b388881b/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1764] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:30 2026] GET /v2.0/ports/d32eb50b-e40e-4a72-935f-8f35336b7a9e => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1765] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:30 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1766] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:30 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1767] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/security-groups?tenant_id=24b3dba4ad594229a16ef5214cfd7f3e&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1768] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1769] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:31 2026] DELETE /v2.0/security-groups/a43d7e38-bfbd-43f1-b04d-788a918506df => 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: 867/1770] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=61e2a66e-977e-4600-9695-d9c37b6e679b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1771] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/subnets?id=aef191d8-7dc2-4ffe-864b-3cc4af38a18c => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1772] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:30 2026] PUT /v2.0/routers/c8063db2-b593-4466-a2fc-7ba0b388881b/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1773] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/ports?network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1774] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 906/1775] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 907/1776] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:31 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1777] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:32 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1778] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:32 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1779] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:32 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1283 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1780] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:32 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&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: 870/1781] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:31 2026] PUT /v2.0/routers/c8063db2-b593-4466-a2fc-7ba0b388881b/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1782] 10.0.0.168 () {32 vars in 858 bytes} [Tue Mar 31 06:25:32 2026] GET /v2.0/floatingips?floating_network_id=ae4dc5b8-0e50-4eec-aef8-89e40d8a574d&port_id=56feb05c-13a9-4c4b-bced-97e3be06f6b8 => generated 861 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1783] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:32 2026] GET /v2.0/ports?device_id=c8063db2-b593-4466-a2fc-7ba0b388881b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:33.230 7 INFO neutron.services.segments.plugin [-] Segment 3ed5737e-7e64-4652-999e-395054d8fbc1 resource provider aggregate not found 2026-03-31 06:25:33.238 7 INFO neutron.services.segments.plugin [-] Segment 3ed5737e-7e64-4652-999e-395054d8fbc1 resource provider aggregate not found 2026-03-31 06:25:33.245 7 INFO neutron.services.segments.plugin [-] Segment 3ed5737e-7e64-4652-999e-395054d8fbc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed5737e-7e64-4652-999e-395054d8fbc1 found for delete ", "request_id": "req-d18d5cb2-effd-4186-9d72-9444de4ccc8b"}]} 2026-03-31 06:25:33.253 7 INFO neutron.db.l3_hamode_db [None req-b9bcaac5-05df-445e-b86c-6d90de331e85 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] HA network 609cf5cc-d964-49dc-a6fa-ac88274b02f4 was deleted as no HA routers are present in tenant 4815853c34fd41b78aabdc184c8239a9. [pid: 7|app: 0|req: 913/1784] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:32 2026] DELETE /v2.0/routers/c8063db2-b593-4466-a2fc-7ba0b388881b => generated 0 bytes in 647 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:33.297 7 INFO neutron.services.segments.plugin [-] Segment 3ed5737e-7e64-4652-999e-395054d8fbc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed5737e-7e64-4652-999e-395054d8fbc1 found for delete ", "request_id": "req-3b12a753-7830-49b0-b02c-b00cf10a2f6a"}]} [pid: 7|app: 0|req: 914/1785] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:25:33 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 915/1786] 10.0.0.195 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:33 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1787] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:33 2026] DELETE /v2.0/subnets/4cb5d797-b539-48d0-afdd-ab8a9c5f8872 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1788] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:33 2026] DELETE /v2.0/subnets/d5d789ff-9f46-43d0-bc1e-53ca51d4684d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1789] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:33 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1790] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:33 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&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: 917/1791] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:33 2026] DELETE /v2.0/networks/c2ff8ce6-d4f5-4498-824a-968fbf2a775f => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:34.328 8 INFO neutron.services.segments.plugin [-] Segment c458bd4c-1571-4d99-a1e8-78d1f049f8e4 resource provider aggregate not found 2026-03-31 06:25:34.339 8 INFO neutron.services.segments.plugin [-] Segment c458bd4c-1571-4d99-a1e8-78d1f049f8e4 resource provider aggregate not found 2026-03-31 06:25:34.344 8 INFO neutron.services.segments.plugin [-] Segment c458bd4c-1571-4d99-a1e8-78d1f049f8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c458bd4c-1571-4d99-a1e8-78d1f049f8e4 found for delete ", "request_id": "req-b9544239-dc32-41d3-babf-3a942c092df2"}]} [pid: 8|app: 0|req: 875/1792] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:34 2026] DELETE /v2.0/networks/a4126621-b394-45ca-826c-c84a005c3b3a => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:34.373 7 WARNING neutron_lib.context [None req-d2b952cc-614e-4889-b7c5-e27057c6427d e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:34.449 7 INFO neutron.db.segments_db [None req-d2b952cc-614e-4889-b7c5-e27057c6427d e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment 455cc4a9-3564-413e-b8e7-80dfab65cddb of type vxlan for network 31740067-8cab-48c4-a541-df27739caf40 [pid: 7|app: 0|req: 918/1793] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:34 2026] POST /v2.0/networks => generated 630 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:34.589 8 INFO neutron.services.segments.plugin [-] Segment c458bd4c-1571-4d99-a1e8-78d1f049f8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c458bd4c-1571-4d99-a1e8-78d1f049f8e4 found for delete ", "request_id": "req-5be861a6-ed4c-4d08-8c83-0d9a3f9aa256"}]} 2026-03-31 06:25:34.595 8 WARNING neutron_lib.context [None req-41f505de-08cb-44ff-8d4e-8ce5c4350f06 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 919/1794] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:34 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1795] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:34 2026] POST /v2.0/subnets => generated 626 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:34.929 8 WARNING neutron_lib.context [None req-2ec5066f-3bac-4246-b103-9d9a4dca0ec0 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:34.969 8 INFO neutron.db.segments_db [None req-2ec5066f-3bac-4246-b103-9d9a4dca0ec0 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 of type vxlan for network 0fcf5516-d7ae-432d-93eb-04d0ab9e1212 [pid: 7|app: 0|req: 920/1796] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:34 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:35.241 8 INFO neutron.db.l3_hamode_db [None req-2ec5066f-3bac-4246-b103-9d9a4dca0ec0 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:25:35.375 8 INFO neutron.db.l3_hamode_db [None req-2ec5066f-3bac-4246-b103-9d9a4dca0ec0 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:25:35.663 7 INFO neutron.services.segments.plugin [-] Segment 66af25cd-7562-490f-8cc1-71440afbf0ed resource provider aggregate not found 2026-03-31 06:25:35.667 7 INFO neutron.services.segments.plugin [-] Segment 66af25cd-7562-490f-8cc1-71440afbf0ed resource provider aggregate not found 2026-03-31 06:25:35.682 7 INFO neutron.services.segments.plugin [-] Segment 66af25cd-7562-490f-8cc1-71440afbf0ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66af25cd-7562-490f-8cc1-71440afbf0ed found for delete ", "request_id": "req-60933830-915b-4331-812c-f233e2f0b86f"}]} 2026-03-31 06:25:35.683 7 INFO neutron.services.segments.plugin [-] Segment 66af25cd-7562-490f-8cc1-71440afbf0ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66af25cd-7562-490f-8cc1-71440afbf0ed found for delete ", "request_id": "req-64984fb1-1dc2-45ac-b657-7de8f1d9ece1"}]} [pid: 7|app: 0|req: 921/1797] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:35 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1798] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:35 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1799] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:36 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1800] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:36 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1801] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:34 2026] POST /v2.0/routers => generated 506 bytes in 1333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:36.270 7 WARNING neutron_lib.context [None req-5af5b2a3-ecc0-4235-b86e-f0245cd8dad4 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:36.512 8 WARNING neutron_lib.context [None req-a1965f77-2def-41e3-8a90-7f06c0f9cc31 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 925/1802] 10.0.0.168 () {34 vars in 665 bytes} [Tue Mar 31 06:25:36 2026] POST /v2.0/ports => generated 948 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, ' 2026-03-31 06:25:36.707 8 INFO neutron.db.segments_db [None req-a1965f77-2def-41e3-8a90-7f06c0f9cc31 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Added segment 50508abe-ba6b-4074-bcda-32ddc81c8b72 of type vxlan for network 16834c3a-b568-453f-b068-262ed0284a91 [pid: 8|app: 0|req: 878/1803] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:36 2026] POST /v2.0/networks => generated 632 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:36.841 8 WARNING neutron_lib.context [None req-41de1a22-b627-40ff-aae0-4c7abf3fbca3 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 879/1804] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:25:36 2026] POST /v2.0/ports => generated 743 bytes in 443 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: 880/1805] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:37 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1806] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:37 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:37.486 8 WARNING neutron_lib.context [None req-8d5c9fe2-5ec7-488d-8c03-9244f54c066b 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:37.557 8 INFO neutron.db.segments_db [None req-8d5c9fe2-5ec7-488d-8c03-9244f54c066b 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Added segment 72a9a681-78a4-4249-837c-72899091f4b7 of type vxlan for network fd00ff65-ce34-47ef-be7f-e83fdeb1730a [pid: 8|app: 0|req: 882/1807] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:37 2026] POST /v2.0/networks => generated 632 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1808] 10.0.0.116 () {34 vars in 1120 bytes} [Tue Mar 31 06:25:37 2026] GET /v2.0/security-groups?id=1b2c78cd-f49f-430d-ab1f-9b225f225b48&id=092f11e5-d4a4-4901-9da0-b82997995bee&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1809] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:37 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:37.748 8 WARNING neutron_lib.context [None req-63ca6e5c-4523-4c5b-8934-a6097a66e510 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 926/1810] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:25:36 2026] PUT /v2.0/routers/3d4bda0f-9dc1-4b06-be0d-76658cff6f54/add_router_interface => generated 309 bytes in 1346 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: 885/1811] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:25:37 2026] POST /v2.0/ports => generated 743 bytes in 349 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: 886/1812] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:38 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1813] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:25:38 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => generated 1014 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:38.153 7 WARNING neutron_lib.context [None req-5002c3e8-6bf9-44cb-9684-219fb2b46a7a 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 887/1814] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:38 2026] GET /v2.0/ports/51b3894c-fa58-4029-9f9a-86be6de93b9e => generated 1022 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1815] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:38 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:38.223 7 INFO neutron.db.segments_db [None req-5002c3e8-6bf9-44cb-9684-219fb2b46a7a 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Added segment 9ceccba8-d633-4d17-a6f1-472a461ba9ae of type vxlan for network 00a80d8f-a2a2-4688-89de-2a98bcd2e64b [pid: 7|app: 0|req: 928/1816] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:38 2026] POST /v2.0/networks => generated 631 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:38.493 8 INFO neutron.db.l3_db [req-90f687ea-f537-450c-ae02-fb98611cd227 req-a5b0462c-c474-4e6f-8587-05173b35e8d6 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] Floating IP 86d0575c-7ef9-4797-b628-c7c59de5c42d disassociated. External IP: 10.96.250.213, port: 56feb05c-13a9-4c4b-bced-97e3be06f6b8. [pid: 8|app: 0|req: 889/1817] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:25:38 2026] DELETE /v2.0/ports/56feb05c-13a9-4c4b-bced-97e3be06f6b8 => generated 0 bytes in 692 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1818] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:38 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:38.952 8 WARNING neutron_lib.context [None req-b98bae90-5e8d-47a2-a492-8191c8227c20 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:38.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc3a7428-5a72-40b4-b8d9-7c78abcf9755'] response: {'server_uuid': 'd3d53f82-4fd8-423d-9327-525316fa079c', 'name': 'network-vif-deleted', 'tag': '56feb05c-13a9-4c4b-bced-97e3be06f6b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 891/1819] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:25:38 2026] POST /v2.0/ports => generated 743 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 892/1820] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:39 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 929/1821] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:38 2026] PUT /v2.0/routers/3d4bda0f-9dc1-4b06-be0d-76658cff6f54/remove_router_interface => generated 309 bytes in 1053 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-03-31 06:25:39.392 7 WARNING neutron_lib.context [None req-4c59b3b4-9fe3-4e61-9fb9-9f32ce69813c 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:39.454 7 INFO neutron.db.segments_db [None req-4c59b3b4-9fe3-4e61-9fb9-9f32ce69813c 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Added segment 6d46d2d6-c9db-4127-85fb-22162eac2d46 of type vxlan for network eea7838c-b6ae-403a-b318-5a70ac28cbfc [pid: 7|app: 0|req: 930/1822] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:39 2026] POST /v2.0/networks => generated 632 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:39.711 7 INFO neutron.api.v2.resource [None req-61533e7f-b463-4acb-8256-3bad22ad2fac e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1823] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:39 2026] PUT /v2.0/routers/3d4bda0f-9dc1-4b06-be0d-76658cff6f54/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:39.714 8 INFO neutron.db.l3_db [None req-972ddb79-7ccc-4107-bcdb-880ada164fcb 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Floating IP 05774694-b853-4cfd-99f0-519aeed76e26 associated. External IP: 10.96.250.210, port: 61e2a66e-977e-4600-9695-d9c37b6e679b. 2026-03-31 06:25:39.717 7 WARNING neutron_lib.context [None req-0a23849d-e218-4aae-8d0a-6bc0d4b58d97 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1824] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:25:39 2026] POST /v2.0/ports => generated 743 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: 893/1825] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:25:39 2026] PUT /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 855 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1826] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:40 2026] GET /v2.0/ports?device_id=3d4bda0f-9dc1-4b06-be0d-76658cff6f54 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:40.076 8 WARNING neutron_lib.context [None req-834ec89b-b438-460f-af7f-dbaa00a53a80 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 934/1827] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:40 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:40.149 8 INFO neutron.db.segments_db [None req-834ec89b-b438-460f-af7f-dbaa00a53a80 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Added segment d966ff28-9670-4699-a4a9-353ca181fe8d of type vxlan for network f1aa7272-f832-4cf2-a585-9d5bfb08633a [pid: 8|app: 0|req: 894/1828] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:40 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:25:40.258 8 WARNING neutron_lib.context [None req-acb8f3ce-7af8-4425-9c31-8118a56f43fa 637d9cd6ca7e44bb8c302cf1a0e0d139 1bdf70c183b740f0a7955019784f8e39 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 895/1829] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:25:40 2026] POST /v2.0/ports => generated 743 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: 896/1830] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:40 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 897/1831] 10.0.0.168 () {34 vars in 747 bytes} [Tue Mar 31 06:25:40 2026] PUT /v2.0/ports/dd7412e7-a759-4619-a6f6-07e7b696fc5c/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1832] 10.0.0.168 () {34 vars in 747 bytes} [Tue Mar 31 06:25:40 2026] PUT /v2.0/ports/4b33ab44-d51d-42e4-985e-9efbf2747195/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:40.769 7 INFO neutron.services.segments.plugin [-] Segment 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 resource provider aggregate not found 2026-03-31 06:25:40.784 7 INFO neutron.services.segments.plugin [-] Segment 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 resource provider aggregate not found 2026-03-31 06:25:40.801 7 INFO neutron.services.segments.plugin [-] Segment 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 found for delete ", "request_id": "req-21837d6a-9682-4e76-a3fd-a8b17f121e73"}]} 2026-03-31 06:25:40.803 7 INFO neutron.services.segments.plugin [-] Segment 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37cb4eb9-8b07-468d-88ba-f0cb56752ed5 found for delete ", "request_id": "req-16236390-f807-46da-b07d-995e28a1d9be"}]} 2026-03-31 06:25:40.810 7 INFO neutron.db.l3_hamode_db [None req-aab19003-11ec-4523-ab32-da744b4af8e4 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] HA network 0fcf5516-d7ae-432d-93eb-04d0ab9e1212 was deleted as no HA routers are present in tenant 4815853c34fd41b78aabdc184c8239a9. [pid: 7|app: 0|req: 935/1833] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:40 2026] DELETE /v2.0/routers/3d4bda0f-9dc1-4b06-be0d-76658cff6f54 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1834] 10.0.0.168 () {34 vars in 747 bytes} [Tue Mar 31 06:25:40 2026] PUT /v2.0/ports/9dbe0972-8213-46df-a099-7bc9d0d849d7/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1835] 10.0.0.168 () {34 vars in 747 bytes} [Tue Mar 31 06:25:40 2026] PUT /v2.0/ports/3df52b6e-50f3-4ca4-947c-9233791c8556/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: 936/1836] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:40 2026] DELETE /v2.0/subnets/2d6d397e-cf19-48f2-9582-1ea4dbb1e09a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:41.018 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4eed0ff3-c8a8-4ba3-965d-2c29ef1b236f'] response: {'name': 'network-changed', 'server_uuid': '088a10c1-80e0-4eb2-a803-cde875ebdab9', 'tag': '61e2a66e-977e-4600-9695-d9c37b6e679b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 901/1837] 10.0.0.168 () {32 vars in 660 bytes} [Tue Mar 31 06:25:40 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1838] 10.0.0.168 () {32 vars in 674 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1839] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1840] 10.0.0.168 () {32 vars in 670 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1841] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:41 2026] DELETE /v2.0/networks/31740067-8cab-48c4-a541-df27739caf40 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:41.330 7 WARNING neutron_lib.context [None req-46c019b2-92fb-459c-ac98-b1ca7eae2928 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 905/1842] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:41.395 7 INFO neutron.db.segments_db [None req-46c019b2-92fb-459c-ac98-b1ca7eae2928 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment 87e38418-40c9-4870-88a4-aef8f07cc13b of type vxlan for network f1bba6e1-3802-463b-a836-08b491957507 [pid: 7|app: 0|req: 938/1843] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:41 2026] POST /v2.0/networks => generated 630 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1844] 10.0.0.168 () {32 vars in 668 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:41.512 7 WARNING neutron_lib.context [None req-fb6bc1cd-fe41-4ea4-945b-b7980af5268e e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 907/1845] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1846] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?tenant_id=9469d1251fa744c9be879784817cbf38&device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1847] 10.0.0.168 () {32 vars in 678 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1848] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/networks?id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => 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: 911/1849] 10.0.0.168 () {32 vars in 690 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1850] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:41 2026] POST /v2.0/subnets => generated 626 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1851] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/ports?device_id=d3d53f82-4fd8-423d-9327-525316fa079c => 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: 940/1852] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:25:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=61e2a66e-977e-4600-9695-d9c37b6e679b => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:41.875 7 WARNING neutron_lib.context [None req-3f35e318-4bc6-4484-9283-3593f99bb758 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:41.915 7 INFO neutron.db.segments_db [None req-3f35e318-4bc6-4484-9283-3593f99bb758 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment a0ba6284-eef7-4568-8242-a38bd45180c3 of type vxlan for network f1ac488e-af16-44d4-b230-3f2662bd9d2f [pid: 8|app: 0|req: 913/1853] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:41 2026] DELETE /v2.0/ports/dd7412e7-a759-4619-a6f6-07e7b696fc5c => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1854] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:25:42 2026] GET /v2.0/subnets?id=aef191d8-7dc2-4ffe-864b-3cc4af38a18c => 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: 915/1855] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:42 2026] DELETE /v2.0/ports/4b33ab44-d51d-42e4-985e-9efbf2747195 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:42.348 7 INFO neutron.db.l3_hamode_db [None req-3f35e318-4bc6-4484-9283-3593f99bb758 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 916/1856] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:25:42 2026] GET /v2.0/ports?network_id=36ef3ca2-7a00-4846-b479-45a9ff8f9c3a&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1857] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:25:42 2026] GET /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:42.487 7 INFO neutron.db.l3_hamode_db [None req-3f35e318-4bc6-4484-9283-3593f99bb758 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 918/1858] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:42 2026] DELETE /v2.0/ports/9dbe0972-8213-46df-a099-7bc9d0d849d7 => 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: 919/1859] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:25:42 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:42.825 7 INFO neutron.services.segments.plugin [-] Segment 455cc4a9-3564-413e-b8e7-80dfab65cddb resource provider aggregate not found 2026-03-31 06:25:42.837 7 INFO neutron.services.segments.plugin [-] Segment 455cc4a9-3564-413e-b8e7-80dfab65cddb resource provider aggregate not found 2026-03-31 06:25:42.851 7 INFO neutron.services.segments.plugin [-] Segment 455cc4a9-3564-413e-b8e7-80dfab65cddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 455cc4a9-3564-413e-b8e7-80dfab65cddb found for delete ", "request_id": "req-09adcd97-a205-4ef0-8aea-8a408f122825"}]} 2026-03-31 06:25:42.860 7 INFO neutron.services.segments.plugin [-] Segment 455cc4a9-3564-413e-b8e7-80dfab65cddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 455cc4a9-3564-413e-b8e7-80dfab65cddb found for delete ", "request_id": "req-87479cc6-df9b-40f2-9443-27d39b7d2fd9"}]} [pid: 8|app: 0|req: 920/1860] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:42 2026] DELETE /v2.0/ports/3df52b6e-50f3-4ca4-947c-9233791c8556 => 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: 921/1861] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:25:42 2026] GET /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a?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: 922/1862] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:25:42 2026] DELETE /v2.0/ports/4bd2223d-c617-43aa-9dbe-547f5c59257b => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1863] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:41 2026] POST /v2.0/routers => generated 506 bytes in 1426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1864] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:43 2026] DELETE /v2.0/security-groups/1b2c78cd-f49f-430d-ab1f-9b225f225b48 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1865] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:43 2026] DELETE /v2.0/networks/16834c3a-b568-453f-b068-262ed0284a91 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:43.466 7 INFO neutron.api.v2.resource [None req-9262160b-df63-4857-b30c-7dac19cf26be 88197bf1c85b47dba809ba9f02e6bff5 3f40a9f665184b479d907d91230bc686 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 943/1866] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:25:43 2026] GET /v2.0/security-groups/1b2c78cd-f49f-430d-ab1f-9b225f225b48 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1867] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:43 2026] DELETE /v2.0/networks/fd00ff65-ce34-47ef-be7f-e83fdeb1730a => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1868] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:25:43 2026] DELETE /v2.0/floatingips/86d0575c-7ef9-4797-b628-c7c59de5c42d => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1869] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:44 2026] DELETE /v2.0/networks/00a80d8f-a2a2-4688-89de-2a98bcd2e64b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1870] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:44 2026] DELETE /v2.0/security-groups/092f11e5-d4a4-4901-9da0-b82997995bee => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1871] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:44 2026] DELETE /v2.0/networks/eea7838c-b6ae-403a-b318-5a70ac28cbfc => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1872] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:25:43 2026] PUT /v2.0/routers/385cdb05-2519-4c64-b105-75e349d41404/add_router_interface => generated 309 bytes in 1464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:44.879 7 INFO neutron.services.segments.plugin [-] Segment 50508abe-ba6b-4074-bcda-32ddc81c8b72 resource provider aggregate not found 2026-03-31 06:25:44.899 7 INFO neutron.services.segments.plugin [-] Segment 50508abe-ba6b-4074-bcda-32ddc81c8b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50508abe-ba6b-4074-bcda-32ddc81c8b72 found for delete ", "request_id": "req-380d3a85-545d-4675-82fe-84b4b963761b"}]} 2026-03-31 06:25:44.905 7 INFO neutron.services.segments.plugin [-] Segment 50508abe-ba6b-4074-bcda-32ddc81c8b72 resource provider aggregate not found 2026-03-31 06:25:44.917 7 INFO neutron.services.segments.plugin [-] Segment 72a9a681-78a4-4249-837c-72899091f4b7 resource provider aggregate not found 2026-03-31 06:25:44.921 7 INFO neutron.services.segments.plugin [-] Segment 50508abe-ba6b-4074-bcda-32ddc81c8b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50508abe-ba6b-4074-bcda-32ddc81c8b72 found for delete ", "request_id": "req-759f070b-ce9d-497f-90c4-b31e4b861f58"}]} 2026-03-31 06:25:44.936 7 INFO neutron.services.segments.plugin [-] Segment 72a9a681-78a4-4249-837c-72899091f4b7 resource provider aggregate not found 2026-03-31 06:25:44.944 7 INFO neutron.services.segments.plugin [-] Segment 72a9a681-78a4-4249-837c-72899091f4b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a9a681-78a4-4249-837c-72899091f4b7 found for delete ", "request_id": "req-adeac814-b6a0-4f6a-bd53-882e6e1adb79"}]} 2026-03-31 06:25:44.944 8 INFO neutron.services.segments.plugin [-] Segment d966ff28-9670-4699-a4a9-353ca181fe8d resource provider aggregate not found 2026-03-31 06:25:44.950 8 INFO neutron.services.segments.plugin [-] Segment d966ff28-9670-4699-a4a9-353ca181fe8d resource provider aggregate not found 2026-03-31 06:25:44.950 7 INFO neutron.services.segments.plugin [-] Segment 72a9a681-78a4-4249-837c-72899091f4b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a9a681-78a4-4249-837c-72899091f4b7 found for delete ", "request_id": "req-f9c94fb7-a274-4593-a0d0-c89487b7a5ee"}]} 2026-03-31 06:25:44.958 8 INFO neutron.services.segments.plugin [-] Segment d966ff28-9670-4699-a4a9-353ca181fe8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d966ff28-9670-4699-a4a9-353ca181fe8d found for delete ", "request_id": "req-3cb31cbc-632d-4b36-878f-566d9be5956e"}]} 2026-03-31 06:25:44.962 7 INFO neutron.services.segments.plugin [-] Segment 9ceccba8-d633-4d17-a6f1-472a461ba9ae resource provider aggregate not found 2026-03-31 06:25:44.967 8 INFO neutron.services.segments.plugin [-] Segment d966ff28-9670-4699-a4a9-353ca181fe8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d966ff28-9670-4699-a4a9-353ca181fe8d found for delete ", "request_id": "req-949b45b4-929f-4efa-a782-b63669c21240"}]} [pid: 8|app: 0|req: 925/1873] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:44 2026] DELETE /v2.0/networks/f1aa7272-f832-4cf2-a585-9d5bfb08633a => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:44.980 7 INFO neutron.services.segments.plugin [-] Segment 9ceccba8-d633-4d17-a6f1-472a461ba9ae resource provider aggregate not found 2026-03-31 06:25:44.998 7 INFO neutron.services.segments.plugin [-] Segment 9ceccba8-d633-4d17-a6f1-472a461ba9ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ceccba8-d633-4d17-a6f1-472a461ba9ae found for delete ", "request_id": "req-854ae522-d085-4dc1-8b7c-ffc98ffdca45"}]} 2026-03-31 06:25:45.018 7 INFO neutron.services.segments.plugin [-] Segment 9ceccba8-d633-4d17-a6f1-472a461ba9ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ceccba8-d633-4d17-a6f1-472a461ba9ae found for delete ", "request_id": "req-bbbbeef6-0e67-467e-acf0-72c2bf1214a0"}]} 2026-03-31 06:25:45.024 7 INFO neutron.services.segments.plugin [-] Segment 6d46d2d6-c9db-4127-85fb-22162eac2d46 resource provider aggregate not found 2026-03-31 06:25:45.043 7 INFO neutron.services.segments.plugin [-] Segment 6d46d2d6-c9db-4127-85fb-22162eac2d46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d46d2d6-c9db-4127-85fb-22162eac2d46 found for delete ", "request_id": "req-7331dac4-bd55-49d2-a941-1acfe021948a"}]} 2026-03-31 06:25:45.047 7 INFO neutron.services.segments.plugin [-] Segment 6d46d2d6-c9db-4127-85fb-22162eac2d46 resource provider aggregate not found [pid: 8|app: 0|req: 926/1874] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:25:44 2026] GET /v2.0/ports/cf73e256-e0dd-4cf9-a555-7110e250c396 => generated 955 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:45.086 7 INFO neutron.services.segments.plugin [-] Segment 6d46d2d6-c9db-4127-85fb-22162eac2d46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d46d2d6-c9db-4127-85fb-22162eac2d46 found for delete ", "request_id": "req-aa682975-56a1-4bd2-a208-5256cc8f43d3"}]} [pid: 7|app: 0|req: 949/1875] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:44 2026] PUT /v2.0/routers/7923ebb6-98b8-4826-b6af-896e51996355/remove_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1878] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:45 2026] PUT /v2.0/routers/385cdb05-2519-4c64-b105-75e349d41404/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1879] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:45 2026] GET /v2.0/security-groups?tenant_id=ecb4bd640e5e4c79b9863659e27734c8&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1880] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:46 2026] GET /v2.0/ports?device_id=385cdb05-2519-4c64-b105-75e349d41404 => 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: 930/1881] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:25:46 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1882] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:46 2026] DELETE /v2.0/security-groups/9ff5b4c2-4b3c-4e26-809c-a82380a1437a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:46.936 7 INFO neutron.db.l3_hamode_db [None req-65894a39-f2d0-490f-8a03-91e11ecdeb59 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network 388a3f1a-58d9-49db-ba88-67613fd2faac was deleted as no HA routers are present in tenant 3f40a9f665184b479d907d91230bc686. [pid: 7|app: 0|req: 952/1883] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:45 2026] DELETE /v2.0/routers/7923ebb6-98b8-4826-b6af-896e51996355 => generated 0 bytes in 1053 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1884] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:46 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1885] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:46 2026] GET /v2.0/security-groups?tenant_id=1bdf70c183b740f0a7955019784f8e39&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:47.078 7 INFO neutron.services.segments.plugin [-] Segment bcbbb1fc-0e40-49cb-850f-bf3940ea68dd resource provider aggregate not found 2026-03-31 06:25:47.097 7 INFO neutron.services.segments.plugin [-] Segment bcbbb1fc-0e40-49cb-850f-bf3940ea68dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcbbb1fc-0e40-49cb-850f-bf3940ea68dd found for delete ", "request_id": "req-7fec9a50-fb18-4f78-824a-46163c2f03eb"}]} 2026-03-31 06:25:47.105 7 INFO neutron.services.segments.plugin [-] Segment bcbbb1fc-0e40-49cb-850f-bf3940ea68dd resource provider aggregate not found 2026-03-31 06:25:47.124 7 INFO neutron.services.segments.plugin [-] Segment bcbbb1fc-0e40-49cb-850f-bf3940ea68dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcbbb1fc-0e40-49cb-850f-bf3940ea68dd found for delete ", "request_id": "req-0aacd273-0f52-4ce6-88a4-1390d7bd2d47"}]} 2026-03-31 06:25:47.263 8 INFO neutron.services.segments.plugin [-] Segment a0ba6284-eef7-4568-8242-a38bd45180c3 resource provider aggregate not found 2026-03-31 06:25:47.271 8 INFO neutron.services.segments.plugin [-] Segment a0ba6284-eef7-4568-8242-a38bd45180c3 resource provider aggregate not found 2026-03-31 06:25:47.281 8 INFO neutron.services.segments.plugin [-] Segment a0ba6284-eef7-4568-8242-a38bd45180c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0ba6284-eef7-4568-8242-a38bd45180c3 found for delete ", "request_id": "req-875c50e7-9ffe-49b1-bde8-a301ce0b87e3"}]} 2026-03-31 06:25:47.286 8 INFO neutron.db.l3_hamode_db [None req-2c047f19-d6f7-434c-b26e-e1ca6fe9c088 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] HA network f1ac488e-af16-44d4-b230-3f2662bd9d2f was deleted as no HA routers are present in tenant 4815853c34fd41b78aabdc184c8239a9. [pid: 7|app: 0|req: 955/1886] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:47 2026] DELETE /v2.0/subnets/7a571aa4-d042-452b-96f0-d7f532b1d291 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1887] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:46 2026] DELETE /v2.0/routers/385cdb05-2519-4c64-b105-75e349d41404 => generated 0 bytes in 765 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:47.298 8 INFO neutron.services.segments.plugin [-] Segment a0ba6284-eef7-4568-8242-a38bd45180c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0ba6284-eef7-4568-8242-a38bd45180c3 found for delete ", "request_id": "req-74b6d8e7-b5a3-4d8a-99ee-352439eb2622"}]} [pid: 7|app: 0|req: 956/1888] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:47 2026] DELETE /v2.0/security-groups/94ea40a6-f6c4-4ef2-b301-9940bfca3842 => 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: 957/1889] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:47 2026] DELETE /v2.0/subnets/f45f39fe-5b45-491d-a4bc-e259b74b232a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1890] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:47 2026] DELETE /v2.0/networks/96fc21e7-5e50-4e4a-9bd7-eb021f832988 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1891] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:47 2026] GET /v2.0/security-groups?tenant_id=bc06fe6410b94ce3a2485dc1db2f2621&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1892] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:47 2026] DELETE /v2.0/networks/f1bba6e1-3802-463b-a836-08b491957507 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1893] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:47 2026] DELETE /v2.0/security-groups/f034a42d-3b69-427d-bd4d-94c04d5a84df => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:48.059 7 WARNING neutron_lib.context [None req-6cdc8aa4-b3c4-4e2f-84a4-9a7c9a10b685 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:48.097 7 INFO neutron.db.segments_db [None req-6cdc8aa4-b3c4-4e2f-84a4-9a7c9a10b685 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Added segment f8c5a556-14f9-4524-bd93-7760b8632074 of type vxlan for network 2092caf2-8cb7-4e3d-bab7-edcecee3af61 2026-03-31 06:25:48.406 7 INFO neutron.db.l3_hamode_db [None req-6cdc8aa4-b3c4-4e2f-84a4-9a7c9a10b685 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 935/1894] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:25:47 2026] PUT /v2.0/routers/fffd0e75-b216-4680-bbc8-71c120739ac9/remove_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:49.120 7 INFO neutron.services.segments.plugin [-] Segment 87e38418-40c9-4870-88a4-aef8f07cc13b resource provider aggregate not found 2026-03-31 06:25:49.138 7 INFO neutron.services.segments.plugin [-] Segment 87e38418-40c9-4870-88a4-aef8f07cc13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e38418-40c9-4870-88a4-aef8f07cc13b found for delete ", "request_id": "req-fc2f6279-297f-40f5-bc49-4e217d4d8605"}]} 2026-03-31 06:25:49.152 7 INFO neutron.services.segments.plugin [-] Segment 87e38418-40c9-4870-88a4-aef8f07cc13b resource provider aggregate not found [pid: 8|app: 0|req: 936/1895] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:49 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:49.174 7 INFO neutron.services.segments.plugin [-] Segment 87e38418-40c9-4870-88a4-aef8f07cc13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e38418-40c9-4870-88a4-aef8f07cc13b found for delete ", "request_id": "req-66c9418f-4ee1-49c9-9286-26f5ba3661ae"}]} 2026-03-31 06:25:49.314 8 INFO neutron.services.segments.plugin [-] Segment 45f5e59f-59ba-4811-850c-271a719a71a8 resource provider aggregate not found 2026-03-31 06:25:49.317 8 INFO neutron.services.segments.plugin [-] Segment 45f5e59f-59ba-4811-850c-271a719a71a8 resource provider aggregate not found 2026-03-31 06:25:49.332 8 INFO neutron.services.segments.plugin [-] Segment 45f5e59f-59ba-4811-850c-271a719a71a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f5e59f-59ba-4811-850c-271a719a71a8 found for delete ", "request_id": "req-d79cb6f7-7a97-4c86-b5da-9a3f7256f944"}]} 2026-03-31 06:25:49.335 8 INFO neutron.services.segments.plugin [-] Segment 45f5e59f-59ba-4811-850c-271a719a71a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f5e59f-59ba-4811-850c-271a719a71a8 found for delete ", "request_id": "req-0cb49d04-6e55-49a2-ba12-8c0c96e93f01"}]} 2026-03-31 06:25:49.374 7 INFO neutron.db.l3_hamode_db [None req-6cdc8aa4-b3c4-4e2f-84a4-9a7c9a10b685 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 960/1896] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:48 2026] POST /v2.0/routers => generated 686 bytes in 2555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1897] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:50 2026] GET /v2.0/security-groups?id=9ba02d15-9d3b-4dcf-80ef-5b838a56c108&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:50.694 8 INFO neutron.db.l3_hamode_db [None req-a07e48eb-7c09-4fb3-98aa-2e41a5651a1e 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network fbca7347-ad73-4049-b702-2097973ead9c was deleted as no HA routers are present in tenant c05cdd470d3245b1879e4eadbb8167b8. [pid: 8|app: 0|req: 937/1898] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:49 2026] DELETE /v2.0/routers/fffd0e75-b216-4680-bbc8-71c120739ac9 => generated 0 bytes in 1541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1899] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:25:50 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1900] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:25:50 2026] GET /v2.0/routers/030324b0-d414-4702-b05d-3efe0ec57339 => generated 692 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1901] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:50 2026] DELETE /v2.0/subnets/615355f6-3fe5-4aeb-aaa1-6f8d114fce46 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1902] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:25:50 2026] GET /v2.0/routers => generated 695 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:51.069 8 INFO neutron.db.l3_db [req-5092a421-3d2b-4469-87d7-5abba163d69d req-794ebeb9-bc86-4f15-a3c0-4903544f5e6c 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] Floating IP 05774694-b853-4cfd-99f0-519aeed76e26 disassociated. External IP: 10.96.250.210, port: 61e2a66e-977e-4600-9695-d9c37b6e679b. 2026-03-31 06:25:51.304 7 INFO neutron.services.segments.plugin [-] Segment 87525b4b-7430-4ac5-b02d-4753cf2b0114 resource provider aggregate not found 2026-03-31 06:25:51.309 7 INFO neutron.services.segments.plugin [-] Segment 87525b4b-7430-4ac5-b02d-4753cf2b0114 resource provider aggregate not found 2026-03-31 06:25:51.319 7 INFO neutron.services.segments.plugin [-] Segment 87525b4b-7430-4ac5-b02d-4753cf2b0114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87525b4b-7430-4ac5-b02d-4753cf2b0114 found for delete ", "request_id": "req-0a418c81-3a62-406b-a062-099760adb7ad"}]} 2026-03-31 06:25:51.324 7 INFO neutron.services.segments.plugin [-] Segment 87525b4b-7430-4ac5-b02d-4753cf2b0114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87525b4b-7430-4ac5-b02d-4753cf2b0114 found for delete ", "request_id": "req-d0a90299-c465-423d-b34f-1cdab6e138c8"}]} [pid: 7|app: 0|req: 965/1903] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:51 2026] DELETE /v2.0/networks/7dc8f987-c943-4545-bb91-de9d9e63d2d1 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:51.364 8 INFO neutron.services.segments.plugin [-] Segment 6422b705-2e20-4012-b1dc-193a6bd5347e resource provider aggregate not found 2026-03-31 06:25:51.368 8 INFO neutron.services.segments.plugin [-] Segment 6422b705-2e20-4012-b1dc-193a6bd5347e resource provider aggregate not found 2026-03-31 06:25:51.383 8 INFO neutron.services.segments.plugin [-] Segment 6422b705-2e20-4012-b1dc-193a6bd5347e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6422b705-2e20-4012-b1dc-193a6bd5347e found for delete ", "request_id": "req-bf9b63dd-a166-4227-ade6-412ea60251ab"}]} 2026-03-31 06:25:51.385 8 INFO neutron.services.segments.plugin [-] Segment 6422b705-2e20-4012-b1dc-193a6bd5347e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6422b705-2e20-4012-b1dc-193a6bd5347e found for delete ", "request_id": "req-d2bb5519-6244-498b-b23e-1c296abbafe3"}]} [pid: 8|app: 0|req: 939/1904] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:25:50 2026] DELETE /v2.0/ports/61e2a66e-977e-4600-9695-d9c37b6e679b => generated 0 bytes in 763 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:51.645 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27d07d80-b14b-441a-9fa5-cd8b83ff68ec'] response: {'server_uuid': '088a10c1-80e0-4eb2-a803-cde875ebdab9', 'name': 'network-vif-deleted', 'tag': '61e2a66e-977e-4600-9695-d9c37b6e679b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 940/1905] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:51 2026] GET /v2.0/security-groups?tenant_id=3f40a9f665184b479d907d91230bc686&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1906] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:51 2026] DELETE /v2.0/security-groups/8a207d46-14a9-4fbd-8830-2af656bccbef => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1907] 10.0.0.168 () {34 vars in 741 bytes} [Tue Mar 31 06:25:51 2026] PUT /v2.0/routers/030324b0-d414-4702-b05d-3efe0ec57339 => generated 699 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1908] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:51 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => 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: 967/1909] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:25:51 2026] GET /v2.0/routers/030324b0-d414-4702-b05d-3efe0ec57339 => generated 699 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1910] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:51 2026] GET /v2.0/ports?device_id=030324b0-d414-4702-b05d-3efe0ec57339 => 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: 944/1911] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:52 2026] GET /v2.0/security-groups?tenant_id=c05cdd470d3245b1879e4eadbb8167b8&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1912] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:52 2026] DELETE /v2.0/security-groups/949dff24-a70a-49ce-8730-92c9aa73782a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:52.871 8 WARNING neutron_lib.context [None req-b49ca30e-073d-4e97-a26a-91f59163f281 bd93b8726edc401faa191a32fca1c00d 661e86946f154a7fb32629e835f424b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1913] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1914] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:53 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:53.187 8 WARNING neutron_lib.context [None req-bac30805-be18-45c9-a5ff-94c2711bbe71 bd93b8726edc401faa191a32fca1c00d 661e86946f154a7fb32629e835f424b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 948/1915] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:53.356 8 WARNING neutron_lib.context [None req-ae9d3fd7-69f5-4975-bf17-428304d7dbe4 bd93b8726edc401faa191a32fca1c00d 661e86946f154a7fb32629e835f424b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 949/1916] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:53.537 8 WARNING neutron_lib.context [None req-0fc656e1-3569-499b-a285-ae69d6b06aa9 bd93b8726edc401faa191a32fca1c00d 661e86946f154a7fb32629e835f424b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:53.555 7 INFO neutron.services.segments.plugin [-] Segment f8c5a556-14f9-4524-bd93-7760b8632074 resource provider aggregate not found 2026-03-31 06:25:53.560 7 INFO neutron.services.segments.plugin [-] Segment f8c5a556-14f9-4524-bd93-7760b8632074 resource provider aggregate not found 2026-03-31 06:25:53.567 7 INFO neutron.services.segments.plugin [-] Segment f8c5a556-14f9-4524-bd93-7760b8632074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c5a556-14f9-4524-bd93-7760b8632074 found for delete ", "request_id": "req-c7c61a11-9dfb-4dd7-b7be-f28eb6bc6802"}]} 2026-03-31 06:25:53.574 7 INFO neutron.services.segments.plugin [-] Segment f8c5a556-14f9-4524-bd93-7760b8632074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c5a556-14f9-4524-bd93-7760b8632074 found for delete ", "request_id": "req-0c6ce0de-3e3d-4fe5-9e58-3181ee3a5472"}]} 2026-03-31 06:25:53.581 7 INFO neutron.db.l3_hamode_db [None req-740adc06-bf72-4c73-a87c-179b1506e0d0 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] HA network 2092caf2-8cb7-4e3d-bab7-edcecee3af61 was deleted as no HA routers are present in tenant 4815853c34fd41b78aabdc184c8239a9. [pid: 7|app: 0|req: 968/1917] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:51 2026] DELETE /v2.0/routers/030324b0-d414-4702-b05d-3efe0ec57339 => generated 0 bytes in 1694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1918] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:53 2026] GET /v2.0/ports?device_id=030324b0-d414-4702-b05d-3efe0ec57339 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:53.644 7 INFO neutron.api.v2.resource [None req-f091870e-0fb5-4d81-8e56-96b3c1ef6925 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1919] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/routers/030324b0-d414-4702-b05d-3efe0ec57339 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1920] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:53 2026] GET /v2.0/ports?device_id=385cdb05-2519-4c64-b105-75e349d41404 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:53.694 7 INFO neutron.api.v2.resource [None req-19e98786-2076-4dfa-8abf-91d9f3ab94e2 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1921] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/routers/385cdb05-2519-4c64-b105-75e349d41404 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1922] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:53.708 8 WARNING neutron_lib.context [None req-cd4813da-c3af-497d-aa5a-83d9a2a222f6 bd93b8726edc401faa191a32fca1c00d 661e86946f154a7fb32629e835f424b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:53.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84fade27-b26a-4c5a-85b8-e999c9b14628 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1923] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/subnets/f45f39fe-5b45-491d-a4bc-e259b74b232a => 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: 974/1924] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:53 2026] GET /v2.0/ports?device_id=3d4bda0f-9dc1-4b06-be0d-76658cff6f54 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:53.764 7 INFO neutron.api.v2.resource [None req-3f0f2bdb-b65e-4eff-9a8f-29f1830e0c05 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 975/1925] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/routers/3d4bda0f-9dc1-4b06-be0d-76658cff6f54 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:53.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-440110d3-8a4e-4063-88ca-091df970d9fb e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 976/1926] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/subnets/2d6d397e-cf19-48f2-9582-1ea4dbb1e09a => 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: 977/1927] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:25:53 2026] GET /v2.0/ports?device_id=c8063db2-b593-4466-a2fc-7ba0b388881b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:25:53.832 7 INFO neutron.api.v2.resource [None req-cc96960d-d45f-4248-b510-d7176e097380 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1928] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/routers/c8063db2-b593-4466-a2fc-7ba0b388881b => 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: 951/1929] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:25:53.851 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19075f6c-8fc2-4d51-9882-ea9b84449350 e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/1930] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/subnets/4cb5d797-b539-48d0-afdd-ab8a9c5f8872 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:53.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba007cc2-098a-4dc9-a34b-92e3faa0a45c e5a36da7ef794bb7a9916d341b6bc0e2 4815853c34fd41b78aabdc184c8239a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 980/1931] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:25:53 2026] DELETE /v2.0/subnets/d5d789ff-9f46-43d0-bc1e-53ca51d4684d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1932] 10.0.0.168 () {34 vars in 767 bytes} [Tue Mar 31 06:25:53 2026] PUT /v2.0/security-groups/1e0c1f47-a63d-4675-8a97-7caea9594080/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: 981/1933] 10.0.0.168 () {34 vars in 767 bytes} [Tue Mar 31 06:25:53 2026] PUT /v2.0/security-groups/9949a30b-5b04-43e0-b3a3-0520bd4102f9/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1934] 10.0.0.168 () {34 vars in 767 bytes} [Tue Mar 31 06:25:53 2026] PUT /v2.0/security-groups/28d81f77-5616-4343-8874-4168a8b66164/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1935] 10.0.0.168 () {34 vars in 767 bytes} [Tue Mar 31 06:25:53 2026] PUT /v2.0/security-groups/4db09033-b22f-427f-b6e7-c107150cc883/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1936] 10.0.0.168 () {32 vars in 680 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1937] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1938] 10.0.0.168 () {32 vars in 690 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1939] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/ports?device_id=088a10c1-80e0-4eb2-a803-cde875ebdab9 => 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: 984/1940] 10.0.0.168 () {32 vars in 702 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1941] 10.0.0.168 () {32 vars in 688 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1942] 10.0.0.168 () {32 vars in 702 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1943] 10.0.0.168 () {32 vars in 698 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1944] 10.0.0.168 () {32 vars in 710 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1945] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:54 2026] DELETE /v2.0/security-groups/1e0c1f47-a63d-4675-8a97-7caea9594080 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1946] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:54 2026] GET /v2.0/security-groups?tenant_id=4815853c34fd41b78aabdc184c8239a9&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1947] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:54 2026] DELETE /v2.0/security-groups/9949a30b-5b04-43e0-b3a3-0520bd4102f9 => 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: 959/1948] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:54 2026] DELETE /v2.0/security-groups/204dcf33-d5d2-430f-b13c-86696c3788f0 => 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: 990/1949] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:54 2026] DELETE /v2.0/security-groups/28d81f77-5616-4343-8874-4168a8b66164 => 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: 960/1950] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:54 2026] DELETE /v2.0/security-groups/4db09033-b22f-427f-b6e7-c107150cc883 => 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: 991/1951] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:54 2026] DELETE /v2.0/security-groups/08be33bf-2c20-4629-84ad-761e52aa30a6 => 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: 961/1952] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:55 2026] DELETE /v2.0/security-groups/9ba02d15-9d3b-4dcf-80ef-5b838a56c108 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1953] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:25:55 2026] DELETE /v2.0/floatingips/05774694-b853-4cfd-99f0-519aeed76e26 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1954] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:56 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1955] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:56 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1956] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:55 2026] GET /v2.0/security-groups?tenant_id=9bd01f1d0e0d4c2a91f8eb4ac5fd1cc2&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1957] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:56 2026] DELETE /v2.0/security-groups/e0eb8ed4-89a2-42b1-be59-ab6f16e08322 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1958] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:56 2026] GET /v2.0/security-groups?tenant_id=dbebf5ee359347fe80423ad0b2015ff4&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1959] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:56 2026] DELETE /v2.0/security-groups/d69276bf-58e7-4c35-b08a-968d9209f476 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:57.175 7 WARNING neutron_lib.context [None req-80543726-8360-4453-93e6-ee79aad768b9 3a9f768eaa024e768f146f27ada43a48 1ba6dc774bfd4b5d88185df884494bef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:57.332 8 INFO neutron.db.segments_db [None req-61984bd2-8917-44b9-a05c-e9b606d0e508 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] Added segment 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 of type vxlan for network 80c4e7c1-9653-4871-9154-80d4018e1a07 [pid: 8|app: 0|req: 964/1960] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:56 2026] POST /v2.0/networks => generated 726 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1961] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1962] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:25:57 2026] GET /v2.0/security-groups?tenant_id=661e86946f154a7fb32629e835f424b6&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: 998/1963] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:57 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1964] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:25:57 2026] GET /v2.0/security-groups => generated 4530 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1965] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:57 2026] DELETE /v2.0/security-groups/d778d4af-af14-474f-b7e9-97993d58b221 => 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: 966/1966] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:57 2026] POST /v2.0/subnets => generated 644 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1967] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:25:57 2026] GET /v2.0/security-groups?id=933a4fc5-6342-44c0-a65a-f06ff45db79b&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-03-31 06:25:57.669 7 WARNING neutron.api.v2.base [None req-b68bcb45-4f71-4a2d-9765-3770fe2c4b9e 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - 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-03-31 06:25:57.670 7 INFO neutron.api.v2.resource [None req-b68bcb45-4f71-4a2d-9765-3770fe2c4b9e 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1002/1968] 10.0.0.168 () {34 vars in 681 bytes} [Tue Mar 31 06:25:57 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1969] 10.0.0.168 () {34 vars in 758 bytes} [Tue Mar 31 06:25:57 2026] PUT /v2.0/security-groups/0218be6e-97b3-4a6e-b012-534663662635 => generated 1664 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1970] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:25:57 2026] GET /v2.0/security-groups/0218be6e-97b3-4a6e-b012-534663662635 => generated 1664 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1971] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:57 2026] DELETE /v2.0/security-groups/0218be6e-97b3-4a6e-b012-534663662635 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:57.878 7 INFO neutron.services.segments.plugin [-] Segment 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 resource provider aggregate not found 2026-03-31 06:25:57.885 7 INFO neutron.services.segments.plugin [-] Segment 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 resource provider aggregate not found 2026-03-31 06:25:57.889 7 INFO neutron.services.segments.plugin [-] Segment 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 found for delete ", "request_id": "req-85247028-ff0d-4a7e-925d-d0231d0403ab"}]} 2026-03-31 06:25:57.900 7 INFO neutron.services.segments.plugin [-] Segment 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b3532fb-0ac1-40a7-9b47-5797c52c70b3 found for delete ", "request_id": "req-4c8a9361-113f-46d0-a164-2da46231df8f"}]} [pid: 7|app: 0|req: 1003/1972] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:57 2026] DELETE /v2.0/networks/80c4e7c1-9653-4871-9154-80d4018e1a07 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1973] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:25:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:57.937 8 INFO neutron.api.v2.resource [None req-42455be0-fbe8-42a8-a9b7-4565ce1f697e 3a9f768eaa024e768f146f27ada43a48 1ba6dc774bfd4b5d88185df884494bef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 971/1974] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:57 2026] DELETE /v2.0/security-groups/0218be6e-97b3-4a6e-b012-534663662635 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:25:57.950 8 WARNING neutron_lib.context [None req-e0920f1d-4caf-4e03-82f8-b6f76f500319 3a9f768eaa024e768f146f27ada43a48 1ba6dc774bfd4b5d88185df884494bef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:57.982 7 INFO neutron.db.segments_db [None req-20d34169-5b49-4d2f-bc99-b20fcd0e1931 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] Added segment 1c72d658-f954-4c2d-a12b-12a0a1e2173f of type vxlan for network e5f8baef-71e9-4044-b40b-a85c5180259a [pid: 7|app: 0|req: 1004/1975] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:57 2026] POST /v2.0/networks => generated 725 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1976] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:25:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1977] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:58.125 7 WARNING neutron_lib.context [None req-b8292dbb-045f-4ee9-bd65-88e7a868edba 3a9f768eaa024e768f146f27ada43a48 1ba6dc774bfd4b5d88185df884494bef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1006/1978] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1979] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:58 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1980] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/security-group-rules/0a8a1a6b-cac6-42e6-bef2-85449020f134 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:25:58.349 8 WARNING neutron.api.v2.base [None req-e9e1428e-50cb-4803-9f63-bb64f9f46026 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - 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-03-31 06:25:58.350 8 INFO neutron.api.v2.resource [None req-e9e1428e-50cb-4803-9f63-bb64f9f46026 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 975/1981] 10.0.0.168 () {34 vars in 681 bytes} [Tue Mar 31 06:25:58 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1982] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1983] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:25:58 2026] DELETE /v2.0/ports/17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:25:58.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97ae3a66-419f-4a2a-843d-c897ddc87851'] response: {'server_uuid': '87d98c96-1e35-4017-9b4e-e92fd2588a27', 'name': 'network-vif-deleted', 'tag': '17a1c2a2-7c97-4cf7-b3c4-0ba43704dd6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1008/1984] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:25:58 2026] DELETE /v2.0/security-group-rules/0a8a1a6b-cac6-42e6-bef2-85449020f134 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:25:58.656 8 INFO neutron.services.segments.plugin [-] Segment 1c72d658-f954-4c2d-a12b-12a0a1e2173f resource provider aggregate not found 2026-03-31 06:25:58.660 8 INFO neutron.services.segments.plugin [-] Segment 1c72d658-f954-4c2d-a12b-12a0a1e2173f resource provider aggregate not found 2026-03-31 06:25:58.677 8 INFO neutron.services.segments.plugin [-] Segment 1c72d658-f954-4c2d-a12b-12a0a1e2173f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c72d658-f954-4c2d-a12b-12a0a1e2173f found for delete ", "request_id": "req-545efc8f-cf69-4fc9-93bb-e45577376af5"}]} 2026-03-31 06:25:58.680 8 INFO neutron.services.segments.plugin [-] Segment 1c72d658-f954-4c2d-a12b-12a0a1e2173f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c72d658-f954-4c2d-a12b-12a0a1e2173f found for delete ", "request_id": "req-c7be7188-52cb-4b0d-bcb5-4dc788c9aa85"}]} [pid: 8|app: 0|req: 977/1985] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:25:58 2026] DELETE /v2.0/networks/e5f8baef-71e9-4044-b40b-a85c5180259a => 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: 1009/1986] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:58.729 7 WARNING neutron_lib.context [None req-d9dc9e97-3b1f-4c47-b8b8-3433feb0f8e6 3a9f768eaa024e768f146f27ada43a48 1ba6dc774bfd4b5d88185df884494bef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:25:58.768 8 INFO neutron.db.segments_db [None req-b9941f58-9c9f-4cd8-99cc-e7cba74d61cf 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] Added segment 64b7f03c-8a27-417d-83d9-4d2c373d35d9 of type vxlan for network 633657f1-bb35-406b-bf4c-645243dc64cd [pid: 7|app: 0|req: 1010/1987] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:58 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: 7|app: 0|req: 1011/1988] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => 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: 978/1989] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:25:58 2026] POST /v2.0/networks => generated 726 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1990] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/security-group-rules/a2f1f088-2aa2-412d-a6f0-1d2963557dcf => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1991] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:25:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1992] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:25:58 2026] DELETE /v2.0/security-group-rules/a2f1f088-2aa2-412d-a6f0-1d2963557dcf => 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: 979/1993] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:25:58 2026] POST /v2.0/subnets => generated 647 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1994] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:25:59.143 7 WARNING neutron_lib.context [None req-6f154bc2-0d79-410e-a735-a1470a83f3e5 3a9f768eaa024e768f146f27ada43a48 1ba6dc774bfd4b5d88185df884494bef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1016/1995] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:25:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1996] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/security-group-rules/84fd274e-8fa0-4571-bb94-de78f1275436 => generated 602 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1997] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1998] 10.0.0.168 () {34 vars in 681 bytes} [Tue Mar 31 06:25:59 2026] POST /v2.0/rbac-policies => generated 324 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1999] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:25:59 2026] DELETE /v2.0/security-group-rules/84fd274e-8fa0-4571-bb94-de78f1275436 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2000] 10.0.0.168 () {32 vars in 673 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2001] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:25:59 2026] DELETE /v2.0/security-groups/9aa63918-f354-4ca9-a7cf-a9e360144fb3 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2002] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:25:59 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) [pid: 7|app: 0|req: 1021/2003] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2004] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => 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: 983/2005] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:25:59 2026] GET /v2.0/networks/633657f1-bb35-406b-bf4c-645243dc64cd => generated 654 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2006] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:00 2026] GET /v2.0/security-groups?tenant_id=1ba6dc774bfd4b5d88185df884494bef&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2007] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:00 2026] DELETE /v2.0/security-groups/1f7b9232-6b41-4b64-a362-4da295bf9120 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:00.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-052c22d9-4e6f-4077-a286-7be04f4fc40e 251c3f2499734e1db824ce6403a2f901 cbb07b48ee57442db830e7087bec563d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1024/2008] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:26:00 2026] GET /v2.0/networks/633657f1-bb35-406b-bf4c-645243dc64cd => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:26:01.019 7 INFO neutron.services.segments.plugin [-] Segment 64b7f03c-8a27-417d-83d9-4d2c373d35d9 resource provider aggregate not found 2026-03-31 06:26:01.030 7 INFO neutron.services.segments.plugin [-] Segment 64b7f03c-8a27-417d-83d9-4d2c373d35d9 resource provider aggregate not found 2026-03-31 06:26:01.039 7 INFO neutron.services.segments.plugin [-] Segment 64b7f03c-8a27-417d-83d9-4d2c373d35d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b7f03c-8a27-417d-83d9-4d2c373d35d9 found for delete ", "request_id": "req-9b3cc73d-c849-4a6e-ab70-6b28aef4abba"}]} 2026-03-31 06:26:01.047 7 INFO neutron.services.segments.plugin [-] Segment 64b7f03c-8a27-417d-83d9-4d2c373d35d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b7f03c-8a27-417d-83d9-4d2c373d35d9 found for delete ", "request_id": "req-02bfc14a-518e-45e6-a7a7-0f1d90c76604"}]} [pid: 7|app: 0|req: 1026/2011] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:00 2026] DELETE /v2.0/networks/633657f1-bb35-406b-bf4c-645243dc64cd => generated 0 bytes in 479 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:01.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ceb944a-e1d5-4824-9733-b2f7f5701ddb 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 986/2012] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:01 2026] DELETE /v2.0/subnets/3f1f30d5-346a-4489-bdc4-82a5cfa5089a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:26:01.103 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c668866-cdf8-4e6d-9e20-1e4698b350f6 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1027/2013] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:01 2026] GET /v2.0/ports?device_id=87d98c96-1e35-4017-9b4e-e92fd2588a27 => 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: 987/2014] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:01 2026] DELETE /v2.0/subnets/de51b7ff-eaae-4c71-a93f-c03000e9ecb4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:26:01.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3c4fc05-a9d9-4e2e-b149-fb658a605874 6ab30331b62c4d67817933b23fbfab48 b795d12cd694488ba1010e017e3e923a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1028/2015] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:01 2026] DELETE /v2.0/subnets/ec4da046-bffe-44c4-82aa-c45ed5159f1d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:26:02.224 7 WARNING neutron_lib.context [None req-0ea37899-d4ff-47d2-a020-226efc81680e b82e2cac95eb46c3bcfd144e6764c4c1 470730f74f2b4de4ba49fb0b66fb1348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1029/2016] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2017] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:01 2026] GET /v2.0/security-groups?tenant_id=2433b1f41c0d4a96a5068b1dabb38a38&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:02.379 8 WARNING neutron_lib.context [None req-bce1a037-4793-42b6-b6a9-3c98e18a66d4 b82e2cac95eb46c3bcfd144e6764c4c1 470730f74f2b4de4ba49fb0b66fb1348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 989/2018] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2019] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:02 2026] DELETE /v2.0/security-groups/933a4fc5-6342-44c0-a65a-f06ff45db79b => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:02.464 7 WARNING neutron_lib.context [None req-0a0fca91-b48a-4297-b248-e978ad2493e1 b82e2cac95eb46c3bcfd144e6764c4c1 470730f74f2b4de4ba49fb0b66fb1348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1031/2020] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:02 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) [pid: 8|app: 0|req: 990/2021] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:02 2026] DELETE /v2.0/security-groups/297371b7-19db-438f-b5c6-26d8b19fbdc3 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:02.554 8 WARNING neutron_lib.context [None req-b5630afc-2a67-4992-ab59-44047796cadc b82e2cac95eb46c3bcfd144e6764c4c1 470730f74f2b4de4ba49fb0b66fb1348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 991/2022] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:02.614 8 WARNING neutron_lib.context [None req-ae5be774-fe05-49f8-bb87-c0d18d1e0cf7 b82e2cac95eb46c3bcfd144e6764c4c1 470730f74f2b4de4ba49fb0b66fb1348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 992/2023] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2024] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:02 2026] PUT /v2.0/subnetpools/9a0a109c-70f8-4c76-9f33-c7608f185232/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: 994/2025] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:02 2026] PUT /v2.0/subnetpools/4e56bb17-a7c8-4d6a-84e1-4a60477ac371/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2026] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:02 2026] GET /v2.0/security-groups?tenant_id=cbb07b48ee57442db830e7087bec563d&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: 996/2027] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:02 2026] PUT /v2.0/subnetpools/4592c3c9-9e10-4a78-bdcf-c333f9804ecb/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: 997/2028] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:02 2026] DELETE /v2.0/security-groups/795cddde-e955-450c-b91c-26ec625e5f40 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2029] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:03 2026] PUT /v2.0/subnetpools/89066f2e-f060-4974-a197-a39be491e634/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2030] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/security-groups?tenant_id=8a677f1d26fb455b94f65baa5a4c9bb8&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2031] 10.0.0.168 () {32 vars in 672 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2032] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/security-groups?tenant_id=b795d12cd694488ba1010e017e3e923a&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2033] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/security-groups/db76e10c-1d26-4dd7-a82c-c75452d2df7e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2034] 10.0.0.168 () {32 vars in 686 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2035] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:26:02 2026] PUT /v2.0/routers/249a23ff-07d6-4261-a4b1-0708b30c9ebe/remove_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2036] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2037] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/security-groups/1115a816-47cd-4380-8d11-1bad5dcd354d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2038] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2039] 10.0.0.168 () {32 vars in 680 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2040] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2041] 10.0.0.168 () {32 vars in 690 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2042] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/subnets/aef191d8-7dc2-4ffe-864b-3cc4af38a18c => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2043] 10.0.0.168 () {32 vars in 702 bytes} [Tue Mar 31 06:26:03 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2044] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/subnetpools/9a0a109c-70f8-4c76-9f33-c7608f185232 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2045] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/subnetpools/4e56bb17-a7c8-4d6a-84e1-4a60477ac371 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2046] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/subnetpools/4592c3c9-9e10-4a78-bdcf-c333f9804ecb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2047] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:04 2026] DELETE /v2.0/subnetpools/89066f2e-f060-4974-a197-a39be491e634 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2048] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:04 2026] DELETE /v2.0/subnetpools/20646570-daa6-4ef9-b32a-f4e0ee45f507 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:04.924 8 INFO neutron.services.segments.plugin [-] Segment ea0f6487-3625-4ba9-85cc-6cfc70702cd1 resource provider aggregate not found 2026-03-31 06:26:04.943 8 INFO neutron.services.segments.plugin [-] Segment ea0f6487-3625-4ba9-85cc-6cfc70702cd1 resource provider aggregate not found 2026-03-31 06:26:04.967 8 INFO neutron.services.segments.plugin [-] Segment ea0f6487-3625-4ba9-85cc-6cfc70702cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0f6487-3625-4ba9-85cc-6cfc70702cd1 found for delete ", "request_id": "req-a004017a-64ce-4b7f-b099-23febc39dcf0"}]} 2026-03-31 06:26:04.973 8 INFO neutron.services.segments.plugin [-] Segment ea0f6487-3625-4ba9-85cc-6cfc70702cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0f6487-3625-4ba9-85cc-6cfc70702cd1 found for delete ", "request_id": "req-b8c44b24-0e63-4d69-9e76-5bacd0d46cee"}]} 2026-03-31 06:26:04.978 8 INFO neutron.db.l3_hamode_db [None req-7bc74bf3-d695-4a64-85a2-5047b550216e 02f4f1375263427f8aab153ef2bcc18f 9469d1251fa744c9be879784817cbf38 - - default default] HA network 0ec7b259-fa07-496e-b6a4-197c04783391 was deleted as no HA routers are present in tenant 9469d1251fa744c9be879784817cbf38. [pid: 8|app: 0|req: 1010/2049] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:03 2026] DELETE /v2.0/routers/249a23ff-07d6-4261-a4b1-0708b30c9ebe => generated 0 bytes in 1124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:05.144 7 INFO neutron.services.segments.plugin [-] Segment 45f4fa8a-41db-47b8-a8e4-27437099af5c resource provider aggregate not found 2026-03-31 06:26:05.150 7 INFO neutron.services.segments.plugin [-] Segment 45f4fa8a-41db-47b8-a8e4-27437099af5c resource provider aggregate not found 2026-03-31 06:26:05.161 7 INFO neutron.services.segments.plugin [-] Segment 45f4fa8a-41db-47b8-a8e4-27437099af5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f4fa8a-41db-47b8-a8e4-27437099af5c found for delete ", "request_id": "req-7ec6c36e-65a0-49e8-8158-2010af8fa42c"}]} 2026-03-31 06:26:05.164 7 INFO neutron.services.segments.plugin [-] Segment 45f4fa8a-41db-47b8-a8e4-27437099af5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f4fa8a-41db-47b8-a8e4-27437099af5c found for delete ", "request_id": "req-fe20a4c0-3436-455e-9c65-b0a3f09f592b"}]} [pid: 7|app: 0|req: 1040/2050] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:04 2026] DELETE /v2.0/networks/36ef3ca2-7a00-4846-b479-45a9ff8f9c3a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2051] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:05 2026] GET /v2.0/security-groups?tenant_id=1d95ff25d4534b409279176a4788329d&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2052] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:05 2026] DELETE /v2.0/security-groups/5b169ebd-ef7f-4f4a-ba1f-7084de63a4bb => 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: 1012/2053] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:05 2026] GET /v2.0/security-groups?tenant_id=28596b251dd54fe6805dbb63d72e51f1&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2054] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:05 2026] GET /v2.0/security-groups?tenant_id=b333bd675e1b4864b62735dbd4aa75d0&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:06.102 8 INFO neutron.db.segments_db [None req-43254a84-5f17-4d74-aca6-022ade0a65df 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment 6049f455-b655-42a0-b81d-dfe2e3c51463 of type vxlan for network 79a55002-135e-492d-948f-70036620ad52 [pid: 7|app: 0|req: 1043/2055] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:06 2026] DELETE /v2.0/security-groups/ecded8c3-f13c-4752-9714-2c291d015b73 => 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: 1013/2056] 10.0.0.168 () {34 vars in 671 bytes} [Tue Mar 31 06:26:05 2026] POST /v2.0/networks => generated 741 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2057] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:06 2026] DELETE /v2.0/security-groups/eaa6af21-a2d6-45ac-ad7b-410ef86cd01c => 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: 1045/2058] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:06 2026] GET /v2.0/security-groups?tenant_id=470730f74f2b4de4ba49fb0b66fb1348&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: 1014/2059] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:06 2026] POST /v2.0/subnets => generated 688 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:06.527 8 INFO neutron.db.segments_db [None req-8829a84f-2505-4e94-9bdd-0749036650f0 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Added segment f2cf60a9-2920-4513-a72d-7b668fd29338 of type vxlan for network a62b9673-b135-4acf-b75b-e1495ab1eaa7 [pid: 7|app: 0|req: 1046/2060] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:06 2026] DELETE /v2.0/security-groups/46896c25-810e-452e-be8f-7f00ae09b8e6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2061] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:06 2026] GET /v2.0/security-groups?tenant_id=9469d1251fa744c9be879784817cbf38&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2062] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:06 2026] DELETE /v2.0/security-groups/ff28125b-1c56-48a0-b3d9-a0205ad5ab7f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:06.821 8 INFO neutron.db.l3_hamode_db [None req-8829a84f-2505-4e94-9bdd-0749036650f0 66bc2451884743808e7d468627e01f77 f9c368687dff46118f2f4b59e93e3483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:07.746 8 INFO neutron.db.l3_hamode_db [None req-8829a84f-2505-4e94-9bdd-0749036650f0 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:08.825 7 WARNING neutron_lib.context [None req-629d6569-2d67-48b7-8838-fd7fe6672bb2 6730a54bce694e95b2625859239a8753 712ee8f791e447b08bbf56594676145d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1015/2063] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:06 2026] POST /v2.0/routers => generated 728 bytes in 2396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2064] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:08 2026] POST /v2.0/floatingips => generated 552 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:09.471 7 WARNING neutron_lib.context [None req-064cf589-d4a8-4b7a-a02c-8f93455ca805 6730a54bce694e95b2625859239a8753 712ee8f791e447b08bbf56594676145d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1050/2065] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:09 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:10.236 7 WARNING neutron_lib.context [None req-c68e4879-3d24-46e7-9822-bc447cdbcdf6 901c791714134cba8738c12bd66fd09d 91482c4a4e1242fd8dc01fb387d7d8b9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1016/2066] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:26:08 2026] PUT /v2.0/routers/c7299c7c-a742-476f-bc33-99eb166562e3/add_router_interface => generated 309 bytes in 1467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:26:10.334 8 WARNING neutron_lib.context [None req-b95f8e2a-e1bb-4711-9537-ced7cfaeb143 6730a54bce694e95b2625859239a8753 712ee8f791e447b08bbf56594676145d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:10.431 7 INFO neutron.db.segments_db [None req-c68e4879-3d24-46e7-9822-bc447cdbcdf6 901c791714134cba8738c12bd66fd09d 91482c4a4e1242fd8dc01fb387d7d8b9 - - default default] Added segment 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 of type vxlan for network 9840ba7f-ea00-4152-be6b-bbce8f706bae [pid: 7|app: 0|req: 1051/2067] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:10 2026] POST /v2.0/networks => generated 631 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2068] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:10 2026] PUT /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2069] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:10 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/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: 1054/2070] 10.0.0.168 () {34 vars in 764 bytes} [Tue Mar 31 06:26:10 2026] PUT /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/green => 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: 1055/2071] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:10 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/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: 1056/2072] 10.0.0.168 () {34 vars in 760 bytes} [Tue Mar 31 06:26:10 2026] PUT /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2073] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:10 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2074] 10.0.0.168 () {34 vars in 782 bytes} [Tue Mar 31 06:26:10 2026] PUT /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2075] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:10 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2076] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:10 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:10.972 8 WARNING neutron_lib.context [None req-3f0e57ee-16d8-4f0a-9516-d8a24594a00b 6730a54bce694e95b2625859239a8753 712ee8f791e447b08bbf56594676145d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2077] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:10 2026] PUT /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2078] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:11 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2079] 10.0.0.168 () {32 vars in 741 bytes} [Tue Mar 31 06:26:11 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:11.136 7 INFO neutron.api.v2.resource [None req-57a34051-ba4a-46b6-a890-b9a1e457fc4a 901c791714134cba8738c12bd66fd09d 91482c4a4e1242fd8dc01fb387d7d8b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1063/2080] 10.0.0.168 () {32 vars in 745 bytes} [Tue Mar 31 06:26:11 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2081] 10.0.0.168 () {32 vars in 744 bytes} [Tue Mar 31 06:26:11 2026] DELETE /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2082] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:11 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:11.312 7 INFO neutron.api.v2.resource [None req-9fbb10b8-4f61-434a-b6f9-904a9872573e 901c791714134cba8738c12bd66fd09d 91482c4a4e1242fd8dc01fb387d7d8b9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/2083] 10.0.0.168 () {32 vars in 748 bytes} [Tue Mar 31 06:26:11 2026] DELETE /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2084] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:26:11 2026] DELETE /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:11.504 7 WARNING neutron_lib.context [None req-2c613e78-2e12-43bd-8db4-013a0e76b3f7 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1018/2085] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:10 2026] POST /v2.0/floatingips => generated 552 bytes in 705 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2086] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:11 2026] GET /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:11.710 8 WARNING neutron_lib.context [None req-e0b20e53-3583-4bbd-8696-6943a5823e40 6730a54bce694e95b2625859239a8753 712ee8f791e447b08bbf56594676145d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:11.734 7 INFO neutron.db.segments_db [None req-2c613e78-2e12-43bd-8db4-013a0e76b3f7 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Added segment ec3f5469-4f07-4204-b758-b5677b7c8f3d of type vxlan for network a43142ed-ab3b-455e-b7f6-3337ef16c9c7 [pid: 7|app: 0|req: 1068/2087] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:11 2026] POST /v2.0/networks => generated 631 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:11.992 7 INFO neutron.services.segments.plugin [-] Segment 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 resource provider aggregate not found 2026-03-31 06:26:11.995 7 INFO neutron.services.segments.plugin [-] Segment 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 resource provider aggregate not found 2026-03-31 06:26:12.006 7 INFO neutron.services.segments.plugin [-] Segment 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 found for delete ", "request_id": "req-0ab68b55-b574-463b-914e-543ae121ce72"}]} [pid: 7|app: 0|req: 1069/2088] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:11 2026] DELETE /v2.0/networks/9840ba7f-ea00-4152-be6b-bbce8f706bae => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:12.015 7 WARNING neutron_lib.context [None req-28355081-c1b0-4762-830c-c66875a29128 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:12.017 7 INFO neutron.services.segments.plugin [-] Segment 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ea6b031-4ab2-47f8-bc7c-46a72fc039b7 found for delete ", "request_id": "req-6279fec6-70d1-457d-b548-7d2c132e965e"}]} 2026-03-31 06:26:12.066 7 INFO neutron.db.segments_db [None req-28355081-c1b0-4762-830c-c66875a29128 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Added segment 2c642074-dbf5-45cc-aec6-37e4468b989a of type vxlan for network 3795d53a-c6a6-4299-b69c-c69ce34ce9b2 [pid: 7|app: 0|req: 1070/2089] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:12 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:12.197 7 WARNING neutron_lib.context [None req-3839719f-ebaf-46d2-a202-c855cb269b58 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:12.266 7 INFO neutron.db.segments_db [None req-3839719f-ebaf-46d2-a202-c855cb269b58 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Added segment af009b8e-ddc7-4997-b089-27c13d30cffa of type vxlan for network 51ff7696-98da-411a-91e6-a706f51269f0 [pid: 8|app: 0|req: 1020/2090] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:26:11 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2091] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:12 2026] POST /v2.0/networks => generated 632 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:12.422 7 WARNING neutron_lib.context [None req-431dbef3-d375-4ac3-9e47-21ecb0740ba0 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1021/2092] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:12 2026] PUT /v2.0/floatingips/c58d6dc4-fc39-4597-a9fa-690f185230ca/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:12.488 7 INFO neutron.db.segments_db [None req-431dbef3-d375-4ac3-9e47-21ecb0740ba0 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Added segment 8b264155-47dc-4e30-9237-5f920d58accd of type vxlan for network 552d4435-8ac8-43fb-93c2-d3426b2fd3d5 [pid: 8|app: 0|req: 1022/2093] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:12 2026] PUT /v2.0/floatingips/256b3d71-fa59-4fbc-83d0-36955028dff1/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2094] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:12 2026] PUT /v2.0/floatingips/2ad64061-d37b-4baf-9f7c-4aebb7f08618/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2095] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:12 2026] POST /v2.0/networks => generated 631 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:12.644 7 WARNING neutron_lib.context [None req-5a572550-a3a2-4c76-92a6-c508b8c718c1 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1024/2096] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:26:12 2026] PUT /v2.0/floatingips/826044d4-577a-4b3c-86ac-4251b6d6bd10/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:12.703 7 INFO neutron.db.segments_db [None req-5a572550-a3a2-4c76-92a6-c508b8c718c1 f314e531f1cc4bd9b917ade94e24638c c0f4db42946542e0bd34661243b8263f - - default default] Added segment f9183fde-3484-4678-8ab9-cb3a4931161a of type vxlan for network 671bf248-ddd4-44d6-89e5-37a53411ae13 [pid: 8|app: 0|req: 1025/2097] 10.0.0.168 () {32 vars in 672 bytes} [Tue Mar 31 06:26:12 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2098] 10.0.0.168 () {32 vars in 686 bytes} [Tue Mar 31 06:26:12 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2099] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:12 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2100] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:26:12 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2101] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:12 2026] PUT /v2.0/networks/a43142ed-ab3b-455e-b7f6-3337ef16c9c7/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2102] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:26:12 2026] GET /v2.0/networks?id=79a55002-135e-492d-948f-70036620ad52 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2103] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:26:12 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2104] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:12 2026] GET /v2.0/security-groups?tenant_id=91482c4a4e1242fd8dc01fb387d7d8b9&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2105] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:12 2026] PUT /v2.0/networks/3795d53a-c6a6-4299-b69c-c69ce34ce9b2/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: 1028/2106] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/quotas/f9c368687dff46118f2f4b59e93e3483 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2107] 10.0.0.168 () {32 vars in 680 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2108] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:13 2026] PUT /v2.0/networks/51ff7696-98da-411a-91e6-a706f51269f0/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2109] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/ports?tenant_id=f9c368687dff46118f2f4b59e93e3483&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: 1030/2110] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:13 2026] DELETE /v2.0/security-groups/b843a30a-2b06-4ae8-bede-2f6557f5f270 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2111] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2112] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:13 2026] PUT /v2.0/networks/552d4435-8ac8-43fb-93c2-d3426b2fd3d5/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2113] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks/79a55002-135e-492d-948f-70036620ad52?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2114] 10.0.0.168 () {32 vars in 690 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2115] 10.0.0.168 () {32 vars in 666 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2116] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks/79a55002-135e-492d-948f-70036620ad52?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2117] 10.0.0.168 () {32 vars in 702 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2118] 10.0.0.168 () {32 vars in 680 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2119] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/security-groups?tenant_id=d6bf5f865cc64745923854a62c7c5974&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2120] 10.0.0.168 () {32 vars in 676 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2121] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1037/2122] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:13 2026] DELETE /v2.0/security-groups/9c0ee2c7-43b8-41c7-8a9d-52bf7561651e => 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: 1038/2123] 10.0.0.168 () {32 vars in 688 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2124] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:13 2026] DELETE /v2.0/floatingips/c58d6dc4-fc39-4597-a9fa-690f185230ca => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2125] 10.0.0.168 () {32 vars in 674 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2126] 10.0.0.168 () {32 vars in 688 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2127] 10.0.0.168 () {32 vars in 684 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2128] 10.0.0.168 () {32 vars in 696 bytes} [Tue Mar 31 06:26:13 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2129] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:13 2026] DELETE /v2.0/floatingips/256b3d71-fa59-4fbc-83d0-36955028dff1 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:14.187 7 INFO neutron.services.segments.plugin [-] Segment ec3f5469-4f07-4204-b758-b5677b7c8f3d resource provider aggregate not found 2026-03-31 06:26:14.192 7 INFO neutron.services.segments.plugin [-] Segment ec3f5469-4f07-4204-b758-b5677b7c8f3d resource provider aggregate not found 2026-03-31 06:26:14.210 7 INFO neutron.services.segments.plugin [-] Segment ec3f5469-4f07-4204-b758-b5677b7c8f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec3f5469-4f07-4204-b758-b5677b7c8f3d found for delete ", "request_id": "req-13b5f788-7c3e-4b41-b5d5-488887d3637c"}]} 2026-03-31 06:26:14.210 7 INFO neutron.services.segments.plugin [-] Segment ec3f5469-4f07-4204-b758-b5677b7c8f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec3f5469-4f07-4204-b758-b5677b7c8f3d found for delete ", "request_id": "req-a5c6ce55-7612-411e-a846-4545b1de65e0"}]} [pid: 7|app: 0|req: 1090/2130] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/networks/a43142ed-ab3b-455e-b7f6-3337ef16c9c7 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2131] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/networks/3795d53a-c6a6-4299-b69c-c69ce34ce9b2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2132] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/floatingips/2ad64061-d37b-4baf-9f7c-4aebb7f08618 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2133] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/networks/51ff7696-98da-411a-91e6-a706f51269f0 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2134] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/networks/552d4435-8ac8-43fb-93c2-d3426b2fd3d5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2135] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:14 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1042/2136] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/floatingips/826044d4-577a-4b3c-86ac-4251b6d6bd10 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2137] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/networks/671bf248-ddd4-44d6-89e5-37a53411ae13 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2138] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:14 2026] DELETE /v2.0/floatingips/3a797cb8-cdaa-4feb-bae9-e5ee1ab0cfcc => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2141] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:15 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1045/2142] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:15 2026] GET /v2.0/security-groups?tenant_id=b6c39b3e10634133aeeb5e823cb672a3&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:16.225 7 INFO neutron.services.segments.plugin [-] Segment 2c642074-dbf5-45cc-aec6-37e4468b989a resource provider aggregate not found 2026-03-31 06:26:16.240 7 INFO neutron.services.segments.plugin [-] Segment 2c642074-dbf5-45cc-aec6-37e4468b989a resource provider aggregate not found 2026-03-31 06:26:16.245 7 INFO neutron.services.segments.plugin [-] Segment 2c642074-dbf5-45cc-aec6-37e4468b989a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c642074-dbf5-45cc-aec6-37e4468b989a found for delete ", "request_id": "req-2cde0185-6e5b-4762-81c7-1148b971cc1e"}]} 2026-03-31 06:26:16.261 7 INFO neutron.services.segments.plugin [-] Segment af009b8e-ddc7-4997-b089-27c13d30cffa resource provider aggregate not found 2026-03-31 06:26:16.267 7 INFO neutron.services.segments.plugin [-] Segment 2c642074-dbf5-45cc-aec6-37e4468b989a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c642074-dbf5-45cc-aec6-37e4468b989a found for delete ", "request_id": "req-f4ea3627-208e-46d8-a3b9-6901e7dac42d"}]} 2026-03-31 06:26:16.285 7 INFO neutron.services.segments.plugin [-] Segment af009b8e-ddc7-4997-b089-27c13d30cffa resource provider aggregate not found 2026-03-31 06:26:16.290 7 INFO neutron.services.segments.plugin [-] Segment af009b8e-ddc7-4997-b089-27c13d30cffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af009b8e-ddc7-4997-b089-27c13d30cffa found for delete ", "request_id": "req-36689e31-546a-4db4-a436-65320ab347f9"}]} 2026-03-31 06:26:16.309 7 INFO neutron.services.segments.plugin [-] Segment 8b264155-47dc-4e30-9237-5f920d58accd resource provider aggregate not found 2026-03-31 06:26:16.313 7 INFO neutron.services.segments.plugin [-] Segment af009b8e-ddc7-4997-b089-27c13d30cffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af009b8e-ddc7-4997-b089-27c13d30cffa found for delete ", "request_id": "req-a6c7b21c-e7d8-47d0-9d63-6a1b58e6f627"}]} [pid: 8|app: 0|req: 1046/2143] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:16 2026] DELETE /v2.0/security-groups/b8e73ee7-14a6-4d6a-9db2-a145442a6cef => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:16.334 7 INFO neutron.services.segments.plugin [-] Segment 8b264155-47dc-4e30-9237-5f920d58accd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b264155-47dc-4e30-9237-5f920d58accd found for delete ", "request_id": "req-10c02dfb-360c-403f-a197-a2978abbeffc"}]} 2026-03-31 06:26:16.340 7 INFO neutron.services.segments.plugin [-] Segment 8b264155-47dc-4e30-9237-5f920d58accd resource provider aggregate not found 2026-03-31 06:26:16.355 7 INFO neutron.services.segments.plugin [-] Segment f9183fde-3484-4678-8ab9-cb3a4931161a resource provider aggregate not found 2026-03-31 06:26:16.363 7 INFO neutron.services.segments.plugin [-] Segment 8b264155-47dc-4e30-9237-5f920d58accd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b264155-47dc-4e30-9237-5f920d58accd found for delete ", "request_id": "req-e2d8ee77-50d5-401e-aea4-eb60fc24c641"}]} 2026-03-31 06:26:16.370 7 INFO neutron.services.segments.plugin [-] Segment f9183fde-3484-4678-8ab9-cb3a4931161a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9183fde-3484-4678-8ab9-cb3a4931161a found for delete ", "request_id": "req-3bdcfbee-ce59-4e91-87ae-520474c4588c"}]} 2026-03-31 06:26:16.382 7 INFO neutron.services.segments.plugin [-] Segment f9183fde-3484-4678-8ab9-cb3a4931161a resource provider aggregate not found [pid: 7|app: 0|req: 1098/2144] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:16 2026] GET /v2.0/security-groups?tenant_id=6b45c177590c4aecbce61f2ad4b0f264&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:16.422 7 INFO neutron.services.segments.plugin [-] Segment f9183fde-3484-4678-8ab9-cb3a4931161a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9183fde-3484-4678-8ab9-cb3a4931161a found for delete ", "request_id": "req-46e127dc-cf1a-46fa-83de-12eba612f7b0"}]} [pid: 8|app: 0|req: 1047/2145] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:16 2026] DELETE /v2.0/security-groups/b0747419-9828-49d8-a266-87d943346fee => 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: 1099/2146] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:16 2026] GET /v2.0/security-groups?tenant_id=a41e84d2cd85400d8744cb7f72b34b58&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2147] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:16 2026] DELETE /v2.0/security-groups/cbcbb706-caa6-4e1e-afcf-ebda7179145e => 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: 1100/2148] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:16 2026] GET /v2.0/security-groups?tenant_id=712ee8f791e447b08bbf56594676145d&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2149] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:16 2026] GET /v2.0/security-groups?tenant_id=c0f4db42946542e0bd34661243b8263f&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2150] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:16 2026] DELETE /v2.0/security-groups/5f9305ff-910d-4e11-9d82-161f172d009e => 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: 1102/2151] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:16 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2152] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:16 2026] DELETE /v2.0/security-groups/acd2dad1-86aa-4832-8d41-3826cd7ea0ff => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2153] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:17 2026] GET /v2.0/security-groups?tenant_id=e2282ead54994a2fb58e2401175da72b&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:17.387 7 WARNING neutron_lib.context [None req-b768b4d3-6f89-4e9a-a2e8-6deccb9e5607 8f7bc55f6d3b438cbaef03458557cb95 179cbca32f4049989dd31ee59b913a07 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1052/2154] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:17 2026] DELETE /v2.0/security-groups/1f47851b-1406-45b5-af55-1b61489296f4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:17.585 7 INFO neutron.db.segments_db [None req-b768b4d3-6f89-4e9a-a2e8-6deccb9e5607 8f7bc55f6d3b438cbaef03458557cb95 179cbca32f4049989dd31ee59b913a07 - - default default] Added segment 716e573b-5743-4c0f-bb7c-df6a3e806ba0 of type vxlan for network b33ffa0e-b1e1-412e-b267-b68605c5367f [pid: 7|app: 0|req: 1103/2155] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:17 2026] POST /v2.0/networks => generated 631 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:17.706 8 WARNING neutron_lib.context [None req-7167014f-8248-4e5a-99f8-f8ef36024945 8f7bc55f6d3b438cbaef03458557cb95 179cbca32f4049989dd31ee59b913a07 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1053/2156] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:17 2026] POST /v2.0/ports => generated 743 bytes in 287 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: 1104/2157] 10.0.0.168 () {34 vars in 747 bytes} [Tue Mar 31 06:26:17 2026] PUT /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2158] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1105/2159] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2160] 10.0.0.168 () {34 vars in 758 bytes} [Tue Mar 31 06:26:18 2026] PUT /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2161] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2162] 10.0.0.168 () {34 vars in 754 bytes} [Tue Mar 31 06:26:18 2026] PUT /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2163] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2164] 10.0.0.168 () {34 vars in 776 bytes} [Tue Mar 31 06:26:18 2026] PUT /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2165] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2166] 10.0.0.168 () {34 vars in 747 bytes} [Tue Mar 31 06:26:18 2026] PUT /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2167] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2168] 10.0.0.168 () {32 vars in 735 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:18.735 7 INFO neutron.api.v2.resource [None req-ed45e95a-6b86-49ff-bc67-c8ec528f10ef 8f7bc55f6d3b438cbaef03458557cb95 179cbca32f4049989dd31ee59b913a07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1110/2169] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2170] 10.0.0.168 () {32 vars in 738 bytes} [Tue Mar 31 06:26:18 2026] DELETE /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2171] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:18.910 8 INFO neutron.api.v2.resource [None req-a02b951c-9dba-4194-8cc5-093618b7f754 8f7bc55f6d3b438cbaef03458557cb95 179cbca32f4049989dd31ee59b913a07 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2172] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:26:18 2026] DELETE /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2173] 10.0.0.168 () {32 vars in 730 bytes} [Tue Mar 31 06:26:18 2026] DELETE /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2174] 10.0.0.168 () {32 vars in 727 bytes} [Tue Mar 31 06:26:18 2026] GET /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2175] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:19 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1113/2176] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:19 2026] DELETE /v2.0/ports/81529ad6-461f-4329-a616-531d7524db66 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:19.457 8 INFO neutron.services.segments.plugin [-] Segment 716e573b-5743-4c0f-bb7c-df6a3e806ba0 resource provider aggregate not found 2026-03-31 06:26:19.462 8 INFO neutron.services.segments.plugin [-] Segment 716e573b-5743-4c0f-bb7c-df6a3e806ba0 resource provider aggregate not found [pid: 8|app: 0|req: 1064/2177] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:19 2026] DELETE /v2.0/networks/b33ffa0e-b1e1-412e-b267-b68605c5367f => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2178] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:26:19 2026] GET /v2.0/networks?id=79a55002-135e-492d-948f-70036620ad52 => generated 673 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:26:19.670 8 INFO neutron.services.segments.plugin [-] Segment 716e573b-5743-4c0f-bb7c-df6a3e806ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716e573b-5743-4c0f-bb7c-df6a3e806ba0 found for delete ", "request_id": "req-41dcdad5-ecac-41c9-8b17-cde725c2074e"}]} 2026-03-31 06:26:19.671 8 INFO neutron.services.segments.plugin [-] Segment 716e573b-5743-4c0f-bb7c-df6a3e806ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716e573b-5743-4c0f-bb7c-df6a3e806ba0 found for delete ", "request_id": "req-b1f81d1a-bc49-48bd-b3f0-a69c0582641b"}]} 2026-03-31 06:26:19.678 8 WARNING neutron_lib.context [req-e8a15530-3736-4115-81d4-1b860b4eef55 req-4b893527-e1a7-49bd-92b4-38d907607181 7e5bee9bf98846f190f67330924aaa91 f9c368687dff46118f2f4b59e93e3483 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1065/2179] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:26:19 2026] POST /v2.0/ports => generated 958 bytes in 501 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: 1066/2180] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:20 2026] GET /v2.0/security-groups?tenant_id=179cbca32f4049989dd31ee59b913a07&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2181] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:20 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1068/2182] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:20 2026] DELETE /v2.0/security-groups/831799bf-0360-4d04-b0e4-967e22965dc6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2183] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:20 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&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: 7|app: 0|req: 1115/2184] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:26:20 2026] PUT /v2.0/ports/eac0afde-6f3f-4aae-97f8-1f4f0af08e61 => generated 1239 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2185] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:20 2026] GET /v2.0/security-groups?tenant_id=a084d6088ef84e4d99bcc5a26dda1ca7&name=default => generated 2925 bytes in 131 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-03-31 06:26:21.033 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7a63e60-df95-4915-a1eb-7598224be79d'] response: {'name': 'network-changed', 'server_uuid': 'aeabec72-0e70-417c-8a6a-b0bfb19ff92f', 'tag': 'eac0afde-6f3f-4aae-97f8-1f4f0af08e61', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1116/2186] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:20 2026] DELETE /v2.0/security-groups/b9883ada-6421-4838-a81c-405d03cd914e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2187] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:26:21 2026] GET /v2.0/ports?tenant_id=f9c368687dff46118f2f4b59e93e3483&device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2188] 199.204.45.78 () {34 vars in 1017 bytes} [Tue Mar 31 06:26:21 2026] GET /v2.0/networks?tenant_id=f9c368687dff46118f2f4b59e93e3483&shared=False => generated 769 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2189] 199.204.45.78 () {34 vars in 929 bytes} [Tue Mar 31 06:26:21 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: 8|app: 0|req: 1073/2190] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:21 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2191] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:21 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2192] 10.0.0.168 () {34 vars in 678 bytes} [Tue Mar 31 06:26:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2193] 10.0.0.168 () {34 vars in 678 bytes} [Tue Mar 31 06:26:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:22.036 7 WARNING neutron_lib.context [None req-ad9d180d-2ab7-4622-83af-58148ec1281a 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1076/2194] 10.0.0.168 () {34 vars in 678 bytes} [Tue Mar 31 06:26:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2195] 10.0.0.168 () {34 vars in 678 bytes} [Tue Mar 31 06:26:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2196] 10.0.0.168 () {34 vars in 678 bytes} [Tue Mar 31 06:26:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:22.267 7 INFO neutron.db.segments_db [None req-ad9d180d-2ab7-4622-83af-58148ec1281a 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Added segment c1325299-c8c3-489f-a8de-30d09a3a4fa3 of type vxlan for network 3a993318-261f-4a7c-8b8b-01d3df81788b [pid: 8|app: 0|req: 1079/2197] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:22 2026] PUT /v2.0/policies/96df7089-ec5f-4b25-b274-4e513c0f7c4f/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2198] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:22 2026] PUT /v2.0/policies/2e9ab1a4-414d-4ea3-89f0-0b31440902fb/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2199] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:22 2026] PUT /v2.0/policies/6d078615-a26f-4663-ae59-6692854dd7eb/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2200] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:22 2026] PUT /v2.0/policies/2f2ed9b2-6ed8-49af-bc47-59028d02df85/tags => 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: 1119/2201] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:21 2026] POST /v2.0/networks => generated 632 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:22.411 8 WARNING neutron_lib.context [None req-06441ba5-a899-4138-a38d-2776ecc10e60 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2202] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:22 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-03-31 06:26:22.701 7 WARNING neutron_lib.context [None req-9f3d6e0b-b4e8-4b8c-9821-05a36c42e476 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1120/2203] 10.0.0.168 () {34 vars in 666 bytes} [Tue Mar 31 06:26:22 2026] POST /v2.0/trunks => generated 407 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2204] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:26:22 2026] GET /v2.0/ports?tenant_id=f9c368687dff46118f2f4b59e93e3483&device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:22.977 7 WARNING neutron_lib.context [None req-a70e228a-47e5-4e15-a752-872a8c51120a 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:26:23.057 7 INFO neutron.db.segments_db [None req-a70e228a-47e5-4e15-a752-872a8c51120a 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Added segment 3bcb6c03-a950-4758-8ac8-c336f1731509 of type vxlan for network 391495b0-a54a-49a0-aa4c-76b78e369761 [pid: 8|app: 0|req: 1084/2205] 10.0.0.168 () {32 vars in 674 bytes} [Tue Mar 31 06:26:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2206] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2207] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=eac0afde-6f3f-4aae-97f8-1f4f0af08e61 => 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: 1122/2208] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:22 2026] POST /v2.0/networks => generated 632 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2209] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2210] 10.0.0.168 () {32 vars in 688 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:26:23.207 8 WARNING neutron_lib.context [None req-c05d8d58-3818-4d7e-a6e1-55052d6c5333 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1124/2211] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/subnets?id=8f2224cd-6d4d-4ee8-8206-f8b65830559c => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2212] 10.0.0.168 () {32 vars in 684 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2213] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/ports?network_id=79a55002-135e-492d-948f-70036620ad52&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: 1127/2214] 10.0.0.168 () {32 vars in 696 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2215] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/networks/79a55002-135e-492d-948f-70036620ad52?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: 1129/2216] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2217] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/networks/79a55002-135e-492d-948f-70036620ad52?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2218] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:23 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:26:23.530 8 WARNING neutron_lib.context [None req-d20784bd-b2c4-4de7-8954-72b9616ba867 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1131/2219] 10.0.0.168 () {32 vars in 696 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2220] 10.0.0.168 () {32 vars in 692 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2221] 10.0.0.168 () {32 vars in 704 bytes} [Tue Mar 31 06:26:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2222] 10.0.0.168 () {34 vars in 666 bytes} [Tue Mar 31 06:26:23 2026] POST /v2.0/trunks => generated 407 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:23.743 8 WARNING neutron_lib.context [None req-e4d0a28c-0a38-4eca-a2bc-f3fb8d1aeee6 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1134/2223] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:23 2026] DELETE /v2.0/qos/policies/96df7089-ec5f-4b25-b274-4e513c0f7c4f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:23.797 8 INFO neutron.db.segments_db [None req-e4d0a28c-0a38-4eca-a2bc-f3fb8d1aeee6 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Added segment f1b0fdbc-137f-45e0-b0b6-40349972e665 of type vxlan for network 77f5356e-6161-4710-a2b1-748e3e80772e [pid: 7|app: 0|req: 1135/2224] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:23 2026] DELETE /v2.0/qos/policies/2e9ab1a4-414d-4ea3-89f0-0b31440902fb => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2225] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:23 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2226] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:23 2026] DELETE /v2.0/qos/policies/6d078615-a26f-4663-ae59-6692854dd7eb => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:23.909 8 WARNING neutron_lib.context [None req-f58de67b-22e9-4af3-8906-e1386b187e66 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1137/2227] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:23 2026] DELETE /v2.0/qos/policies/2f2ed9b2-6ed8-49af-bc47-59028d02df85 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2228] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:23 2026] DELETE /v2.0/qos/policies/28e669ad-6cf4-439d-8dfe-8d1d8cf56c09 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2229] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:23 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:24.210 7 WARNING neutron_lib.context [None req-2563e032-70fd-4f86-874b-f5392ed13f5c 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/2230] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:24 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2231] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:24 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&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: 7|app: 0|req: 1139/2232] 10.0.0.168 () {34 vars in 666 bytes} [Tue Mar 31 06:26:24 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:24.382 8 WARNING neutron_lib.context [None req-7190d669-60a1-4fca-ab1c-c44f38d9567b 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:24.428 8 INFO neutron.db.segments_db [None req-7190d669-60a1-4fca-ab1c-c44f38d9567b 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Added segment ae00e3b1-801e-44f7-b5c6-aae0c51526fd of type vxlan for network ed0e814f-ec65-4558-9fe9-6bcc76092720 [pid: 8|app: 0|req: 1094/2233] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:24 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:24.523 7 WARNING neutron_lib.context [None req-b1cf9f78-1dc2-483d-a7cb-86fe5750d127 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1140/2234] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:24 2026] POST /v2.0/ports => generated 743 bytes in 351 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: 1095/2235] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:24 2026] GET /v2.0/security-groups?tenant_id=ba1b591482374d029b34a7e84f02532b&name=default => generated 2926 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:24.986 8 WARNING neutron_lib.context [None req-4c3b9a29-70a4-4204-bf52-b1d7aabfc3ba 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1141/2236] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:24 2026] GET /v2.0/security-groups?tenant_id=e54f230a034b4274875afe6cc5b2b5fb&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2237] 10.0.0.168 () {34 vars in 666 bytes} [Tue Mar 31 06:26:24 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2238] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:25 2026] DELETE /v2.0/security-groups/7f8c2c69-63e0-4f54-9e57-c8d4ceb2b386 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:25.170 7 WARNING neutron_lib.context [None req-34451dd6-e5d6-4aec-8315-192a2c01632e 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:25.219 7 INFO neutron.db.segments_db [None req-34451dd6-e5d6-4aec-8315-192a2c01632e 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Added segment b085a812-8e8f-4db5-9891-0f50676a3ba2 of type vxlan for network cf1b8977-b510-4b47-a8bc-d6dd635b4fa0 [pid: 8|app: 0|req: 1097/2239] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:25 2026] DELETE /v2.0/security-groups/08dd27e2-0245-43e8-9738-21e2e9cf15ed => 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: 1143/2240] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:25 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:25.345 7 WARNING neutron_lib.context [None req-821ca8e8-ad18-4f5b-a3a5-5085a73ec36a 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1098/2241] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:25 2026] GET /v2.0/security-groups?tenant_id=232d3070109a474f8ad8cbf1161759bc&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2242] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:25 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2243] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:25 2026] DELETE /v2.0/security-groups/d4e2d68d-8551-4355-a5a2-70bfd0609e60 => 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: 1144/2244] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:25 2026] POST /v2.0/ports => generated 743 bytes in 407 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: 1101/2245] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:25 2026] GET /v2.0/security-groups?tenant_id=3faedf4cff65414f9ff83545baa0d8a2&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:25.761 8 WARNING neutron_lib.context [None req-9266b931-50b6-4599-be1f-039a5722a197 5ca650476f4046f3afd1c0b51d53e821 cfcba226e5654a82845da694d7c530b6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1145/2246] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:25 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2247] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:25 2026] DELETE /v2.0/security-groups/2f369615-b65b-48f5-98da-2ee8614ad86e => 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: 1102/2248] 10.0.0.168 () {34 vars in 666 bytes} [Tue Mar 31 06:26:25 2026] POST /v2.0/trunks => generated 407 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2249] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:26:25 2026] PUT /v2.0/trunks/aee43677-e91d-4d2d-b506-8c8c578526a1/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2250] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:26:25 2026] PUT /v2.0/trunks/b0153fc0-c1d6-4af1-8832-401ed6ad3cff/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2251] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:26:26 2026] PUT /v2.0/trunks/52c92994-c3c3-4e26-ae7d-748098011e23/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2252] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:26:26 2026] PUT /v2.0/trunks/a4ca2a8a-12f7-42f5-8654-7a306b19ecda/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2253] 10.0.0.168 () {32 vars in 662 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2254] 10.0.0.168 () {32 vars in 676 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2255] 10.0.0.168 () {32 vars in 672 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2256] 10.0.0.168 () {32 vars in 684 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2257] 10.0.0.168 () {32 vars in 670 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2258] 10.0.0.168 () {32 vars in 684 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2259] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/security-groups?tenant_id=4467ab3a06ba43668bb9ba97149771b6&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2260] 10.0.0.168 () {32 vars in 680 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2261] 10.0.0.168 () {32 vars in 692 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2262] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks/aee43677-e91d-4d2d-b506-8c8c578526a1 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2263] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:26 2026] DELETE /v2.0/security-groups/2b3771c7-889a-4467-a0d0-ccadd55b44b4 => 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: 1114/2264] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/ports/bf97456a-1760-45ee-a289-7fa488f3cb53 => generated 826 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2265] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:26 2026] DELETE /v2.0/trunks/aee43677-e91d-4d2d-b506-8c8c578526a1 => 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: 1115/2266] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks/b0153fc0-c1d6-4af1-8832-401ed6ad3cff => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2267] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/ports/1b53c186-2571-47c1-9622-c4d3f7687f5e => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2268] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:26 2026] DELETE /v2.0/trunks/b0153fc0-c1d6-4af1-8832-401ed6ad3cff => 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: 1153/2269] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks/52c92994-c3c3-4e26-ae7d-748098011e23 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2270] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/ports/d0b2c906-d3cf-4edb-a597-2eb56ca6d189 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2271] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2272] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:26 2026] DELETE /v2.0/trunks/52c92994-c3c3-4e26-ae7d-748098011e23 => 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: 1119/2273] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/trunks/a4ca2a8a-12f7-42f5-8654-7a306b19ecda => generated 414 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2274] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:26 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&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: 1120/2275] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:26:27 2026] GET /v2.0/ports/f18051c1-3805-4228-922e-f031f28afa47 => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2276] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:27 2026] DELETE /v2.0/trunks/a4ca2a8a-12f7-42f5-8654-7a306b19ecda => 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: 1121/2277] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:26:27 2026] GET /v2.0/trunks/b51ce758-fc73-423e-989f-5bd115dabb98 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2278] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:26:27 2026] GET /v2.0/ports/ec5aee6a-073d-4326-9310-b8d878ccbf99 => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2279] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:27 2026] DELETE /v2.0/trunks/b51ce758-fc73-423e-989f-5bd115dabb98 => 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: 1158/2280] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:27 2026] DELETE /v2.0/ports/bf97456a-1760-45ee-a289-7fa488f3cb53 => 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: 1123/2281] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:27 2026] DELETE /v2.0/ports/1b53c186-2571-47c1-9622-c4d3f7687f5e => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2282] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:28 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2283] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:27 2026] DELETE /v2.0/ports/d0b2c906-d3cf-4edb-a597-2eb56ca6d189 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2284] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:28 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2285] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:28 2026] DELETE /v2.0/ports/f18051c1-3805-4228-922e-f031f28afa47 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2286] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:28 2026] DELETE /v2.0/ports/ec5aee6a-073d-4326-9310-b8d878ccbf99 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:28.806 7 INFO neutron.services.segments.plugin [-] Segment c1325299-c8c3-489f-a8de-30d09a3a4fa3 resource provider aggregate not found 2026-03-31 06:26:28.812 7 INFO neutron.services.segments.plugin [-] Segment c1325299-c8c3-489f-a8de-30d09a3a4fa3 resource provider aggregate not found [pid: 7|app: 0|req: 1161/2287] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:28 2026] DELETE /v2.0/networks/3a993318-261f-4a7c-8b8b-01d3df81788b => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:28.978 8 INFO neutron.services.segments.plugin [-] Segment 3bcb6c03-a950-4758-8ac8-c336f1731509 resource provider aggregate not found 2026-03-31 06:26:28.986 8 INFO neutron.services.segments.plugin [-] Segment 3bcb6c03-a950-4758-8ac8-c336f1731509 resource provider aggregate not found 2026-03-31 06:26:29.007 8 INFO neutron.services.segments.plugin [-] Segment 3bcb6c03-a950-4758-8ac8-c336f1731509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bcb6c03-a950-4758-8ac8-c336f1731509 found for delete ", "request_id": "req-c02d25c5-40cc-4cd9-8c11-8394ccff4756"}]} 2026-03-31 06:26:29.008 8 INFO neutron.services.segments.plugin [-] Segment 3bcb6c03-a950-4758-8ac8-c336f1731509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bcb6c03-a950-4758-8ac8-c336f1731509 found for delete ", "request_id": "req-b24613c4-16f6-42f5-8ea5-e51889ba109d"}]} [pid: 8|app: 0|req: 1127/2288] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:28 2026] DELETE /v2.0/networks/391495b0-a54a-49a0-aa4c-76b78e369761 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:29.023 7 INFO neutron.services.segments.plugin [-] Segment c1325299-c8c3-489f-a8de-30d09a3a4fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1325299-c8c3-489f-a8de-30d09a3a4fa3 found for delete ", "request_id": "req-36bc17a3-de62-4f04-a6c0-d72c17259140"}]} 2026-03-31 06:26:29.025 7 INFO neutron.services.segments.plugin [-] Segment c1325299-c8c3-489f-a8de-30d09a3a4fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1325299-c8c3-489f-a8de-30d09a3a4fa3 found for delete ", "request_id": "req-e6ea8994-e214-4646-bfc8-17a4e87dfd1d"}]} [pid: 7|app: 0|req: 1162/2289] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:29 2026] DELETE /v2.0/networks/77f5356e-6161-4710-a2b1-748e3e80772e => 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: 1128/2290] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:29 2026] DELETE /v2.0/networks/ed0e814f-ec65-4558-9fe9-6bcc76092720 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2291] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:29 2026] DELETE /v2.0/networks/cf1b8977-b510-4b47-a8bc-d6dd635b4fa0 => 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: 1129/2292] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:29 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2293] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:29 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&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: 1130/2294] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:30 2026] GET /v2.0/security-groups?tenant_id=cfcba226e5654a82845da694d7c530b6&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: 1132/2297] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:30 2026] DELETE /v2.0/security-groups/e019b603-d8f6-4733-aed0-bfc8fd5208df => 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: 1166/2298] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:30 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2299] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:26:30 2026] GET /v2.0/security-groups?id=5f1cf560-e803-455f-90e0-7dc341a490f1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:30.971 8 WARNING neutron_lib.context [None req-d8e2a8ab-8043-4d6a-883f-2d7ba7b616b0 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2300] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:30 2026] GET /v2.0/security-groups?tenant_id=de8f6f8f7ec44b8ba28811ab0e182deb&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:31.035 8 INFO neutron.services.segments.plugin [-] Segment ae00e3b1-801e-44f7-b5c6-aae0c51526fd resource provider aggregate not found 2026-03-31 06:26:31.045 8 INFO neutron.services.segments.plugin [-] Segment ae00e3b1-801e-44f7-b5c6-aae0c51526fd resource provider aggregate not found 2026-03-31 06:26:31.046 7 INFO neutron.services.segments.plugin [-] Segment f1b0fdbc-137f-45e0-b0b6-40349972e665 resource provider aggregate not found 2026-03-31 06:26:31.056 8 INFO neutron.services.segments.plugin [-] Segment ae00e3b1-801e-44f7-b5c6-aae0c51526fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae00e3b1-801e-44f7-b5c6-aae0c51526fd found for delete ", "request_id": "req-13a4192f-825d-4392-9ed7-58f34bcbfdc8"}]} 2026-03-31 06:26:31.057 7 INFO neutron.services.segments.plugin [-] Segment f1b0fdbc-137f-45e0-b0b6-40349972e665 resource provider aggregate not found 2026-03-31 06:26:31.064 7 INFO neutron.services.segments.plugin [-] Segment f1b0fdbc-137f-45e0-b0b6-40349972e665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b0fdbc-137f-45e0-b0b6-40349972e665 found for delete ", "request_id": "req-b725c58e-a39f-4a0e-a694-97243834af95"}]} 2026-03-31 06:26:31.064 8 INFO neutron.services.segments.plugin [-] Segment ae00e3b1-801e-44f7-b5c6-aae0c51526fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae00e3b1-801e-44f7-b5c6-aae0c51526fd found for delete ", "request_id": "req-d649912f-d14f-4e7d-a1b1-71d6eb8bfaa2"}]} 2026-03-31 06:26:31.072 7 INFO neutron.services.segments.plugin [-] Segment f1b0fdbc-137f-45e0-b0b6-40349972e665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b0fdbc-137f-45e0-b0b6-40349972e665 found for delete ", "request_id": "req-5cf62225-f717-4ae9-9ba0-91b686dca649"}]} 2026-03-31 06:26:31.081 7 INFO neutron.services.segments.plugin [-] Segment b085a812-8e8f-4db5-9891-0f50676a3ba2 resource provider aggregate not found 2026-03-31 06:26:31.089 7 INFO neutron.services.segments.plugin [-] Segment b085a812-8e8f-4db5-9891-0f50676a3ba2 resource provider aggregate not found 2026-03-31 06:26:31.096 7 INFO neutron.services.segments.plugin [-] Segment b085a812-8e8f-4db5-9891-0f50676a3ba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b085a812-8e8f-4db5-9891-0f50676a3ba2 found for delete ", "request_id": "req-69ed4499-68c8-46e4-9ca6-e76b53919418"}]} 2026-03-31 06:26:31.103 7 INFO neutron.services.segments.plugin [-] Segment b085a812-8e8f-4db5-9891-0f50676a3ba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b085a812-8e8f-4db5-9891-0f50676a3ba2 found for delete ", "request_id": "req-8385654c-4b6f-47d5-b6f7-0b7353f1bf60"}]} [pid: 7|app: 0|req: 1168/2301] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:31 2026] DELETE /v2.0/security-groups/7ae9500d-6a82-48da-a2dc-b5b77abfa42e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:31.235 8 INFO neutron.db.segments_db [None req-d8e2a8ab-8043-4d6a-883f-2d7ba7b616b0 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Added segment ee64df4a-c88f-4a27-9235-314078626c01 of type vxlan for network 15de487b-e99c-451f-93f3-a38faae8f06f [pid: 8|app: 0|req: 1134/2302] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:30 2026] POST /v2.0/networks => generated 631 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:31.385 8 WARNING neutron_lib.context [None req-aaff3cc9-07ae-496b-bd85-2d879ac19226 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1169/2303] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:31 2026] GET /v2.0/security-groups?tenant_id=8b291f169ca74da0aee6432f2ab76065&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2304] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:31 2026] DELETE /v2.0/security-groups/4ed2a9ec-caf4-4ab6-92c3-8604842d5a80 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2305] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:26:31 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2306] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:31 2026] POST /v2.0/subnets => generated 626 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:31.766 8 WARNING neutron_lib.context [None req-b7e89efb-10f3-4c28-b625-3606c26777b6 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:31.840 8 INFO neutron.db.segments_db [None req-b7e89efb-10f3-4c28-b625-3606c26777b6 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Added segment 257545b9-11b1-4181-b88a-4af80750c54d of type vxlan for network d910899d-df68-4576-9ae8-a2c3f602fcb5 [pid: 7|app: 0|req: 1172/2307] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:26:31 2026] DELETE /v2.0/ports/eac0afde-6f3f-4aae-97f8-1f4f0af08e61 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2308] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:31 2026] POST /v2.0/networks => generated 632 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:31.991 8 WARNING neutron_lib.context [None req-a775cd42-e49c-466e-8fe4-3e4df8eb4d5f 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1173/2309] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:31 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1137/2310] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:31 2026] POST /v2.0/subnets => generated 629 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:32.333 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb9fecc5-d056-4eb6-8e9a-e56c2faa1572'] response: {'server_uuid': 'aeabec72-0e70-417c-8a6a-b0bfb19ff92f', 'name': 'network-vif-deleted', 'tag': 'eac0afde-6f3f-4aae-97f8-1f4f0af08e61', 'status': 'completed', 'code': 200} 2026-03-31 06:26:32.339 7 WARNING neutron_lib.context [None req-21f2f9fa-7121-4ab2-b0d5-06fdb6e66c18 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:32.416 7 INFO neutron.db.segments_db [None req-21f2f9fa-7121-4ab2-b0d5-06fdb6e66c18 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Added segment a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 of type vxlan for network b23d8759-25d7-41a3-8657-d9f1422e5645 [pid: 7|app: 0|req: 1174/2311] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:32 2026] POST /v2.0/networks => generated 632 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:32.537 8 WARNING neutron_lib.context [None req-b29b3ae2-f248-4795-aedd-906bf1d0d6c8 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1138/2312] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:32 2026] POST /v2.0/subnets => generated 629 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:32.865 7 WARNING neutron_lib.context [None req-bf5ea39b-8303-46d1-b877-c78641247fce 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:32.940 7 INFO neutron.db.segments_db [None req-bf5ea39b-8303-46d1-b877-c78641247fce 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Added segment fbd55159-84b0-4a1e-9713-058ac64276bf of type vxlan for network b0b35020-a86b-45d2-9df6-18c31695fb12 [pid: 7|app: 0|req: 1175/2313] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:32 2026] POST /v2.0/networks => generated 632 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:33.063 8 WARNING neutron_lib.context [None req-8c5cb8e5-4578-492b-bda4-aec0510e9257 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1176/2314] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:33 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1139/2315] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:33 2026] POST /v2.0/subnets => generated 629 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:33.362 7 WARNING neutron_lib.context [None req-1f0194f6-b729-4788-b1f3-ec0fe284fe6c 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:33.480 7 INFO neutron.db.segments_db [None req-1f0194f6-b729-4788-b1f3-ec0fe284fe6c 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Added segment 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 of type vxlan for network 7c7e1957-e908-4ec3-ae09-60b50d8ffe49 [pid: 7|app: 0|req: 1177/2316] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:33 2026] POST /v2.0/networks => generated 631 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:33.634 8 WARNING neutron_lib.context [None req-11cf406b-a5d7-4a48-8ecf-7bc4ecf23532 3355f49ffb5240caa8c025282233155c 3d446570008d483f892b948ea6a1576d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1140/2317] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:33 2026] POST /v2.0/subnets => generated 629 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2318] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:33 2026] PUT /v2.0/subnets/11df022d-92e6-421b-b8f1-4999bc0765da/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2319] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:34 2026] PUT /v2.0/subnets/e8fa8bc1-aa1f-4d71-9b0f-732d1534eef5/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2320] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:34 2026] PUT /v2.0/subnets/f45af909-6f62-4c6e-9fbb-cf1c8482f668/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2321] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/ports?device_id=aeabec72-0e70-417c-8a6a-b0bfb19ff92f => 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: 1142/2322] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:34 2026] PUT /v2.0/subnets/a2434283-4cb3-4529-934b-0619d51d7e44/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2323] 10.0.0.168 () {32 vars in 664 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2324] 10.0.0.168 () {32 vars in 678 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2325] 10.0.0.168 () {32 vars in 674 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2326] 10.0.0.168 () {32 vars in 686 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2327] 10.0.0.168 () {32 vars in 672 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2328] 10.0.0.168 () {32 vars in 686 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2329] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2330] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:26:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2331] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:34 2026] DELETE /v2.0/subnets/11df022d-92e6-421b-b8f1-4999bc0765da => 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: 1147/2332] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:34 2026] DELETE /v2.0/subnets/e8fa8bc1-aa1f-4d71-9b0f-732d1534eef5 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2333] 10.0.0.168 () {34 vars in 678 bytes} [Tue Mar 31 06:26:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2334] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:35 2026] PUT /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2335] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/subnets/f45af909-6f62-4c6e-9fbb-cf1c8482f668 => 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: 1188/2336] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/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: 1189/2337] 10.0.0.168 () {34 vars in 764 bytes} [Tue Mar 31 06:26:35 2026] PUT /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2338] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/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: 1191/2339] 10.0.0.168 () {34 vars in 760 bytes} [Tue Mar 31 06:26:35 2026] PUT /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2340] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2341] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/subnets/a2434283-4cb3-4529-934b-0619d51d7e44 => 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: 1193/2342] 10.0.0.168 () {34 vars in 782 bytes} [Tue Mar 31 06:26:35 2026] PUT /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2343] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2344] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:26:35 2026] PUT /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/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: 1196/2345] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2346] 10.0.0.168 () {32 vars in 741 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:35.845 7 INFO neutron.api.v2.resource [None req-81653aad-ba91-471f-91a9-f68b40e93209 18890ae71d4349bb9a05f5ce61b10bc4 caf158f299ac48c0969d43987300687c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1198/2347] 10.0.0.168 () {32 vars in 745 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/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: 1150/2348] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/subnets/56ab9f0c-b98b-4079-aeb7-647a3c7ff281 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2349] 10.0.0.168 () {32 vars in 744 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2350] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:35 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:35.959 7 INFO neutron.api.v2.resource [None req-5b0f1ea3-f4a5-47a4-8079-bf918be7acf8 18890ae71d4349bb9a05f5ce61b10bc4 caf158f299ac48c0969d43987300687c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2351] 10.0.0.168 () {32 vars in 748 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2352] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2353] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:26:36 2026] GET /v2.0/policies/5cf448f4-e998-437d-8352-1edea3ba62a9/tags => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2354] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:36 2026] DELETE /v2.0/qos/policies/5cf448f4-e998-437d-8352-1edea3ba62a9 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:36.652 8 INFO neutron.services.segments.plugin [-] Segment ee64df4a-c88f-4a27-9235-314078626c01 resource provider aggregate not found 2026-03-31 06:26:36.662 8 INFO neutron.services.segments.plugin [-] Segment ee64df4a-c88f-4a27-9235-314078626c01 resource provider aggregate not found 2026-03-31 06:26:36.669 8 INFO neutron.services.segments.plugin [-] Segment ee64df4a-c88f-4a27-9235-314078626c01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee64df4a-c88f-4a27-9235-314078626c01 found for delete ", "request_id": "req-a7a5c3c9-4651-48d4-b5a1-7a0a5779f73b"}]} 2026-03-31 06:26:36.680 8 INFO neutron.services.segments.plugin [-] Segment ee64df4a-c88f-4a27-9235-314078626c01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee64df4a-c88f-4a27-9235-314078626c01 found for delete ", "request_id": "req-4d89b5fb-bd4a-4521-862a-fd27baf9d75b"}]} [pid: 8|app: 0|req: 1151/2355] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:35 2026] DELETE /v2.0/networks/15de487b-e99c-451f-93f3-a38faae8f06f => generated 0 bytes in 826 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2356] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:36 2026] DELETE /v2.0/networks/d910899d-df68-4576-9ae8-a2c3f602fcb5 => 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: 1153/2357] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:36 2026] DELETE /v2.0/networks/b23d8759-25d7-41a3-8657-d9f1422e5645 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2358] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:36 2026] GET /v2.0/security-groups?tenant_id=caf158f299ac48c0969d43987300687c&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2359] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:37 2026] DELETE /v2.0/networks/b0b35020-a86b-45d2-9df6-18c31695fb12 => 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: 1156/2360] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:37 2026] DELETE /v2.0/security-groups/ae8f8507-c869-4afe-9426-0ee76297273c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2361] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:26:36 2026] PUT /v2.0/routers/c7299c7c-a742-476f-bc33-99eb166562e3/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2362] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:37 2026] DELETE /v2.0/networks/7c7e1957-e908-4ec3-ae09-60b50d8ffe49 => 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: 1158/2363] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:37 2026] GET /v2.0/security-groups?tenant_id=c62fb719b92f437da40e4ac588d01327&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: 1159/2364] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:37 2026] DELETE /v2.0/security-groups/52945ab2-1c2b-49ee-a949-37b55eb9c6b4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:38.535 7 INFO neutron.services.segments.plugin [-] Segment f2cf60a9-2920-4513-a72d-7b668fd29338 resource provider aggregate not found 2026-03-31 06:26:38.539 7 INFO neutron.services.segments.plugin [-] Segment f2cf60a9-2920-4513-a72d-7b668fd29338 resource provider aggregate not found 2026-03-31 06:26:38.555 7 INFO neutron.services.segments.plugin [-] Segment f2cf60a9-2920-4513-a72d-7b668fd29338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2cf60a9-2920-4513-a72d-7b668fd29338 found for delete ", "request_id": "req-6f25f2d8-ebd6-4002-bbf0-541464acba0e"}]} 2026-03-31 06:26:38.557 7 INFO neutron.services.segments.plugin [-] Segment f2cf60a9-2920-4513-a72d-7b668fd29338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2cf60a9-2920-4513-a72d-7b668fd29338 found for delete ", "request_id": "req-04949f61-9204-48c3-9820-c8079de1832e"}]} 2026-03-31 06:26:38.564 7 INFO neutron.db.l3_hamode_db [None req-cae836a7-ab65-480d-8d81-4ef4d9e27981 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] HA network a62b9673-b135-4acf-b75b-e1495ab1eaa7 was deleted as no HA routers are present in tenant f9c368687dff46118f2f4b59e93e3483. [pid: 7|app: 0|req: 1206/2365] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:37 2026] DELETE /v2.0/routers/c7299c7c-a742-476f-bc33-99eb166562e3 => generated 0 bytes in 984 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:38.689 8 INFO neutron.services.segments.plugin [-] Segment 257545b9-11b1-4181-b88a-4af80750c54d resource provider aggregate not found 2026-03-31 06:26:38.698 8 INFO neutron.services.segments.plugin [-] Segment 257545b9-11b1-4181-b88a-4af80750c54d resource provider aggregate not found 2026-03-31 06:26:38.704 8 INFO neutron.services.segments.plugin [-] Segment 257545b9-11b1-4181-b88a-4af80750c54d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 257545b9-11b1-4181-b88a-4af80750c54d found for delete ", "request_id": "req-f9910978-210c-4e7e-b3c0-07d5b8fbdeb0"}]} 2026-03-31 06:26:38.715 8 INFO neutron.services.segments.plugin [-] Segment 257545b9-11b1-4181-b88a-4af80750c54d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 257545b9-11b1-4181-b88a-4af80750c54d found for delete ", "request_id": "req-b7fec503-0688-4684-80cc-ebbbc2dc0fa7"}]} 2026-03-31 06:26:38.719 8 INFO neutron.services.segments.plugin [-] Segment a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 resource provider aggregate not found 2026-03-31 06:26:38.728 8 INFO neutron.services.segments.plugin [-] Segment a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 resource provider aggregate not found 2026-03-31 06:26:38.738 8 INFO neutron.services.segments.plugin [-] Segment a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 found for delete ", "request_id": "req-e5b5808b-9b33-4aa8-9bd6-faad7d003cd1"}]} 2026-03-31 06:26:38.743 8 INFO neutron.services.segments.plugin [-] Segment a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f06b37-e4a6-43ae-86e9-fc7f89e5a907 found for delete ", "request_id": "req-d2d6d20a-b003-4f50-a22c-f64ef4b2f4bc"}]} 2026-03-31 06:26:38.750 8 INFO neutron.services.segments.plugin [-] Segment fbd55159-84b0-4a1e-9713-058ac64276bf resource provider aggregate not found 2026-03-31 06:26:38.757 8 INFO neutron.services.segments.plugin [-] Segment fbd55159-84b0-4a1e-9713-058ac64276bf resource provider aggregate not found 2026-03-31 06:26:38.761 8 INFO neutron.services.segments.plugin [-] Segment fbd55159-84b0-4a1e-9713-058ac64276bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd55159-84b0-4a1e-9713-058ac64276bf found for delete ", "request_id": "req-fdd0cd4f-de6c-4fcd-b4e1-187e928e4e2b"}]} 2026-03-31 06:26:38.768 8 INFO neutron.services.segments.plugin [-] Segment fbd55159-84b0-4a1e-9713-058ac64276bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd55159-84b0-4a1e-9713-058ac64276bf found for delete ", "request_id": "req-79b322d5-ff63-4731-8293-74bb729bcf6d"}]} 2026-03-31 06:26:38.776 8 INFO neutron.services.segments.plugin [-] Segment 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 resource provider aggregate not found 2026-03-31 06:26:38.781 8 INFO neutron.services.segments.plugin [-] Segment 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 resource provider aggregate not found 2026-03-31 06:26:38.790 8 INFO neutron.services.segments.plugin [-] Segment 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 found for delete ", "request_id": "req-4dd87115-08c8-400a-befd-ddb7191f23d0"}]} 2026-03-31 06:26:38.796 8 INFO neutron.services.segments.plugin [-] Segment 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78fdcdd4-97fb-4875-835b-4acf01ed5aa1 found for delete ", "request_id": "req-c0a091aa-0d41-43f0-a9a5-580c65b3f93c"}]} [pid: 8|app: 0|req: 1160/2366] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:38 2026] DELETE /v2.0/subnets/8f2224cd-6d4d-4ee8-8206-f8b65830559c => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2367] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:38 2026] GET /v2.0/security-groups?tenant_id=d29e4017be9c470c8e74c1be202537c6&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2368] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:38 2026] DELETE /v2.0/security-groups/a8725a06-24ef-4b06-a345-e63fda47894d => 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: 1161/2369] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:38 2026] DELETE /v2.0/networks/79a55002-135e-492d-948f-70036620ad52 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2370] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:39 2026] GET /v2.0/security-groups?tenant_id=3d446570008d483f892b948ea6a1576d&name=default => generated 2929 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2371] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:39 2026] DELETE /v2.0/security-groups/3596b84b-1a39-4245-9ef2-bbbac092c242 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2372] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:39 2026] GET /v2.0/security-groups?tenant_id=f9c368687dff46118f2f4b59e93e3483&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2373] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:39 2026] DELETE /v2.0/security-groups/5f1cf560-e803-455f-90e0-7dc341a490f1 => 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: 1211/2374] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:39 2026] GET /v2.0/security-groups?tenant_id=91c60b8c6e6d414fb21a67a752a0a67d&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2375] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:39 2026] DELETE /v2.0/security-groups/fe10689c-f096-4599-9fd8-3e41ff60930e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:41.534 7 WARNING neutron_lib.context [None req-bf839db5-421e-43c4-9054-8987e421063a 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:41.581 7 INFO neutron.db.segments_db [None req-bf839db5-421e-43c4-9054-8987e421063a 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] Added segment 42a9952f-cb13-41ca-a849-5ad1f05c9c6e of type vxlan for network 37e63a07-1a0a-42a1-a223-91b034c3c726 2026-03-31 06:26:41.855 7 INFO neutron.db.l3_hamode_db [None req-bf839db5-421e-43c4-9054-8987e421063a 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:41.990 7 INFO neutron.db.l3_hamode_db [None req-bf839db5-421e-43c4-9054-8987e421063a 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1212/2376] 10.0.0.168 () {34 vars in 668 bytes} [Tue Mar 31 06:26:41 2026] POST /v2.0/routers => generated 474 bytes in 1297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:42.756 8 INFO neutron.services.segments.plugin [-] Segment 6049f455-b655-42a0-b81d-dfe2e3c51463 resource provider aggregate not found 2026-03-31 06:26:42.764 8 INFO neutron.services.segments.plugin [-] Segment 6049f455-b655-42a0-b81d-dfe2e3c51463 resource provider aggregate not found 2026-03-31 06:26:42.780 8 INFO neutron.services.segments.plugin [-] Segment 6049f455-b655-42a0-b81d-dfe2e3c51463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6049f455-b655-42a0-b81d-dfe2e3c51463 found for delete ", "request_id": "req-ae4131e1-d5aa-4cc9-a133-bb43f90bf26e"}]} 2026-03-31 06:26:42.781 8 INFO neutron.services.segments.plugin [-] Segment 6049f455-b655-42a0-b81d-dfe2e3c51463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6049f455-b655-42a0-b81d-dfe2e3c51463 found for delete ", "request_id": "req-61c56a89-f867-4726-a180-13ed8ee3ca8e"}]} [pid: 8|app: 0|req: 1165/2377] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:42 2026] PUT /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2378] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:42 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2379] 10.0.0.168 () {34 vars in 762 bytes} [Tue Mar 31 06:26:42 2026] PUT /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2380] 10.0.0.113 () {30 vars in 650 bytes} [Tue Mar 31 06:26:42 2026] GET /v2.0/extensions => generated 20516 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2381] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:42 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2382] 10.0.0.168 () {34 vars in 758 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2383] 10.0.0.113 () {30 vars in 724 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/quotas/e2d6fa9abd3648c294ed8d085c7a9c0b/details => generated 847 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:26:43.164 7 WARNING neutron_lib.context [None req-4d9e9103-6252-43a5-ba0f-8113be819933 84d7c456b2c34a7e8ea26ec9c42eb789 ff6032c9c4d2474480eadb3fb8f093be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1168/2384] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2385] 10.0.0.168 () {34 vars in 780 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2386] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:43.363 7 INFO neutron.db.segments_db [None req-4d9e9103-6252-43a5-ba0f-8113be819933 84d7c456b2c34a7e8ea26ec9c42eb789 ff6032c9c4d2474480eadb3fb8f093be - - default default] Added segment 6c8944c8-0f93-417a-a1fc-6f0998978fbc of type vxlan for network 6bf060f9-0fc4-4f8f-b050-f65b23fda8ce [pid: 8|app: 0|req: 1171/2387] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2388] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2389] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:43 2026] POST /v2.0/networks => generated 631 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:43.496 7 WARNING neutron_lib.context [None req-8c10fe23-13a0-4a55-b832-a36d8a4b1ea0 84d7c456b2c34a7e8ea26ec9c42eb789 ff6032c9c4d2474480eadb3fb8f093be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1173/2390] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:43.580 8 INFO neutron.api.v2.resource [None req-c901a853-82e9-4051-929a-8639b727ce5a 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1174/2391] 10.0.0.168 () {32 vars in 743 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2392] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:26:43 2026] DELETE /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2393] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2394] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:43 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:43.767 8 INFO neutron.api.v2.resource [None req-1b8c7780-1214-43dc-bd44-1a1c79bfd2ad 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1177/2395] 10.0.0.168 () {32 vars in 746 bytes} [Tue Mar 31 06:26:43 2026] DELETE /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2396] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/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: 1178/2397] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:43 2026] DELETE /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => 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: 1220/2398] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2399] 10.0.0.168 () {34 vars in 762 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2400] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2401] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2402] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2403] 10.0.0.168 () {34 vars in 758 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2404] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:43 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2405] 10.0.0.168 () {34 vars in 780 bytes} [Tue Mar 31 06:26:44 2026] PUT /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2406] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2407] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:44 2026] PUT /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2408] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2409] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:44.240 7 INFO neutron.api.v2.resource [None req-41c50aed-6223-4bbd-8bcb-5e78e923b922 84d7c456b2c34a7e8ea26ec9c42eb789 ff6032c9c4d2474480eadb3fb8f093be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1230/2410] 10.0.0.168 () {32 vars in 743 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2411] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:26:44 2026] DELETE /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/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: 1232/2412] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:44.371 7 INFO neutron.api.v2.resource [None req-0a2d7726-99cd-4093-8c41-6a1730118c95 84d7c456b2c34a7e8ea26ec9c42eb789 ff6032c9c4d2474480eadb3fb8f093be - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1233/2413] 10.0.0.168 () {32 vars in 746 bytes} [Tue Mar 31 06:26:44 2026] DELETE /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2414] 10.0.0.168 () {32 vars in 734 bytes} [Tue Mar 31 06:26:44 2026] DELETE /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => 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: 1235/2415] 10.0.0.168 () {32 vars in 731 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2416] 10.0.0.168 () {34 vars in 742 bytes} [Tue Mar 31 06:26:43 2026] PUT /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1 => generated 480 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2417] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:44 2026] DELETE /v2.0/subnets/d22e4cf0-edcf-499e-9f67-4b8b3e41b746 => 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: 1182/2418] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:26:44 2026] GET /v2.0/ports?device_id=7581cf6f-99c2-4db3-a532-a8ffb2210ec1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:44.898 7 INFO neutron.services.segments.plugin [-] Segment 6c8944c8-0f93-417a-a1fc-6f0998978fbc resource provider aggregate not found 2026-03-31 06:26:44.903 7 INFO neutron.services.segments.plugin [-] Segment 6c8944c8-0f93-417a-a1fc-6f0998978fbc resource provider aggregate not found 2026-03-31 06:26:44.915 7 INFO neutron.services.segments.plugin [-] Segment 6c8944c8-0f93-417a-a1fc-6f0998978fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c8944c8-0f93-417a-a1fc-6f0998978fbc found for delete ", "request_id": "req-2d03772e-fcb4-4ec7-88cd-94ec2e8893eb"}]} 2026-03-31 06:26:44.922 7 INFO neutron.services.segments.plugin [-] Segment 6c8944c8-0f93-417a-a1fc-6f0998978fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c8944c8-0f93-417a-a1fc-6f0998978fbc found for delete ", "request_id": "req-4cb9e700-7fbc-4f4a-b29d-709e992f282e"}]} [pid: 7|app: 0|req: 1237/2419] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:26:44 2026] DELETE /v2.0/networks/6bf060f9-0fc4-4f8f-b050-f65b23fda8ce => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:45.210 8 INFO neutron.services.segments.plugin [-] Segment 42a9952f-cb13-41ca-a849-5ad1f05c9c6e resource provider aggregate not found 2026-03-31 06:26:45.214 8 INFO neutron.services.segments.plugin [-] Segment 42a9952f-cb13-41ca-a849-5ad1f05c9c6e resource provider aggregate not found 2026-03-31 06:26:45.231 8 INFO neutron.services.segments.plugin [-] Segment 42a9952f-cb13-41ca-a849-5ad1f05c9c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a9952f-cb13-41ca-a849-5ad1f05c9c6e found for delete ", "request_id": "req-3f3b7c66-45d2-4755-8393-a9c3e76555fa"}]} 2026-03-31 06:26:45.232 8 INFO neutron.services.segments.plugin [-] Segment 42a9952f-cb13-41ca-a849-5ad1f05c9c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a9952f-cb13-41ca-a849-5ad1f05c9c6e found for delete ", "request_id": "req-ae0665a3-88ff-47df-acac-f13d2e42d0f1"}]} 2026-03-31 06:26:45.242 8 INFO neutron.db.l3_hamode_db [None req-7adf02c7-5978-4969-9a41-8f1ded767f17 5f6719d9fd324113bc64f39e2ee85f7d 7bc776e88a4f422f80cd7c1e9667d049 - - default default] HA network 37e63a07-1a0a-42a1-a223-91b034c3c726 was deleted as no HA routers are present in tenant 7bc776e88a4f422f80cd7c1e9667d049. [pid: 8|app: 0|req: 1183/2420] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:44 2026] DELETE /v2.0/routers/7581cf6f-99c2-4db3-a532-a8ffb2210ec1 => generated 0 bytes in 634 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2421] 10.0.0.113 () {30 vars in 650 bytes} [Tue Mar 31 06:26:45 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: 1184/2424] 10.0.0.113 () {30 vars in 724 bytes} [Tue Mar 31 06:26:45 2026] GET /v2.0/quotas/e2d6fa9abd3648c294ed8d085c7a9c0b/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2425] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:45 2026] GET /v2.0/security-groups?tenant_id=2393302b12b0420c991f078d7fd11555&name=default => generated 2929 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2426] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:46 2026] GET /v2.0/security-groups?tenant_id=7bc776e88a4f422f80cd7c1e9667d049&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2427] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:46 2026] DELETE /v2.0/security-groups/572df247-0386-46ff-8932-7e503c7bfb04 => 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: 1187/2428] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:46 2026] GET /v2.0/security-groups?tenant_id=e5522d680a94402797ac7403da0da125&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2429] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:46 2026] DELETE /v2.0/security-groups/db8deb69-9fcf-4a93-b098-8ce6aa1610ce => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2430] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:46 2026] DELETE /v2.0/security-groups/f9691625-4179-4168-8485-492c3a9ff95d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2431] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:46 2026] GET /v2.0/security-groups?tenant_id=ff6032c9c4d2474480eadb3fb8f093be&name=default => generated 2929 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2432] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:46 2026] DELETE /v2.0/security-groups/ad3a0a70-3a27-4246-9bc8-a8bbfd2e8d2a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2433] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:47 2026] GET /v2.0/security-groups?tenant_id=e2d6fa9abd3648c294ed8d085c7a9c0b&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2434] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:48 2026] DELETE /v2.0/security-groups/01b055bf-dbbc-4aac-b207-ce27ebf641c2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:50.205 7 WARNING neutron_lib.context [None req-ebfef696-f99d-4368-b26c-b61fc4d167c1 eb2357bb85d24e0ba158fee8cc26c5b4 044cdde69ea44deda01cf9927c99a780 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1245/2435] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:26:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2436] 10.0.0.168 () {34 vars in 767 bytes} [Tue Mar 31 06:26:50 2026] PUT /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2437] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2438] 10.0.0.168 () {34 vars in 778 bytes} [Tue Mar 31 06:26:50 2026] PUT /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2439] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2440] 10.0.0.168 () {34 vars in 774 bytes} [Tue Mar 31 06:26:50 2026] PUT /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2441] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2442] 10.0.0.168 () {34 vars in 796 bytes} [Tue Mar 31 06:26:50 2026] PUT /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2443] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2444] 10.0.0.168 () {34 vars in 767 bytes} [Tue Mar 31 06:26:50 2026] PUT /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2445] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2446] 10.0.0.168 () {32 vars in 755 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:50.924 7 INFO neutron.api.v2.resource [None req-41c3a632-213f-4cc1-ba6b-939770fc0817 eb2357bb85d24e0ba158fee8cc26c5b4 044cdde69ea44deda01cf9927c99a780 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2447] 10.0.0.168 () {32 vars in 759 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/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: 1197/2448] 10.0.0.168 () {32 vars in 758 bytes} [Tue Mar 31 06:26:50 2026] DELETE /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2449] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:50 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:51.033 8 INFO neutron.api.v2.resource [None req-8cf123f5-ab9f-4d53-963b-30a24affe676 eb2357bb85d24e0ba158fee8cc26c5b4 044cdde69ea44deda01cf9927c99a780 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1198/2450] 10.0.0.168 () {32 vars in 762 bytes} [Tue Mar 31 06:26:51 2026] DELETE /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2451] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:26:51 2026] DELETE /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2452] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:26:51 2026] GET /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2453] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:51 2026] DELETE /v2.0/security-groups/ac6fad2f-7a75-4a00-a3a4-01bc5a173cac => 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: 1200/2454] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:51 2026] GET /v2.0/security-groups?tenant_id=044cdde69ea44deda01cf9927c99a780&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2455] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:52 2026] DELETE /v2.0/security-groups/c8155b7c-86e1-44d6-a339-1d6a2b496517 => 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: 1201/2456] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:26:52 2026] GET /v2.0/security-groups?tenant_id=1f555d1edbb94fe9b2a1ab3c12a6078b&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2457] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:52 2026] DELETE /v2.0/security-groups/ec81667f-2de8-4cdf-a706-c318a206ae7e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:52.949 8 WARNING neutron_lib.context [None req-e92c22c5-e7fc-40e6-9856-ec2fc40f1de1 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:52.991 8 INFO neutron.db.segments_db [None req-e92c22c5-e7fc-40e6-9856-ec2fc40f1de1 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Added segment 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 of type vxlan for network 4d45ad2c-b2b9-4252-90fb-b927275045ed 2026-03-31 06:26:53.283 8 INFO neutron.db.l3_hamode_db [None req-e92c22c5-e7fc-40e6-9856-ec2fc40f1de1 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:53.401 8 INFO neutron.db.l3_hamode_db [None req-e92c22c5-e7fc-40e6-9856-ec2fc40f1de1 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1202/2458] 10.0.0.168 () {34 vars in 668 bytes} [Tue Mar 31 06:26:52 2026] POST /v2.0/routers => generated 474 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:54.056 7 WARNING neutron_lib.context [None req-50f00ede-fcb0-483f-b9e3-379fe02af504 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:54.110 7 INFO neutron.db.l3_hamode_db [None req-50f00ede-fcb0-483f-b9e3-379fe02af504 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:54.240 7 INFO neutron.db.l3_hamode_db [None req-50f00ede-fcb0-483f-b9e3-379fe02af504 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1257/2459] 10.0.0.168 () {34 vars in 668 bytes} [Tue Mar 31 06:26:54 2026] POST /v2.0/routers => generated 474 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:54.853 8 WARNING neutron_lib.context [None req-f9b97fff-8e4b-42ea-919b-42d177563266 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:54.923 8 INFO neutron.db.l3_hamode_db [None req-f9b97fff-8e4b-42ea-919b-42d177563266 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:55.057 8 INFO neutron.db.l3_hamode_db [None req-f9b97fff-8e4b-42ea-919b-42d177563266 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1203/2460] 10.0.0.168 () {34 vars in 668 bytes} [Tue Mar 31 06:26:54 2026] POST /v2.0/routers => generated 474 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:55.764 7 WARNING neutron_lib.context [None req-d19be952-64e8-4b3d-bfd6-5b78d86d9f53 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:55.804 7 INFO neutron.db.l3_hamode_db [None req-d19be952-64e8-4b3d-bfd6-5b78d86d9f53 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:55.943 7 INFO neutron.db.l3_hamode_db [None req-d19be952-64e8-4b3d-bfd6-5b78d86d9f53 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:26:56.225 8 WARNING neutron_lib.context [None req-1d2cef39-3b02-443e-bd16-828f6aa6d0c2 a1aeeb651338436994c6b91cb53155f7 d7c2e2c4ff8e4c36b2d9d65490045dc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:56.404 8 INFO neutron.db.segments_db [None req-1d2cef39-3b02-443e-bd16-828f6aa6d0c2 a1aeeb651338436994c6b91cb53155f7 d7c2e2c4ff8e4c36b2d9d65490045dc0 - - default default] Added segment 650daecd-4e89-41b4-ac2e-b7ca71d476c1 of type vxlan for network 4be6724b-65d5-4af2-9d22-1818ec03d193 [pid: 8|app: 0|req: 1204/2461] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:56 2026] POST /v2.0/networks => generated 631 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:56.599 8 WARNING neutron_lib.context [None req-a6d5b0e1-3452-489d-8374-926e54de17bc 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2462] 10.0.0.168 () {34 vars in 668 bytes} [Tue Mar 31 06:26:55 2026] POST /v2.0/routers => generated 474 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:56.720 7 WARNING neutron_lib.context [None req-6e2cc221-b70b-4a4c-a2ae-0a18f8be554a a1aeeb651338436994c6b91cb53155f7 d7c2e2c4ff8e4c36b2d9d65490045dc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:56.773 8 INFO neutron.db.segments_db [None req-a6d5b0e1-3452-489d-8374-926e54de17bc 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Added segment b9be0a87-57dc-41b9-98e2-0131cc2b77e6 of type vxlan for network 29334c5f-c605-4cb9-8faf-a7098780352e [pid: 8|app: 0|req: 1205/2463] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:56 2026] POST /v2.0/networks => generated 640 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:56.878 8 WARNING neutron_lib.context [None req-c2cb4476-be50-40c6-ac0e-96d3b99c8638 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:56.923 8 INFO neutron.db.l3_hamode_db [None req-c2cb4476-be50-40c6-ac0e-96d3b99c8638 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1259/2464] 10.0.0.168 () {34 vars in 664 bytes} [Tue Mar 31 06:26:56 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:26:57.051 7 WARNING neutron_lib.context [None req-f56c5654-9622-4a8c-a5b4-ca4fd09c4695 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:26:57.070 8 INFO neutron.db.l3_hamode_db [None req-c2cb4476-be50-40c6-ac0e-96d3b99c8638 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1260/2465] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:57 2026] POST /v2.0/subnets => generated 657 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:57.330 7 WARNING neutron_lib.context [None req-e03c1f49-8305-4435-be8d-a90a581db6ac a1aeeb651338436994c6b91cb53155f7 d7c2e2c4ff8e4c36b2d9d65490045dc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1261/2466] 10.0.0.168 () {34 vars in 666 bytes} [Tue Mar 31 06:26:57 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) [pid: 7|app: 0|req: 1262/2467] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:57 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2468] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:26:57 2026] PUT /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:57.567 7 WARNING neutron_lib.context [None req-e12b205d-4c04-442f-90d8-a544a069b106 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1206/2469] 10.0.0.168 () {34 vars in 668 bytes} [Tue Mar 31 06:26:56 2026] POST /v2.0/routers => generated 474 bytes in 856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2470] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:57 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2471] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:57 2026] PUT /v2.0/routers/5d21c96b-46d3-42b6-a628-b64e3b167a3c/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2472] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:57 2026] POST /v2.0/subnets => generated 731 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2473] 10.0.0.168 () {34 vars in 760 bytes} [Tue Mar 31 06:26:57 2026] PUT /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-31 06:26:57.870 8 WARNING neutron_lib.context [None req-0ab5c6cd-84cc-4936-83a0-4296fdae259a 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2474] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:57 2026] PUT /v2.0/routers/d05bcd43-edb9-475a-92f3-63113a122673/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2475] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:57 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:57.932 8 INFO neutron.db.segments_db [None req-0ab5c6cd-84cc-4936-83a0-4296fdae259a 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Added segment 0aed01aa-d679-4d58-8701-d24ef938f9ca of type vxlan for network 29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 [pid: 7|app: 0|req: 1267/2476] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:57 2026] PUT /v2.0/routers/b08a6ebd-e157-4b6c-bec9-3593d79f0252/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2477] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:57 2026] POST /v2.0/networks => generated 637 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2478] 10.0.0.168 () {34 vars in 756 bytes} [Tue Mar 31 06:26:57 2026] PUT /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-31 06:26:58.015 7 WARNING neutron_lib.context [None req-760a364d-a3ea-4f0c-bd2d-3680a0479489 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1211/2479] 10.0.0.168 () {34 vars in 751 bytes} [Tue Mar 31 06:26:58 2026] PUT /v2.0/routers/2fde088b-1b97-4686-a4f0-e4190bead074/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2480] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 34 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2481] 10.0.0.168 () {32 vars in 664 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2482] 10.0.0.168 () {34 vars in 778 bytes} [Tue Mar 31 06:26:58 2026] PUT /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/black.or.white => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2483] 10.0.0.168 () {32 vars in 678 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2484] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 52 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2485] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:58 2026] POST /v2.0/subnets => generated 655 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2486] 10.0.0.168 () {34 vars in 749 bytes} [Tue Mar 31 06:26:58 2026] PUT /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:58.297 7 WARNING neutron_lib.context [None req-48e3ff76-b553-4faf-875f-4516f0e100a8 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1217/2487] 10.0.0.168 () {32 vars in 674 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2488] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2489] 10.0.0.168 () {32 vars in 686 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2490] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2491] 10.0.0.168 () {32 vars in 672 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2492] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:58 2026] POST /v2.0/subnets => generated 726 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:26:58.581 8 INFO neutron.api.v2.resource [None req-a3f1ecc4-f5d6-45e3-ae8d-993afce19a45 a1aeeb651338436994c6b91cb53155f7 d7c2e2c4ff8e4c36b2d9d65490045dc0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1222/2493] 10.0.0.168 () {32 vars in 741 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2494] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:26:58 2026] DELETE /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:58.633 8 WARNING neutron_lib.context [None req-6a5926ee-259f-43bb-b98a-e39c4c277350 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1272/2495] 10.0.0.168 () {32 vars in 686 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2496] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:58.697 8 INFO neutron.db.segments_db [None req-6a5926ee-259f-43bb-b98a-e39c4c277350 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Added segment 0fe0ddb3-1676-4a93-81ec-95ae72df7700 of type vxlan for network 3ec78ee0-2007-4acc-952c-ad762fe75b1c [pid: 7|app: 0|req: 1274/2497] 10.0.0.168 () {32 vars in 682 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:26:58.785 7 INFO neutron.api.v2.resource [None req-39e691d1-fa0f-4877-8dad-4ff7df006e58 a1aeeb651338436994c6b91cb53155f7 d7c2e2c4ff8e4c36b2d9d65490045dc0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1275/2498] 10.0.0.168 () {32 vars in 744 bytes} [Tue Mar 31 06:26:58 2026] DELETE /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2499] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:26:58 2026] POST /v2.0/networks => generated 637 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2500] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:26:58 2026] DELETE /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:26:58.838 8 WARNING neutron_lib.context [None req-a7b1eea8-0369-4009-8891-b9dc25bc2640 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1276/2501] 10.0.0.168 () {32 vars in 694 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2502] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2/tags => 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: 1278/2503] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/routers/5d21c96b-46d3-42b6-a628-b64e3b167a3c => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2504] 10.0.0.168 () {32 vars in 719 bytes} [Tue Mar 31 06:26:58 2026] GET /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2505] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:58 2026] POST /v2.0/subnets => generated 656 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2506] 10.0.0.168 () {32 vars in 717 bytes} [Tue Mar 31 06:26:59 2026] GET /v2.0/ports/0473f0a9-6b44-47f0-ad10-adb0e1587ddb => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:26:59.214 8 WARNING neutron_lib.context [None req-ef9aa622-2f81-40ab-b42c-c5491a2967d7 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1228/2507] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:59 2026] POST /v2.0/subnets => generated 729 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2508] 10.0.0.168 () {34 vars in 742 bytes} [Tue Mar 31 06:26:58 2026] PUT /v2.0/routers/5d21c96b-46d3-42b6-a628-b64e3b167a3c => generated 485 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:26:59.573 7 WARNING neutron_lib.context [None req-0b085891-57a5-480f-a797-a4461e33a573 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1229/2509] 10.0.0.168 () {32 vars in 722 bytes} [Tue Mar 31 06:26:59 2026] DELETE /v2.0/trunks/3e86335f-b686-4fa3-948e-ab44c170acb2 => 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: 1230/2510] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:26:59 2026] GET /v2.0/ports?device_id=5d21c96b-46d3-42b6-a628-b64e3b167a3c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:26:59.625 7 INFO neutron.db.segments_db [None req-0b085891-57a5-480f-a797-a4461e33a573 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Added segment 0453a9ba-d105-4db4-8524-28410ea46285 of type vxlan for network 97c7875c-a099-41b0-ae15-336a22a09908 [pid: 8|app: 0|req: 1231/2511] 10.0.0.168 () {32 vars in 720 bytes} [Tue Mar 31 06:26:59 2026] DELETE /v2.0/ports/0473f0a9-6b44-47f0-ad10-adb0e1587ddb => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:26:59.915 7 INFO neutron.db.l3_hamode_db [None req-0b085891-57a5-480f-a797-a4461e33a573 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1232/2512] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:26:59 2026] DELETE /v2.0/routers/5d21c96b-46d3-42b6-a628-b64e3b167a3c => generated 0 bytes in 437 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:27:00.471 8 INFO neutron.services.segments.plugin [-] Segment 650daecd-4e89-41b4-ac2e-b7ca71d476c1 resource provider aggregate not found 2026-03-31 06:27:00.477 8 INFO neutron.services.segments.plugin [-] Segment 650daecd-4e89-41b4-ac2e-b7ca71d476c1 resource provider aggregate not found 2026-03-31 06:27:00.501 8 INFO neutron.services.segments.plugin [-] Segment 650daecd-4e89-41b4-ac2e-b7ca71d476c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650daecd-4e89-41b4-ac2e-b7ca71d476c1 found for delete ", "request_id": "req-283447fa-0c58-418d-bb71-e1c703124099"}]} 2026-03-31 06:27:00.502 8 INFO neutron.services.segments.plugin [-] Segment 650daecd-4e89-41b4-ac2e-b7ca71d476c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650daecd-4e89-41b4-ac2e-b7ca71d476c1 found for delete ", "request_id": "req-89abc253-ad4d-45bb-9a8d-f6c96ab6ab17"}]} [pid: 8|app: 0|req: 1233/2513] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:27:00 2026] DELETE /v2.0/networks/4be6724b-65d5-4af2-9d22-1818ec03d193 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2514] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:27:00 2026] GET /v2.0/routers/d05bcd43-edb9-475a-92f3-63113a122673 => generated 493 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:27:00.851 7 INFO neutron.db.l3_hamode_db [None req-0b085891-57a5-480f-a797-a4461e33a573 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1237/2517] 10.0.0.168 () {34 vars in 742 bytes} [Tue Mar 31 06:27:00 2026] PUT /v2.0/routers/d05bcd43-edb9-475a-92f3-63113a122673 => generated 493 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2518] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:27:01 2026] GET /v2.0/ports?device_id=d05bcd43-edb9-475a-92f3-63113a122673 => 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: 1239/2519] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:01 2026] GET /v2.0/security-groups?tenant_id=323342e1ccb740f1978ffa9547cb7aa9&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2520] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:27:01 2026] DELETE /v2.0/routers/d05bcd43-edb9-475a-92f3-63113a122673 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2521] 10.0.0.168 () {34 vars in 669 bytes} [Tue Mar 31 06:26:59 2026] POST /v2.0/routers => generated 684 bytes in 2339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2522] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:01 2026] DELETE /v2.0/security-groups/ff6b23d0-9338-4c1f-a2f0-c8294610a8df => 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: 1282/2523] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:27:01 2026] GET /v2.0/routers/b08a6ebd-e157-4b6c-bec9-3593d79f0252 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2524] 10.0.0.168 () {34 vars in 742 bytes} [Tue Mar 31 06:27:01 2026] PUT /v2.0/routers/b08a6ebd-e157-4b6c-bec9-3593d79f0252 => generated 502 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2525] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:02 2026] GET /v2.0/security-groups?tenant_id=d7c2e2c4ff8e4c36b2d9d65490045dc0&name=default => generated 2929 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2526] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:27:02 2026] GET /v2.0/ports?device_id=b08a6ebd-e157-4b6c-bec9-3593d79f0252 => 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: 1286/2527] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:02 2026] DELETE /v2.0/security-groups/33d03b1a-1956-4876-872d-13920ddb98c8 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2528] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:27:02 2026] DELETE /v2.0/routers/b08a6ebd-e157-4b6c-bec9-3593d79f0252 => generated 0 bytes in 464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2529] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:27:03 2026] GET /v2.0/routers/2fde088b-1b97-4686-a4f0-e4190bead074 => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2530] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:27:01 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/add_router_interface => generated 309 bytes in 1754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2531] 10.0.0.168 () {34 vars in 742 bytes} [Tue Mar 31 06:27:03 2026] PUT /v2.0/routers/2fde088b-1b97-4686-a4f0-e4190bead074 => generated 487 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2532] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:27:04 2026] GET /v2.0/ports?device_id=2fde088b-1b97-4686-a4f0-e4190bead074 => 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: 1291/2533] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:27:04 2026] DELETE /v2.0/routers/2fde088b-1b97-4686-a4f0-e4190bead074 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2534] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:27:04 2026] GET /v2.0/routers/e483cb9d-76fb-4a11-a5c8-2a4194d04262 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2535] 10.0.0.168 () {34 vars in 742 bytes} [Tue Mar 31 06:27:04 2026] PUT /v2.0/routers/e483cb9d-76fb-4a11-a5c8-2a4194d04262 => generated 480 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2536] 10.0.0.168 () {32 vars in 736 bytes} [Tue Mar 31 06:27:05 2026] GET /v2.0/ports?device_id=e483cb9d-76fb-4a11-a5c8-2a4194d04262 => 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: 1243/2537] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:27:03 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/add_router_interface => generated 309 bytes in 1762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:27:05.906 7 INFO neutron.services.segments.plugin [-] Segment 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 resource provider aggregate not found 2026-03-31 06:27:05.913 7 INFO neutron.services.segments.plugin [-] Segment 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 resource provider aggregate not found 2026-03-31 06:27:05.923 7 INFO neutron.services.segments.plugin [-] Segment 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 found for delete ", "request_id": "req-28807083-dace-48ec-bae7-eb879e3bfb92"}]} 2026-03-31 06:27:05.940 7 INFO neutron.services.segments.plugin [-] Segment 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313d6695-3b9f-432f-9e65-3c8a97c2c5a9 found for delete ", "request_id": "req-44e87902-c646-4790-96e1-747cea64a027"}]} 2026-03-31 06:27:05.942 7 INFO neutron.db.l3_hamode_db [None req-100ccc3c-b607-4a68-aa50-ff0341c2fbea 18f55a3bd4524609ac46eca15ad779a3 84ddedbb791648ad9f8b8a4d9e905f2a - - default default] HA network 4d45ad2c-b2b9-4252-90fb-b927275045ed was deleted as no HA routers are present in tenant 84ddedbb791648ad9f8b8a4d9e905f2a. [pid: 7|app: 0|req: 1295/2538] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:27:05 2026] DELETE /v2.0/routers/e483cb9d-76fb-4a11-a5c8-2a4194d04262 => generated 0 bytes in 741 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2539] 10.0.0.168 () {34 vars in 783 bytes} [Tue Mar 31 06:27:05 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/add_router_interface => generated 309 bytes in 1717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:27:07.291 8 WARNING neutron_lib.context [None req-f96710b4-25cb-4bba-a7eb-437e8d7de97e 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1296/2540] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:07 2026] GET /v2.0/security-groups?tenant_id=e0eafad2f1454ad8b8baeccff9046c4e&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2541] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:07 2026] DELETE /v2.0/security-groups/e3808af2-f4c2-49df-9b42-1b939b030700 => 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: 1245/2542] 10.0.0.168 () {34 vars in 684 bytes} [Tue Mar 31 06:27:07 2026] POST /v2.0/security-groups => generated 1630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:27:07.447 7 WARNING neutron_lib.context [None req-dae9365c-6de1-4563-affd-13a1090d706d 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1298/2543] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:07 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) 2026-03-31 06:27:07.594 7 WARNING neutron_lib.context [None req-b8d70067-75d7-4b9c-85c7-e9f255347a87 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2544] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:07.703 7 WARNING neutron_lib.context [None req-56fa1f00-0473-448d-8d6c-d9387cdf19a3 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1246/2545] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:07 2026] GET /v2.0/security-groups?tenant_id=84ddedbb791648ad9f8b8a4d9e905f2a&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2546] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:07.828 7 WARNING neutron_lib.context [None req-550aeb30-b88b-4c31-8553-4c80682e5898 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1247/2547] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:07 2026] DELETE /v2.0/security-groups/fe10f5f4-95aa-4312-b21f-7a0dcbf829fb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2548] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:08.008 7 WARNING neutron_lib.context [None req-4174a3ac-cc15-49b7-86a9-6b38faef7431 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1248/2549] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:07 2026] GET /v2.0/security-groups?tenant_id=782826c848d14a2095a3e17a0b6bc1cb&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2550] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:08.188 7 WARNING neutron_lib.context [None req-f6a65277-d6f8-40c3-930b-20c03bfb6177 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1249/2551] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:08 2026] DELETE /v2.0/security-groups/f79b17ff-7e1b-4a4a-8f1d-a4869b7a5297 => 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: 1303/2552] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:08.355 8 WARNING neutron_lib.context [None req-5bdf96d3-816f-497d-b0e2-148d09fe3546 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1250/2553] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:08.611 7 WARNING neutron_lib.context [None req-ba43f262-a645-49c6-9d46-3d8b666a6230 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1304/2554] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:08.762 8 WARNING neutron_lib.context [None req-319524c8-d5e6-4af8-a717-67ca0541fd83 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1251/2555] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:08.917 7 WARNING neutron_lib.context [None req-3746c838-ce54-4894-8e5b-2945920284b3 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1305/2556] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:09.085 8 WARNING neutron_lib.context [None req-42c1ce62-6a53-4b9c-a6df-11fce9a68f28 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1252/2557] 10.0.0.168 () {34 vars in 695 bytes} [Tue Mar 31 06:27:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2558] 10.0.0.116 () {34 vars in 1096 bytes} [Tue Mar 31 06:27:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1729860662&fields=id&tenant_id=d292d938c1da415f826adad8140edad6 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2559] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:27:09 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2560] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:27:09 2026] GET /v2.0/quotas/d292d938c1da415f826adad8140edad6 => 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: 1254/2561] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:27:09 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&fields=id => generated 287 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2562] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:27:09 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2563] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:27:10 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2564] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:10 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:27:11.621 8 WARNING neutron_lib.context [None req-bda1cd1a-b6ff-4faa-9fd6-1eefed787659 3b51730d8f4049dbb312af4a411c5c92 29e86749ed55407784634b05f48c7ad1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1256/2565] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:27:11 2026] POST /v2.0/floatingips => generated 552 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2566] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:27:12 2026] PUT /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2567] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2568] 10.0.0.168 () {34 vars in 770 bytes} [Tue Mar 31 06:27:12 2026] PUT /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/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: 1258/2569] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/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: 1312/2570] 10.0.0.168 () {34 vars in 766 bytes} [Tue Mar 31 06:27:12 2026] PUT /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags/red => 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: 1259/2571] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2572] 10.0.0.168 () {34 vars in 788 bytes} [Tue Mar 31 06:27:12 2026] PUT /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2573] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2574] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:27:12 2026] PUT /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/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: 1261/2575] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2576] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:27:12.707 8 INFO neutron.api.v2.resource [None req-e2222d0f-07ae-408c-846a-2e7771d45e94 3b51730d8f4049dbb312af4a411c5c92 29e86749ed55407784634b05f48c7ad1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1262/2577] 10.0.0.168 () {32 vars in 751 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2578] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:27:12 2026] DELETE /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2579] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:12 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:27:12.821 7 INFO neutron.api.v2.resource [None req-66aa6b67-6336-48d3-885e-b2479edf6945 3b51730d8f4049dbb312af4a411c5c92 29e86749ed55407784634b05f48c7ad1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1317/2580] 10.0.0.168 () {32 vars in 754 bytes} [Tue Mar 31 06:27:12 2026] DELETE /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2581] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:27:12 2026] DELETE /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2582] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:13 2026] GET /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979/tags => 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: 1265/2583] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:27:13 2026] DELETE /v2.0/floatingips/2158c744-d57c-46c8-8f90-8a53bc9a4979 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2584] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:27:14 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2585] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:14 2026] GET /v2.0/security-groups?tenant_id=1d83352be9de4b4b921a1ad6e58dfe55&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2586] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:27:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d292d938c1da415f826adad8140edad6 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:27:14.825 8 WARNING neutron_lib.context [req-a9ccdd60-b507-4445-bb6f-0c7ba15c919b req-004f7ed5-2dae-4e5b-b0d1-98553348c67b 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1320/2587] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:14 2026] DELETE /v2.0/security-groups/8d1cafe7-4182-4668-b543-fec672ba5c93 => 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: 1321/2588] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:14 2026] GET /v2.0/security-groups?tenant_id=29e86749ed55407784634b05f48c7ad1&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2589] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:15 2026] DELETE /v2.0/security-groups/39dab795-83a0-4e19-ade5-47ff16a97b85 => 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: 1268/2590] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:27:14 2026] POST /v2.0/ports => generated 1179 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1269/2591] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:15 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1182 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2592] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:15 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2595] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:27:15 2026] PUT /v2.0/ports/7c0fb162-4399-4353-b2d5-111a189af517 => generated 1460 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2596] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:27:16 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1463 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: 1324/2597] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:27:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.204&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2598] 199.204.45.78 () {34 vars in 1101 bytes} [Tue Mar 31 06:27:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa8&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:27:16.921 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aeb8ed43-6708-4012-aa6c-9b8bb0cd1285'] response: {'name': 'network-changed', 'server_uuid': 'b24d4a64-c027-41ff-858b-5e8faabf07eb', 'tag': '7c0fb162-4399-4353-b2d5-111a189af517', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2599] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:27:16 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2600] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:16 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2601] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:17 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 8|app: 0|req: 1276/2602] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:27:17 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1327/2603] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:27:17 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1277/2604] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2605] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2606] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.204&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2607] 199.204.45.78 () {34 vars in 1101 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa8&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => 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: 1331/2608] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2609] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:27:18.467 8 WARNING neutron_lib.context [None req-65cbb5ad-f303-4ed2-8b7a-bb3217803da5 abf89e8422484ea4ab935bd00ba4683b 15c59ef591014137b9ca84f724e38e05 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1333/2610] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2611] 10.0.0.168 () {34 vars in 676 bytes} [Tue Mar 31 06:27:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2612] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:27:18 2026] PUT /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2613] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1280/2614] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2616] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1281/2616] 10.0.0.168 () {34 vars in 770 bytes} [Tue Mar 31 06:27:18 2026] PUT /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/green => 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: 1336/2617] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/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: 1282/2618] 10.0.0.168 () {34 vars in 766 bytes} [Tue Mar 31 06:27:18 2026] PUT /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2619] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2620] 10.0.0.168 () {34 vars in 788 bytes} [Tue Mar 31 06:27:18 2026] PUT /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2621] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2622] 10.0.0.168 () {34 vars in 759 bytes} [Tue Mar 31 06:27:18 2026] PUT /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2623] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2624] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:27:18.919 7 INFO neutron.api.v2.resource [None req-94a9d4ce-249f-48f0-86a3-dd1b82957bce abf89e8422484ea4ab935bd00ba4683b 15c59ef591014137b9ca84f724e38e05 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2625] 10.0.0.168 () {32 vars in 751 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2626] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:27:18 2026] DELETE /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2627] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:18 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:27:19.013 8 INFO neutron.api.v2.resource [None req-29848eec-5586-46b6-9834-14f90cb40be4 abf89e8422484ea4ab935bd00ba4683b 15c59ef591014137b9ca84f724e38e05 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1287/2628] 10.0.0.168 () {32 vars in 754 bytes} [Tue Mar 31 06:27:18 2026] DELETE /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2629] 10.0.0.168 () {32 vars in 742 bytes} [Tue Mar 31 06:27:19 2026] DELETE /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2630] 10.0.0.168 () {32 vars in 739 bytes} [Tue Mar 31 06:27:19 2026] GET /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc/tags => 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: 1343/2631] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:27:19 2026] DELETE /v2.0/subnetpools/5f1b5fe7-c99e-4fbe-b2ec-584917814ddc => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2632] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:19 2026] GET /v2.0/security-groups?tenant_id=15c59ef591014137b9ca84f724e38e05&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2633] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:20 2026] DELETE /v2.0/security-groups/47b5888f-0711-4e41-839b-5c5307205763 => 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: 1290/2634] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:20 2026] GET /v2.0/security-groups?tenant_id=a0790edf6b5b4c5e8c37110f67fc00d6&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: 1345/2635] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:20 2026] DELETE /v2.0/security-groups/0092610b-b152-4b52-8443-079a9634abff => 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: 1291/2636] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:20 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1194 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2637] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:20 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:27:23.952 8 WARNING neutron_lib.context [None req-448ad923-a183-4def-a8f5-1a4a069ab60c 66c93f93b9d54822bb9b37f4af8fdff9 db4674126ca44668b09c887b017d3233 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:27:24.136 8 INFO neutron.db.segments_db [None req-448ad923-a183-4def-a8f5-1a4a069ab60c 66c93f93b9d54822bb9b37f4af8fdff9 db4674126ca44668b09c887b017d3233 - - default default] Added segment 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 of type vxlan for network 0b5098e6-48ad-4d3f-90a4-5856b811a92b [pid: 8|app: 0|req: 1292/2638] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:27:23 2026] POST /v2.0/networks => generated 632 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:27:24.243 7 WARNING neutron_lib.context [None req-bd03a493-f4ea-48fd-827c-2f4d980bc1e8 66c93f93b9d54822bb9b37f4af8fdff9 db4674126ca44668b09c887b017d3233 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:27:24.302 7 INFO neutron.db.segments_db [None req-bd03a493-f4ea-48fd-827c-2f4d980bc1e8 66c93f93b9d54822bb9b37f4af8fdff9 db4674126ca44668b09c887b017d3233 - - default default] Added segment e990591f-529e-4061-aa5f-f92c5a5399ac of type vxlan for network a8ee5d92-e2ba-413d-b679-4c74c7f22ca4 [pid: 7|app: 0|req: 1347/2639] 10.0.0.168 () {34 vars in 670 bytes} [Tue Mar 31 06:27:24 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2640] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:27:24 2026] PUT /v2.0/networks/0b5098e6-48ad-4d3f-90a4-5856b811a92b/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2641] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:27:24 2026] GET /v2.0/networks/0b5098e6-48ad-4d3f-90a4-5856b811a92b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2642] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:27:24 2026] PUT /v2.0/networks/a8ee5d92-e2ba-413d-b679-4c74c7f22ca4/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2643] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:27:24 2026] GET /v2.0/networks/a8ee5d92-e2ba-413d-b679-4c74c7f22ca4/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2644] 10.0.0.168 () {34 vars in 753 bytes} [Tue Mar 31 06:27:24 2026] PUT /v2.0/networks/a8ee5d92-e2ba-413d-b679-4c74c7f22ca4/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2645] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:27:24 2026] GET /v2.0/networks/a8ee5d92-e2ba-413d-b679-4c74c7f22ca4/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2646] 10.0.0.168 () {32 vars in 733 bytes} [Tue Mar 31 06:27:24 2026] GET /v2.0/networks/0b5098e6-48ad-4d3f-90a4-5856b811a92b/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:27:24.944 7 INFO neutron.services.segments.plugin [-] Segment 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 resource provider aggregate not found 2026-03-31 06:27:24.950 7 INFO neutron.services.segments.plugin [-] Segment 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 resource provider aggregate not found 2026-03-31 06:27:24.960 7 INFO neutron.services.segments.plugin [-] Segment 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 found for delete ", "request_id": "req-a7e55be5-685a-44f4-9748-0ae98ec2cece"}]} 2026-03-31 06:27:24.965 7 INFO neutron.services.segments.plugin [-] Segment 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b95d65f-22c7-4c9d-9c8d-9e9aa69d9916 found for delete ", "request_id": "req-d369d684-4adb-4c10-bc1f-b53d23be45f6"}]} [pid: 7|app: 0|req: 1351/2647] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:27:24 2026] DELETE /v2.0/networks/0b5098e6-48ad-4d3f-90a4-5856b811a92b => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:27:25.150 8 INFO neutron.services.segments.plugin [-] Segment e990591f-529e-4061-aa5f-f92c5a5399ac resource provider aggregate not found 2026-03-31 06:27:25.159 8 INFO neutron.services.segments.plugin [-] Segment e990591f-529e-4061-aa5f-f92c5a5399ac resource provider aggregate not found 2026-03-31 06:27:25.170 8 INFO neutron.services.segments.plugin [-] Segment e990591f-529e-4061-aa5f-f92c5a5399ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e990591f-529e-4061-aa5f-f92c5a5399ac found for delete ", "request_id": "req-ab770fb2-a8fb-4ac8-a61f-9841eb672499"}]} 2026-03-31 06:27:25.176 8 INFO neutron.services.segments.plugin [-] Segment e990591f-529e-4061-aa5f-f92c5a5399ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e990591f-529e-4061-aa5f-f92c5a5399ac found for delete ", "request_id": "req-e13ba746-43c2-4ef5-b252-5a64e808cfb1"}]} [pid: 8|app: 0|req: 1297/2648] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:27:24 2026] DELETE /v2.0/networks/a8ee5d92-e2ba-413d-b679-4c74c7f22ca4 => 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: 1352/2649] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:25 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2650] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:25 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2651] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:25 2026] GET /v2.0/security-groups?tenant_id=db4674126ca44668b09c887b017d3233&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2652] 10.0.0.168 () {32 vars in 818 bytes} [Tue Mar 31 06:27:25 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&mac_address=fa%3A16%3A3e%3A4e%3A75%3A27 => generated 1196 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:27:26.049 8 WARNING neutron_lib.context [None req-56d1c274-e64a-48d7-a305-eb896bd13e72 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1354/2653] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:26 2026] DELETE /v2.0/security-groups/fee51128-f1d6-4911-81e1-a4854795cb02 => 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: 1355/2654] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:27:26 2026] GET /v2.0/security-groups?tenant_id=bfb845cbace147b7aa03e7e5bb6d9d89&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2655] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:27:26 2026] DELETE /v2.0/security-groups/a57df4ae-846c-4f52-ad49-fc45f0b2b480 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:27:27.023 8 INFO neutron.db.l3_db [None req-56d1c274-e64a-48d7-a305-eb896bd13e72 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Floating IP aac1c705-21b3-491a-baf7-3cc58be64e52 associated. External IP: 10.96.250.217, port: 7c0fb162-4399-4353-b2d5-111a189af517. [pid: 8|app: 0|req: 1300/2656] 10.0.0.168 () {34 vars in 677 bytes} [Tue Mar 31 06:27:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2657] 10.0.0.116 () {34 vars in 1096 bytes} [Tue Mar 31 06:27:27 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1729860662&fields=id&tenant_id=d292d938c1da415f826adad8140edad6 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:27:27.602 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56b560db-a785-4b87-9670-2b57f970b0de'] response: {'name': 'network-changed', 'server_uuid': 'b24d4a64-c027-41ff-858b-5e8faabf07eb', 'tag': '7c0fb162-4399-4353-b2d5-111a189af517', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2658] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:27:27 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 704 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2659] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:27:27 2026] GET /v2.0/quotas/d292d938c1da415f826adad8140edad6 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2660] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:27:27 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&fields=id => generated 333 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2661] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:27:27 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1303/2662] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:27:27 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2663] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => 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: 1304/2664] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2665] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2666] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.204&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2667] 199.204.45.78 () {34 vars in 1101 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa8&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2668] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2669] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2670] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2671] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1308/2672] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:27:28 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1310/2675] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:27:32 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2676] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:27:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d292d938c1da415f826adad8140edad6 => generated 179 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:27:32.425 8 WARNING neutron_lib.context [req-07ea2f2f-d690-4c9b-acae-27a86962b4a2 req-4c6c7d72-9871-464b-9b29-30260819eee5 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1311/2677] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:27:32 2026] POST /v2.0/ports => generated 1187 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1312/2678] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:33 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1202 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2679] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:33 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2680] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:27:32 2026] PUT /v2.0/ports/283f77b5-6caf-425f-bb64-56ced81db8ec => generated 1468 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2681] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1465 bytes in 58 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/2682] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2683] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1471 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:27:34.537 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d156b07a-92b4-49fe-903f-7bd8fb6db6eb'] response: {'name': 'network-changed', 'server_uuid': '6f7433ba-cce7-4cb5-86a7-4200566f5f80', 'tag': '283f77b5-6caf-425f-bb64-56ced81db8ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1369/2684] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1316/2685] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22f&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2686] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2687] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2688] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&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: 1318/2689] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1372/2690] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:27:34 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1319/2691] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:27:35 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1471 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2692] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:27:35 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2693] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:27:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1374/2694] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22f&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1321/2695] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:27:36 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2696] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:36 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&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: 1322/2697] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:36 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2698] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:27:36 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2699] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:27:36 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1377/2700] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:38 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1204 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2701] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:38 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2702] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:27:43 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1204 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2703] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:43 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2704] 10.0.0.168 () {32 vars in 818 bytes} [Tue Mar 31 06:27:43 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&mac_address=fa%3A16%3A3e%3A20%3A1e%3A79 => generated 1204 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:27:43.839 8 WARNING neutron_lib.context [None req-09028f58-99eb-413c-b260-3dc10c1b3876 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:27:44.572 8 INFO neutron.db.l3_db [None req-09028f58-99eb-413c-b260-3dc10c1b3876 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Floating IP 51ff847f-21c4-4a1c-b142-9fa6a0d74c38 associated. External IP: 10.96.250.206, port: 283f77b5-6caf-425f-bb64-56ced81db8ec. [pid: 8|app: 0|req: 1326/2705] 10.0.0.168 () {34 vars in 677 bytes} [Tue Mar 31 06:27:43 2026] POST /v2.0/floatingips => generated 855 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2708] 10.0.0.116 () {34 vars in 1084 bytes} [Tue Mar 31 06:27:48 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 2927 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2709] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:48 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&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-03-31 06:27:49.303 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a211ef82-0ba8-4224-9b26-320b9224d84a'] response: {'name': 'network-changed', 'server_uuid': '6f7433ba-cce7-4cb5-86a7-4200566f5f80', 'tag': '283f77b5-6caf-425f-bb64-56ced81db8ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1329/2710] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1473 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2711] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2712] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2713] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22f&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1331/2714] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2715] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2716] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&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: 1385/2717] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1333/2718] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2719] 10.0.0.116 () {34 vars in 1084 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 2927 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2720] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:49 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&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: 1387/2721] 10.0.0.195 () {34 vars in 990 bytes} [Tue Mar 31 06:27:51 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2722] 10.0.0.195 () {34 vars in 1040 bytes} [Tue Mar 31 06:27:51 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&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: 1388/2723] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:27:56 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2724] 10.0.0.44 () {30 vars in 688 bytes} [Tue Mar 31 06:27:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2725] 10.0.0.44 () {30 vars in 690 bytes} [Tue Mar 31 06:27:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2726] 10.0.0.44 () {30 vars in 666 bytes} [Tue Mar 31 06:27: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: 1390/2727] 10.0.0.44 () {30 vars in 702 bytes} [Tue Mar 31 06:27: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: 1338/2728] 10.0.0.44 () {28 vars in 437 bytes} [Tue Mar 31 06:27: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: 1391/2729] 10.0.0.44 () {30 vars in 726 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 657 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2730] 10.0.0.44 () {30 vars in 688 bytes} [Tue Mar 31 06:27:58 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: 1392/2731] 10.0.0.44 () {30 vars in 690 bytes} [Tue Mar 31 06:27:58 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: 1340/2732] 10.0.0.44 () {30 vars in 666 bytes} [Tue Mar 31 06:27:58 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: 1393/2733] 10.0.0.44 () {30 vars in 702 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2734] 10.0.0.44 () {30 vars in 726 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2735] 10.0.0.44 () {30 vars in 688 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2736] 10.0.0.44 () {30 vars in 690 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2737] 10.0.0.44 () {30 vars in 666 bytes} [Tue Mar 31 06:27:58 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: 1343/2738] 10.0.0.44 () {30 vars in 702 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2739] 10.0.0.44 () {30 vars in 728 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2740] 10.0.0.44 () {30 vars in 680 bytes} [Tue Mar 31 06:27:58 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2741] 10.0.0.44 () {34 vars in 702 bytes} [Tue Mar 31 06:27:58 2026] POST /v2.0/ports => generated 1128 bytes in 399 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: 1399/2744] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:28:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2745] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:28:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2746] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:28:01 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: 1347/2747] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:28:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2748] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:28:01 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2749] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2750] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2751] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:28:02 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: 1403/2752] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:28:02.269 8 INFO neutron.api.v2.resource [None req-2a1d3436-684f-4356-ad91-01edfeed9d88 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1350/2753] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/security-groups/lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2754] 199.204.45.78 () {30 vars in 783 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/security-groups?name=lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 23 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2755] 199.204.45.78 () {34 vars in 734 bytes} [Tue Mar 31 06:28:02 2026] POST /v2.0/security-groups => generated 1638 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2756] 199.204.45.78 () {30 vars in 813 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/security-group-rules?security_group_id=82b64139-c382-40d4-9490-f5832456c788 => generated 1182 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2757] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:28:02 2026] PUT /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2758] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1353/2759] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:28:02 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: 1407/2760] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2761] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:28:02 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: 1408/2762] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:28:02 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2763] 199.204.45.78 () {34 vars in 1095 bytes} [Tue Mar 31 06:28:07 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2764] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:28:08 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2765] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:28:08 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2766] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:28:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.204&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2767] 199.204.45.78 () {34 vars in 1101 bytes} [Tue Mar 31 06:28:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa8&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => 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: 1411/2768] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:28:09 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2769] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:28:09 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1412/2770] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:28:09 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1359/2771] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:28:09 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1413/2772] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:28:09 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1360/2773] 10.0.0.116 () {34 vars in 1016 bytes} [Tue Mar 31 06:28:10 2026] GET /v2.0/security-groups?id=53ae2ced-b896-4bb3-8cfe-2fef76d76c91&fields=id => 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: 1414/2774] 10.0.0.116 () {34 vars in 982 bytes} [Tue Mar 31 06:28:10 2026] GET /v2.0/networks?id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2775] 10.0.0.116 () {34 vars in 965 bytes} [Tue Mar 31 06:28:10 2026] GET /v2.0/quotas/10e080e32aec4c97921ff8d86f0e45b9 => 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: 1415/2776] 10.0.0.116 () {34 vars in 1002 bytes} [Tue Mar 31 06:28:10 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2777] 10.0.0.116 () {34 vars in 1008 bytes} [Tue Mar 31 06:28:10 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2778] 10.0.0.116 () {34 vars in 1108 bytes} [Tue Mar 31 06:28:11 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1363/2779] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:11 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => 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: 1417/2780] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:11 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => 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: 1364/2781] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:14 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => 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: 1418/2782] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:14 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => 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: 1366/2785] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:28:15 2026] GET /v2.0/networks?id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2786] 199.204.45.78 () {34 vars in 1049 bytes} [Tue Mar 31 06:28:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=10e080e32aec4c97921ff8d86f0e45b9 => generated 343 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2787] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:28:15 2026] POST /v2.0/ports => generated 1082 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2788] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:28:16 2026] PUT /v2.0/ports/529681f8-8079-438c-97ac-ed5f489dd0dd => generated 1243 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1368/2789] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1422/2790] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2791] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2792] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2793] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:28:17.881 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76a6cb63-6a2c-4331-9d1c-9cc25aca28d4'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': '529681f8-8079-438c-97ac-ed5f489dd0dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1424/2794] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/security-groups?id=53ae2ced-b896-4bb3-8cfe-2fef76d76c91&fields=id&fields=name => generated 96 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2795] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1425/2796] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1372/2797] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:17 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2798] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2799] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/networks?id=a14ca750-a660-4faa-8f78-baa48a9a2be4 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2800] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => 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: 1374/2801] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2802] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2803] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2804] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:28:19 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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/2805] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:20 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2806] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:28:20 2026] GET /v2.0/security-groups?id=53ae2ced-b896-4bb3-8cfe-2fef76d76c91&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2807] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:20 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2808] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:28:22 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2809] 199.204.45.78 () {34 vars in 1043 bytes} [Tue Mar 31 06:28:22 2026] GET /v2.0/security-groups?id=53ae2ced-b896-4bb3-8cfe-2fef76d76c91&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2810] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:23 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2811] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:28:23 2026] GET /v2.0/security-groups?id=53ae2ced-b896-4bb3-8cfe-2fef76d76c91&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: 1433/2812] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:28:24 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2817] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:00 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: 1382/2818] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:00 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: 1437/2819] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:00 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: 1383/2820] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2823] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:00 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2824] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:29:00 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2825] 199.204.45.78 () {34 vars in 715 bytes} [Tue Mar 31 06:29:00 2026] POST /v2.0/ports => generated 1093 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2826] 10.0.0.116 () {34 vars in 971 bytes} [Tue Mar 31 06:29:01 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1093 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1440/2827] 10.0.0.116 () {34 vars in 907 bytes} [Tue Mar 31 06:29:01 2026] GET /v2.0/extensions => generated 20516 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2828] 199.204.45.78 () {34 vars in 1261 bytes} [Tue Mar 31 06:29:02 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2829] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:02 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1389/2830] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:02 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2831] 199.204.45.78 () {34 vars in 974 bytes} [Tue Mar 31 06:29:02 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1093 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2832] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:02 2026] GET /v2.0/networks?id=29334c5f-c605-4cb9-8faf-a7098780352e => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2833] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:29:02 2026] PUT /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1283 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2834] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2523 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1444/2835] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2836] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:29:04.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f299931-b0ee-4547-a10a-15fdbff740d2'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': 'a4ef25ca-2a3b-4385-abc8-e1fbcf362a39', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1445/2837] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&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: 1393/2838] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1446/2839] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2840] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1447/2841] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2842] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2843] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2844] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:04 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1449/2845] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:05 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2846] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:06 2026] GET /v2.0/networks?id=29334c5f-c605-4cb9-8faf-a7098780352e => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2847] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1398/2848] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:06 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2849] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:06 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&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: 1399/2850] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:06 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2851] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:06 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2852] 199.204.45.78 () {34 vars in 1095 bytes} [Tue Mar 31 06:29:08 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2853] 10.0.0.116 () {34 vars in 971 bytes} [Tue Mar 31 06:29:08 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1285 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2854] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:29:08 2026] PUT /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1309 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:29:08.535 7 INFO neutron.api.v2.resource [None req-e9f032f5-780b-4f5c-9b45-83af0c2c6c43 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1454/2855] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 06:29:08 2026] GET /v2.0/security-groups/lb-be30c454-2870-49ea-a860-d3dda7895de4 => 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, ' [pid: 8|app: 0|req: 1402/2856] 199.204.45.78 () {30 vars in 783 bytes} [Tue Mar 31 06:29:08 2026] GET /v2.0/security-groups?name=lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 1639 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:29:08.707 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b43f607a-ab29-4b07-bcfe-1fba0eedbf88'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': 'a4ef25ca-2a3b-4385-abc8-e1fbcf362a39', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1403/2857] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:08 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1473 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2858] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:29:08 2026] PUT /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1309 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2859] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1456/2860] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2861] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2862] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:29:09.148 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bfa1eb1-e1d2-4d87-8a82-eadd1707c21d'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': 'a4ef25ca-2a3b-4385-abc8-e1fbcf362a39', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1406/2863] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2864] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2865] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2866] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks?id=29334c5f-c605-4cb9-8faf-a7098780352e => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2867] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2868] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1409/2869] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2870] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2871] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2872] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2873] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 799 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2874] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1412/2875] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1464/2876] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2877] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22f&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2878] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2879] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1415/2880] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2881] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&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: 1416/2882] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2883] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1417/2884] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:09 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2885] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2886] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/networks?id=29334c5f-c605-4cb9-8faf-a7098780352e => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2887] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1419/2888] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2889] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2890] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1471/2891] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:10 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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-03-31 06:29:19.683 8 WARNING neutron_lib.context [None req-f0613796-98d6-4871-967a-b9c5553759f8 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-03-31 06:29:20.582 8 INFO neutron.db.l3_db [None req-f0613796-98d6-4871-967a-b9c5553759f8 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Floating IP e59e67d4-3ca8-46b7-8e4c-c2739fcf01d4 associated. External IP: 10.96.250.215, port: 3d08c24f-3e26-4f0c-b47d-40be78d7b16b. [pid: 8|app: 0|req: 1422/2894] 10.0.0.168 () {34 vars in 677 bytes} [Tue Mar 31 06:29:19 2026] POST /v2.0/floatingips => generated 898 bytes in 1271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2895] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:24 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: 1423/2896] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:24 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: 1474/2897] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:24 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: 1424/2898] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:29:24.092 7 INFO neutron.api.v2.resource [None req-f067cef0-dfb5-41c6-a155-94a51a14951d 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/2899] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 06:29:24 2026] GET /v2.0/security-groups/lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2900] 199.204.45.78 () {30 vars in 783 bytes} [Tue Mar 31 06:29:24 2026] GET /v2.0/security-groups?name=lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2901] 199.204.45.78 () {30 vars in 813 bytes} [Tue Mar 31 06:29:24 2026] GET /v2.0/security-group-rules?security_group_id=82b64139-c382-40d4-9490-f5832456c788 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2902] 199.204.45.78 () {34 vars in 745 bytes} [Tue Mar 31 06:29:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2903] 199.204.45.78 () {34 vars in 745 bytes} [Tue Mar 31 06:29:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2906] 10.0.0.44 () {30 vars in 688 bytes} [Tue Mar 31 06:29:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2907] 10.0.0.44 () {30 vars in 690 bytes} [Tue Mar 31 06:29:32 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: 1429/2908] 10.0.0.44 () {30 vars in 666 bytes} [Tue Mar 31 06:29: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: 1480/2909] 10.0.0.44 () {30 vars in 702 bytes} [Tue Mar 31 06:29:32 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: 1430/2910] 10.0.0.44 () {28 vars in 437 bytes} [Tue Mar 31 06:29:33 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2911] 10.0.0.44 () {30 vars in 726 bytes} [Tue Mar 31 06:29:33 2026] GET /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 655 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2912] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:34 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: 1482/2913] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:34 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: 1432/2914] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2915] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:34 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: 1433/2916] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:34 2026] GET /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2917] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:29:34 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2918] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2919] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:34 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: 1435/2920] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29: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: 1486/2921] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:34 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: 1436/2922] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:36 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1487/2923] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:36 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1437/2924] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:36 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2925] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:29:36 2026] POST /v2.0/ports => generated 1295 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2926] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:29:37 2026] PUT /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1456 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1489/2927] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4033 bytes in 50 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: 1439/2928] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2929] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:29:38.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d581d581-5fc4-4e8e-8b1b-b6ff5e22112e'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': 'e3f0ec12-6f80-469d-b5b2-0ea205982456', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1440/2930] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&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: 1491/2931] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1441/2932] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1492/2933] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 19 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2934] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2935] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2936] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1494/2937] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1444/2938] 199.204.45.78 () {34 vars in 1053 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1495/2939] 199.204.45.78 () {34 vars in 1103 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A139&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1445/2940] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2941] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1446/2942] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2943] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1447/2944] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:39 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1498/2945] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:40 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4033 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2946] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:40 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2947] 199.204.45.78 () {34 vars in 1053 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1449/2948] 199.204.45.78 () {34 vars in 1103 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A139&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1500/2949] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2950] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2951] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1451/2952] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1502/2953] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:41 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1452/2954] 10.0.0.116 () {34 vars in 971 bytes} [Tue Mar 31 06:29:43 2026] GET /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1458 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2955] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:43 2026] GET /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1458 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2956] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:43 2026] GET /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1458 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2957] 199.204.45.78 () {34 vars in 788 bytes} [Tue Mar 31 06:29:43 2026] PUT /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1193 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2958] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 797 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1505/2959] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2960] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29: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-03-31 06:29:44.312 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79e0300a-cf39-45cd-918b-29e7772c369e'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': 'e3f0ec12-6f80-469d-b5b2-0ea205982456', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1506/2961] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29: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: 1456/2962] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:44 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: 1507/2963] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2964] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2965] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2966] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1345 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2967] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2968] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => 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: 1510/2969] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2970] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2971] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3806 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2972] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2973] 199.204.45.78 () {34 vars in 1053 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1462/2974] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8 => 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: 1513/2975] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1463/2976] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:44 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1514/2977] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:45 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2980] 10.0.0.44 () {30 vars in 688 bytes} [Tue Mar 31 06:29:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2981] 10.0.0.44 () {30 vars in 690 bytes} [Tue Mar 31 06:29:49 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: 1517/2982] 10.0.0.44 () {30 vars in 666 bytes} [Tue Mar 31 06:29:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2983] 10.0.0.44 () {30 vars in 702 bytes} [Tue Mar 31 06:29:49 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: 1518/2984] 10.0.0.44 () {28 vars in 437 bytes} [Tue Mar 31 06:29:49 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: 1467/2985] 10.0.0.44 () {30 vars in 726 bytes} [Tue Mar 31 06:29:49 2026] GET /v2.0/subnets/06a626b1-40bb-4efd-8362-59db03b99847 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2986] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:50 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: 1468/2987] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2988] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:50 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: 1469/2989] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:50 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: 1521/2990] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:50 2026] GET /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2991] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:50 2026] GET /v2.0/subnets/06a626b1-40bb-4efd-8362-59db03b99847 => 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: 1522/2992] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:29:50 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3806 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2993] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:50 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: 1523/2994] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:50 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: 1472/2995] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2996] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2997] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:51 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1525/2998] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:51 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2999] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:52 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3000] 199.204.45.78 () {38 vars in 954 bytes} [Tue Mar 31 06:29:52 2026] POST /v2.0/ports => generated 1303 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3001] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:29:52 2026] PUT /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1464 bytes in 488 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: 1527/3002] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 5262 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/3003] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => 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: 1528/3004] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:29:54.503 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3503bbd4-ac59-41af-97a8-e474614ce0b4'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': '9b2516f2-8818-4979-9489-3414381d8047', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/3005] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3006] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1478/3007] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1530/3008] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1479/3009] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3010] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&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: 1480/3011] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1532/3012] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3013] 199.204.45.78 () {34 vars in 1053 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1533/3014] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8 => 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: 1482/3015] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:54 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1534/3016] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1483/3017] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3018] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.28&port_id=9b2516f2-8818-4979-9489-3414381d8047 => 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: 1484/3019] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a1&port_id=9b2516f2-8818-4979-9489-3414381d8047 => 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: 1536/3020] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3021] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3022] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3023] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1538/3024] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:55 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1487/3025] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 5262 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3026] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => 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: 1488/3027] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.28&port_id=9b2516f2-8818-4979-9489-3414381d8047 => 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: 1540/3028] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a1&port_id=9b2516f2-8818-4979-9489-3414381d8047 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3029] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3030] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&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: 1490/3031] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3032] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1491/3033] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:29:56 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3034] 10.0.0.116 () {34 vars in 971 bytes} [Tue Mar 31 06:29:58 2026] GET /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1466 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3035] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:58 2026] GET /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1466 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3036] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:58 2026] GET /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1466 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3037] 199.204.45.78 () {34 vars in 788 bytes} [Tue Mar 31 06:29:58 2026] PUT /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1197 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3038] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 797 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1494/3039] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/subnets/06a626b1-40bb-4efd-8362-59db03b99847 => 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: 1546/3040] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:29:59.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d132ac8a-06aa-40be-a1ec-8720fe8b0fc3'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': '9b2516f2-8818-4979-9489-3414381d8047', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1495/3041] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3042] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3043] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:29:59 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: 1548/3044] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3045] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3046] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1345 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3047] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3048] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3049] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => 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: 1551/3050] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3051] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:29:59 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 5031 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3052] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:30:00 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3053] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.28&port_id=9b2516f2-8818-4979-9489-3414381d8047 => 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: 1553/3054] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:00 2026] GET /v2.0/subnets?id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3055] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:00 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3056] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:00 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1503/3057] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:00 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3060] 199.204.45.78 () {34 vars in 1095 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3061] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3062] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3063] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3064] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:10 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: 1507/3065] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3066] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 5031 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3067] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:10 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: 1560/3068] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:10 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: 1509/3069] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:10 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: 1561/3070] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:10 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: 1510/3071] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:10 2026] GET /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1233 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3072] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3073] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:30:10 2026] PUT /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1026 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3074] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 797 bytes in 47 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: 1563/3075] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3076] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:30:11.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7da6818b-794d-4152-baa9-92d55662e62f'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': '9b2516f2-8818-4979-9489-3414381d8047', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/3077] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.204&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3078] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3079] 199.204.45.78 () {34 vars in 1101 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa8&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => 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: 1566/3080] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3081] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:11 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3082] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3083] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3084] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1517/3085] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3086] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1518/3087] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 1570/3088] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1519/3089] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:12 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3090] 199.204.45.78 () {34 vars in 974 bytes} [Tue Mar 31 06:30:13 2026] GET /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 1062 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3091] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:14 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 4860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3092] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:30:13 2026] DELETE /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3093] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3806 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:30:15.167 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df7ad3de-aa91-43cd-9382-40e6ebbb7f99 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3094] 199.204.45.78 () {32 vars in 757 bytes} [Tue Mar 31 06:30:15 2026] DELETE /v2.0/ports/9b2516f2-8818-4979-9489-3414381d8047 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3095] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3096] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:15 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: 1575/3097] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:15 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: 1523/3098] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3099] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3100] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3101] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:30:15.474 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb77fef7-8359-44ac-a3c5-9549481f39f7'] response: {'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'name': 'network-vif-deleted', 'tag': '9b2516f2-8818-4979-9489-3414381d8047', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1525/3102] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3103] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3106] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3107] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3108] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3806 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3109] 199.204.45.78 () {34 vars in 1225 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/networks?id=a14ca750-a660-4faa-8f78-baa48a9a2be4&id=29334c5f-c605-4cb9-8faf-a7098780352e&id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 3095 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3110] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => 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: 1583/3111] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3112] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&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: 1584/3113] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:15 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1530/3114] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1585/3115] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1531/3116] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3117] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3118] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3119] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1533/3120] 199.204.45.78 () {34 vars in 1053 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=e3f0ec12-6f80-469d-b5b2-0ea205982456 => 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: 1588/3121] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3122] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1589/3123] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3124] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:16 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3125] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:19 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: 1536/3126] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:19 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: 1591/3127] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:19 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: 1537/3128] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3129] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:19 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3806 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3130] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:19 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: 1593/3131] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3132] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:19 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: 1594/3133] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:19 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: 1540/3134] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:19 2026] GET /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1229 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3135] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:30:19 2026] PUT /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1026 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3136] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1596/3137] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3639 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3138] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:30:20.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b695df9-6973-45fd-a826-a08a4f2d2dec'] response: {'name': 'network-changed', 'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'tag': 'e3f0ec12-6f80-469d-b5b2-0ea205982456', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1597/3139] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3140] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3141] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1544/3142] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:20 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3143] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:21 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3144] 199.204.45.78 () {34 vars in 974 bytes} [Tue Mar 31 06:30:22 2026] GET /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 1062 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3145] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:22 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 3639 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3146] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:30:22 2026] DELETE /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3147] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:30:23.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f50140b8-e38c-46c7-bc5c-3e3ee52b0c8c 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3148] 199.204.45.78 () {32 vars in 757 bytes} [Tue Mar 31 06:30:23 2026] DELETE /v2.0/ports/e3f0ec12-6f80-469d-b5b2-0ea205982456 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3149] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:30:23.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e4aea0d-14a0-4e4d-b4e2-50f9c8d981dc'] response: {'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'name': 'network-vif-deleted', 'tag': 'e3f0ec12-6f80-469d-b5b2-0ea205982456', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1602/3150] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30: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: 1549/3151] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:23 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: 1603/3152] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:23 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: 1550/3153] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3154] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3155] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3156] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3157] 199.204.45.78 () {30 vars in 741 bytes} [Tue Mar 31 06:30:23 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3158] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3159] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3160] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3161] 199.204.45.78 () {34 vars in 1065 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/networks?id=a14ca750-a660-4faa-8f78-baa48a9a2be4&id=29334c5f-c605-4cb9-8faf-a7098780352e => generated 1523 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3162] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => 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: 1555/3163] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3164] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3165] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3166] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1557/3167] 199.204.45.78 () {34 vars in 1055 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => 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: 1611/3168] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/subnets?id=88d8e0a0-27b3-4245-a5a3-a09994ba678d => 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: 1558/3169] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/ports?network_id=29334c5f-c605-4cb9-8faf-a7098780352e&device_owner=network%3Adhcp => generated 1461 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3170] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1559/3171] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:24 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?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: 1561/3174] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:35 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: 1614/3175] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:35 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: 1562/3176] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3177] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:35 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-03-31 06:30:35.878 8 INFO neutron.api.v2.resource [None req-af6ef36a-6918-4870-837e-40897ac1de4b 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3178] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 06:30:35 2026] GET /v2.0/security-groups/lb-be30c454-2870-49ea-a860-d3dda7895de4 => 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: 1616/3179] 199.204.45.78 () {30 vars in 783 bytes} [Tue Mar 31 06:30:35 2026] GET /v2.0/security-groups?name=lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 2865 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3180] 199.204.45.78 () {30 vars in 813 bytes} [Tue Mar 31 06:30:35 2026] GET /v2.0/security-group-rules?security_group_id=82b64139-c382-40d4-9490-f5832456c788 => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3181] 199.204.45.78 () {32 vars in 787 bytes} [Tue Mar 31 06:30:35 2026] DELETE /v2.0/security-group-rules/87fb15bf-9451-43de-aa8a-e9ff7d26d010 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3182] 199.204.45.78 () {32 vars in 787 bytes} [Tue Mar 31 06:30:36 2026] DELETE /v2.0/security-group-rules/ee0c0170-4e9b-4ae3-9277-17e39ba3da2d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:30:39.966 7 INFO neutron.db.l3_db [None req-57ba0366-5e79-4928-b824-5df9af8bb814 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Floating IP e59e67d4-3ca8-46b7-8e4c-c2739fcf01d4 disassociated (deleted). External IP: 10.96.250.215, port: 3d08c24f-3e26-4f0c-b47d-40be78d7b16b. [pid: 7|app: 0|req: 1618/3183] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:30:39 2026] DELETE /v2.0/floatingips/e59e67d4-3ca8-46b7-8e4c-c2739fcf01d4 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:30:40.333 8 INFO neutron.api.v2.resource [None req-9ecec1a7-ab1a-4bdb-b9c5-05a8cd7382ea 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3184] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:30:40 2026] GET /v2.0/floatingips/e59e67d4-3ca8-46b7-8e4c-c2739fcf01d4 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3185] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3186] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:41 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: 1620/3187] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:41 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: 1568/3188] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30: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) 2026-03-31 06:30:41.550 7 INFO neutron.api.v2.resource [None req-5d14ba49-2265-466b-903f-d1cc5f72931d 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3189] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/security-groups/lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3190] 199.204.45.78 () {30 vars in 783 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/security-groups?name=lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3191] 199.204.45.78 () {30 vars in 813 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/security-group-rules?security_group_id=82b64139-c382-40d4-9490-f5832456c788 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3192] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30:41 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: 1623/3193] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:41 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: 1571/3194] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:41 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: 1624/3195] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30: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: 8|app: 0|req: 1572/3196] 199.204.45.78 () {30 vars in 739 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3197] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3198] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3199] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:41 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3200] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:43 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3201] 199.204.45.78 () {34 vars in 974 bytes} [Tue Mar 31 06:30:43 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1345 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3202] 199.204.45.78 () {34 vars in 1059 bytes} [Tue Mar 31 06:30:44 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3203] 199.204.45.78 () {34 vars in 1015 bytes} [Tue Mar 31 06:30:44 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3204] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:44 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3205] 199.204.45.78 () {38 vars in 1027 bytes} [Tue Mar 31 06:30:44 2026] PUT /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1146 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3206] 199.204.45.78 () {30 vars in 767 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => 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: 7|app: 0|req: 1630/3207] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:30:45 2026] PUT /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1087 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3208] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 1087 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1631/3211] 199.204.45.78 () {32 vars in 757 bytes} [Tue Mar 31 06:30:45 2026] DELETE /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3212] 199.204.45.78 () {30 vars in 701 bytes} [Tue Mar 31 06:30: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) [pid: 7|app: 0|req: 1632/3213] 199.204.45.78 () {30 vars in 703 bytes} [Tue Mar 31 06:30:45 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: 1582/3214] 199.204.45.78 () {30 vars in 679 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3215] 199.204.45.78 () {30 vars in 715 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:30:45.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1435c102-b8f6-48f9-b850-44d636a35d74 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3216] 199.204.45.78 () {32 vars in 757 bytes} [Tue Mar 31 06:30:45 2026] DELETE /v2.0/ports/a4ef25ca-2a3b-4385-abc8-e1fbcf362a39 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3217] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:30:45.952 8 INFO neutron.api.v2.resource [None req-1583eb80-2ee0-48b1-a0ec-ec727b56b531 66bc2451884743808e7d468627e01f77 10e080e32aec4c97921ff8d86f0e45b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3218] 199.204.45.78 () {30 vars in 761 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/security-groups/lb-be30c454-2870-49ea-a860-d3dda7895de4 => 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: 1635/3219] 199.204.45.78 () {30 vars in 783 bytes} [Tue Mar 31 06:30:45 2026] GET /v2.0/security-groups?name=lb-be30c454-2870-49ea-a860-d3dda7895de4 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3220] 199.204.45.78 () {30 vars in 735 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3221] 199.204.45.78 () {34 vars in 787 bytes} [Tue Mar 31 06:30:46 2026] PUT /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 1090 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3222] 199.204.45.78 () {32 vars in 777 bytes} [Tue Mar 31 06:30:46 2026] DELETE /v2.0/security-groups/82b64139-c382-40d4-9490-f5832456c788 => 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: 1587/3223] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/ports?tenant_id=10e080e32aec4c97921ff8d86f0e45b9&device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3224] 199.204.45.78 () {34 vars in 1065 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/networks?id=a14ca750-a660-4faa-8f78-baa48a9a2be4&id=29334c5f-c605-4cb9-8faf-a7098780352e => generated 1523 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3225] 199.204.45.78 () {34 vars in 1061 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.156&port_id=529681f8-8079-438c-97ac-ed5f489dd0dd => 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: 1590/3226] 199.204.45.78 () {34 vars in 983 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/subnets?id=653b3912-d64f-4a69-bd1b-fb189e57ecef => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3227] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/ports?network_id=a14ca750-a660-4faa-8f78-baa48a9a2be4&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3228] 199.204.45.78 () {32 vars in 757 bytes} [Tue Mar 31 06:30:46 2026] DELETE /v2.0/ports/3d08c24f-3e26-4f0c-b47d-40be78d7b16b => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3229] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1638/3230] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:46 2026] GET /v2.0/networks/a14ca750-a660-4faa-8f78-baa48a9a2be4?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: 1593/3231] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:30:49 2026] GET /v2.0/ports?device_id=8707f0a6-abf0-4524-8141-2bd6e8727c52 => 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: 1639/3232] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:30:49 2026] DELETE /v2.0/ports/529681f8-8079-438c-97ac-ed5f489dd0dd => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:30:50.859 8 INFO neutron.db.l3_db [None req-c37fbfda-5dce-4f57-9025-1bbc1358ff4f 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Floating IP 51ff847f-21c4-4a1c-b142-9fa6a0d74c38 disassociated (deleted). External IP: 10.96.250.206, port: 283f77b5-6caf-425f-bb64-56ced81db8ec. [pid: 8|app: 0|req: 1594/3233] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:30:50 2026] DELETE /v2.0/floatingips/51ff847f-21c4-4a1c-b142-9fa6a0d74c38 => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:30:51.217 7 INFO neutron.api.v2.resource [None req-f7b25530-fab8-43d4-8c75-14cf697305e1 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3234] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:30:51 2026] GET /v2.0/floatingips/51ff847f-21c4-4a1c-b142-9fa6a0d74c38 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:30:51.449 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd2329a7-6d86-49a9-bd22-1435d3e6171a'] response: {'name': 'network-changed', 'server_uuid': '6f7433ba-cce7-4cb5-86a7-4200566f5f80', 'tag': '283f77b5-6caf-425f-bb64-56ced81db8ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1595/3235] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:30:51 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1204 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:30:51.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6974427-18a1-48d1-aac9-503bd8dd0e46'] response: {'server_uuid': '8707f0a6-abf0-4524-8141-2bd6e8727c52', 'name': 'network-vif-deleted', 'tag': '529681f8-8079-438c-97ac-ed5f489dd0dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1641/3236] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:30:51 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&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: 8|app: 0|req: 1596/3237] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:30:51 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3238] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:30:51 2026] GET /v2.0/networks?id=3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3239] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1643/3240] 199.204.45.78 () {34 vars in 1105 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22f&port_id=283f77b5-6caf-425f-bb64-56ced81db8ec => 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: 1598/3241] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/subnets?id=e3a99f40-0434-4e97-8421-eaa6262cbfa6&id=06a626b1-40bb-4efd-8362-59db03b99847 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3242] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3243] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/ports?network_id=3ec78ee0-2007-4acc-952c-ad762fe75b1c&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3244] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?fields=segments => generated 14 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3245] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:30:52 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c?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: 7|app: 0|req: 1646/3246] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:30:53 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3247] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:30:53 2026] DELETE /v2.0/ports/283f77b5-6caf-425f-bb64-56ced81db8ec => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3248] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:30:56 2026] GET /v2.0/ports?device_id=6f7433ba-cce7-4cb5-86a7-4200566f5f80 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:31:02.019 7 INFO neutron.db.l3_db [None req-ee43f3a0-9f95-4364-b758-0533f66eb96a 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] Floating IP aac1c705-21b3-491a-baf7-3cc58be64e52 disassociated (deleted). External IP: 10.96.250.217, port: 7c0fb162-4399-4353-b2d5-111a189af517. [pid: 7|app: 0|req: 1649/3251] 10.0.0.168 () {32 vars in 732 bytes} [Tue Mar 31 06:31:01 2026] DELETE /v2.0/floatingips/aac1c705-21b3-491a-baf7-3cc58be64e52 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:02.438 8 INFO neutron.api.v2.resource [None req-3c5e37c5-855d-4497-ac69-261f83d44903 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3252] 10.0.0.168 () {32 vars in 729 bytes} [Tue Mar 31 06:31:02 2026] GET /v2.0/floatingips/aac1c705-21b3-491a-baf7-3cc58be64e52 => generated 144 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:31:02.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfaddc9e-40aa-4e2a-a1a0-98d029c54613'] response: {'name': 'network-changed', 'server_uuid': 'b24d4a64-c027-41ff-858b-5e8faabf07eb', 'tag': '7c0fb162-4399-4353-b2d5-111a189af517', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1650/3253] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:31:02 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1196 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:31:02.705 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3ffc171-b13e-4b0b-a570-b909d9a507e8'] response: {'server_uuid': '6f7433ba-cce7-4cb5-86a7-4200566f5f80', 'name': 'network-vif-deleted', 'tag': '283f77b5-6caf-425f-bb64-56ced81db8ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1604/3254] 10.0.0.116 () {34 vars in 1040 bytes} [Tue Mar 31 06:31:02 2026] GET /v2.0/security-groups?id=60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3255] 199.204.45.78 () {34 vars in 1079 bytes} [Tue Mar 31 06:31:03 2026] GET /v2.0/ports?tenant_id=d292d938c1da415f826adad8140edad6&device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1465 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3256] 199.204.45.78 () {34 vars in 985 bytes} [Tue Mar 31 06:31:03 2026] GET /v2.0/networks?id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3257] 199.204.45.78 () {34 vars in 1057 bytes} [Tue Mar 31 06:31:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.204&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3258] 199.204.45.78 () {34 vars in 1101 bytes} [Tue Mar 31 06:31:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa8&port_id=7c0fb162-4399-4353-b2d5-111a189af517 => 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: 1653/3259] 199.204.45.78 () {34 vars in 1063 bytes} [Tue Mar 31 06:31:03 2026] GET /v2.0/subnets?id=4cf93eef-ceb6-431d-955e-b78168be3bf8&id=bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3260] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:31:03 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&device_owner=network%3Adhcp => generated 1457 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3261] 199.204.45.78 () {34 vars in 1051 bytes} [Tue Mar 31 06:31:04 2026] GET /v2.0/ports?network_id=29b2896f-68e6-4a09-bf30-dcf1fc01c3f2&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: 1608/3262] 199.204.45.78 () {34 vars in 1011 bytes} [Tue Mar 31 06:31:04 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3263] 199.204.45.78 () {34 vars in 1111 bytes} [Tue Mar 31 06:31:04 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2?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: 1609/3264] 199.204.45.78 () {34 vars in 993 bytes} [Tue Mar 31 06:31:04 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 1194 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3265] 199.204.45.78 () {36 vars in 996 bytes} [Tue Mar 31 06:31:04 2026] DELETE /v2.0/ports/7c0fb162-4399-4353-b2d5-111a189af517 => 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/3266] 10.0.0.116 () {34 vars in 990 bytes} [Tue Mar 31 06:31:07 2026] GET /v2.0/ports?device_id=b24d4a64-c027-41ff-858b-5e8faabf07eb => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:31:12.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-efcb321f-3356-429b-8aee-1d3162045b73'] response: {'server_uuid': 'b24d4a64-c027-41ff-858b-5e8faabf07eb', 'name': 'network-vif-deleted', 'tag': '7c0fb162-4399-4353-b2d5-111a189af517', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1657/3267] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:12 2026] DELETE /v2.0/security-group-rules/1810c672-0d34-4b9e-8cac-6e129e3792c3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.044 8 INFO neutron.api.v2.resource [None req-374b2768-498d-452a-b524-bb6c83195232 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3268] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/1810c672-0d34-4b9e-8cac-6e129e3792c3 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3269] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/bf398f71-0bd2-4fb4-a1e2-0aa5ab05e26c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.157 8 INFO neutron.api.v2.resource [None req-37bc4d5e-1490-4b4a-96a6-7506b8709626 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3270] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/bf398f71-0bd2-4fb4-a1e2-0aa5ab05e26c => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3271] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/9b2109f3-60c3-48a3-a7a2-1ce1ce83df7b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.259 8 INFO neutron.api.v2.resource [None req-b1be985f-8ea3-45e5-8acc-082219f08f07 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3272] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/9b2109f3-60c3-48a3-a7a2-1ce1ce83df7b => 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: 1660/3273] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/201d6cc7-5220-48b4-a8ed-8d67978c454a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.367 8 INFO neutron.api.v2.resource [None req-3a0cf5fc-6373-4ab8-afd5-af0870e39be4 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3274] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/201d6cc7-5220-48b4-a8ed-8d67978c454a => 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: 1661/3275] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/f5b0046d-f898-4331-8898-879a67443ea7 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.457 8 INFO neutron.api.v2.resource [None req-329d1d13-ef65-4990-b02b-346c4638ec98 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3276] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/f5b0046d-f898-4331-8898-879a67443ea7 => 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: 1662/3277] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/757f61ee-912d-4d54-be21-3f47a1cf439b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.547 8 INFO neutron.api.v2.resource [None req-4e214c11-5b82-4dde-b65f-f38acad25b47 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3278] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/757f61ee-912d-4d54-be21-3f47a1cf439b => 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: 1663/3279] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/5d23c77d-94f6-47aa-a5ad-f34f38d64a42 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.630 8 INFO neutron.api.v2.resource [None req-4e0eaeae-bc4c-4549-94e6-7a7d9fcd7ba1 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3280] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/5d23c77d-94f6-47aa-a5ad-f34f38d64a42 => 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: 1664/3281] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/c27b78eb-e079-4580-8c47-1fa4c9f1ddf5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.716 8 INFO neutron.api.v2.resource [None req-ed944ab6-3ac9-467d-90d8-67e8b0916fd8 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3282] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/c27b78eb-e079-4580-8c47-1fa4c9f1ddf5 => 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: 1665/3283] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/9d5c6c6b-260d-4000-b743-db3c49918a59 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.804 8 INFO neutron.api.v2.resource [None req-4470748d-2af4-4409-8bd2-e5cbeefa6ac8 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3284] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/9d5c6c6b-260d-4000-b743-db3c49918a59 => 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: 1666/3285] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/355b7687-4f1b-4110-97f0-3064ca6ecbb5 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.886 8 INFO neutron.api.v2.resource [None req-27286040-a01c-49de-bc5b-a1360d76002f 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3286] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/355b7687-4f1b-4110-97f0-3064ca6ecbb5 => 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: 1667/3287] 10.0.0.168 () {32 vars in 750 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-group-rules/223acae7-070e-47f2-8efb-5515b51a01d9 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:13.985 8 INFO neutron.api.v2.resource [None req-2e4f91da-52ee-4558-8339-756a99300223 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3288] 10.0.0.168 () {32 vars in 747 bytes} [Tue Mar 31 06:31:13 2026] GET /v2.0/security-group-rules/223acae7-070e-47f2-8efb-5515b51a01d9 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3289] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:13 2026] DELETE /v2.0/security-groups/60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:14.100 8 INFO neutron.api.v2.resource [None req-edbbaea0-6646-40c5-a42a-d13ec418c09a 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3290] 10.0.0.168 () {32 vars in 737 bytes} [Tue Mar 31 06:31:14 2026] GET /v2.0/security-groups/60bb3bfe-ccda-4bf3-a68d-4cac1ad155fc => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3291] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:31:14 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:31:15.289 8 INFO neutron.api.v2.resource [None req-4ac97924-889c-4fc0-83fe-61cc8d8eb623 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3292] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:31:15 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/remove_router_interface => generated 198 bytes in 212 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3295] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:31:15 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:31:16.501 8 INFO neutron.api.v2.resource [None req-b6592343-49c2-4ed5-8943-3232113c1d8b 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3296] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:31:16 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3297] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:31:16 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:31:17.612 8 INFO neutron.api.v2.resource [None req-4b937a58-029c-48e0-b22d-25e49e16d69e 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3298] 10.0.0.168 () {34 vars in 789 bytes} [Tue Mar 31 06:31:17 2026] PUT /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:31:18.528 7 INFO neutron.db.l3_hamode_db [None req-01903337-78bb-4b96-be88-d9f2a6624619 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] HA network 97c7875c-a099-41b0-ae15-336a22a09908 was deleted as no HA routers are present in tenant d292d938c1da415f826adad8140edad6. [pid: 7|app: 0|req: 1672/3299] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:17 2026] DELETE /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:31:18.554 8 INFO neutron.api.v2.resource [None req-0c802715-c0c1-46a2-86af-b42cb7413abc 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3300] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:18 2026] GET /v2.0/routers/8abed711-4353-4ead-b63f-f3d7bd880cb7 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:31:18.571 7 INFO neutron.services.segments.plugin [-] Segment 0453a9ba-d105-4db4-8524-28410ea46285 resource provider aggregate not found 2026-03-31 06:31:18.575 7 INFO neutron.services.segments.plugin [-] Segment 0453a9ba-d105-4db4-8524-28410ea46285 resource provider aggregate not found 2026-03-31 06:31:18.587 7 INFO neutron.services.segments.plugin [-] Segment 0453a9ba-d105-4db4-8524-28410ea46285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0453a9ba-d105-4db4-8524-28410ea46285 found for delete ", "request_id": "req-ddc0326c-f288-4f79-894d-5775a400607b"}]} 2026-03-31 06:31:18.591 7 INFO neutron.services.segments.plugin [-] Segment 0453a9ba-d105-4db4-8524-28410ea46285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0453a9ba-d105-4db4-8524-28410ea46285 found for delete ", "request_id": "req-1af047f3-449e-498a-8138-add5b4f856d3"}]} [pid: 7|app: 0|req: 1673/3301] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:18 2026] DELETE /v2.0/subnets/e3a99f40-0434-4e97-8421-eaa6262cbfa6 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:18.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aebd062a-63fe-481c-8a31-d53b2ea31f66 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3302] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:18 2026] GET /v2.0/subnets/e3a99f40-0434-4e97-8421-eaa6262cbfa6 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3303] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:18 2026] DELETE /v2.0/subnets/06a626b1-40bb-4efd-8362-59db03b99847 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:18.934 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f95aa37-9e9f-43bb-a28a-5e801500bf29 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3304] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:18 2026] GET /v2.0/subnets/06a626b1-40bb-4efd-8362-59db03b99847 => 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: 1675/3305] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:31:18 2026] DELETE /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:19.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-942ccca2-16fa-4e84-950d-a80da9ea0b83 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3306] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:31:19 2026] GET /v2.0/networks/3ec78ee0-2007-4acc-952c-ad762fe75b1c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3307] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:19 2026] DELETE /v2.0/subnets/bbb1a0ab-3864-4a7b-9121-4d0ca789faae => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:19.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1e1e8e0-ef29-42ed-af13-4565a87f68fb 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3308] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:19 2026] GET /v2.0/subnets/bbb1a0ab-3864-4a7b-9121-4d0ca789faae => 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: 1677/3309] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:19 2026] DELETE /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:19.646 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e0d5d0d-5ef6-48b5-ab49-52e106ace02c 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3310] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:19 2026] GET /v2.0/subnets/4cf93eef-ceb6-431d-955e-b78168be3bf8 => 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: 1678/3311] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:31:19 2026] DELETE /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:20.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c1509794-c3c1-42e7-b374-910982c47426 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3312] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:31:19 2026] GET /v2.0/networks/29b2896f-68e6-4a09-bf30-dcf1fc01c3f2 => generated 138 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3313] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:20 2026] DELETE /v2.0/subnets/26f971d9-50db-4e94-8bc6-6c03b34ee811 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:20.254 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c93ad2ef-e7e2-42f1-ae98-78fcc00a49ce 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3314] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:20 2026] GET /v2.0/subnets/26f971d9-50db-4e94-8bc6-6c03b34ee811 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3315] 10.0.0.168 () {32 vars in 724 bytes} [Tue Mar 31 06:31:20 2026] DELETE /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:20.461 8 INFO neutron.pecan_wsgi.hooks.translation [None req-476c17cc-7d25-4478-adf5-1c777c9f833a 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3316] 10.0.0.168 () {32 vars in 721 bytes} [Tue Mar 31 06:31:20 2026] GET /v2.0/subnets/88d8e0a0-27b3-4245-a5a3-a09994ba678d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:31:20.618 7 INFO neutron.services.segments.plugin [-] Segment 0fe0ddb3-1676-4a93-81ec-95ae72df7700 resource provider aggregate not found 2026-03-31 06:31:20.621 7 INFO neutron.services.segments.plugin [-] Segment 0fe0ddb3-1676-4a93-81ec-95ae72df7700 resource provider aggregate not found 2026-03-31 06:31:20.634 7 INFO neutron.services.segments.plugin [-] Segment 0fe0ddb3-1676-4a93-81ec-95ae72df7700 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fe0ddb3-1676-4a93-81ec-95ae72df7700 found for delete ", "request_id": "req-36150cb9-413d-4c4b-8bde-c35ef91c99b5"}]} 2026-03-31 06:31:20.637 7 INFO neutron.services.segments.plugin [-] Segment 0fe0ddb3-1676-4a93-81ec-95ae72df7700 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fe0ddb3-1676-4a93-81ec-95ae72df7700 found for delete ", "request_id": "req-b78e4e6f-3740-44a8-acbc-289aaeb030e5"}]} 2026-03-31 06:31:20.655 7 INFO neutron.services.segments.plugin [-] Segment 0aed01aa-d679-4d58-8701-d24ef938f9ca resource provider aggregate not found 2026-03-31 06:31:20.663 7 INFO neutron.services.segments.plugin [-] Segment 0aed01aa-d679-4d58-8701-d24ef938f9ca resource provider aggregate not found 2026-03-31 06:31:20.678 7 INFO neutron.services.segments.plugin [-] Segment 0aed01aa-d679-4d58-8701-d24ef938f9ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aed01aa-d679-4d58-8701-d24ef938f9ca found for delete ", "request_id": "req-735b8731-8ecf-43c8-8adc-17e4345b85de"}]} 2026-03-31 06:31:20.679 7 INFO neutron.services.segments.plugin [-] Segment 0aed01aa-d679-4d58-8701-d24ef938f9ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aed01aa-d679-4d58-8701-d24ef938f9ca found for delete ", "request_id": "req-9f5f7787-7f36-4d1f-a423-334de466c229"}]} [pid: 7|app: 0|req: 1681/3317] 10.0.0.168 () {32 vars in 726 bytes} [Tue Mar 31 06:31:20 2026] DELETE /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:31:20.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36a33ef3-1722-477a-b03b-b185cd655870 71de9bfa2b144f5aa8ab9a54b0000aac d292d938c1da415f826adad8140edad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3318] 10.0.0.168 () {32 vars in 723 bytes} [Tue Mar 31 06:31:20 2026] GET /v2.0/networks/29334c5f-c605-4cb9-8faf-a7098780352e => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:31:22.699 7 INFO neutron.services.segments.plugin [-] Segment b9be0a87-57dc-41b9-98e2-0131cc2b77e6 resource provider aggregate not found 2026-03-31 06:31:22.706 7 INFO neutron.services.segments.plugin [-] Segment b9be0a87-57dc-41b9-98e2-0131cc2b77e6 resource provider aggregate not found 2026-03-31 06:31:22.721 7 INFO neutron.services.segments.plugin [-] Segment b9be0a87-57dc-41b9-98e2-0131cc2b77e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9be0a87-57dc-41b9-98e2-0131cc2b77e6 found for delete ", "request_id": "req-fb8e3909-1321-4670-84bb-ca78b936f93f"}]} 2026-03-31 06:31:22.722 7 INFO neutron.services.segments.plugin [-] Segment b9be0a87-57dc-41b9-98e2-0131cc2b77e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9be0a87-57dc-41b9-98e2-0131cc2b77e6 found for delete ", "request_id": "req-69452f4c-0d7d-4d4a-8742-9e83c66e2e6d"}]} [pid: 7|app: 0|req: 1682/3319] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:22 2026] GET /v2.0/security-groups?tenant_id=9f32add664f5427fbca74d7d69d6a67a&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3320] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:22 2026] DELETE /v2.0/security-groups/8f2ae603-1ed3-406c-8606-4e1516ec7fd0 => 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: 1683/3321] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:23 2026] GET /v2.0/security-groups?tenant_id=3c1231e391524c589d71397db9aefde5&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: 1639/3322] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:23 2026] DELETE /v2.0/security-groups/ffef31d9-45ec-479e-a6ab-94cc031a9a3e => 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: 1684/3323] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:23 2026] GET /v2.0/security-groups?tenant_id=d292d938c1da415f826adad8140edad6&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3324] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:23 2026] DELETE /v2.0/security-groups/b222bf76-a9a1-4b5e-be6a-c5b662306102 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3325] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:23 2026] GET /v2.0/security-groups?tenant_id=6a78db95b0fa4185b6a018e34f9ffeb3&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: 1641/3326] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:24 2026] DELETE /v2.0/security-groups/1551e90e-ed20-4f38-9b3e-2a8f96fb8106 => 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: 1686/3327] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:24 2026] GET /v2.0/security-groups?tenant_id=516a4e4d30774122ac144fdaf5ea9b30&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: 1642/3328] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:24 2026] DELETE /v2.0/security-groups/8906a347-856c-47d4-a83b-00fef8ad225f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3329] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:24 2026] GET /v2.0/security-groups?tenant_id=2ae71c8ed2cd42e884bc072bcff6cc3a&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: 1643/3330] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:24 2026] DELETE /v2.0/security-groups/278c2ca2-b816-4b1b-992c-a6b452809dbc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3331] 10.0.0.168 () {32 vars in 774 bytes} [Tue Mar 31 06:31:25 2026] GET /v2.0/security-groups?tenant_id=731d48893de048d98bd532664744cefc&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3332] 10.0.0.168 () {32 vars in 740 bytes} [Tue Mar 31 06:31:25 2026] DELETE /v2.0/security-groups/230fe35c-6b5c-4319-bb72-62f8ffaad048 => 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: 1689/3333] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:31:27 2026] GET /v2.0/networks => generated 2168 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3334] 10.0.0.168 () {32 vars in 655 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3335] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3336] 10.0.0.168 () {32 vars in 643 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3337] 10.0.0.168 () {32 vars in 647 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3338] 10.0.0.168 () {32 vars in 649 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3339] 10.0.0.168 () {32 vars in 663 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/security-groups => generated 17401 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3340] 10.0.0.168 () {32 vars in 655 bytes} [Tue Mar 31 06:31:29 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)