+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Aug 10 23:02:19 2026] *** compiled with version: 13.3.0 on 03 July 2026 22:28:27 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-84cf4dc85b-2gqt8 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fbba880d668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-08-10 23:02:23.900 8 INFO neutron.common.config [-] Logging enabled! 2026-08-10 23:02:23.900 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-10 23:02:23.974 7 INFO neutron.common.config [-] Logging enabled! 2026-08-10 23:02:23.974 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-10 23:02:25.088 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-10 23:02:25.169 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-10 23:02:26.550 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-10 23:02:26.552 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-10 23:02:26.556 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-10 23:02:26.557 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-10 23:02:26.557 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-10 23:02:26.557 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-10 23:02:26.557 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-08-10 23:02:26.557 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-10 23:02:26.565 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-10 23:02:26.565 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-10 23:02:26.565 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-10 23:02:26.587 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-10 23:02:26.588 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-10 23:02:26.588 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-10 23:02:26.615 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-10 23:02:26.615 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-10 23:02:26.615 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-10 23:02:26.615 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-10 23:02:26.638 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-10 23:02:26.640 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-10 23:02:26.644 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-10 23:02:26.645 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-10 23:02:26.645 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-10 23:02:26.645 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-10 23:02:26.645 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-08-10 23:02:26.646 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-10 23:02:26.653 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-10 23:02:26.653 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-10 23:02:26.653 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-10 23:02:26.675 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-10 23:02:26.677 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-10 23:02:26.677 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-10 23:02:26.703 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-10 23:02:26.703 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-10 23:02:26.703 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-10 23:02:26.703 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-10 23:02:27.127 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing driver for type 'vlan' 2026-08-10 23:02:27.278 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing driver for type 'vlan' 2026-08-10 23:02:27.287 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] VlanTypeDriver initialization complete 2026-08-10 23:02:27.287 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing driver for type 'vxlan' 2026-08-10 23:02:27.287 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-10 23:02:27.302 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-10 23:02:27.303 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-10 23:02:27.303 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing extension driver 'port_security' 2026-08-10 23:02:27.303 8 INFO neutron.plugins.ml2.extensions.port_security [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-10 23:02:27.303 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing extension driver 'qos' 2026-08-10 23:02:27.304 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-10 23:02:27.304 8 INFO neutron.plugins.ml2.managers [None req-48536648-5a1b-404b-8d73-57290d02d93b - - - - - -] Initializing mechanism driver 'l2population' 2026-08-10 23:02:27.318 8 INFO neutron.quota [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded quota_driver: . 2026-08-10 23:02:27.319 8 INFO neutron.plugins.ml2.plugin [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Modular L2 Plugin initialization complete 2026-08-10 23:02:27.319 8 INFO neutron.plugins.ml2.managers [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-10 23:02:27.319 8 INFO neutron.plugins.ml2.managers [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-10 23:02:27.319 8 INFO neutron.plugins.ml2.managers [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-10 23:02:27.320 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: qos 2026-08-10 23:02:27.333 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: router 2026-08-10 23:02:27.378 8 INFO neutron.services.service_base [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-10 23:02:27.378 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: segments 2026-08-10 23:02:27.429 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] VlanTypeDriver initialization complete 2026-08-10 23:02:27.430 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing driver for type 'vxlan' 2026-08-10 23:02:27.430 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-10 23:02:27.444 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-10 23:02:27.444 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-10 23:02:27.444 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing extension driver 'port_security' 2026-08-10 23:02:27.444 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-10 23:02:27.445 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing extension driver 'qos' 2026-08-10 23:02:27.445 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-10 23:02:27.445 7 INFO neutron.plugins.ml2.managers [None req-fddf69bf-c3b8-49c2-8698-0241087682c2 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-10 23:02:27.461 7 INFO neutron.quota [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded quota_driver: . 2026-08-10 23:02:27.462 7 INFO neutron.plugins.ml2.plugin [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Modular L2 Plugin initialization complete 2026-08-10 23:02:27.462 7 INFO neutron.plugins.ml2.managers [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-10 23:02:27.462 7 INFO neutron.plugins.ml2.managers [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-10 23:02:27.462 7 INFO neutron.plugins.ml2.managers [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-10 23:02:27.462 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: qos 2026-08-10 23:02:27.473 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: trunk 2026-08-10 23:02:27.475 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: router 2026-08-10 23:02:27.487 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: vpnaas 2026-08-10 23:02:27.519 7 INFO neutron.services.service_base [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-10 23:02:27.519 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: segments 2026-08-10 23:02:27.527 8 WARNING stevedore.named [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-10 23:02:27.585 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-10 23:02:27.586 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: taas 2026-08-10 23:02:27.608 8 WARNING stevedore.named [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-10 23:02:27.614 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: trunk 2026-08-10 23:02:27.628 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: vpnaas 2026-08-10 23:02:27.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-10 23:02:27.629 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: tapmirror 2026-08-10 23:02:27.638 8 WARNING stevedore.named [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-10 23:02:27.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-10 23:02:27.652 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: auto_allocate 2026-08-10 23:02:27.658 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: tag 2026-08-10 23:02:27.666 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: timestamp 2026-08-10 23:02:27.668 7 WARNING stevedore.named [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-10 23:02:27.669 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: network_ip_availability 2026-08-10 23:02:27.674 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: flavors 2026-08-10 23:02:27.677 8 INFO neutron.manager [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loading Plugin: revisions 2026-08-10 23:02:27.681 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Initializing extension manager. 2026-08-10 23:02:27.682 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: aap-reject-multicast 2026-08-10 23:02:27.683 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: address-group 2026-08-10 23:02:27.684 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: address-scope 2026-08-10 23:02:27.684 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-10 23:02:27.685 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: agent 2026-08-10 23:02:27.686 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: agent-resources-synced 2026-08-10 23:02:27.686 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: agent_sort_key 2026-08-10 23:02:27.687 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-10 23:02:27.688 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-10 23:02:27.689 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: availability_zone 2026-08-10 23:02:27.689 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: availability_zone_filter 2026-08-10 23:02:27.690 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-10 23:02:27.690 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: default-subnetpools 2026-08-10 23:02:27.692 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-10 23:02:27.692 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: dns-integration 2026-08-10 23:02:27.693 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: dns-domain-ports 2026-08-10 23:02:27.693 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-10 23:02:27.694 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: dvr 2026-08-10 23:02:27.695 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-10 23:02:27.695 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: empty-string-filtering 2026-08-10 23:02:27.696 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-10 23:02:27.696 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-10 23:02:27.697 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-10 23:02:27.697 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: external-net 2026-08-10 23:02:27.698 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-10 23:02:27.698 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: extraroute 2026-08-10 23:02:27.699 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: extraroute-atomic 2026-08-10 23:02:27.700 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: filter-validation 2026-08-10 23:02:27.700 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-10 23:02:27.701 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-10 23:02:27.701 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-10 23:02:27.702 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: fip-port-details 2026-08-10 23:02:27.702 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: flavors 2026-08-10 23:02:27.704 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-10 23:02:27.704 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: floatingip-pools 2026-08-10 23:02:27.705 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: ip_allocation 2026-08-10 23:02:27.705 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-10 23:02:27.706 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: l2_adjacency 2026-08-10 23:02:27.707 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: router 2026-08-10 23:02:27.708 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-08-10 23:02:27.709 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-10 23:02:27.710 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-10 23:02:27.711 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-10 23:02:27.711 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: ext-gw-mode 2026-08-10 23:02:27.712 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: l3-ha 2026-08-10 23:02:27.712 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-10 23:02:27.712 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-10 23:02:27.713 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: l3-flavors 2026-08-10 23:02:27.714 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-10 23:02:27.714 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-10 23:02:27.717 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-10 23:02:27.718 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-10 23:02:27.719 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-10 23:02:27.720 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-10 23:02:27.721 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-10 23:02:27.722 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: multi-provider 2026-08-10 23:02:27.722 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: net-mtu 2026-08-10 23:02:27.723 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: net-mtu-writable 2026-08-10 23:02:27.723 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: network_availability_zone 2026-08-10 23:02:27.724 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: network_ha 2026-08-10 23:02:27.724 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: network-ip-availability 2026-08-10 23:02:27.725 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-10 23:02:27.726 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-10 23:02:27.727 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: pagination 2026-08-10 23:02:27.728 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-device-profile 2026-08-10 23:02:27.728 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-10 23:02:27.729 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-10 23:02:27.729 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-10 23:02:27.729 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-mac-override 2026-08-10 23:02:27.730 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-10 23:02:27.730 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-10 23:02:27.731 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-10 23:02:27.731 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-resource-request 2026-08-10 23:02:27.732 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-10 23:02:27.732 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-10 23:02:27.733 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: binding 2026-08-10 23:02:27.733 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-10 23:02:27.733 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: taas 2026-08-10 23:02:27.734 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: binding-extended 2026-08-10 23:02:27.734 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-security 2026-08-10 23:02:27.735 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: project-id 2026-08-10 23:02:27.735 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: provider 2026-08-10 23:02:27.736 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-10 23:02:27.736 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-10 23:02:27.738 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos 2026-08-10 23:02:27.739 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-10 23:02:27.740 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-10 23:02:27.740 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-default 2026-08-10 23:02:27.741 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-fip 2026-08-10 23:02:27.741 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-10 23:02:27.742 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-10 23:02:27.742 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-10 23:02:27.743 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-10 23:02:27.743 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-10 23:02:27.744 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-pps 2026-08-10 23:02:27.744 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-10 23:02:27.745 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-10 23:02:27.746 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: qos-rules-alias 2026-08-10 23:02:27.746 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: quota-check-limit 2026-08-10 23:02:27.747 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-10 23:02:27.749 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: quotas 2026-08-10 23:02:27.750 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: quota_details 2026-08-10 23:02:27.751 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: rbac-policies 2026-08-10 23:02:27.752 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: rbac-address-group 2026-08-10 23:02:27.752 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: rbac-address-scope 2026-08-10 23:02:27.753 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: rbac-security-groups 2026-08-10 23:02:27.753 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-10 23:02:27.753 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: revision-if-match 2026-08-10 23:02:27.754 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-10 23:02:27.755 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: router_availability_zone 2026-08-10 23:02:27.755 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-08-10 23:02:27.756 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-10 23:02:27.757 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-10 23:02:27.758 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-10 23:02:27.759 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-10 23:02:27.759 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-10 23:02:27.760 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-10 23:02:27.760 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-10 23:02:27.761 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-10 23:02:27.761 7 WARNING stevedore.named [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-10 23:02:27.765 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: security-group 2026-08-10 23:02:27.766 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: segment 2026-08-10 23:02:27.767 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-10 23:02:27.767 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: service-type 2026-08-10 23:02:27.768 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: sorting 2026-08-10 23:02:27.769 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: standard-attr-segment 2026-08-10 23:02:27.769 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: standard-attr-description 2026-08-10 23:02:27.770 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: stateful-security-group 2026-08-10 23:02:27.770 8 WARNING neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-10 23:02:27.771 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-10 23:02:27.771 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: subnet-external-network 2026-08-10 23:02:27.772 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: subnet_onboard 2026-08-10 23:02:27.772 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-10 23:02:27.773 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: subnet-service-types 2026-08-10 23:02:27.774 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: subnet_allocation 2026-08-10 23:02:27.774 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-10 23:02:27.775 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: tag-creation 2026-08-10 23:02:27.775 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-10 23:02:27.779 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: standard-attr-tag 2026-08-10 23:02:27.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-10 23:02:27.781 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: tapmirror 2026-08-10 23:02:27.781 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-10 23:02:27.782 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: trunk 2026-08-10 23:02:27.782 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: trunk-details 2026-08-10 23:02:27.783 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-10 23:02:27.783 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-10 23:02:27.784 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-10 23:02:27.784 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-10 23:02:27.786 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-10 23:02:27.787 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-10 23:02:27.788 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: vpn-flavors 2026-08-10 23:02:27.789 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: vpnaas 2026-08-10 23:02:27.790 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: taas 2026-08-10 23:02:27.791 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: tap-mirror 2026-08-10 23:02:27.793 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-10 23:02:27.793 8 INFO neutron.api.extensions [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-10 23:02:27.796 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-10 23:02:27.796 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-10 23:02:27.796 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.796 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-10 23:02:27.798 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-10 23:02:27.799 7 WARNING stevedore.named [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-10 23:02:27.800 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-10 23:02:27.800 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-10 23:02:27.804 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-10 23:02:27.805 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-10 23:02:27.805 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-10 23:02:27.806 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.807 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] subnetpool is already registered 2026-08-10 23:02:27.807 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.807 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] subnetpool is already registered 2026-08-10 23:02:27.808 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-10 23:02:27.808 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:27.808 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:27.809 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-10 23:02:27.809 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-10 23:02:27.810 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-10 23:02:27.810 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:27.810 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ipsecpolicy is already registered 2026-08-10 23:02:27.810 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:27.811 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ikepolicy is already registered 2026-08-10 23:02:27.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-10 23:02:27.814 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-10 23:02:27.814 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: auto_allocate 2026-08-10 23:02:27.814 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] router_route is already registered 2026-08-10 23:02:27.816 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-10 23:02:27.816 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] router is already registered 2026-08-10 23:02:27.816 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-10 23:02:27.816 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] floatingip is already registered 2026-08-10 23:02:27.820 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-10 23:02:27.820 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] rbac_policy is already registered 2026-08-10 23:02:27.821 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-10 23:02:27.821 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: tag 2026-08-10 23:02:27.821 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] security_group is already registered 2026-08-10 23:02:27.822 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-10 23:02:27.822 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] security_group_rule is already registered 2026-08-10 23:02:27.823 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.823 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] subnetpool is already registered 2026-08-10 23:02:27.823 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.823 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] subnetpool is already registered 2026-08-10 23:02:27.824 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-10 23:02:27.824 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] trunk is already registered 2026-08-10 23:02:27.824 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:27.824 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ikepolicy is already registered 2026-08-10 23:02:27.825 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:27.825 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ipsecpolicy is already registered 2026-08-10 23:02:27.825 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-10 23:02:27.825 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] endpoint_group is already registered 2026-08-10 23:02:27.826 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-10 23:02:27.826 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] vpnservice is already registered 2026-08-10 23:02:27.826 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-10 23:02:27.827 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ipsec_site_connection is already registered 2026-08-10 23:02:27.827 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:27.827 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ipsecpolicy is already registered 2026-08-10 23:02:27.827 8 INFO neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:27.828 8 WARNING neutron.quota.resource_registry [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] ikepolicy is already registered 2026-08-10 23:02:27.837 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: timestamp 2026-08-10 23:02:27.841 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: network_ip_availability 2026-08-10 23:02:27.847 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: flavors 2026-08-10 23:02:27.850 7 INFO neutron.manager [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loading Plugin: revisions 2026-08-10 23:02:27.853 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Initializing extension manager. 2026-08-10 23:02:27.855 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: aap-reject-multicast 2026-08-10 23:02:27.856 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: address-group 2026-08-10 23:02:27.857 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: address-scope 2026-08-10 23:02:27.857 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-10 23:02:27.858 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: agent 2026-08-10 23:02:27.859 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: agent-resources-synced 2026-08-10 23:02:27.859 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: agent_sort_key 2026-08-10 23:02:27.861 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-10 23:02:27.861 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-10 23:02:27.862 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: availability_zone 2026-08-10 23:02:27.863 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: availability_zone_filter 2026-08-10 23:02:27.863 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-10 23:02:27.864 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: default-subnetpools 2026-08-10 23:02:27.865 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-10 23:02:27.866 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: dns-integration 2026-08-10 23:02:27.866 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: dns-domain-ports 2026-08-10 23:02:27.867 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-10 23:02:27.866 8 WARNING keystonemiddleware._common.config [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-10 23:02:27.867 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: dvr 2026-08-10 23:02:27.868 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-10 23:02:27.868 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: empty-string-filtering 2026-08-10 23:02:27.869 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-10 23:02:27.869 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-10 23:02:27.870 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-10 23:02:27.871 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: external-net 2026-08-10 23:02:27.871 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-10 23:02:27.872 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: extraroute 2026-08-10 23:02:27.872 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: extraroute-atomic 2026-08-10 23:02:27.873 8 WARNING keystonemiddleware.auth_token [None req-1cdc666f-6531-40d3-bd20-74518be6c469 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint 2026-08-10 23:02:27.873 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: filter-validation 2026-08-10 23:02:27.873 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-10 23:02:27.874 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-10 23:02:27.874 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-10 23:02:27.875 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: fip-port-details WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbba880d668 pid: 8 (default app) 2026-08-10 23:02:27.876 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: flavors 2026-08-10 23:02:27.877 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-10 23:02:27.878 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: floatingip-pools 2026-08-10 23:02:27.878 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: ip_allocation 2026-08-10 23:02:27.879 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-10 23:02:27.880 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: l2_adjacency 2026-08-10 23:02:27.881 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: router 2026-08-10 23:02:27.882 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-08-10 23:02:27.884 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-10 23:02:27.884 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-10 23:02:27.885 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-10 23:02:27.885 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: ext-gw-mode 2026-08-10 23:02:27.886 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: l3-ha 2026-08-10 23:02:27.886 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-10 23:02:27.887 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-10 23:02:27.887 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: l3-flavors 2026-08-10 23:02:27.888 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-10 23:02:27.889 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-10 23:02:27.891 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-10 23:02:27.892 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-10 23:02:27.893 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-10 23:02:27.894 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-10 23:02:27.895 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-10 23:02:27.896 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: multi-provider 2026-08-10 23:02:27.897 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: net-mtu 2026-08-10 23:02:27.898 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: net-mtu-writable 2026-08-10 23:02:27.898 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: network_availability_zone 2026-08-10 23:02:27.899 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: network_ha 2026-08-10 23:02:27.900 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: network-ip-availability 2026-08-10 23:02:27.901 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-10 23:02:27.902 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-10 23:02:27.902 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: pagination 2026-08-10 23:02:27.903 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-device-profile 2026-08-10 23:02:27.903 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-10 23:02:27.904 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-10 23:02:27.906 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-10 23:02:27.907 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-mac-override 2026-08-10 23:02:27.907 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-10 23:02:27.908 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-10 23:02:27.908 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-10 23:02:27.909 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-resource-request 2026-08-10 23:02:27.909 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-10 23:02:27.910 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-10 23:02:27.910 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: binding 2026-08-10 23:02:27.911 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: binding-extended 2026-08-10 23:02:27.912 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-security 2026-08-10 23:02:27.912 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: project-id 2026-08-10 23:02:27.912 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: provider 2026-08-10 23:02:27.913 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-10 23:02:27.914 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-10 23:02:27.916 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos 2026-08-10 23:02:27.917 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-10 23:02:27.917 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-10 23:02:27.918 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-default 2026-08-10 23:02:27.918 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-fip 2026-08-10 23:02:27.919 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-10 23:02:27.919 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-10 23:02:27.919 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-10 23:02:27.920 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-10 23:02:27.921 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-10 23:02:27.922 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-pps 2026-08-10 23:02:27.922 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-10 23:02:27.923 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-10 23:02:27.923 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: qos-rules-alias 2026-08-10 23:02:27.924 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: quota-check-limit 2026-08-10 23:02:27.924 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-10 23:02:27.927 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: quotas 2026-08-10 23:02:27.928 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: quota_details 2026-08-10 23:02:27.929 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: rbac-policies 2026-08-10 23:02:27.930 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: rbac-address-group 2026-08-10 23:02:27.931 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: rbac-address-scope 2026-08-10 23:02:27.931 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: rbac-security-groups 2026-08-10 23:02:27.932 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-10 23:02:27.932 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: revision-if-match 2026-08-10 23:02:27.933 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-10 23:02:27.933 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: router_availability_zone 2026-08-10 23:02:27.934 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-08-10 23:02:27.934 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-10 23:02:27.936 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-10 23:02:27.937 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-10 23:02:27.937 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-10 23:02:27.938 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-10 23:02:27.938 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-10 23:02:27.939 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-10 23:02:27.939 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-10 23:02:27.944 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: security-group 2026-08-10 23:02:27.946 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: segment 2026-08-10 23:02:27.946 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-10 23:02:27.947 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: service-type 2026-08-10 23:02:27.948 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: sorting 2026-08-10 23:02:27.948 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: standard-attr-segment 2026-08-10 23:02:27.949 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: standard-attr-description 2026-08-10 23:02:27.949 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: stateful-security-group 2026-08-10 23:02:27.950 7 WARNING neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-10 23:02:27.950 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-10 23:02:27.951 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: subnet-external-network 2026-08-10 23:02:27.951 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: subnet_onboard 2026-08-10 23:02:27.952 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-10 23:02:27.952 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: subnet-service-types 2026-08-10 23:02:27.953 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: subnet_allocation 2026-08-10 23:02:27.954 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-10 23:02:27.954 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: tag-creation 2026-08-10 23:02:27.955 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-10 23:02:27.960 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: standard-attr-tag 2026-08-10 23:02:27.961 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-10 23:02:27.961 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: trunk 2026-08-10 23:02:27.962 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: trunk-details 2026-08-10 23:02:27.962 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-10 23:02:27.963 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-10 23:02:27.963 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-10 23:02:27.964 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-10 23:02:27.966 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-10 23:02:27.967 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-10 23:02:27.967 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: vpn-flavors 2026-08-10 23:02:27.969 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: vpnaas 2026-08-10 23:02:27.970 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: taas 2026-08-10 23:02:27.971 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: tap-mirror 2026-08-10 23:02:27.973 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-10 23:02:27.974 7 INFO neutron.api.extensions [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-10 23:02:27.976 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-10 23:02:27.977 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-10 23:02:27.977 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.977 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-10 23:02:27.979 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-10 23:02:27.981 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-10 23:02:27.982 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-10 23:02:27.986 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-10 23:02:27.987 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-10 23:02:27.988 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-10 23:02:27.988 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.989 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] subnetpool is already registered 2026-08-10 23:02:27.989 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:27.989 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] subnetpool is already registered 2026-08-10 23:02:27.990 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-10 23:02:27.990 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:27.991 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:27.991 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-10 23:02:27.991 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-10 23:02:27.992 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-10 23:02:27.992 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:27.992 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ipsecpolicy is already registered 2026-08-10 23:02:27.993 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:27.993 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ikepolicy is already registered 2026-08-10 23:02:27.996 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-10 23:02:27.996 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] router_route is already registered 2026-08-10 23:02:27.998 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-10 23:02:27.998 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] router is already registered 2026-08-10 23:02:27.998 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-10 23:02:27.998 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] floatingip is already registered 2026-08-10 23:02:28.002 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-10 23:02:28.002 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] rbac_policy is already registered 2026-08-10 23:02:28.003 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-10 23:02:28.003 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] security_group is already registered 2026-08-10 23:02:28.004 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-10 23:02:28.004 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] security_group_rule is already registered 2026-08-10 23:02:28.004 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:28.005 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] subnetpool is already registered 2026-08-10 23:02:28.005 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-10 23:02:28.005 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] subnetpool is already registered 2026-08-10 23:02:28.006 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-10 23:02:28.006 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] trunk is already registered 2026-08-10 23:02:28.006 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:28.006 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ikepolicy is already registered 2026-08-10 23:02:28.007 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:28.007 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ipsecpolicy is already registered 2026-08-10 23:02:28.007 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-10 23:02:28.007 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] endpoint_group is already registered 2026-08-10 23:02:28.008 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-10 23:02:28.008 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] vpnservice is already registered 2026-08-10 23:02:28.008 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-10 23:02:28.008 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ipsec_site_connection is already registered 2026-08-10 23:02:28.009 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-10 23:02:28.009 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ipsecpolicy is already registered 2026-08-10 23:02:28.009 7 INFO neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-10 23:02:28.009 7 WARNING neutron.quota.resource_registry [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] ikepolicy is already registered 2026-08-10 23:02:28.050 7 WARNING keystonemiddleware._common.config [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-10 23:02:28.057 7 WARNING keystonemiddleware.auth_token [None req-b95bef25-8246-4b89-8889-f78004224488 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fbba880d668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-10 23:02:33.010 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e1ba985-9a49-4855-8954-7b23ffd854ad b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.238 () {44 vars in 927 bytes} [Mon Aug 10 23:02:32 2026] GET /v2.0/networks/public => generated 108 bytes in 889 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.238 () {44 vars in 949 bytes} [Mon Aug 10 23:02:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-10 23:02:33.599 8 ERROR stevedore.extension [None req-ae00a1af-c65b-40e1-9c5f-13632c9ce091 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-10 23:02:33.610 8 ERROR stevedore.extension [None req-ae00a1af-c65b-40e1-9c5f-13632c9ce091 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-10 23:02:33.611 8 ERROR stevedore.extension [None req-ae00a1af-c65b-40e1-9c5f-13632c9ce091 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-10 23:02:34.004 8 WARNING neutron.services.revisions.revision_plugin [None req-ae00a1af-c65b-40e1-9c5f-13632c9ce091 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not find related network for resource to bump revision. 2026-08-10 23:02:34.040 8 INFO neutron.db.segments_db [None req-ae00a1af-c65b-40e1-9c5f-13632c9ce091 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Added segment 337ce22f-7ef7-435c-bcc2-ff08e1caada7 of type flat for network e1f3c797-fe4b-4936-99d2-10d9a6a1729d 2026-08-10 23:02:34.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae00a1af-c65b-40e1-9c5f-13632c9ce091 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.238 () {48 vars in 967 bytes} [Mon Aug 10 23:02:33 2026] POST /v2.0/networks => generated 124 bytes in 722 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-10 23:02:40.311 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a26a5f3-ec19-42e3-bab3-aa6787a64dd1 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.204.45.238 () {44 vars in 927 bytes} [Mon Aug 10 23:02:39 2026] GET /v2.0/networks/public => generated 108 bytes in 372 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.238 () {44 vars in 949 bytes} [Mon Aug 10 23:02:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-10 23:02:40.560 7 ERROR stevedore.extension [None req-1c999e5e-bf87-41fe-817d-6accbc571038 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-10 23:02:40.572 7 ERROR stevedore.extension [None req-1c999e5e-bf87-41fe-817d-6accbc571038 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-10 23:02:40.573 7 ERROR stevedore.extension [None req-1c999e5e-bf87-41fe-817d-6accbc571038 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-10 23:02:40.745 7 WARNING neutron.services.revisions.revision_plugin [None req-1c999e5e-bf87-41fe-817d-6accbc571038 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not find related network for resource to bump revision. 2026-08-10 23:02:40.769 7 INFO neutron.db.segments_db [None req-1c999e5e-bf87-41fe-817d-6accbc571038 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Added segment f4462d6c-3901-4221-a28e-279e54af4364 of type flat for network 8fd8d9d7-c06b-4a8b-bbdc-61aa4fd98a57 2026-08-10 23:02:40.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c999e5e-bf87-41fe-817d-6accbc571038 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/10] 199.204.45.238 () {48 vars in 967 bytes} [Mon Aug 10 23:02:40 2026] POST /v2.0/networks => generated 124 bytes in 492 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-10 23:02:46.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68eedf85-484b-43ec-a9b6-4d086e0fb995 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/11] 199.204.45.238 () {44 vars in 927 bytes} [Mon Aug 10 23:02:46 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/12] 199.204.45.238 () {44 vars in 949 bytes} [Mon Aug 10 23:02:46 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-08-10 23:02:46.800 8 WARNING neutron.services.revisions.revision_plugin [None req-53d911e4-0153-4106-89ce-313b17218707 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not find related network for resource to bump revision. 2026-08-10 23:02:46.814 8 INFO neutron.db.segments_db [None req-53d911e4-0153-4106-89ce-313b17218707 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Added segment af4c5647-3247-4a78-b8dd-baff9bef8d80 of type flat for network 5a253f41-9e36-49fa-9ba0-7c82cf822616 2026-08-10 23:02:46.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53d911e4-0153-4106-89ce-313b17218707 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/13] 199.204.45.238 () {48 vars in 967 bytes} [Mon Aug 10 23:02:46 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-10 23:02:52.728 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67d5b712-4d42-4420-83f6-bbabf2d220c5 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/14] 199.204.45.238 () {44 vars in 927 bytes} [Mon Aug 10 23:02:52 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/15] 199.204.45.238 () {44 vars in 949 bytes} [Mon Aug 10 23:02:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-10 23:02:52.817 7 WARNING neutron.services.revisions.revision_plugin [None req-5c34f891-c429-4167-9c2c-2570550954ff b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not find related network for resource to bump revision. 2026-08-10 23:02:52.838 7 INFO neutron.db.segments_db [None req-5c34f891-c429-4167-9c2c-2570550954ff b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Added segment 851fbf2b-9d65-4bf1-97a5-1305aa3fecee of type flat for network 32f14c5e-512b-454b-9661-a0c46a70f03e 2026-08-10 23:02:52.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c34f891-c429-4167-9c2c-2570550954ff b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/16] 199.204.45.238 () {48 vars in 967 bytes} [Mon Aug 10 23:02:52 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-10 23:02:58.775 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d36e5f7-48d4-4e41-becc-65a8dac8e5b3 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/18] 199.204.45.238 () {44 vars in 927 bytes} [Mon Aug 10 23:02:58 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/19] 199.204.45.238 () {44 vars in 949 bytes} [Mon Aug 10 23:02:58 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-08-10 23:02:59.312 7 WARNING neutron.services.revisions.revision_plugin [None req-1121f693-152e-4438-bb91-712557291429 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Could not find related network for resource to bump revision. 2026-08-10 23:02:59.329 7 INFO neutron.db.segments_db [None req-1121f693-152e-4438-bb91-712557291429 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Added segment 3d9963c1-beba-4e53-b4a4-9921994bb9da of type flat for network 1aa09e16-206e-44c8-95c0-fa22603a2077 [pid: 7|app: 0|req: 8/20] 199.204.45.238 () {48 vars in 967 bytes} [Mon Aug 10 23:02:58 2026] POST /v2.0/networks => generated 706 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-10 23:03:00.704 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fb545ae-9db7-4b1f-aa4a-ecb17e6b357c b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/21] 199.204.45.238 () {44 vars in 927 bytes} [Mon Aug 10 23:03:00 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/22] 199.204.45.238 () {44 vars in 949 bytes} [Mon Aug 10 23:03:00 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-08-10 23:03:00.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47d6d98e-79f4-4ec1-8694-f186391df1b1 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/23] 199.204.45.238 () {44 vars in 1034 bytes} [Mon Aug 10 23:03:00 2026] GET /v2.0/subnets/public-subnet?network_id=1aa09e16-206e-44c8-95c0-fa22603a2077 => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/24] 199.204.45.238 () {44 vars in 1057 bytes} [Mon Aug 10 23:03:00 2026] GET /v2.0/subnets?name=public-subnet&network_id=1aa09e16-206e-44c8-95c0-fa22603a2077 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/25] 199.204.45.238 () {48 vars in 965 bytes} [Mon Aug 10 23:03:00 2026] POST /v2.0/subnets => generated 664 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-10 23:08:09.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0317cbd4-149e-497a-ae68-82e3819e610f b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/65] 199.204.45.238 () {44 vars in 937 bytes} [Mon Aug 10 23:08:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/66] 199.204.45.238 () {44 vars in 959 bytes} [Mon Aug 10 23:08:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-10 23:08:09.816 8 INFO neutron.db.segments_db [None req-70cd02b6-d3ec-4d34-b7b6-ce01d2509606 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] Added segment cb8d923d-035e-457b-a928-e4ac127e8b63 of type vxlan for network 787bbbbd-806b-4e74-aadb-39dea6c503c8 [pid: 8|app: 0|req: 36/67] 199.204.45.238 () {48 vars in 966 bytes} [Mon Aug 10 23:08:09 2026] POST /v2.0/networks => generated 707 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-10 23:08:10.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa69f4a8-1c33-4646-84ca-8c567033dadd b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/70] 199.204.45.238 () {44 vars in 937 bytes} [Mon Aug 10 23:08:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/71] 199.204.45.238 () {44 vars in 959 bytes} [Mon Aug 10 23:08:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-10 23:08:10.900 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3454170f-6466-4123-aa7b-ed5a94629887 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/72] 199.204.45.238 () {44 vars in 1036 bytes} [Mon Aug 10 23:08:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=787bbbbd-806b-4e74-aadb-39dea6c503c8 => generated 114 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/73] 199.204.45.238 () {44 vars in 1059 bytes} [Mon Aug 10 23:08:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=787bbbbd-806b-4e74-aadb-39dea6c503c8 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/74] 199.204.45.238 () {48 vars in 965 bytes} [Mon Aug 10 23:08:10 2026] POST /v2.0/subnets => generated 651 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-10 23:08:12.283 7 INFO neutron.api.v2.resource [None req-32be8f7a-14c5-460c-bf51-7131b7dc35df b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/75] 199.204.45.238 () {44 vars in 971 bytes} [Mon Aug 10 23:08:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/76] 199.204.45.238 () {44 vars in 993 bytes} [Mon Aug 10 23:08:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/77] 199.204.45.238 () {48 vars in 980 bytes} [Mon Aug 10 23:08:12 2026] POST /v2.0/security-groups => generated 1616 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/78] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:13 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/79] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:13 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/80] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:13 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/81] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/82] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:14 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/83] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:14 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/84] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:14 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/85] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/86] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:15 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/87] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:15 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => 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: 47/88] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:15 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/89] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/90] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:16 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 3462 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/91] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:16 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/92] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:16 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/93] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/94] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:17 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 4078 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/95] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:18 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/96] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:18 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => 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: 46/97] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/98] 199.204.45.238 () {44 vars in 987 bytes} [Mon Aug 10 23:08:19 2026] GET /v2.0/networks/787bbbbd-806b-4e74-aadb-39dea6c503c8 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-10 23:08:19.496 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ade6541e-65b2-47f9-949f-ad3b050aa081 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/99] 199.204.45.238 () {44 vars in 1076 bytes} [Mon Aug 10 23:08:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=787bbbbd-806b-4e74-aadb-39dea6c503c8 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/100] 199.204.45.238 () {44 vars in 1099 bytes} [Mon Aug 10 23:08:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=787bbbbd-806b-4e74-aadb-39dea6c503c8 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/101] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:19 2026] GET /v2.0/security-groups/56bc994a-e1ba-41fa-898c-b258efcf5497 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/102] 199.204.45.238 () {48 vars in 961 bytes} [Mon Aug 10 23:08:19 2026] POST /v2.0/ports => generated 1100 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-10 23:08:27.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eac4cf24-72ff-4e67-99e1-4ed72035a607 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/105] 199.204.45.238 () {44 vars in 980 bytes} [Mon Aug 10 23:08:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 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: 56/106] 199.204.45.238 () {44 vars in 1002 bytes} [Mon Aug 10 23:08:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/107] 199.204.45.238 () {48 vars in 1032 bytes} [Mon Aug 10 23:08:27 2026] PUT /v2.0/ports/7f75e95b-7726-457e-a0f7-b8ebc5ba88c9 => generated 1249 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/108] 199.204.45.238 () {44 vars in 920 bytes} [Mon Aug 10 23:08:30 2026] GET /v2.0/ports => generated 3730 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-10 23:08:31.347 7 INFO neutron.api.v2.resource [None req-a2b769f2-54cd-4d61-8c0d-63149881c048 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/109] 199.204.45.238 () {44 vars in 959 bytes} [Mon Aug 10 23:08:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/110] 199.204.45.238 () {44 vars in 981 bytes} [Mon Aug 10 23:08:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/111] 199.204.45.238 () {48 vars in 980 bytes} [Mon Aug 10 23:08:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/112] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:32 2026] GET /v2.0/security-groups/007d2da3-f4f2-47d9-9322-42384df88e67 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/113] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:32 2026] GET /v2.0/security-groups/007d2da3-f4f2-47d9-9322-42384df88e67 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/114] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:32 2026] GET /v2.0/security-groups/007d2da3-f4f2-47d9-9322-42384df88e67 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/115] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/116] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:33 2026] GET /v2.0/security-groups/007d2da3-f4f2-47d9-9322-42384df88e67 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/117] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:33 2026] GET /v2.0/security-groups/007d2da3-f4f2-47d9-9322-42384df88e67 => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/118] 199.204.45.238 () {44 vars in 1001 bytes} [Mon Aug 10 23:08:33 2026] GET /v2.0/security-groups/007d2da3-f4f2-47d9-9322-42384df88e67 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/119] 199.204.45.238 () {48 vars in 991 bytes} [Mon Aug 10 23:08:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/128] 199.204.45.238 () {44 vars in 975 bytes} [Mon Aug 10 23:09:37 2026] GET /v2.0/quotas/f774ea1596a645dd9e360df78c19aa95 => generated 312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/129] 199.204.45.238 () {48 vars in 1027 bytes} [Mon Aug 10 23:09:38 2026] PUT /v2.0/quotas/f774ea1596a645dd9e360df78c19aa95 => generated 311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-10 23:12:01.377 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3116bbd5-75d1-4056-8b30-63e99a0c1d68 b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/150] 199.204.45.238 () {30 vars in 742 bytes} [Mon Aug 10 23:12:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 73/151] 199.204.45.238 () {30 vars in 764 bytes} [Mon Aug 10 23:12:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-10 23:12:03.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e48a151-1871-402c-ad3e-a9a89cef15bc b8116ca87abf4af78df85b4e15ce64dc f774ea1596a645dd9e360df78c19aa95 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/152] 199.204.45.238 () {30 vars in 742 bytes} [Mon Aug 10 23:12:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 74/153] 199.204.45.238 () {30 vars in 764 bytes} [Mon Aug 10 23:12:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)