+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Aug 24 16:01:22 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-746d5dc94d-5kp2g 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f4652135668 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)... 2026-08-24 16:01:28.857 8 INFO neutron.common.config [-] Logging enabled! 2026-08-24 16:01:28.858 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-24 16:01:28.869 7 INFO neutron.common.config [-] Logging enabled! 2026-08-24 16:01:28.869 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-24 16:01:30.399 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-24 16:01:30.504 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-24 16:01:32.950 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-24 16:01:32.953 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-24 16:01:32.957 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-24 16:01:32.958 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-24 16:01:32.959 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-24 16:01:32.959 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-24 16:01:32.959 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-24 16:01:32.968 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-24 16:01:32.968 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-24 16:01:32.968 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-24 16:01:32.995 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-24 16:01:32.997 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-24 16:01:32.997 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-24 16:01:33.024 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-24 16:01:33.028 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-24 16:01:33.031 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-24 16:01:33.031 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-24 16:01:33.031 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-24 16:01:33.031 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-24 16:01:33.032 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-24 16:01:33.033 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-24 16:01:33.033 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-24 16:01:33.033 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-24 16:01:33.033 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-24 16:01:33.043 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-24 16:01:33.043 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-24 16:01:33.043 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-24 16:01:33.067 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-24 16:01:33.068 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-24 16:01:33.068 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-24 16:01:33.101 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-24 16:01:33.101 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-24 16:01:33.101 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-24 16:01:33.101 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-24 16:01:33.392 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing driver for type 'vlan' 2026-08-24 16:01:33.474 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing driver for type 'vlan' 2026-08-24 16:01:33.819 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] VlanTypeDriver initialization complete 2026-08-24 16:01:33.819 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing driver for type 'vxlan' 2026-08-24 16:01:33.819 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-24 16:01:33.835 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-24 16:01:33.836 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-24 16:01:33.836 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing extension driver 'port_security' 2026-08-24 16:01:33.836 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-24 16:01:33.836 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing extension driver 'qos' 2026-08-24 16:01:33.836 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-24 16:01:33.836 8 INFO neutron.plugins.ml2.managers [None req-8b5fc214-6a43-4b33-9242-e1ae12ce9d7a - - - - - -] Initializing mechanism driver 'l2population' 2026-08-24 16:01:33.853 8 INFO neutron.quota [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded quota_driver: . 2026-08-24 16:01:33.854 8 INFO neutron.plugins.ml2.plugin [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Modular L2 Plugin initialization complete 2026-08-24 16:01:33.854 8 INFO neutron.plugins.ml2.managers [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-24 16:01:33.854 8 INFO neutron.plugins.ml2.managers [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-24 16:01:33.854 8 INFO neutron.plugins.ml2.managers [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-24 16:01:33.855 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: qos 2026-08-24 16:01:33.869 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: router 2026-08-24 16:01:33.912 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] VlanTypeDriver initialization complete 2026-08-24 16:01:33.912 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing driver for type 'vxlan' 2026-08-24 16:01:33.913 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-24 16:01:33.920 8 INFO neutron.services.service_base [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-24 16:01:33.920 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: segments 2026-08-24 16:01:33.933 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-24 16:01:33.933 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-24 16:01:33.933 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing extension driver 'port_security' 2026-08-24 16:01:33.934 7 INFO neutron.plugins.ml2.extensions.port_security [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-24 16:01:33.934 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing extension driver 'qos' 2026-08-24 16:01:33.934 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-24 16:01:33.934 7 INFO neutron.plugins.ml2.managers [None req-dcff9755-f89b-4a1b-bab8-e913699fb3b5 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-24 16:01:33.952 7 INFO neutron.quota [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded quota_driver: . 2026-08-24 16:01:33.953 7 INFO neutron.plugins.ml2.plugin [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Modular L2 Plugin initialization complete 2026-08-24 16:01:33.953 7 INFO neutron.plugins.ml2.managers [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-24 16:01:33.953 7 INFO neutron.plugins.ml2.managers [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-24 16:01:33.953 7 INFO neutron.plugins.ml2.managers [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Got port-security extension from driver 'port_security' 2026-08-24 16:01:33.954 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: qos 2026-08-24 16:01:33.968 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: router 2026-08-24 16:01:34.023 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: trunk 2026-08-24 16:01:34.025 7 INFO neutron.services.service_base [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-24 16:01:34.026 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: segments 2026-08-24 16:01:34.039 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: vpnaas 2026-08-24 16:01:34.081 8 WARNING stevedore.named [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-24 16:01:34.128 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: trunk 2026-08-24 16:01:34.146 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: vpnaas 2026-08-24 16:01:34.160 8 INFO neutron_vpnaas.services.vpn.plugin [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-24 16:01:34.161 8 INFO neutron.common.utils [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-24 16:01:34.161 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: taas 2026-08-24 16:01:34.189 8 WARNING stevedore.named [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-24 16:01:34.190 8 WARNING stevedore.named [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-24 16:01:34.190 7 WARNING stevedore.named [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-24 16:01:34.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-24 16:01:34.215 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: tapmirror 2026-08-24 16:01:34.229 8 WARNING stevedore.named [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-24 16:01:34.229 8 WARNING stevedore.named [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-24 16:01:34.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-24 16:01:34.248 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: auto_allocate 2026-08-24 16:01:34.257 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: tag 2026-08-24 16:01:34.261 7 INFO neutron_vpnaas.services.vpn.plugin [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-24 16:01:34.262 7 INFO neutron.common.utils [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-24 16:01:34.262 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: taas 2026-08-24 16:01:34.269 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: timestamp 2026-08-24 16:01:34.275 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: network_ip_availability 2026-08-24 16:01:34.283 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: flavors 2026-08-24 16:01:34.288 8 INFO neutron.manager [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loading Plugin: revisions 2026-08-24 16:01:34.289 7 WARNING stevedore.named [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-24 16:01:34.289 7 WARNING stevedore.named [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-24 16:01:34.292 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Initializing extension manager. 2026-08-24 16:01:34.294 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: address-group 2026-08-24 16:01:34.296 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: address-scope 2026-08-24 16:01:34.296 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-24 16:01:34.298 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: agent 2026-08-24 16:01:34.299 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: agent-resources-synced 2026-08-24 16:01:34.300 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-24 16:01:34.301 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-24 16:01:34.302 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: availability_zone 2026-08-24 16:01:34.302 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: availability_zone_filter 2026-08-24 16:01:34.303 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-24 16:01:34.303 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: default-subnetpools 2026-08-24 16:01:34.305 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-24 16:01:34.306 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: dns-integration 2026-08-24 16:01:34.306 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: dns-domain-ports 2026-08-24 16:01:34.307 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-24 16:01:34.307 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: dvr 2026-08-24 16:01:34.308 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-24 16:01:34.309 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: empty-string-filtering 2026-08-24 16:01:34.309 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-24 16:01:34.310 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-24 16:01:34.310 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: external-net 2026-08-24 16:01:34.311 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-24 16:01:34.311 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: extraroute 2026-08-24 16:01:34.312 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: extraroute-atomic 2026-08-24 16:01:34.313 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-24 16:01:34.313 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-24 16:01:34.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-24 16:01:34.314 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-24 16:01:34.314 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: tapmirror 2026-08-24 16:01:34.314 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-24 16:01:34.315 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: fip-port-details 2026-08-24 16:01:34.316 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: flavors 2026-08-24 16:01:34.317 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-24 16:01:34.318 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: floatingip-pools 2026-08-24 16:01:34.318 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: ip_allocation 2026-08-24 16:01:34.319 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-24 16:01:34.319 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: l2_adjacency 2026-08-24 16:01:34.321 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: router 2026-08-24 16:01:34.322 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-24 16:01:34.323 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-24 16:01:34.324 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-24 16:01:34.324 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: ext-gw-mode 2026-08-24 16:01:34.325 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: l3-ha 2026-08-24 16:01:34.325 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-24 16:01:34.326 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-24 16:01:34.326 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: l3-flavors 2026-08-24 16:01:34.327 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-24 16:01:34.328 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-24 16:01:34.329 7 WARNING stevedore.named [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-24 16:01:34.329 7 WARNING stevedore.named [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-24 16:01:34.330 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-24 16:01:34.332 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-24 16:01:34.333 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-24 16:01:34.334 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-24 16:01:34.335 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-24 16:01:34.336 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: multi-provider 2026-08-24 16:01:34.336 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: net-mtu 2026-08-24 16:01:34.337 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: net-mtu-writable 2026-08-24 16:01:34.337 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: network_availability_zone 2026-08-24 16:01:34.338 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: network_ha 2026-08-24 16:01:34.339 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: network-ip-availability 2026-08-24 16:01:34.340 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-24 16:01:34.340 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: pagination 2026-08-24 16:01:34.341 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-device-profile 2026-08-24 16:01:34.341 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-24 16:01:34.342 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-24 16:01:34.343 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-24 16:01:34.343 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-mac-override 2026-08-24 16:01:34.344 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-24 16:01:34.345 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-24 16:01:34.345 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-24 16:01:34.346 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-resource-request 2026-08-24 16:01:34.346 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-24 16:01:34.347 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-24 16:01:34.347 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: binding 2026-08-24 16:01:34.349 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: binding-extended 2026-08-24 16:01:34.349 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-security 2026-08-24 16:01:34.350 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: project-id 2026-08-24 16:01:34.350 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: provider 2026-08-24 16:01:34.351 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-24 16:01:34.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-24 16:01:34.352 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: auto_allocate 2026-08-24 16:01:34.353 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos 2026-08-24 16:01:34.354 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-24 16:01:34.355 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-24 16:01:34.355 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-default 2026-08-24 16:01:34.356 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-fip 2026-08-24 16:01:34.356 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-24 16:01:34.357 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-24 16:01:34.357 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-24 16:01:34.358 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-24 16:01:34.358 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-24 16:01:34.359 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: tag 2026-08-24 16:01:34.360 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-pps 2026-08-24 16:01:34.361 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-24 16:01:34.361 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-24 16:01:34.362 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: qos-rules-alias 2026-08-24 16:01:34.362 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: quota-check-limit 2026-08-24 16:01:34.363 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-24 16:01:34.366 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: quotas 2026-08-24 16:01:34.367 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: quota_details 2026-08-24 16:01:34.368 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: rbac-policies 2026-08-24 16:01:34.369 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: rbac-address-group 2026-08-24 16:01:34.369 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: timestamp 2026-08-24 16:01:34.369 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: rbac-address-scope 2026-08-24 16:01:34.370 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: rbac-security-groups 2026-08-24 16:01:34.370 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-24 16:01:34.371 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: revision-if-match 2026-08-24 16:01:34.371 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-24 16:01:34.372 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: router_availability_zone 2026-08-24 16:01:34.372 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-24 16:01:34.372 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: network_ip_availability 2026-08-24 16:01:34.374 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-24 16:01:34.375 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-24 16:01:34.376 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-24 16:01:34.376 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-24 16:01:34.377 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-24 16:01:34.377 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: flavors 2026-08-24 16:01:34.377 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-24 16:01:34.381 7 INFO neutron.manager [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loading Plugin: revisions 2026-08-24 16:01:34.385 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Initializing extension manager. 2026-08-24 16:01:34.383 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: security-group 2026-08-24 16:01:34.386 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: segment 2026-08-24 16:01:34.387 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: address-group 2026-08-24 16:01:34.387 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-24 16:01:34.388 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: address-scope 2026-08-24 16:01:34.388 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: service-type 2026-08-24 16:01:34.388 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: sorting 2026-08-24 16:01:34.388 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-24 16:01:34.389 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: standard-attr-segment 2026-08-24 16:01:34.389 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: standard-attr-description 2026-08-24 16:01:34.389 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: agent 2026-08-24 16:01:34.390 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: stateful-security-group 2026-08-24 16:01:34.390 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: agent-resources-synced 2026-08-24 16:01:34.390 8 WARNING neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-24 16:01:34.391 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-24 16:01:34.391 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: subnet-external-network 2026-08-24 16:01:34.391 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: allowed-address-pairs 2026-08-24 16:01:34.392 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: subnet_onboard 2026-08-24 16:01:34.392 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: auto-allocated-topology 2026-08-24 16:01:34.393 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-24 16:01:34.393 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: availability_zone 2026-08-24 16:01:34.393 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: subnet-service-types 2026-08-24 16:01:34.394 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: subnet_allocation 2026-08-24 16:01:34.394 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: availability_zone_filter 2026-08-24 16:01:34.395 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-24 16:01:34.395 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-24 16:01:34.396 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: default-subnetpools 2026-08-24 16:01:34.396 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: tag-creation 2026-08-24 16:01:34.396 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-24 16:01:34.398 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-24 16:01:34.399 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: dns-integration 2026-08-24 16:01:34.399 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: dns-domain-ports 2026-08-24 16:01:34.400 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-24 16:01:34.400 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: dvr 2026-08-24 16:01:34.400 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: standard-attr-tag 2026-08-24 16:01:34.401 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-24 16:01:34.401 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-24 16:01:34.401 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: empty-string-filtering 2026-08-24 16:01:34.402 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: trunk 2026-08-24 16:01:34.402 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-24 16:01:34.402 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: trunk-details 2026-08-24 16:01:34.402 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-24 16:01:34.403 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-24 16:01:34.403 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: external-net 2026-08-24 16:01:34.403 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-24 16:01:34.404 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-24 16:01:34.404 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-24 16:01:34.404 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: extraroute 2026-08-24 16:01:34.405 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: extraroute-atomic 2026-08-24 16:01:34.405 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-24 16:01:34.405 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-24 16:01:34.406 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-24 16:01:34.406 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-24 16:01:34.407 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-24 16:01:34.407 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-24 16:01:34.407 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: fip-port-details 2026-08-24 16:01:34.407 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-24 16:01:34.408 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: vpn-flavors 2026-08-24 16:01:34.409 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: flavors 2026-08-24 16:01:34.410 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: vpnaas 2026-08-24 16:01:34.410 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-24 16:01:34.411 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: floatingip-pools 2026-08-24 16:01:34.412 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: ip_allocation 2026-08-24 16:01:34.412 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: taas 2026-08-24 16:01:34.413 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: ip-substring-filtering 2026-08-24 16:01:34.413 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: tap-mirror 2026-08-24 16:01:34.413 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: l2_adjacency 2026-08-24 16:01:34.414 8 INFO neutron.api.extensions [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-24 16:01:34.415 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: router 2026-08-24 16:01:34.416 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-24 16:01:34.416 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-24 16:01:34.416 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-24 16:01:34.417 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.417 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-24 16:01:34.417 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-24 16:01:34.418 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-24 16:01:34.418 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: ext-gw-mode 2026-08-24 16:01:34.419 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: l3-ha 2026-08-24 16:01:34.419 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-24 16:01:34.420 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-24 16:01:34.420 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: l3-flavors 2026-08-24 16:01:34.420 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-24 16:01:34.421 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-24 16:01:34.421 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-24 16:01:34.422 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-24 16:01:34.424 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-24 16:01:34.425 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-24 16:01:34.425 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-24 16:01:34.426 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-24 16:01:34.426 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-24 16:01:34.427 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-24 16:01:34.427 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-24 16:01:34.427 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.428 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.428 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.428 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.429 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-24 16:01:34.429 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-24 16:01:34.429 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.429 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: multi-provider 2026-08-24 16:01:34.429 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.430 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: net-mtu 2026-08-24 16:01:34.430 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-24 16:01:34.430 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: net-mtu-writable 2026-08-24 16:01:34.430 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-24 16:01:34.431 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: network_availability_zone 2026-08-24 16:01:34.431 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-24 16:01:34.431 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: network_ha 2026-08-24 16:01:34.431 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.431 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ipsecpolicy is already registered 2026-08-24 16:01:34.432 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: network-ip-availability 2026-08-24 16:01:34.432 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.432 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ikepolicy is already registered 2026-08-24 16:01:34.433 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-24 16:01:34.433 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: pagination 2026-08-24 16:01:34.434 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-device-profile 2026-08-24 16:01:34.434 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-24 16:01:34.435 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-24 16:01:34.435 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-24 16:01:34.436 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-mac-override 2026-08-24 16:01:34.436 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-24 16:01:34.437 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-24 16:01:34.437 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-24 16:01:34.437 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] router is already registered 2026-08-24 16:01:34.437 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-24 16:01:34.437 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-24 16:01:34.437 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] floatingip is already registered 2026-08-24 16:01:34.438 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-resource-request 2026-08-24 16:01:34.438 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-resource-request-groups 2026-08-24 16:01:34.439 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-24 16:01:34.439 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: binding 2026-08-24 16:01:34.440 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: binding-extended 2026-08-24 16:01:34.440 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-security 2026-08-24 16:01:34.441 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: project-id 2026-08-24 16:01:34.441 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-24 16:01:34.441 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] rbac_policy is already registered 2026-08-24 16:01:34.441 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: provider 2026-08-24 16:01:34.442 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-24 16:01:34.442 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-24 16:01:34.442 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] security_group is already registered 2026-08-24 16:01:34.442 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-24 16:01:34.443 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] security_group_rule is already registered 2026-08-24 16:01:34.443 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.444 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.444 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.444 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.444 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos 2026-08-24 16:01:34.445 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-24 16:01:34.445 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] trunk is already registered 2026-08-24 16:01:34.445 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.445 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-24 16:01:34.445 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ikepolicy is already registered 2026-08-24 16:01:34.446 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.446 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-24 16:01:34.446 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ipsecpolicy is already registered 2026-08-24 16:01:34.446 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-24 16:01:34.446 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-default 2026-08-24 16:01:34.446 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] endpoint_group is already registered 2026-08-24 16:01:34.447 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-24 16:01:34.447 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-fip 2026-08-24 16:01:34.447 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] vpnservice is already registered 2026-08-24 16:01:34.447 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-24 16:01:34.447 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ipsec_site_connection is already registered 2026-08-24 16:01:34.447 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-24 16:01:34.448 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.448 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ipsecpolicy is already registered 2026-08-24 16:01:34.448 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-gateway-ip 2026-08-24 16:01:34.448 8 INFO neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.449 8 WARNING neutron.quota.resource_registry [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] ikepolicy is already registered 2026-08-24 16:01:34.449 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-port-network-policy 2026-08-24 16:01:34.449 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-pps-minimum 2026-08-24 16:01:34.450 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-24 16:01:34.451 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-pps 2026-08-24 16:01:34.451 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-rule-type-details 2026-08-24 16:01:34.452 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-24 16:01:34.453 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: qos-rules-alias 2026-08-24 16:01:34.453 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: quota-check-limit 2026-08-24 16:01:34.454 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: quota-check-limit-default 2026-08-24 16:01:34.456 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: quotas 2026-08-24 16:01:34.457 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: quota_details 2026-08-24 16:01:34.459 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: rbac-policies 2026-08-24 16:01:34.460 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: rbac-address-group 2026-08-24 16:01:34.460 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: rbac-address-scope 2026-08-24 16:01:34.461 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: rbac-security-groups 2026-08-24 16:01:34.462 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: rbac-subnetpool 2026-08-24 16:01:34.462 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: revision-if-match 2026-08-24 16:01:34.463 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: standard-attr-revisions 2026-08-24 16:01:34.464 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: router_availability_zone 2026-08-24 16:01:34.464 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-24 16:01:34.466 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: security-groups-default-rules 2026-08-24 16:01:34.467 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-24 16:01:34.467 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-24 16:01:34.468 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-24 16:01:34.468 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-24 16:01:34.469 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-24 16:01:34.474 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: security-group 2026-08-24 16:01:34.475 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: segment 2026-08-24 16:01:34.475 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-24 16:01:34.476 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: service-type 2026-08-24 16:01:34.476 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: sorting 2026-08-24 16:01:34.477 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: standard-attr-segment 2026-08-24 16:01:34.478 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: standard-attr-description 2026-08-24 16:01:34.478 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: stateful-security-group 2026-08-24 16:01:34.479 7 WARNING neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-24 16:01:34.479 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-24 16:01:34.480 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: subnet-external-network 2026-08-24 16:01:34.480 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: subnet_onboard 2026-08-24 16:01:34.481 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-24 16:01:34.481 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: subnet-service-types 2026-08-24 16:01:34.482 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: subnet_allocation 2026-08-24 16:01:34.483 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-24 16:01:34.483 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: tag-creation 2026-08-24 16:01:34.484 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-24 16:01:34.489 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: standard-attr-tag 2026-08-24 16:01:34.489 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-24 16:01:34.490 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: trunk 2026-08-24 16:01:34.491 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: trunk-details 2026-08-24 16:01:34.491 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-24 16:01:34.492 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-24 16:01:34.492 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-24 16:01:34.494 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-24 16:01:34.496 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-24 16:01:34.496 8 WARNING keystonemiddleware._common.config [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-24 16:01:34.497 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-24 16:01:34.498 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: vpn-flavors 2026-08-24 16:01:34.499 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: vpnaas 2026-08-24 16:01:34.501 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: taas 2026-08-24 16:01:34.502 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: tap-mirror 2026-08-24 16:01:34.503 7 INFO neutron.api.extensions [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Loaded extension: taas-vlan-filter 2026-08-24 16:01:34.504 8 WARNING oslo_config.cfg [None req-722c866a-f62b-4ce7-9239-981d348d7bf2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-24 16:01:34.506 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:network WSGI app 0 (mountpoint='') ready in 12 seconds on interpreter 0x7f4652135668 pid: 8 (default app) 2026-08-24 16:01:34.506 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-24 16:01:34.506 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.506 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-24 16:01:34.510 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-24 16:01:34.511 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-24 16:01:34.516 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-24 16:01:34.517 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-24 16:01:34.518 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-24 16:01:34.519 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.519 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.519 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.520 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.520 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-24 16:01:34.520 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.521 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.521 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-24 16:01:34.522 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-24 16:01:34.522 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-24 16:01:34.523 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.523 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ipsecpolicy is already registered 2026-08-24 16:01:34.523 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.524 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ikepolicy is already registered 2026-08-24 16:01:34.533 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-24 16:01:34.534 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] router is already registered 2026-08-24 16:01:34.534 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-24 16:01:34.534 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] floatingip is already registered 2026-08-24 16:01:34.540 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-24 16:01:34.540 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] rbac_policy is already registered 2026-08-24 16:01:34.541 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-24 16:01:34.541 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] security_group is already registered 2026-08-24 16:01:34.541 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-24 16:01:34.542 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] security_group_rule is already registered 2026-08-24 16:01:34.543 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.543 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.544 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-24 16:01:34.544 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] subnetpool is already registered 2026-08-24 16:01:34.544 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-24 16:01:34.545 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] trunk is already registered 2026-08-24 16:01:34.545 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.545 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ikepolicy is already registered 2026-08-24 16:01:34.546 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.546 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ipsecpolicy is already registered 2026-08-24 16:01:34.546 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-24 16:01:34.546 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] endpoint_group is already registered 2026-08-24 16:01:34.547 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-24 16:01:34.547 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] vpnservice is already registered 2026-08-24 16:01:34.547 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-24 16:01:34.547 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ipsec_site_connection is already registered 2026-08-24 16:01:34.548 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-24 16:01:34.548 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ipsecpolicy is already registered 2026-08-24 16:01:34.548 7 INFO neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-24 16:01:34.548 7 WARNING neutron.quota.resource_registry [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] ikepolicy is already registered 2026-08-24 16:01:34.595 7 WARNING keystonemiddleware._common.config [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-24 16:01:34.602 7 WARNING oslo_config.cfg [None req-7bd4156b-702d-48ad-97b3-2f6740d43e3a - - - - - -] 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 12 seconds on interpreter 0x7f4652135668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-24 16:01:37.618 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a81ff187-d13c-44e3-9b7e-f1a7a50a50d6 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:01:36 2026] GET /v2.0/networks/public => generated 108 bytes in 999 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:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:01:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:01:38.536 8 WARNING neutron.services.revisions.revision_plugin [None req-d320e0c0-1cdd-4ead-87e5-bf92bcaec61c 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:01:38.564 8 INFO neutron.db.segments_db [None req-d320e0c0-1cdd-4ead-87e5-bf92bcaec61c 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment fe51f3b0-9a8b-4d01-a66a-301c1a1968da of type flat for network 6efa04bc-c1e5-4aa2-a743-848a8b1003cd 2026-08-24 16:01:38.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d320e0c0-1cdd-4ead-87e5-bf92bcaec61c 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:01:38 2026] POST /v2.0/networks => generated 124 bytes in 507 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:01:45.152 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4020381b-a2f4-43f6-9bd4-5b8ec4320c80 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:01:44 2026] GET /v2.0/networks/public => generated 108 bytes in 433 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:01:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:01:45.522 7 WARNING neutron.services.revisions.revision_plugin [None req-0a437922-640c-4dbf-99be-141674ac518b 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:01:45.553 7 INFO neutron.db.segments_db [None req-0a437922-640c-4dbf-99be-141674ac518b 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment 6d3e7a79-bf86-42cb-b898-e0b7e195840c of type flat for network 8cc02f78-27a3-4926-b503-9849b26d1b70 2026-08-24 16:01:45.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a437922-640c-4dbf-99be-141674ac518b 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:01:45 2026] POST /v2.0/networks => generated 124 bytes in 403 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:01:52.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7ea033d-9aa2-4cac-9ffd-a354c36dbecb 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:01:52 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:01:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:01:52.968 7 WARNING neutron.services.revisions.revision_plugin [None req-47b575ae-a1bd-48bd-920b-b7af7f5b55c8 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:01:52.987 7 INFO neutron.db.segments_db [None req-47b575ae-a1bd-48bd-920b-b7af7f5b55c8 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment aafde3e6-eef4-492f-bc70-bca74bd4f7f7 of type flat for network adc8fa59-a7d7-46b0-9851-8de48fe38a18 2026-08-24 16:01:53.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47b575ae-a1bd-48bd-920b-b7af7f5b55c8 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:01:52 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:02:02.255 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aef728eb-3eb2-424d-92f0-c6ad801caeb0 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:02:02 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/16] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:02:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:02:02.332 7 WARNING neutron.services.revisions.revision_plugin [None req-d42d48a3-223b-4368-9430-0f8f12f5274e 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:02:02.347 7 INFO neutron.db.segments_db [None req-d42d48a3-223b-4368-9430-0f8f12f5274e 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment 69d32393-a3f7-4d31-aed1-ee23b2376948 of type flat for network 01089643-e8f7-493d-b445-bc649cbc8cdf 2026-08-24 16:02:02.374 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d42d48a3-223b-4368-9430-0f8f12f5274e 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:02:02 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:02:08.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c696eacd-b400-4ee2-8b51-35e8b0edbc6b 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:02:08 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:02:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:02:08.429 8 WARNING neutron.services.revisions.revision_plugin [None req-b3061d2a-873a-4095-ad86-2713fa63d9a0 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:02:08.453 8 INFO neutron.db.segments_db [None req-b3061d2a-873a-4095-ad86-2713fa63d9a0 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment 1f8e148d-549c-4a32-a871-9c3cbf06923d of type flat for network 940dcbe9-1e73-4c76-b51a-ef0cff85ef18 2026-08-24 16:02:08.483 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3061d2a-873a-4095-ad86-2713fa63d9a0 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:02:08 2026] POST /v2.0/networks => generated 124 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:02:17.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5216ea9e-dd13-42e4-9936-7183e8651a2c 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/22] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:02:17 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/23] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:02:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:02:18.206 8 WARNING neutron.services.revisions.revision_plugin [None req-07662cb9-857b-4e68-bb5a-fb8ae5fcc9eb 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:02:18.232 8 INFO neutron.db.segments_db [None req-07662cb9-857b-4e68-bb5a-fb8ae5fcc9eb 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment 3d7b7cae-a417-401d-9773-f841620d9984 of type flat for network f040e0cd-2f74-4c45-9616-bc9cf49d8fe4 2026-08-24 16:02:18.255 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07662cb9-857b-4e68-bb5a-fb8ae5fcc9eb 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:02:18 2026] POST /v2.0/networks => generated 124 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:02:24.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3beeb20-baf9-404b-84a6-81dc13764890 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/25] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:02:24 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/26] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:02:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:02:24.556 7 WARNING neutron.services.revisions.revision_plugin [None req-b9c4d569-4bc8-4c85-8c20-88ac89d39a07 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:02:24.576 7 INFO neutron.db.segments_db [None req-b9c4d569-4bc8-4c85-8c20-88ac89d39a07 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment cd2abf6a-c1cf-4ad2-a972-65f4f5df59c3 of type flat for network d16e154b-7eaf-4281-bce3-19e73fca2d1b 2026-08-24 16:02:24.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9c4d569-4bc8-4c85-8c20-88ac89d39a07 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/27] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:02:24 2026] POST /v2.0/networks => generated 124 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-24 16:02:33.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed99b451-b186-4909-adfe-8b0600a9e08b 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 17/30] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:02:33 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/31] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:02:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:02:33.369 8 WARNING neutron.services.revisions.revision_plugin [None req-19413f00-864f-4db9-9cc1-c4711a63c0e6 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Could not find related network for resource to bump revision. 2026-08-24 16:02:33.396 8 INFO neutron.db.segments_db [None req-19413f00-864f-4db9-9cc1-c4711a63c0e6 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment 6944b387-f1c5-414d-950f-ed86b6ad14a2 of type flat for network c03190c7-8ba7-4e2b-94ef-4c0fa06fac7d [pid: 8|app: 0|req: 18/32] 199.19.213.126 () {48 vars in 968 bytes} [Mon Aug 24 16:02:33 2026] POST /v2.0/networks => generated 706 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-24 16:02:37.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6cb866d-c39d-4585-8d01-b2085d4291e5 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/33] 199.19.213.126 () {44 vars in 928 bytes} [Mon Aug 24 16:02:37 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 19/34] 199.19.213.126 () {44 vars in 950 bytes} [Mon Aug 24 16:02:37 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-24 16:02:37.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a03de472-cf5f-44b5-b578-fff60750624a 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/35] 199.19.213.126 () {44 vars in 1035 bytes} [Mon Aug 24 16:02:37 2026] GET /v2.0/subnets/public-subnet?network_id=c03190c7-8ba7-4e2b-94ef-4c0fa06fac7d => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/36] 199.19.213.126 () {44 vars in 1058 bytes} [Mon Aug 24 16:02:37 2026] GET /v2.0/subnets?name=public-subnet&network_id=c03190c7-8ba7-4e2b-94ef-4c0fa06fac7d => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/37] 199.19.213.126 () {48 vars in 966 bytes} [Mon Aug 24 16:02:37 2026] POST /v2.0/subnets => generated 664 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-24 16:08:08.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c48dc1ac-732f-44de-bda3-96152466bf91 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 43/82] 199.19.213.126 () {44 vars in 938 bytes} [Mon Aug 24 16:08:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.126 () {44 vars in 960 bytes} [Mon Aug 24 16:08:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:08:08.528 8 INFO neutron.db.segments_db [None req-9cbdb197-cde4-4455-bed9-098217b2d305 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] Added segment 252c88a0-b3a2-472b-a666-e49b3cc0f1dc of type vxlan for network fb8cac9f-b2ba-4716-96f8-b4741be6daf2 [pid: 8|app: 0|req: 44/84] 199.19.213.126 () {48 vars in 967 bytes} [Mon Aug 24 16:08:08 2026] POST /v2.0/networks => generated 687 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-24 16:08:09.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7901f43f-8e49-431d-994f-b512a0dd2050 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/85] 199.19.213.126 () {44 vars in 938 bytes} [Mon Aug 24 16:08:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.19.213.126 () {44 vars in 960 bytes} [Mon Aug 24 16:08:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-24 16:08:09.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77bfa78b-1782-4e35-b69c-a0b41f3b0e17 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/87] 199.19.213.126 () {44 vars in 1037 bytes} [Mon Aug 24 16:08:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fb8cac9f-b2ba-4716-96f8-b4741be6daf2 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.126 () {44 vars in 1060 bytes} [Mon Aug 24 16:08:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fb8cac9f-b2ba-4716-96f8-b4741be6daf2 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.126 () {48 vars in 966 bytes} [Mon Aug 24 16:08:09 2026] POST /v2.0/subnets => generated 651 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-24 16:08:11.302 8 INFO neutron.api.v2.resource [None req-1e2a1db8-b115-42c5-b992-e1eb73d7fe50 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/90] 199.19.213.126 () {44 vars in 972 bytes} [Mon Aug 24 16:08:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.126 () {44 vars in 994 bytes} [Mon Aug 24 16:08:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.126 () {48 vars in 981 bytes} [Mon Aug 24 16:08:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:12 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 1616 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:12 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:12 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:13 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:13 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:13 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:15 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:15 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:15 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => 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: 54/104] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:16 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 3462 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:16 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:16 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:17 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/112] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:17 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:17 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/115] 199.19.213.126 () {44 vars in 988 bytes} [Mon Aug 24 16:08:19 2026] GET /v2.0/networks/fb8cac9f-b2ba-4716-96f8-b4741be6daf2 => generated 731 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-24 16:08:19.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c047f3a-b322-471a-bffc-5daacebd247c 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/116] 199.19.213.126 () {44 vars in 1077 bytes} [Mon Aug 24 16:08:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fb8cac9f-b2ba-4716-96f8-b4741be6daf2 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 199.19.213.126 () {44 vars in 1100 bytes} [Mon Aug 24 16:08:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fb8cac9f-b2ba-4716-96f8-b4741be6daf2 => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/118] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:19 2026] GET /v2.0/security-groups/379fee4c-fca8-4da1-8814-349d3a332838 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/119] 199.19.213.126 () {48 vars in 962 bytes} [Mon Aug 24 16:08:19 2026] POST /v2.0/ports => generated 1100 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-24 16:08:28.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b748ee5-57fb-4e32-9bb4-974a1f14caab 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/120] 199.19.213.126 () {44 vars in 980 bytes} [Mon Aug 24 16:08:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 63/121] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 199.19.213.126 () {48 vars in 1032 bytes} [Mon Aug 24 16:08:28 2026] PUT /v2.0/ports/23462d0c-92aa-4cb2-9ec1-e038e4a2e074 => generated 1249 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/125] 199.19.213.126 () {44 vars in 921 bytes} [Mon Aug 24 16:08:31 2026] GET /v2.0/ports => generated 3730 bytes in 486 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:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-24 16:08:32.701 7 INFO neutron.api.v2.resource [None req-7927411c-923d-4079-b982-d3f867b8c5fc 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 61/126] 199.19.213.126 () {44 vars in 960 bytes} [Mon Aug 24 16:08:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/127] 199.19.213.126 () {44 vars in 982 bytes} [Mon Aug 24 16:08:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/128] 199.19.213.126 () {48 vars in 981 bytes} [Mon Aug 24 16:08:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/129] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:33 2026] GET /v2.0/security-groups/02f2c1e8-d883-4781-9a4f-27ef62db2be1 => generated 1610 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/130] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:33 2026] GET /v2.0/security-groups/02f2c1e8-d883-4781-9a4f-27ef62db2be1 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/131] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:33 2026] GET /v2.0/security-groups/02f2c1e8-d883-4781-9a4f-27ef62db2be1 => generated 1610 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/132] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:33 2026] POST /v2.0/security-group-rules => generated 623 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/133] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:35 2026] GET /v2.0/security-groups/02f2c1e8-d883-4781-9a4f-27ef62db2be1 => generated 2246 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/134] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:35 2026] GET /v2.0/security-groups/02f2c1e8-d883-4781-9a4f-27ef62db2be1 => generated 2246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/135] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:08:35 2026] GET /v2.0/security-groups/02f2c1e8-d883-4781-9a4f-27ef62db2be1 => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/136] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:08:35 2026] POST /v2.0/security-group-rules => generated 627 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/147] 199.19.213.126 () {44 vars in 976 bytes} [Mon Aug 24 16:09:57 2026] GET /v2.0/quotas/aa74641da5f848c18ecdf9837b4876b4 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/148] 199.19.213.126 () {48 vars in 1028 bytes} [Mon Aug 24 16:09:57 2026] PUT /v2.0/quotas/aa74641da5f848c18ecdf9837b4876b4 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-24 16:12:20.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5e36b21-082d-46d1-8e6c-883abeb1edd8 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 87/169] 199.19.213.126 () {30 vars in 741 bytes} [Mon Aug 24 16:12:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 204 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:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 83/170] 199.19.213.126 () {30 vars in 763 bytes} [Mon Aug 24 16:12:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-24 16:12:23.092 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6af4db01-2a9a-4c04-8a59-53656706073e 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 88/171] 199.19.213.126 () {30 vars in 741 bytes} [Mon Aug 24 16:12:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/172] 199.19.213.126 () {30 vars in 763 bytes} [Mon Aug 24 16:12:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-24 16:19:20.289 7 INFO neutron.api.v2.resource [None req-40b09570-a813-4323-8172-07e87a9c7ad5 2a5b7a0e6f7a4eabbd78ac8185f59809 aa74641da5f848c18ecdf9837b4876b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 113/229] 199.19.213.126 () {44 vars in 1075 bytes} [Mon Aug 24 16:19:20 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 139 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 199.19.213.126 () {44 vars in 1098 bytes} [Mon Aug 24 16:19:20 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 23 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/231] 199.19.213.126 () {48 vars in 982 bytes} [Mon Aug 24 16:19:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/232] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:21 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/233] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:19:21 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/234] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:21 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/235] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:19:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/236] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:22 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/237] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:19:22 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/238] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:23 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/239] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:19:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/240] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:24 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:19:24 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472 => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:24 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/243] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:19:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/244] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:25 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/245] 199.19.213.126 () {44 vars in 1002 bytes} [Mon Aug 24 16:19:25 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/246] 199.19.213.126 () {44 vars in 1089 bytes} [Mon Aug 24 16:19:25 2026] GET /v2.0/security-groups/e4daae35-3409-43af-89ec-a5051e544472?project_id=3f6fa077e9d442d8810249bf8478ae9b => generated 3460 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.19.213.126 () {48 vars in 992 bytes} [Mon Aug 24 16:19:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 199.19.213.126 () {30 vars in 740 bytes} [Mon Aug 24 16:21:58 2026] GET /v2.0/networks?tenant_id=3f6fa077e9d442d8810249bf8478ae9b&shared=False => generated 15 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-24 16:21:58.860 8 INFO neutron.db.segments_db [None req-bee75b2c-e571-4dc3-ab5f-8c5edff881f0 0d33e7f9ef474dacb20aab02c186b7fc 3f6fa077e9d442d8810249bf8478ae9b - - 82e360334b554634928ca1ca23986415 82e360334b554634928ca1ca23986415] Added segment 3a01fc4e-5fd4-48e2-b6d4-6a247e9b0cc1 of type vxlan for network 54475e87-9d4d-4c8a-b269-5da60991ce99 [pid: 8|app: 0|req: 136/269] 199.19.213.126 () {34 vars in 682 bytes} [Mon Aug 24 16:21:58 2026] POST /v2.0/networks => generated 698 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 199.19.213.126 () {30 vars in 722 bytes} [Mon Aug 24 16:21:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/271] 199.19.213.126 () {30 vars in 633 bytes} [Mon Aug 24 16:21:59 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/272] 199.19.213.126 () {34 vars in 677 bytes} [Mon Aug 24 16:21:59 2026] POST /v2.0/ports => generated 999 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/273] 199.19.213.126 () {30 vars in 703 bytes} [Mon Aug 24 16:21:59 2026] GET /v2.0/networks/54475e87-9d4d-4c8a-b269-5da60991ce99 => generated 704 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/276] 199.19.213.126 () {30 vars in 722 bytes} [Mon Aug 24 16:22:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/277] 199.19.213.126 () {30 vars in 703 bytes} [Mon Aug 24 16:22:01 2026] GET /v2.0/networks/54475e87-9d4d-4c8a-b269-5da60991ce99 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/280] 199.19.213.126 () {44 vars in 976 bytes} [Mon Aug 24 16:22:27 2026] GET /v2.0/quotas/3f6fa077e9d442d8810249bf8478ae9b => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/281] 199.19.213.126 () {48 vars in 1028 bytes} [Mon Aug 24 16:22:28 2026] PUT /v2.0/quotas/3f6fa077e9d442d8810249bf8478ae9b => generated 291 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)