+ 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 [Wed Aug 19 09:44:33 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:16 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-59497494b4-g6s2f machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f3683c50668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-08-19 09:44:38.706 8 INFO neutron.common.config [-] Logging enabled! 2026-08-19 09:44:38.706 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-08-19 09:44:38.763 7 INFO neutron.common.config [-] Logging enabled! 2026-08-19 09:44:38.763 7 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-08-19 09:44:39.301 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-19 09:44:39.372 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-19 09:44:40.467 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 09:44:40.471 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-19 09:44:40.475 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-19 09:44:40.476 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 09:44:40.477 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-19 09:44:40.477 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-19 09:44:40.477 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 09:44:40.486 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 09:44:40.486 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 09:44:40.486 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 09:44:40.511 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-19 09:44:40.513 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 09:44:40.513 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-19 09:44:40.556 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 09:44:40.561 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-19 09:44:40.561 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-19 09:44:40.562 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-19 09:44:40.562 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-19 09:44:40.562 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-19 09:44:40.565 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-19 09:44:40.566 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 09:44:40.566 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-19 09:44:40.567 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-19 09:44:40.567 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 09:44:40.575 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 09:44:40.576 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 09:44:40.576 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 09:44:40.599 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-19 09:44:40.601 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 09:44:40.601 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-19 09:44:40.646 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-19 09:44:40.646 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-19 09:44:40.646 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-19 09:44:40.646 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-19 09:44:41.052 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing driver for type 'vlan' 2026-08-19 09:44:41.111 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing driver for type 'vlan' 2026-08-19 09:44:41.222 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] VlanTypeDriver initialization complete 2026-08-19 09:44:41.222 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing driver for type 'vxlan' 2026-08-19 09:44:41.222 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-19 09:44:41.242 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-19 09:44:41.243 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-19 09:44:41.243 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing extension driver 'port_security' 2026-08-19 09:44:41.243 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-19 09:44:41.243 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing extension driver 'qos' 2026-08-19 09:44:41.243 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-19 09:44:41.244 8 INFO neutron.plugins.ml2.managers [None req-e17a9c77-be5a-4577-9d07-062e29ca21bf - - - - - -] Initializing mechanism driver 'l2population' 2026-08-19 09:44:41.252 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] VlanTypeDriver initialization complete 2026-08-19 09:44:41.252 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing driver for type 'vxlan' 2026-08-19 09:44:41.253 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-19 09:44:41.256 8 INFO neutron.quota [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded quota_driver: . 2026-08-19 09:44:41.257 8 INFO neutron.plugins.ml2.plugin [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Modular L2 Plugin initialization complete 2026-08-19 09:44:41.257 8 INFO neutron.plugins.ml2.managers [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-19 09:44:41.257 8 INFO neutron.plugins.ml2.managers [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-19 09:44:41.257 8 INFO neutron.plugins.ml2.managers [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-19 09:44:41.258 8 INFO neutron.extensions.vlantransparent [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Disabled vlantransparent extension. 2026-08-19 09:44:41.258 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: qos 2026-08-19 09:44:41.269 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-19 09:44:41.269 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-19 09:44:41.269 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing extension driver 'port_security' 2026-08-19 09:44:41.269 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-19 09:44:41.269 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing extension driver 'qos' 2026-08-19 09:44:41.269 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-19 09:44:41.270 7 INFO neutron.plugins.ml2.managers [None req-e3529d02-d327-4588-ac89-6e2e7c365bd7 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-19 09:44:41.272 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: router 2026-08-19 09:44:41.281 7 INFO neutron.quota [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded quota_driver: . 2026-08-19 09:44:41.282 7 INFO neutron.plugins.ml2.plugin [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Modular L2 Plugin initialization complete 2026-08-19 09:44:41.282 7 INFO neutron.plugins.ml2.managers [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-19 09:44:41.282 7 INFO neutron.plugins.ml2.managers [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-19 09:44:41.282 7 INFO neutron.plugins.ml2.managers [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Got port-security extension from driver 'port_security' 2026-08-19 09:44:41.282 7 INFO neutron.extensions.vlantransparent [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Disabled vlantransparent extension. 2026-08-19 09:44:41.282 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: qos 2026-08-19 09:44:41.295 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: router 2026-08-19 09:44:41.318 8 INFO neutron.services.service_base [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-19 09:44:41.318 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: segments 2026-08-19 09:44:41.337 7 INFO neutron.services.service_base [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-19 09:44:41.338 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: segments 2026-08-19 09:44:41.426 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: trunk 2026-08-19 09:44:41.444 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: vpnaas 2026-08-19 09:44:41.450 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: trunk 2026-08-19 09:44:41.465 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: vpnaas 2026-08-19 09:44:41.488 8 WARNING stevedore.named [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-19 09:44:41.504 7 WARNING stevedore.named [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-19 09:44:41.578 8 INFO neutron_vpnaas.services.vpn.plugin [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-19 09:44:41.579 8 INFO neutron.common.utils [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-19 09:44:41.579 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: auto_allocate 2026-08-19 09:44:41.585 7 INFO neutron_vpnaas.services.vpn.plugin [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-19 09:44:41.585 7 INFO neutron.common.utils [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-19 09:44:41.585 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: auto_allocate 2026-08-19 09:44:41.587 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: tag 2026-08-19 09:44:41.591 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: tag 2026-08-19 09:44:41.594 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: timestamp 2026-08-19 09:44:41.596 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: network_ip_availability 2026-08-19 09:44:41.598 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: timestamp 2026-08-19 09:44:41.601 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: network_ip_availability 2026-08-19 09:44:41.601 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: flavors 2026-08-19 09:44:41.604 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: flavors 2026-08-19 09:44:41.604 8 INFO neutron.manager [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loading Plugin: revisions 2026-08-19 09:44:41.608 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Initializing extension manager. 2026-08-19 09:44:41.608 7 INFO neutron.manager [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loading Plugin: revisions 2026-08-19 09:44:41.609 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: address-group 2026-08-19 09:44:41.610 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: address-scope 2026-08-19 09:44:41.610 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-19 09:44:41.611 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: agent 2026-08-19 09:44:41.611 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Initializing extension manager. 2026-08-19 09:44:41.612 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: agent-resources-synced 2026-08-19 09:44:41.613 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: address-group 2026-08-19 09:44:41.613 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-19 09:44:41.614 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: address-scope 2026-08-19 09:44:41.614 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-19 09:44:41.614 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-19 09:44:41.615 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: availability_zone 2026-08-19 09:44:41.615 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: availability_zone_filter 2026-08-19 09:44:41.615 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: agent 2026-08-19 09:44:41.616 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-19 09:44:41.616 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: agent-resources-synced 2026-08-19 09:44:41.616 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: default-subnetpools 2026-08-19 09:44:41.617 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: allowed-address-pairs 2026-08-19 09:44:41.618 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: auto-allocated-topology 2026-08-19 09:44:41.618 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-19 09:44:41.618 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: dns-integration 2026-08-19 09:44:41.618 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: availability_zone 2026-08-19 09:44:41.619 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: dns-domain-ports 2026-08-19 09:44:41.619 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: availability_zone_filter 2026-08-19 09:44:41.619 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-19 09:44:41.620 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: default-subnetpools 2026-08-19 09:44:41.621 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-19 09:44:41.622 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-19 09:44:41.622 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: dns-integration 2026-08-19 09:44:41.622 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: dvr 2026-08-19 09:44:41.622 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: dns-domain-ports 2026-08-19 09:44:41.623 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-19 09:44:41.623 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: empty-string-filtering 2026-08-19 09:44:41.624 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 09:44:41.624 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-19 09:44:41.625 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-19 09:44:41.625 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: external-net 2026-08-19 09:44:41.625 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: dvr 2026-08-19 09:44:41.625 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-19 09:44:41.626 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-19 09:44:41.626 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: extraroute 2026-08-19 09:44:41.626 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: empty-string-filtering 2026-08-19 09:44:41.627 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: extraroute-atomic 2026-08-19 09:44:41.627 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 09:44:41.627 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-19 09:44:41.627 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-19 09:44:41.628 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-19 09:44:41.628 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: external-net 2026-08-19 09:44:41.628 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-19 09:44:41.628 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-19 09:44:41.629 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-19 09:44:41.629 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: extraroute 2026-08-19 09:44:41.629 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: fip-port-details 2026-08-19 09:44:41.630 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: extraroute-atomic 2026-08-19 09:44:41.630 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: flavors 2026-08-19 09:44:41.630 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-19 09:44:41.631 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-19 09:44:41.631 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-19 09:44:41.631 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-19 09:44:41.632 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-19 09:44:41.632 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: floatingip-pools 2026-08-19 09:44:41.632 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: fip-port-details 2026-08-19 09:44:41.633 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: ip_allocation 2026-08-19 09:44:41.633 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: flavors 2026-08-19 09:44:41.633 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-19 09:44:41.634 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: l2_adjacency 2026-08-19 09:44:41.634 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-19 09:44:41.635 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: router 2026-08-19 09:44:41.635 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: floatingip-pools 2026-08-19 09:44:41.635 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: ip_allocation 2026-08-19 09:44:41.636 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: ip-substring-filtering 2026-08-19 09:44:41.636 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: l2_adjacency 2026-08-19 09:44:41.636 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 09:44:41.637 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-19 09:44:41.638 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: router 2026-08-19 09:44:41.638 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-19 09:44:41.638 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: ext-gw-mode 2026-08-19 09:44:41.639 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: l3-ha 2026-08-19 09:44:41.639 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 09:44:41.639 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-19 09:44:41.640 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-19 09:44:41.640 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-19 09:44:41.640 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: l3-flavors 2026-08-19 09:44:41.640 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-19 09:44:41.641 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: ext-gw-mode 2026-08-19 09:44:41.641 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-19 09:44:41.642 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: l3-ha 2026-08-19 09:44:41.642 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-19 09:44:41.643 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-19 09:44:41.643 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-19 09:44:41.644 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: l3-flavors 2026-08-19 09:44:41.644 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-19 09:44:41.645 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-19 09:44:41.788 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-19 09:44:41.790 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-19 09:44:41.791 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-19 09:44:41.792 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-19 09:44:41.793 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-19 09:44:41.793 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: multi-provider 2026-08-19 09:44:41.794 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: net-mtu 2026-08-19 09:44:41.794 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: net-mtu-writable 2026-08-19 09:44:41.795 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: network_availability_zone 2026-08-19 09:44:41.795 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: network_ha 2026-08-19 09:44:41.796 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: network-ip-availability 2026-08-19 09:44:41.797 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-19 09:44:41.798 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: pagination 2026-08-19 09:44:41.798 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-device-profile 2026-08-19 09:44:41.799 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-19 09:44:41.799 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-19 09:44:41.800 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-19 09:44:41.800 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-mac-override 2026-08-19 09:44:41.801 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-19 09:44:41.801 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-19 09:44:41.802 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-19 09:44:41.803 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-resource-request 2026-08-19 09:44:41.803 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-resource-request-groups 2026-08-19 09:44:41.804 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-19 09:44:41.804 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: binding 2026-08-19 09:44:41.805 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: binding-extended 2026-08-19 09:44:41.806 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-security 2026-08-19 09:44:41.806 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: project-id 2026-08-19 09:44:41.807 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: provider 2026-08-19 09:44:41.809 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos 2026-08-19 09:44:41.810 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-19 09:44:41.810 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-19 09:44:41.811 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-default 2026-08-19 09:44:41.811 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-fip 2026-08-19 09:44:41.812 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-19 09:44:41.812 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-gateway-ip 2026-08-19 09:44:41.813 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-port-network-policy 2026-08-19 09:44:41.813 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-pps-minimum 2026-08-19 09:44:41.814 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-19 09:44:41.815 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-pps 2026-08-19 09:44:41.815 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-rule-type-details 2026-08-19 09:44:41.815 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-19 09:44:41.816 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-19 09:44:41.816 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: qos-rules-alias 2026-08-19 09:44:41.817 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: quota-check-limit 2026-08-19 09:44:41.817 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-19 09:44:41.819 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-19 09:44:41.819 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: quotas 2026-08-19 09:44:41.820 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: quota_details 2026-08-19 09:44:41.821 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-19 09:44:41.821 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-19 09:44:41.821 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: rbac-policies 2026-08-19 09:44:41.822 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: multi-provider 2026-08-19 09:44:41.822 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: rbac-address-group 2026-08-19 09:44:41.823 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: net-mtu 2026-08-19 09:44:41.823 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: rbac-address-scope 2026-08-19 09:44:41.823 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: rbac-security-groups 2026-08-19 09:44:41.823 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: net-mtu-writable 2026-08-19 09:44:41.824 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: rbac-subnetpool 2026-08-19 09:44:41.824 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: network_availability_zone 2026-08-19 09:44:41.824 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: revision-if-match 2026-08-19 09:44:41.824 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: network_ha 2026-08-19 09:44:41.825 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: standard-attr-revisions 2026-08-19 09:44:41.825 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: network-ip-availability 2026-08-19 09:44:41.826 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: router_availability_zone 2026-08-19 09:44:41.826 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-19 09:44:41.827 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-19 09:44:41.827 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: pagination 2026-08-19 09:44:41.828 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-device-profile 2026-08-19 09:44:41.828 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: security-groups-default-rules 2026-08-19 09:44:41.828 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-19 09:44:41.828 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-19 09:44:41.829 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-19 09:44:41.829 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-19 09:44:41.829 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-19 09:44:41.829 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-19 09:44:41.830 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-19 09:44:41.830 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-mac-override 2026-08-19 09:44:41.831 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-19 09:44:41.831 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-19 09:44:41.832 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-19 09:44:41.833 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-19 09:44:41.834 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-resource-request 2026-08-19 09:44:41.834 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-19 09:44:41.835 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-19 09:44:41.836 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: security-group 2026-08-19 09:44:41.836 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: binding 2026-08-19 09:44:41.837 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: segment 2026-08-19 09:44:41.837 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: binding-extended 2026-08-19 09:44:41.837 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-19 09:44:41.838 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-security 2026-08-19 09:44:41.838 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: service-type 2026-08-19 09:44:41.838 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: project-id 2026-08-19 09:44:41.839 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: sorting 2026-08-19 09:44:41.839 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: provider 2026-08-19 09:44:41.839 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: standard-attr-segment 2026-08-19 09:44:41.840 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: standard-attr-description 2026-08-19 09:44:41.840 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: stateful-security-group 2026-08-19 09:44:41.841 7 WARNING neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-19 09:44:41.841 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos 2026-08-19 09:44:41.841 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-19 09:44:41.842 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: subnet-external-network 2026-08-19 09:44:41.842 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-19 09:44:41.842 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: subnet_onboard 2026-08-19 09:44:41.843 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-19 09:44:41.843 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-19 09:44:41.843 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-default 2026-08-19 09:44:41.844 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: subnet-service-types 2026-08-19 09:44:41.844 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-fip 2026-08-19 09:44:41.844 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: subnet_allocation 2026-08-19 09:44:41.844 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-19 09:44:41.845 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-19 09:44:41.845 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-19 09:44:41.845 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: tag-creation 2026-08-19 09:44:41.846 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-19 09:44:41.846 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-19 09:44:41.847 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-19 09:44:41.848 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-19 09:44:41.849 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-pps 2026-08-19 09:44:41.849 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-19 09:44:41.850 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: standard-attr-tag 2026-08-19 09:44:41.850 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-19 09:44:41.850 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-19 09:44:41.851 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: qos-rules-alias 2026-08-19 09:44:41.851 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: trunk 2026-08-19 09:44:41.851 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: quota-check-limit 2026-08-19 09:44:41.852 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: trunk-details 2026-08-19 09:44:41.852 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-19 09:44:41.853 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-19 09:44:41.854 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: quotas 2026-08-19 09:44:41.855 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-19 09:44:41.855 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: quota_details 2026-08-19 09:44:41.855 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-19 09:44:41.856 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: vpn-flavors 2026-08-19 09:44:41.857 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: rbac-policies 2026-08-19 09:44:41.857 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: rbac-address-group 2026-08-19 09:44:41.858 7 INFO neutron.api.extensions [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Loaded extension: vpnaas 2026-08-19 09:44:41.858 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: rbac-address-scope 2026-08-19 09:44:41.859 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: rbac-security-groups 2026-08-19 09:44:41.859 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-19 09:44:41.860 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: revision-if-match 2026-08-19 09:44:41.860 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-19 09:44:41.860 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-19 09:44:41.860 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-19 09:44:41.860 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.861 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-19 09:44:41.861 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: router_availability_zone 2026-08-19 09:44:41.862 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-19 09:44:41.864 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-19 09:44:41.864 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-19 09:44:41.864 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 09:44:41.865 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 09:44:41.865 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-19 09:44:41.865 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-19 09:44:41.866 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-19 09:44:41.866 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-19 09:44:41.869 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 09:44:41.870 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 09:44:41.870 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 09:44:41.871 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.871 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.872 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.872 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: security-group 2026-08-19 09:44:41.872 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.872 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 09:44:41.873 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 09:44:41.873 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: segment 2026-08-19 09:44:41.873 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 09:44:41.874 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-19 09:44:41.874 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 09:44:41.874 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 09:44:41.874 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: service-type 2026-08-19 09:44:41.875 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 09:44:41.875 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: sorting 2026-08-19 09:44:41.875 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: standard-attr-segment 2026-08-19 09:44:41.876 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: standard-attr-description 2026-08-19 09:44:41.877 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: stateful-security-group 2026-08-19 09:44:41.877 8 WARNING neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-19 09:44:41.878 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-19 09:44:41.879 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: subnet-external-network 2026-08-19 09:44:41.879 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 09:44:41.879 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] router is already registered 2026-08-19 09:44:41.879 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 09:44:41.879 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: subnet_onboard 2026-08-19 09:44:41.879 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] floatingip is already registered 2026-08-19 09:44:41.880 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-19 09:44:41.880 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: subnet-service-types 2026-08-19 09:44:41.881 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: subnet_allocation 2026-08-19 09:44:41.882 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-19 09:44:41.882 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: tag-creation 2026-08-19 09:44:41.883 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-19 09:44:41.883 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 09:44:41.883 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] rbac_policy is already registered 2026-08-19 09:44:41.884 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 09:44:41.884 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] security_group is already registered 2026-08-19 09:44:41.884 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 09:44:41.884 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] security_group_rule is already registered 2026-08-19 09:44:41.885 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.885 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.886 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.886 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.887 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 09:44:41.887 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] trunk is already registered 2026-08-19 09:44:41.887 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: standard-attr-tag 2026-08-19 09:44:41.887 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 09:44:41.887 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] endpoint_group is already registered 2026-08-19 09:44:41.888 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-19 09:44:41.888 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 09:44:41.888 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] vpnservice is already registered 2026-08-19 09:44:41.888 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: trunk 2026-08-19 09:44:41.888 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 09:44:41.889 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] ipsec_site_connection is already registered 2026-08-19 09:44:41.889 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 09:44:41.889 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: trunk-details 2026-08-19 09:44:41.889 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] ipsecpolicy is already registered 2026-08-19 09:44:41.890 7 INFO neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 09:44:41.890 7 WARNING neutron.quota.resource_registry [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] ikepolicy is already registered 2026-08-19 09:44:41.890 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-19 09:44:41.890 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-19 09:44:41.892 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-19 09:44:41.893 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-19 09:44:41.894 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: vpn-flavors 2026-08-19 09:44:41.896 8 INFO neutron.api.extensions [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Loaded extension: vpnaas 2026-08-19 09:44:41.899 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-19 09:44:41.899 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-19 09:44:41.899 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.899 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-19 09:44:41.904 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 09:44:41.904 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 09:44:41.910 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 09:44:41.911 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 09:44:41.911 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 09:44:41.912 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.913 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.913 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.913 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.914 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 09:44:41.915 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 09:44:41.915 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 09:44:41.916 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 09:44:41.916 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 09:44:41.917 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 09:44:41.921 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 09:44:41.922 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] router is already registered 2026-08-19 09:44:41.922 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 09:44:41.922 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] floatingip is already registered 2026-08-19 09:44:41.925 7 WARNING keystonemiddleware._common.config [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-19 09:44:41.927 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 09:44:41.927 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] rbac_policy is already registered 2026-08-19 09:44:41.928 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 09:44:41.928 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] security_group is already registered 2026-08-19 09:44:41.929 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 09:44:41.929 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] security_group_rule is already registered 2026-08-19 09:44:41.930 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.930 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.931 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 09:44:41.931 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] subnetpool is already registered 2026-08-19 09:44:41.931 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 09:44:41.932 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] trunk is already registered 2026-08-19 09:44:41.932 7 WARNING oslo_config.cfg [None req-817bfe75-76c0-4247-b8ec-3d125aafb31f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-19 09:44:41.932 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 09:44:41.932 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] endpoint_group is already registered 2026-08-19 09:44:41.933 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 09:44:41.933 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] vpnservice is already registered 2026-08-19 09:44:41.934 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 09:44:41.934 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] ipsec_site_connection is already registered WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f3683c50668 pid: 7 (default app) 2026-08-19 09:44:41.934 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 09:44:41.934 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] ipsecpolicy is already registered 2026-08-19 09:44:41.935 8 INFO neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 09:44:41.935 8 WARNING neutron.quota.resource_registry [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] ikepolicy is already registered 2026-08-19 09:44:41.984 8 WARNING keystonemiddleware._common.config [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-19 09:44:41.992 8 WARNING oslo_config.cfg [None req-c379b729-996f-4f41-b877-2d84b26c7c01 - - - - - -] 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 0x7f3683c50668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-19 09:44:46.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45ee56f5-8c08-4c1e-a726-3e239ab4f375 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:44:45 2026] GET /v2.0/networks/public => generated 108 bytes in 695 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:44:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 09:44:46.674 7 WARNING neutron.services.revisions.revision_plugin [None req-c9d82209-cf3a-480f-bb8a-fa269542341e fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:44:46.699 7 INFO neutron.db.segments_db [None req-c9d82209-cf3a-480f-bb8a-fa269542341e fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment a2a69771-de8b-4dc3-a5bc-4d6c3e938379 of type flat for network 12791ac1-503d-49fe-a777-34aff44588d3 2026-08-19 09:44:46.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9d82209-cf3a-480f-bb8a-fa269542341e fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:44:46 2026] POST /v2.0/networks => generated 124 bytes in 497 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:44:52.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5784d7c5-d375-44b7-bb87-f59c85dbf0c4 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:44:52 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:44:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 09:44:52.797 7 WARNING neutron.services.revisions.revision_plugin [None req-73447b65-e6bd-4886-b7ab-63d6cbad63ff fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:44:52.809 7 INFO neutron.db.segments_db [None req-73447b65-e6bd-4886-b7ab-63d6cbad63ff fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment d4254ff6-b102-4fef-877b-bac3e66165ca of type flat for network 84daf4d9-026a-4bc8-9aa3-8002fb538b04 2026-08-19 09:44:52.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73447b65-e6bd-4886-b7ab-63d6cbad63ff fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:44:52 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:44:59.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3483a35e-44fe-4c1f-9d6c-1e532b5b77af fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:44:58 2026] GET /v2.0/networks/public => generated 108 bytes in 374 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:44:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 09:44:59.331 8 WARNING neutron.services.revisions.revision_plugin [None req-ef02a515-cb5d-4e7c-8874-358474c3b82d fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:44:59.355 8 INFO neutron.db.segments_db [None req-ef02a515-cb5d-4e7c-8874-358474c3b82d fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment 60d25e35-df11-4165-a9dd-0577827a202f of type flat for network 6c95d4e4-8305-4689-a1c2-a45dfe520dea 2026-08-19 09:44:59.396 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef02a515-cb5d-4e7c-8874-358474c3b82d fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:44:59 2026] POST /v2.0/networks => generated 124 bytes in 315 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:45:05.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d88810c6-8ad6-487f-bac0-1d0508a3808c fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:45:05 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:45:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 09:45:05.326 8 WARNING neutron.services.revisions.revision_plugin [None req-c9686922-fe94-40df-96c4-e14005fc45c0 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:45:05.347 8 INFO neutron.db.segments_db [None req-c9686922-fe94-40df-96c4-e14005fc45c0 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment 1e9671a0-379f-4fda-aae3-f2c52ade80f8 of type flat for network 09219cb1-4129-4310-9912-09900f7a2abc 2026-08-19 09:45:05.377 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9686922-fe94-40df-96c4-e14005fc45c0 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:45:05 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:45:11.202 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1050f77-b162-4fcc-8061-38588ab219d4 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:45:11 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:45:11 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-08-19 09:45:11.280 7 WARNING neutron.services.revisions.revision_plugin [None req-e241c00a-defd-44eb-aac1-1186841b2caf fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:45:11.301 7 INFO neutron.db.segments_db [None req-e241c00a-defd-44eb-aac1-1186841b2caf fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment 2690ddad-870e-48d0-9302-a04e0ccb5fcb of type flat for network 4daf222a-1e51-4520-88b3-fda9f09d9819 2026-08-19 09:45:11.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e241c00a-defd-44eb-aac1-1186841b2caf fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:45:11 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:45:17.277 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acaa4256-bd60-433a-aff0-ce4b5f8d533d fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:45:17 2026] GET /v2.0/networks/public => generated 108 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:45:17 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-08-19 09:45:17.350 8 WARNING neutron.services.revisions.revision_plugin [None req-99b0aecc-b513-40c6-bdda-05af92c2f3fe fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:45:17.370 8 INFO neutron.db.segments_db [None req-99b0aecc-b513-40c6-bdda-05af92c2f3fe fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment 968bdf17-523b-4476-b0c8-ac079028ce36 of type flat for network eb5f68d4-8f90-4738-86bf-a0acac0b508c 2026-08-19 09:45:17.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99b0aecc-b513-40c6-bdda-05af92c2f3fe fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:45:17 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:45:23.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5812d45e-9399-4243-9bcf-6fc5ce942c2f fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:45:23 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/26] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:45:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 09:45:23.422 8 WARNING neutron.services.revisions.revision_plugin [None req-84f836bd-0e6a-46bc-a367-03547f664ef2 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Could not find related network for resource to bump revision. 2026-08-19 09:45:23.446 8 INFO neutron.db.segments_db [None req-84f836bd-0e6a-46bc-a367-03547f664ef2 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment 2a487d97-c651-4ab4-af40-d8ea37359df0 of type flat for network 00b663cd-1643-435b-93c2-bb0502440b84 [pid: 8|app: 0|req: 12/27] 199.19.213.237 () {48 vars in 968 bytes} [Wed Aug 19 09:45:23 2026] POST /v2.0/networks => generated 706 bytes in 814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 09:45:25.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e3bee23-3c47-4440-ae7a-5994cd8a9177 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.19.213.237 () {44 vars in 928 bytes} [Wed Aug 19 09:45:25 2026] GET /v2.0/networks/public => generated 108 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/29] 199.19.213.237 () {44 vars in 950 bytes} [Wed Aug 19 09:45:25 2026] GET /v2.0/networks?name=public => generated 709 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-19 09:45:25.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7560a68-064c-4aa9-a27b-271d7498ffe0 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.19.213.237 () {44 vars in 1035 bytes} [Wed Aug 19 09:45:25 2026] GET /v2.0/subnets/public-subnet?network_id=00b663cd-1643-435b-93c2-bb0502440b84 => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.19.213.237 () {44 vars in 1058 bytes} [Wed Aug 19 09:45:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=00b663cd-1643-435b-93c2-bb0502440b84 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/32] 199.19.213.237 () {48 vars in 966 bytes} [Wed Aug 19 09:45:25 2026] POST /v2.0/subnets => generated 664 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 09:50:05.235 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [b16bc062-8b14-415d-a079-6c11a8e4ff23] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-08-19 09:50:05.240 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed Aug 19 09:50:05 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 199.19.213.237) !!! 2026-08-19 09:50:05.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2798c4d-6c92-4660-9c75-0e7c0a06ba06 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.19.213.237 () {44 vars in 938 bytes} [Wed Aug 19 09:50:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:50:05.379 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [4f48efb8-5935-40ff-a66c-2d57d4688fad] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-08-19 09:50:05.381 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed Aug 19 09:50:05 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=lb-mgmt-net (ip 199.19.213.237) !!! [pid: 7|app: 0|req: 38/72] 199.19.213.237 () {44 vars in 960 bytes} [Wed Aug 19 09:50:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 09:50:05.468 8 INFO neutron.db.segments_db [None req-360afa0f-e919-46ff-a011-4955ddb059a2 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] Added segment d8913835-212e-4a51-a74a-8b139d3b190d of type vxlan for network e4b44b43-09cf-4840-865a-795df7879e9a [pid: 8|app: 0|req: 35/73] 199.19.213.237 () {48 vars in 967 bytes} [Wed Aug 19 09:50:05 2026] POST /v2.0/networks => generated 707 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 09:50:06.579 7 INFO oslo.messaging._drivers.impl_rabbit [-] [4f48efb8-5935-40ff-a66c-2d57d4688fad] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 60980. 2026-08-19 09:50:06.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-699b8c25-08df-4662-828e-48608157da31 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.19.213.237 () {44 vars in 938 bytes} [Wed Aug 19 09:50:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 09:50:06.656 8 INFO oslo.messaging._drivers.impl_rabbit [-] [b16bc062-8b14-415d-a079-6c11a8e4ff23] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 60986. [pid: 8|app: 0|req: 36/75] 199.19.213.237 () {44 vars in 960 bytes} [Wed Aug 19 09:50:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-19 09:50:06.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ba224bd-8892-4b21-b635-e99ad1aa2153 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.19.213.237 () {44 vars in 1037 bytes} [Wed Aug 19 09:50:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e4b44b43-09cf-4840-865a-795df7879e9a => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.19.213.237 () {44 vars in 1060 bytes} [Wed Aug 19 09:50:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e4b44b43-09cf-4840-865a-795df7879e9a => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.19.213.237 () {48 vars in 966 bytes} [Wed Aug 19 09:50:06 2026] POST /v2.0/subnets => generated 651 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 09:50:08.201 8 INFO neutron.api.v2.resource [None req-2f03e905-4f44-4430-be6a-3810e182ae3c fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/79] 199.19.213.237 () {44 vars in 972 bytes} [Wed Aug 19 09:50:08 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.19.213.237 () {44 vars in 994 bytes} [Wed Aug 19 09:50:08 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.237 () {48 vars in 981 bytes} [Wed Aug 19 09:50:08 2026] POST /v2.0/security-groups => generated 1616 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:09 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:09 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:09 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:10 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:10 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:10 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:11 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:11 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:11 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:12 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:13 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:13 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:14 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:14 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => 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: 52/100] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:14 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.19.213.237 () {44 vars in 988 bytes} [Wed Aug 19 09:50:15 2026] GET /v2.0/networks/e4b44b43-09cf-4840-865a-795df7879e9a => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-19 09:50:15.601 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3139af86-5886-41ad-b40b-a9186d04c2db fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/103] 199.19.213.237 () {44 vars in 1077 bytes} [Wed Aug 19 09:50:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e4b44b43-09cf-4840-865a-795df7879e9a => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.19.213.237 () {44 vars in 1100 bytes} [Wed Aug 19 09:50:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e4b44b43-09cf-4840-865a-795df7879e9a => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:15 2026] GET /v2.0/security-groups/a931641e-0d0e-41f3-ac71-797615b813f3 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.19.213.237 () {48 vars in 962 bytes} [Wed Aug 19 09:50:15 2026] POST /v2.0/ports => generated 1096 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-19 09:50:22.441 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6b61431-ae5a-483f-bcca-6ff8b30f6426 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 199.19.213.237 () {44 vars in 979 bytes} [Wed Aug 19 09:50:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 57/110] 199.19.213.237 () {44 vars in 1001 bytes} [Wed Aug 19 09:50:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.19.213.237 () {48 vars in 1031 bytes} [Wed Aug 19 09:50:22 2026] PUT /v2.0/ports/9904f388-b5b3-4e1a-b6f0-014ee2858c1b => generated 1245 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.19.213.237 () {44 vars in 921 bytes} [Wed Aug 19 09:50:24 2026] GET /v2.0/ports => generated 3726 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-19 09:50:25.440 8 INFO neutron.api.v2.resource [None req-16e47794-a08d-4d31-a95d-ab144889c907 fc8d4c04a21744cfac139b438360c084 61730c9d0b504fc4b395eb41837736c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/113] 199.19.213.237 () {44 vars in 960 bytes} [Wed Aug 19 09:50:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.19.213.237 () {44 vars in 982 bytes} [Wed Aug 19 09:50:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.19.213.237 () {48 vars in 981 bytes} [Wed Aug 19 09:50:25 2026] POST /v2.0/security-groups => generated 1610 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:26 2026] GET /v2.0/security-groups/ce46e9ce-beac-4e19-ab9d-fc513e4b648c => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:26 2026] GET /v2.0/security-groups/ce46e9ce-beac-4e19-ab9d-fc513e4b648c => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:26 2026] GET /v2.0/security-groups/ce46e9ce-beac-4e19-ab9d-fc513e4b648c => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:26 2026] POST /v2.0/security-group-rules => generated 621 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:27 2026] GET /v2.0/security-groups/ce46e9ce-beac-4e19-ab9d-fc513e4b648c => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:27 2026] GET /v2.0/security-groups/ce46e9ce-beac-4e19-ab9d-fc513e4b648c => generated 2244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.19.213.237 () {44 vars in 1002 bytes} [Wed Aug 19 09:50:27 2026] GET /v2.0/security-groups/ce46e9ce-beac-4e19-ab9d-fc513e4b648c => generated 2244 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.19.213.237 () {48 vars in 992 bytes} [Wed Aug 19 09:50:27 2026] POST /v2.0/security-group-rules => generated 625 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/134] 199.19.213.237 () {44 vars in 976 bytes} [Wed Aug 19 09:51:38 2026] GET /v2.0/quotas/61730c9d0b504fc4b395eb41837736c6 => generated 292 bytes in 15 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: 69/135] 199.19.213.237 () {48 vars in 1028 bytes} [Wed Aug 19 09:51:38 2026] PUT /v2.0/quotas/61730c9d0b504fc4b395eb41837736c6 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)