+ 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 [Tue Mar 3 15:04:03 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-f4d4c8b65-5jlv4 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 0x7fa614b84668 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-03-03 15:04:08.302 7 INFO neutron.common.config [-] Logging enabled! 2026-03-03 15:04:08.302 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-03 15:04:08.400 8 INFO neutron.common.config [-] Logging enabled! 2026-03-03 15:04:08.400 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-03 15:04:08.685 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-03 15:04:08.789 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-03 15:04:10.166 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 15:04:10.168 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-03 15:04:10.172 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-03 15:04:10.173 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 15:04:10.173 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-03 15:04:10.174 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-03 15:04:10.174 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 15:04:10.182 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 15:04:10.182 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 15:04:10.182 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 15:04:10.206 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-03 15:04:10.207 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 15:04:10.207 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-03 15:04:10.235 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-03 15:04:10.235 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-03 15:04:10.235 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-03 15:04:10.236 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-03 15:04:10.445 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 15:04:10.453 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-03 15:04:10.459 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-03 15:04:10.461 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 15:04:10.461 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-03 15:04:10.461 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-03 15:04:10.462 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 15:04:10.471 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 15:04:10.472 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 15:04:10.472 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 15:04:10.495 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-03 15:04:10.496 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 15:04:10.497 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-03 15:04:10.523 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing driver for type 'vlan' 2026-03-03 15:04:10.524 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-03 15:04:10.524 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-03 15:04:10.525 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-03 15:04:10.525 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-03 15:04:10.819 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] VlanTypeDriver initialization complete 2026-03-03 15:04:10.820 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing driver for type 'vxlan' 2026-03-03 15:04:10.820 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-03 15:04:10.833 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-03 15:04:10.833 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-03 15:04:10.833 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing extension driver 'port_security' 2026-03-03 15:04:10.833 7 INFO neutron.plugins.ml2.extensions.port_security [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-03 15:04:10.833 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing extension driver 'qos' 2026-03-03 15:04:10.834 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-03 15:04:10.834 7 INFO neutron.plugins.ml2.managers [None req-44e557a3-0514-487d-ad19-fecbd697de54 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-03 15:04:10.833 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing driver for type 'vlan' 2026-03-03 15:04:10.848 7 INFO neutron.quota [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded quota_driver: . 2026-03-03 15:04:10.848 7 INFO neutron.plugins.ml2.plugin [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Modular L2 Plugin initialization complete 2026-03-03 15:04:10.849 7 INFO neutron.plugins.ml2.managers [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-03 15:04:10.849 7 INFO neutron.plugins.ml2.managers [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-03 15:04:10.849 7 INFO neutron.plugins.ml2.managers [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Got port-security extension from driver 'port_security' 2026-03-03 15:04:10.849 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: qos 2026-03-03 15:04:10.863 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: router 2026-03-03 15:04:10.904 7 INFO neutron.services.service_base [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-03 15:04:10.904 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: segments 2026-03-03 15:04:11.001 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: trunk 2026-03-03 15:04:11.015 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: vpnaas 2026-03-03 15:04:11.054 7 WARNING stevedore.named [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 15:04:11.117 7 INFO neutron_vpnaas.services.vpn.plugin [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-03 15:04:11.118 7 INFO neutron.common.utils [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-03 15:04:11.118 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: taas 2026-03-03 15:04:11.121 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] VlanTypeDriver initialization complete 2026-03-03 15:04:11.121 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing driver for type 'vxlan' 2026-03-03 15:04:11.121 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing extension driver 'port_security' 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing extension driver 'qos' 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-03 15:04:11.136 8 INFO neutron.plugins.ml2.managers [None req-a4383b09-af99-436c-a2cb-2bb41d7b2fd4 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-03 15:04:11.142 7 WARNING stevedore.named [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 15:04:11.142 7 WARNING stevedore.named [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 15:04:11.153 8 INFO neutron.quota [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded quota_driver: . 2026-03-03 15:04:11.154 8 INFO neutron.plugins.ml2.plugin [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Modular L2 Plugin initialization complete 2026-03-03 15:04:11.154 8 INFO neutron.plugins.ml2.managers [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-03 15:04:11.154 8 INFO neutron.plugins.ml2.managers [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-03 15:04:11.154 8 INFO neutron.plugins.ml2.managers [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-03 15:04:11.155 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: qos 2026-03-03 15:04:11.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-03 15:04:11.164 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: tapmirror 2026-03-03 15:04:11.169 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: router 2026-03-03 15:04:11.177 7 WARNING stevedore.named [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 15:04:11.177 7 WARNING stevedore.named [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 15:04:11.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-03 15:04:11.194 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: auto_allocate 2026-03-03 15:04:11.204 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: tag 2026-03-03 15:04:11.212 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: timestamp 2026-03-03 15:04:11.212 8 INFO neutron.services.service_base [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-03 15:04:11.212 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: segments 2026-03-03 15:04:11.215 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: network_ip_availability 2026-03-03 15:04:11.219 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: flavors 2026-03-03 15:04:11.222 7 INFO neutron.manager [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loading Plugin: revisions 2026-03-03 15:04:11.225 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Initializing extension manager. 2026-03-03 15:04:11.227 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: address-group 2026-03-03 15:04:11.228 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: address-scope 2026-03-03 15:04:11.228 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-03 15:04:11.229 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: agent 2026-03-03 15:04:11.229 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: agent-resources-synced 2026-03-03 15:04:11.231 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: allowed-address-pairs 2026-03-03 15:04:11.231 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: auto-allocated-topology 2026-03-03 15:04:11.232 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: availability_zone 2026-03-03 15:04:11.233 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: availability_zone_filter 2026-03-03 15:04:11.233 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-03 15:04:11.234 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: default-subnetpools 2026-03-03 15:04:11.235 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-03 15:04:11.236 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: dns-integration 2026-03-03 15:04:11.236 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: dns-domain-ports 2026-03-03 15:04:11.237 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-03 15:04:11.237 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: dvr 2026-03-03 15:04:11.238 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-03 15:04:11.239 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: empty-string-filtering 2026-03-03 15:04:11.239 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 15:04:11.240 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-03 15:04:11.240 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: external-net 2026-03-03 15:04:11.241 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-03 15:04:11.242 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: extraroute 2026-03-03 15:04:11.242 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: extraroute-atomic 2026-03-03 15:04:11.243 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-03 15:04:11.244 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-03 15:04:11.244 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-03 15:04:11.245 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-03 15:04:11.245 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: fip-port-details 2026-03-03 15:04:11.246 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: flavors 2026-03-03 15:04:11.247 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-03 15:04:11.248 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: floatingip-pools 2026-03-03 15:04:11.248 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: ip_allocation 2026-03-03 15:04:11.249 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: ip-substring-filtering 2026-03-03 15:04:11.250 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: l2_adjacency 2026-03-03 15:04:11.251 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: router 2026-03-03 15:04:11.252 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 15:04:11.253 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-03 15:04:11.254 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-03 15:04:11.254 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: ext-gw-mode 2026-03-03 15:04:11.255 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: l3-ha 2026-03-03 15:04:11.255 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-03 15:04:11.256 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-03 15:04:11.256 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: l3-flavors 2026-03-03 15:04:11.259 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-03 15:04:11.259 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-03 15:04:11.261 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-03 15:04:11.262 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-03 15:04:11.263 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-03 15:04:11.265 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-03 15:04:11.265 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-03 15:04:11.266 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: multi-provider 2026-03-03 15:04:11.266 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: net-mtu 2026-03-03 15:04:11.267 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: net-mtu-writable 2026-03-03 15:04:11.267 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: network_availability_zone 2026-03-03 15:04:11.268 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: network_ha 2026-03-03 15:04:11.268 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: network-ip-availability 2026-03-03 15:04:11.269 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-03 15:04:11.270 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: pagination 2026-03-03 15:04:11.270 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-device-profile 2026-03-03 15:04:11.272 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-03 15:04:11.272 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-03 15:04:11.273 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-03 15:04:11.273 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-mac-override 2026-03-03 15:04:11.274 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-03 15:04:11.274 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-03 15:04:11.275 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-03 15:04:11.275 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-resource-request 2026-03-03 15:04:11.276 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-resource-request-groups 2026-03-03 15:04:11.276 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-03 15:04:11.277 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: binding 2026-03-03 15:04:11.278 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: binding-extended 2026-03-03 15:04:11.278 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-security 2026-03-03 15:04:11.278 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: project-id 2026-03-03 15:04:11.279 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: provider 2026-03-03 15:04:11.280 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-03 15:04:11.282 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos 2026-03-03 15:04:11.282 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-03 15:04:11.283 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-03 15:04:11.284 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-default 2026-03-03 15:04:11.284 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-fip 2026-03-03 15:04:11.284 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-03 15:04:11.285 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-gateway-ip 2026-03-03 15:04:11.285 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-port-network-policy 2026-03-03 15:04:11.286 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-pps-minimum 2026-03-03 15:04:11.287 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-03 15:04:11.287 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-pps 2026-03-03 15:04:11.288 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-rule-type-details 2026-03-03 15:04:11.288 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-03 15:04:11.289 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: qos-rules-alias 2026-03-03 15:04:11.289 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: quota-check-limit 2026-03-03 15:04:11.290 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: quota-check-limit-default 2026-03-03 15:04:11.292 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: quotas 2026-03-03 15:04:11.293 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: quota_details 2026-03-03 15:04:11.295 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: rbac-policies 2026-03-03 15:04:11.295 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: rbac-address-group 2026-03-03 15:04:11.296 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: rbac-address-scope 2026-03-03 15:04:11.296 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: rbac-security-groups 2026-03-03 15:04:11.297 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: rbac-subnetpool 2026-03-03 15:04:11.297 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: revision-if-match 2026-03-03 15:04:11.298 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: standard-attr-revisions 2026-03-03 15:04:11.298 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: router_availability_zone 2026-03-03 15:04:11.299 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-03 15:04:11.301 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: security-groups-default-rules 2026-03-03 15:04:11.301 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-03 15:04:11.302 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-03 15:04:11.302 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-03 15:04:11.303 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-03 15:04:11.303 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-03 15:04:11.307 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: security-group 2026-03-03 15:04:11.309 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: segment 2026-03-03 15:04:11.310 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-03 15:04:11.310 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: service-type 2026-03-03 15:04:11.311 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: sorting 2026-03-03 15:04:11.311 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: standard-attr-segment 2026-03-03 15:04:11.312 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: standard-attr-description 2026-03-03 15:04:11.312 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: stateful-security-group 2026-03-03 15:04:11.313 7 WARNING neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-03 15:04:11.313 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-03 15:04:11.314 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: subnet-external-network 2026-03-03 15:04:11.314 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: subnet_onboard 2026-03-03 15:04:11.314 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: trunk 2026-03-03 15:04:11.315 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-03 15:04:11.315 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: subnet-service-types 2026-03-03 15:04:11.316 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: subnet_allocation 2026-03-03 15:04:11.317 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-03 15:04:11.317 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: tag-creation 2026-03-03 15:04:11.318 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-03 15:04:11.322 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: standard-attr-tag 2026-03-03 15:04:11.322 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-03 15:04:11.323 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: trunk 2026-03-03 15:04:11.323 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: trunk-details 2026-03-03 15:04:11.324 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-03 15:04:11.324 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-03 15:04:11.325 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-03 15:04:11.326 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-03 15:04:11.327 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-03 15:04:11.328 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-03 15:04:11.329 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: vpn-flavors 2026-03-03 15:04:11.330 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: vpnaas 2026-03-03 15:04:11.330 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: vpnaas 2026-03-03 15:04:11.332 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: taas 2026-03-03 15:04:11.333 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: tap-mirror 2026-03-03 15:04:11.333 7 INFO neutron.api.extensions [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Loaded extension: taas-vlan-filter 2026-03-03 15:04:11.336 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-03 15:04:11.336 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-03 15:04:11.336 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.336 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-03 15:04:11.340 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 15:04:11.340 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 15:04:11.345 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 15:04:11.345 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 15:04:11.346 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 15:04:11.347 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.347 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.347 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.347 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.348 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 15:04:11.348 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.349 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.349 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 15:04:11.349 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 15:04:11.350 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 15:04:11.350 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.350 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ipsecpolicy is already registered 2026-03-03 15:04:11.351 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.351 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ikepolicy is already registered 2026-03-03 15:04:11.355 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 15:04:11.355 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] router is already registered 2026-03-03 15:04:11.356 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 15:04:11.356 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] floatingip is already registered 2026-03-03 15:04:11.360 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 15:04:11.360 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] rbac_policy is already registered 2026-03-03 15:04:11.360 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 15:04:11.360 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] security_group is already registered 2026-03-03 15:04:11.361 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 15:04:11.361 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] security_group_rule is already registered 2026-03-03 15:04:11.362 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.362 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.362 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.362 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.363 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 15:04:11.363 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] trunk is already registered 2026-03-03 15:04:11.364 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.364 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ikepolicy is already registered 2026-03-03 15:04:11.364 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.364 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ipsecpolicy is already registered 2026-03-03 15:04:11.365 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 15:04:11.365 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] endpoint_group is already registered 2026-03-03 15:04:11.365 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 15:04:11.365 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] vpnservice is already registered 2026-03-03 15:04:11.366 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 15:04:11.366 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ipsec_site_connection is already registered 2026-03-03 15:04:11.366 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.366 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ipsecpolicy is already registered 2026-03-03 15:04:11.367 7 INFO neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.367 7 WARNING neutron.quota.resource_registry [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] ikepolicy is already registered 2026-03-03 15:04:11.368 8 WARNING stevedore.named [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 15:04:11.410 7 WARNING keystonemiddleware._common.config [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-03 15:04:11.418 7 WARNING oslo_config.cfg [None req-fb056e3e-a184-4729-80b0-ecb06ad5c39f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fa614b84668 pid: 7 (default app) 2026-03-03 15:04:11.484 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-03 15:04:11.485 8 INFO neutron.common.utils [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-03 15:04:11.485 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: taas 2026-03-03 15:04:11.511 8 WARNING stevedore.named [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 15:04:11.511 8 WARNING stevedore.named [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 15:04:11.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-03 15:04:11.536 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: tapmirror 2026-03-03 15:04:11.549 8 WARNING stevedore.named [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 15:04:11.549 8 WARNING stevedore.named [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 15:04:11.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-03 15:04:11.564 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: auto_allocate 2026-03-03 15:04:11.572 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: tag 2026-03-03 15:04:11.583 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: timestamp 2026-03-03 15:04:11.587 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: network_ip_availability 2026-03-03 15:04:11.590 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: flavors 2026-03-03 15:04:11.595 8 INFO neutron.manager [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loading Plugin: revisions 2026-03-03 15:04:11.598 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Initializing extension manager. 2026-03-03 15:04:11.599 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: address-group 2026-03-03 15:04:11.600 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: address-scope 2026-03-03 15:04:11.601 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-03 15:04:11.601 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: agent 2026-03-03 15:04:11.602 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: agent-resources-synced 2026-03-03 15:04:11.603 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-03 15:04:11.604 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-03 15:04:11.605 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: availability_zone 2026-03-03 15:04:11.605 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: availability_zone_filter 2026-03-03 15:04:11.606 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-03 15:04:11.606 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: default-subnetpools 2026-03-03 15:04:11.608 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-03 15:04:11.609 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: dns-integration 2026-03-03 15:04:11.609 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: dns-domain-ports 2026-03-03 15:04:11.610 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-03 15:04:11.610 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: dvr 2026-03-03 15:04:11.611 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-03 15:04:11.612 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: empty-string-filtering 2026-03-03 15:04:11.612 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 15:04:11.613 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-03 15:04:11.613 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: external-net 2026-03-03 15:04:11.614 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-03 15:04:11.614 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: extraroute 2026-03-03 15:04:11.615 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: extraroute-atomic 2026-03-03 15:04:11.616 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-03 15:04:11.616 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-03 15:04:11.617 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-03 15:04:11.617 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-03 15:04:11.618 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: fip-port-details 2026-03-03 15:04:11.619 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: flavors 2026-03-03 15:04:11.620 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-03 15:04:11.621 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: floatingip-pools 2026-03-03 15:04:11.621 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: ip_allocation 2026-03-03 15:04:11.622 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-03 15:04:11.622 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: l2_adjacency 2026-03-03 15:04:11.623 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: router 2026-03-03 15:04:11.625 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 15:04:11.626 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-03 15:04:11.626 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-03 15:04:11.627 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: ext-gw-mode 2026-03-03 15:04:11.627 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: l3-ha 2026-03-03 15:04:11.628 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-03 15:04:11.628 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-03 15:04:11.629 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: l3-flavors 2026-03-03 15:04:11.632 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-03 15:04:11.632 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-03 15:04:11.634 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-03 15:04:11.636 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-03 15:04:11.637 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-03 15:04:11.638 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-03 15:04:11.639 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-03 15:04:11.639 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: multi-provider 2026-03-03 15:04:11.640 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: net-mtu 2026-03-03 15:04:11.640 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: net-mtu-writable 2026-03-03 15:04:11.641 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: network_availability_zone 2026-03-03 15:04:11.641 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: network_ha 2026-03-03 15:04:11.642 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: network-ip-availability 2026-03-03 15:04:11.643 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-03 15:04:11.644 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: pagination 2026-03-03 15:04:11.645 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-device-profile 2026-03-03 15:04:11.645 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-03 15:04:11.646 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-03 15:04:11.646 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-03 15:04:11.647 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-mac-override 2026-03-03 15:04:11.647 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-03 15:04:11.648 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-03 15:04:11.648 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-03 15:04:11.649 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-resource-request 2026-03-03 15:04:11.649 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-03 15:04:11.650 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-03 15:04:11.650 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: binding 2026-03-03 15:04:11.651 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: binding-extended 2026-03-03 15:04:11.651 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-security 2026-03-03 15:04:11.652 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: project-id 2026-03-03 15:04:11.652 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: provider 2026-03-03 15:04:11.653 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-03 15:04:11.655 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos 2026-03-03 15:04:11.656 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-03 15:04:11.657 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-03 15:04:11.657 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-default 2026-03-03 15:04:11.658 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-fip 2026-03-03 15:04:11.658 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-03 15:04:11.659 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-03 15:04:11.659 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-03 15:04:11.660 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-03 15:04:11.660 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-03 15:04:11.661 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-pps 2026-03-03 15:04:11.661 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-03 15:04:11.662 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-03 15:04:11.663 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: qos-rules-alias 2026-03-03 15:04:11.663 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: quota-check-limit 2026-03-03 15:04:11.664 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-03 15:04:11.666 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: quotas 2026-03-03 15:04:11.667 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: quota_details 2026-03-03 15:04:11.668 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: rbac-policies 2026-03-03 15:04:11.669 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: rbac-address-group 2026-03-03 15:04:11.669 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: rbac-address-scope 2026-03-03 15:04:11.670 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: rbac-security-groups 2026-03-03 15:04:11.670 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-03 15:04:11.671 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: revision-if-match 2026-03-03 15:04:11.672 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-03 15:04:11.672 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: router_availability_zone 2026-03-03 15:04:11.673 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-03 15:04:11.674 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-03 15:04:11.675 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-03 15:04:11.675 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-03 15:04:11.676 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-03 15:04:11.676 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-03 15:04:11.677 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-03 15:04:11.681 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: security-group 2026-03-03 15:04:11.682 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: segment 2026-03-03 15:04:11.683 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-03 15:04:11.684 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: service-type 2026-03-03 15:04:11.684 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: sorting 2026-03-03 15:04:11.685 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: standard-attr-segment 2026-03-03 15:04:11.685 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: standard-attr-description 2026-03-03 15:04:11.686 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: stateful-security-group 2026-03-03 15:04:11.687 8 WARNING neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-03 15:04:11.687 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-03 15:04:11.688 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: subnet-external-network 2026-03-03 15:04:11.688 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: subnet_onboard 2026-03-03 15:04:11.689 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-03 15:04:11.689 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: subnet-service-types 2026-03-03 15:04:11.690 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: subnet_allocation 2026-03-03 15:04:11.691 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-03 15:04:11.691 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: tag-creation 2026-03-03 15:04:11.692 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-03 15:04:11.696 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: standard-attr-tag 2026-03-03 15:04:11.697 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-03 15:04:11.697 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: trunk 2026-03-03 15:04:11.698 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: trunk-details 2026-03-03 15:04:11.698 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-03 15:04:11.699 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-03 15:04:11.699 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-03 15:04:11.700 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-03 15:04:11.702 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-03 15:04:11.703 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-03 15:04:11.703 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: vpn-flavors 2026-03-03 15:04:11.705 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: vpnaas 2026-03-03 15:04:11.706 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: taas 2026-03-03 15:04:11.707 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: tap-mirror 2026-03-03 15:04:11.708 8 INFO neutron.api.extensions [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-03 15:04:11.710 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-03 15:04:11.711 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-03 15:04:11.711 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.711 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-03 15:04:11.714 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 15:04:11.715 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 15:04:11.720 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 15:04:11.720 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 15:04:11.721 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 15:04:11.722 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.722 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.723 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.723 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.723 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 15:04:11.724 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.724 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.725 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 15:04:11.725 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 15:04:11.725 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 15:04:11.726 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.726 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ipsecpolicy is already registered 2026-03-03 15:04:11.726 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.727 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ikepolicy is already registered 2026-03-03 15:04:11.731 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 15:04:11.731 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] router is already registered 2026-03-03 15:04:11.732 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 15:04:11.732 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] floatingip is already registered 2026-03-03 15:04:11.736 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 15:04:11.736 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] rbac_policy is already registered 2026-03-03 15:04:11.736 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 15:04:11.736 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] security_group is already registered 2026-03-03 15:04:11.737 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 15:04:11.737 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] security_group_rule is already registered 2026-03-03 15:04:11.738 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.738 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.738 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 15:04:11.739 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] subnetpool is already registered 2026-03-03 15:04:11.740 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 15:04:11.740 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] trunk is already registered 2026-03-03 15:04:11.740 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.740 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ikepolicy is already registered 2026-03-03 15:04:11.741 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.741 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ipsecpolicy is already registered 2026-03-03 15:04:11.743 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 15:04:11.743 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] endpoint_group is already registered 2026-03-03 15:04:11.744 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 15:04:11.744 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] vpnservice is already registered 2026-03-03 15:04:11.744 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 15:04:11.744 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ipsec_site_connection is already registered 2026-03-03 15:04:11.745 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 15:04:11.745 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ipsecpolicy is already registered 2026-03-03 15:04:11.745 8 INFO neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 15:04:11.745 8 WARNING neutron.quota.resource_registry [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] ikepolicy is already registered 2026-03-03 15:04:11.787 8 WARNING keystonemiddleware._common.config [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-03 15:04:11.795 8 WARNING oslo_config.cfg [None req-5a691026-2af9-4377-9370-0c1e5a197062 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fa614b84668 pid: 8 (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-03-03 15:04:16.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18475864-88a3-4e46-9162-fa71c0a2a179 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:15 2026] GET /v2.0/networks/public => generated 108 bytes in 835 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: 4/5] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:04:17.608 8 WARNING neutron.services.revisions.revision_plugin [None req-b799835c-7f75-4af2-996a-c0d7f93d065f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Could not find related network for resource to bump revision. 2026-03-03 15:04:17.628 8 INFO neutron.db.segments_db [None req-b799835c-7f75-4af2-996a-c0d7f93d065f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment 284c00a5-a108-49ff-9785-920e9277adcd of type flat for network a6563d0f-8995-45ec-8a3b-839584beaf8d 2026-03-03 15:04:17.670 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b799835c-7f75-4af2-996a-c0d7f93d065f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.169 () {48 vars in 967 bytes} [Tue Mar 3 15:04:17 2026] POST /v2.0/networks => generated 124 bytes in 449 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 15:04:23.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb7557c7-fa99-40e6-b55b-d5007e7ebebd a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:23 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:04:24.166 7 WARNING neutron.services.revisions.revision_plugin [None req-3b8bde45-65e2-4977-9e76-10618adb5cd6 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Could not find related network for resource to bump revision. 2026-03-03 15:04:24.196 7 INFO neutron.db.segments_db [None req-3b8bde45-65e2-4977-9e76-10618adb5cd6 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment aca7f68f-6e74-4f84-9469-29b6d8db5aaa of type flat for network d9a1c5f1-8167-4691-a2fb-bab4bedf539a 2026-03-03 15:04:24.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b8bde45-65e2-4977-9e76-10618adb5cd6 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.169 () {48 vars in 967 bytes} [Tue Mar 3 15:04:23 2026] POST /v2.0/networks => generated 124 bytes in 345 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 15:04:30.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0ca5214-09bc-454f-9e48-88f1c844d117 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:30 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:04:30.146 8 WARNING neutron.services.revisions.revision_plugin [None req-acf9efc8-2612-4903-b7d5-6b8a827b71b0 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Could not find related network for resource to bump revision. 2026-03-03 15:04:30.162 8 INFO neutron.db.segments_db [None req-acf9efc8-2612-4903-b7d5-6b8a827b71b0 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment 8894b315-beab-4bb3-bc1e-78e1d1ba27f7 of type flat for network 11a2b117-699b-410d-bdb9-aa7217f2018a 2026-03-03 15:04:30.193 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acf9efc8-2612-4903-b7d5-6b8a827b71b0 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.169 () {48 vars in 967 bytes} [Tue Mar 3 15:04:30 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 15:04:35.995 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30555e65-cc51-4f1c-b145-5bad0d5c4f43 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:35 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:04:36.073 8 WARNING neutron.services.revisions.revision_plugin [None req-30986320-47b8-4014-9249-ac61cb21f44f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Could not find related network for resource to bump revision. 2026-03-03 15:04:36.092 8 INFO neutron.db.segments_db [None req-30986320-47b8-4014-9249-ac61cb21f44f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment 8a88e02e-9604-4fd5-b229-d6b5f61254ea of type flat for network 26a4ce83-843f-4fc0-be86-15e40963b482 2026-03-03 15:04:36.117 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30986320-47b8-4014-9249-ac61cb21f44f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.169 () {48 vars in 967 bytes} [Tue Mar 3 15:04:36 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 15:04:42.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cb5b1be-8541-46aa-8959-aa001e10db2b a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:41 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:04:42.119 7 WARNING neutron.services.revisions.revision_plugin [None req-646e5930-b82f-4e70-afc3-b4a4a1459894 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Could not find related network for resource to bump revision. 2026-03-03 15:04:42.141 7 INFO neutron.db.segments_db [None req-646e5930-b82f-4e70-afc3-b4a4a1459894 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment a9cbe3af-ee6a-4aba-80ae-c00acc458e17 of type flat for network c4878fe5-0343-40ef-9d8a-edd99eb2445f 2026-03-03 15:04:42.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-646e5930-b82f-4e70-afc3-b4a4a1459894 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.169 () {48 vars in 967 bytes} [Tue Mar 3 15:04:42 2026] POST /v2.0/networks => generated 124 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 15:04:48.038 7 INFO neutron.pecan_wsgi.hooks.translation [None req-750ca809-24dd-4be8-9ea1-1bddfe454178 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:47 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/22] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:04:48.275 7 WARNING neutron.services.revisions.revision_plugin [None req-d78f53d2-fe9c-43ca-a650-1327eafeb0e6 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Could not find related network for resource to bump revision. 2026-03-03 15:04:48.296 7 INFO neutron.db.segments_db [None req-d78f53d2-fe9c-43ca-a650-1327eafeb0e6 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment 474811f6-d8b1-4114-a569-bcee979c479a of type flat for network 025b5ca6-5fa0-48f7-96ca-9449872c0914 [pid: 7|app: 0|req: 13/23] 199.204.45.169 () {48 vars in 967 bytes} [Tue Mar 3 15:04:48 2026] POST /v2.0/networks => generated 706 bytes in 2417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 15:04:51.497 8 INFO neutron.pecan_wsgi.hooks.translation [None req-198ed4e7-7fb4-4f1a-9217-4538d37b8cc3 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.169 () {44 vars in 927 bytes} [Tue Mar 3 15:04:51 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.169 () {44 vars in 949 bytes} [Tue Mar 3 15:04:51 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 15:04:51.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9c2433e-7ad1-417c-9be9-0808975da25f a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.169 () {44 vars in 1034 bytes} [Tue Mar 3 15:04:51 2026] GET /v2.0/subnets/public-subnet?network_id=025b5ca6-5fa0-48f7-96ca-9449872c0914 => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.169 () {44 vars in 1057 bytes} [Tue Mar 3 15:04:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=025b5ca6-5fa0-48f7-96ca-9449872c0914 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.169 () {48 vars in 965 bytes} [Tue Mar 3 15:04:51 2026] POST /v2.0/subnets => generated 664 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 15:09:42.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9905fd56-2777-4527-83bc-5b1b661414ba a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.204.45.169 () {44 vars in 937 bytes} [Tue Mar 3 15:09:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.169 () {44 vars in 959 bytes} [Tue Mar 3 15:09:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 15:09:42.989 8 INFO neutron.db.segments_db [None req-7beb6745-77fb-4e1c-9b3d-9e21a2da383a a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] Added segment a9950f1a-6ef2-40d5-a532-b733adb8cdeb of type vxlan for network 30e955bb-af2a-4b19-ae16-6307b50cea8d [pid: 8|app: 0|req: 33/68] 199.204.45.169 () {48 vars in 966 bytes} [Tue Mar 3 15:09:42 2026] POST /v2.0/networks => generated 688 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 15:09:43.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52dbddd2-a1a1-45fd-9075-439a860e23a1 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.169 () {44 vars in 937 bytes} [Tue Mar 3 15:09:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.169 () {44 vars in 959 bytes} [Tue Mar 3 15:09:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 15:09:44.038 7 INFO neutron.pecan_wsgi.hooks.translation [None req-093577e3-0462-4ea8-94dd-8141434dfe05 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.169 () {44 vars in 1036 bytes} [Tue Mar 3 15:09:44 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=30e955bb-af2a-4b19-ae16-6307b50cea8d => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.169 () {44 vars in 1059 bytes} [Tue Mar 3 15:09:44 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=30e955bb-af2a-4b19-ae16-6307b50cea8d => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.169 () {48 vars in 965 bytes} [Tue Mar 3 15:09:44 2026] POST /v2.0/subnets => generated 651 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 15:09:45.573 8 INFO neutron.api.v2.resource [None req-0451d63b-d6db-494c-b334-cc0d61488f2d a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.169 () {44 vars in 971 bytes} [Tue Mar 3 15:09:45 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.169 () {44 vars in 993 bytes} [Tue Mar 3 15:09:45 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.169 () {48 vars in 980 bytes} [Tue Mar 3 15:09:45 2026] POST /v2.0/security-groups => generated 1616 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:46 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 1616 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:46 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:46 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:09:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:47 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 2230 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:48 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:48 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 2230 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:09:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:48 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:49 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:49 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:09:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:49 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:50 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:50 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:09:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:51 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => 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: 50/96] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:51 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:51 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:09:51 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: 48/99] 199.204.45.169 () {44 vars in 987 bytes} [Tue Mar 3 15:09:52 2026] GET /v2.0/networks/30e955bb-af2a-4b19-ae16-6307b50cea8d => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 15:09:52.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e707b316-4963-41a0-840a-a48f70b4b8e1 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.169 () {44 vars in 1076 bytes} [Tue Mar 3 15:09:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=30e955bb-af2a-4b19-ae16-6307b50cea8d => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.169 () {44 vars in 1099 bytes} [Tue Mar 3 15:09:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=30e955bb-af2a-4b19-ae16-6307b50cea8d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:09:52 2026] GET /v2.0/security-groups/225cf6dd-4d40-437b-805f-116c72613afb => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.169 () {48 vars in 961 bytes} [Tue Mar 3 15:09:52 2026] POST /v2.0/ports => generated 1100 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 15:10:00.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e0e0527-8461-4b9a-a975-b8a3e9f405fa a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.204.45.169 () {44 vars in 979 bytes} [Tue Mar 3 15:10:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 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: 51/105] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.169 () {48 vars in 1031 bytes} [Tue Mar 3 15:10:00 2026] PUT /v2.0/ports/438c2825-cc4d-40f1-9a20-c55e863c7c0d => generated 1249 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.169 () {44 vars in 920 bytes} [Tue Mar 3 15:10:02 2026] GET /v2.0/ports => generated 3730 bytes in 85 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-03-03 15:10:03.501 7 INFO neutron.api.v2.resource [None req-189c728e-0bd7-46fa-9e43-0b000bd28496 a975474671ae4201816218a31b6dd93b dbe02ef63aba467d9f0637987ad79370 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.169 () {44 vars in 959 bytes} [Tue Mar 3 15:10:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.169 () {44 vars in 981 bytes} [Tue Mar 3 15:10:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.169 () {48 vars in 980 bytes} [Tue Mar 3 15:10:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:04 2026] GET /v2.0/security-groups/76a09478-cfda-41e8-8608-fcf5f6177913 => generated 1610 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:04 2026] GET /v2.0/security-groups/76a09478-cfda-41e8-8608-fcf5f6177913 => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:04 2026] GET /v2.0/security-groups/76a09478-cfda-41e8-8608-fcf5f6177913 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:10:04 2026] POST /v2.0/security-group-rules => generated 623 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:05 2026] GET /v2.0/security-groups/76a09478-cfda-41e8-8608-fcf5f6177913 => generated 2246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:05 2026] GET /v2.0/security-groups/76a09478-cfda-41e8-8608-fcf5f6177913 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.169 () {44 vars in 1001 bytes} [Tue Mar 3 15:10:05 2026] GET /v2.0/security-groups/76a09478-cfda-41e8-8608-fcf5f6177913 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.169 () {48 vars in 991 bytes} [Tue Mar 3 15:10:05 2026] POST /v2.0/security-group-rules => generated 627 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0)