+ 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 [Sat Aug 22 11:10:07 2026] *** compiled with version: 13.3.0 on 03 July 2026 22:28:27 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-8587c4d8b7-9l4zx 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 0x7f7c9e9b4668 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: 8, cores: 1) spawned uWSGI worker 2 (pid: 9, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-08-22 11:10:11.486 9 INFO neutron.common.config [-] Logging enabled! 2026-08-22 11:10:11.487 9 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-22 11:10:11.497 8 INFO neutron.common.config [-] Logging enabled! 2026-08-22 11:10:11.498 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-22 11:10:12.648 9 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 11:10:12.721 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 11:10:14.154 9 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:10:14.157 9 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 11:10:14.160 9 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 11:10:14.161 9 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:10:14.161 9 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 11:10:14.162 9 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-22 11:10:14.162 9 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-08-22 11:10:14.162 9 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:10:14.170 9 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:10:14.170 9 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:10:14.170 9 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:10:14.192 9 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 11:10:14.193 9 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:10:14.193 9 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 11:10:14.200 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:10:14.203 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 11:10:14.206 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 11:10:14.207 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:10:14.208 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 11:10:14.208 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-22 11:10:14.208 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-08-22 11:10:14.208 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:10:14.216 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:10:14.216 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:10:14.216 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:10:14.220 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 11:10:14.220 9 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 11:10:14.220 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 11:10:14.220 9 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 11:10:14.238 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 11:10:14.239 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:10:14.239 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 11:10:14.267 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 11:10:14.268 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 11:10:14.268 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 11:10:14.268 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 11:10:14.762 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing driver for type 'vlan' 2026-08-22 11:10:14.900 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing driver for type 'vlan' 2026-08-22 11:10:14.926 9 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] VlanTypeDriver initialization complete 2026-08-22 11:10:14.926 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 11:10:14.927 9 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 11:10:14.940 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 11:10:14.940 9 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 11:10:14.941 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing extension driver 'port_security' 2026-08-22 11:10:14.941 9 INFO neutron.plugins.ml2.extensions.port_security [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 11:10:14.941 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing extension driver 'qos' 2026-08-22 11:10:14.941 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 11:10:14.942 9 INFO neutron.plugins.ml2.managers [None req-6dabd0f4-16ca-4d0b-86cd-fa963fce0945 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 11:10:14.958 9 INFO neutron.quota [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded quota_driver: . 2026-08-22 11:10:14.958 9 INFO neutron.plugins.ml2.plugin [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 11:10:14.959 9 INFO neutron.plugins.ml2.managers [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 11:10:14.959 9 INFO neutron.plugins.ml2.managers [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 11:10:14.959 9 INFO neutron.plugins.ml2.managers [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 11:10:14.959 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: qos 2026-08-22 11:10:14.972 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: router 2026-08-22 11:10:15.018 9 INFO neutron.services.service_base [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 11:10:15.019 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: segments 2026-08-22 11:10:15.048 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] VlanTypeDriver initialization complete 2026-08-22 11:10:15.048 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 11:10:15.049 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing extension driver 'port_security' 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.extensions.port_security [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing extension driver 'qos' 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 11:10:15.059 8 INFO neutron.plugins.ml2.managers [None req-7d0f8d83-bb14-4437-8361-333a7acabdee - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 11:10:15.075 8 INFO neutron.quota [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded quota_driver: . 2026-08-22 11:10:15.075 8 INFO neutron.plugins.ml2.plugin [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 11:10:15.075 8 INFO neutron.plugins.ml2.managers [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 11:10:15.076 8 INFO neutron.plugins.ml2.managers [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 11:10:15.076 8 INFO neutron.plugins.ml2.managers [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 11:10:15.076 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: qos 2026-08-22 11:10:15.089 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: router 2026-08-22 11:10:15.127 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: trunk 2026-08-22 11:10:15.133 8 INFO neutron.services.service_base [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 11:10:15.134 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: segments 2026-08-22 11:10:15.143 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: vpnaas 2026-08-22 11:10:15.187 9 WARNING stevedore.named [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:10:15.230 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: trunk 2026-08-22 11:10:15.244 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: vpnaas 2026-08-22 11:10:15.256 9 INFO neutron_vpnaas.services.vpn.plugin [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 11:10:15.257 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: taas 2026-08-22 11:10:15.284 8 WARNING stevedore.named [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:10:15.298 9 WARNING stevedore.named [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:10:15.325 9 INFO neutron_taas.services.taas.taas_plugin [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:10:15.325 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: tapmirror 2026-08-22 11:10:15.339 8 INFO neutron_vpnaas.services.vpn.plugin [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 11:10:15.339 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: taas 2026-08-22 11:10:15.346 9 WARNING stevedore.named [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:10:15.362 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:10:15.362 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: auto_allocate 2026-08-22 11:10:15.365 8 WARNING stevedore.named [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:10:15.370 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: tag 2026-08-22 11:10:15.378 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: timestamp 2026-08-22 11:10:15.382 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 11:10:15.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:10:15.383 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: tapmirror 2026-08-22 11:10:15.387 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: flavors 2026-08-22 11:10:15.390 9 INFO neutron.manager [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loading Plugin: revisions 2026-08-22 11:10:15.392 8 WARNING stevedore.named [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:10:15.394 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Initializing extension manager. 2026-08-22 11:10:15.395 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: aap-reject-multicast 2026-08-22 11:10:15.396 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: address-group 2026-08-22 11:10:15.397 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: address-scope 2026-08-22 11:10:15.398 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 11:10:15.399 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: agent 2026-08-22 11:10:15.399 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 11:10:15.400 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: agent_sort_key 2026-08-22 11:10:15.401 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 11:10:15.402 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 11:10:15.403 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: availability_zone 2026-08-22 11:10:15.403 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 11:10:15.404 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 11:10:15.405 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: default-subnetpools 2026-08-22 11:10:15.406 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 11:10:15.407 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: dns-integration 2026-08-22 11:10:15.407 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 11:10:15.408 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 11:10:15.408 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: dvr 2026-08-22 11:10:15.409 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 11:10:15.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:10:15.409 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 11:10:15.409 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: auto_allocate 2026-08-22 11:10:15.410 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-22 11:10:15.410 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:10:15.411 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 11:10:15.411 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: external-net 2026-08-22 11:10:15.412 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 11:10:15.413 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: extraroute 2026-08-22 11:10:15.414 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 11:10:15.414 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: filter-validation 2026-08-22 11:10:15.415 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 11:10:15.415 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 11:10:15.416 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 11:10:15.416 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: fip-port-details 2026-08-22 11:10:15.417 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: flavors 2026-08-22 11:10:15.418 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 11:10:15.419 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: floatingip-pools 2026-08-22 11:10:15.419 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: ip_allocation 2026-08-22 11:10:15.420 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 11:10:15.420 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: l2_adjacency 2026-08-22 11:10:15.422 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: router 2026-08-22 11:10:15.422 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-08-22 11:10:15.423 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: tag 2026-08-22 11:10:15.424 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:10:15.424 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 11:10:15.425 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 11:10:15.425 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 11:10:15.426 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: l3-ha 2026-08-22 11:10:15.426 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:10:15.427 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 11:10:15.427 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: l3-flavors 2026-08-22 11:10:15.428 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:10:15.429 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 11:10:15.431 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 11:10:15.433 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 11:10:15.434 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 11:10:15.434 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: timestamp 2026-08-22 11:10:15.435 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 11:10:15.435 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 11:10:15.436 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: multi-provider 2026-08-22 11:10:15.437 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: net-mtu 2026-08-22 11:10:15.437 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 11:10:15.438 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 11:10:15.438 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: network_availability_zone 2026-08-22 11:10:15.438 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: network_ha 2026-08-22 11:10:15.439 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: network-ip-availability 2026-08-22 11:10:15.440 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-22 11:10:15.441 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 11:10:15.441 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: pagination 2026-08-22 11:10:15.442 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-device-profile 2026-08-22 11:10:15.442 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 11:10:15.443 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 11:10:15.443 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 11:10:15.443 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: flavors 2026-08-22 11:10:15.444 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-mac-override 2026-08-22 11:10:15.444 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 11:10:15.445 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 11:10:15.445 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 11:10:15.446 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-resource-request 2026-08-22 11:10:15.446 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 11:10:15.447 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 11:10:15.447 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: binding 2026-08-22 11:10:15.448 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: binding-extended 2026-08-22 11:10:15.448 8 INFO neutron.manager [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loading Plugin: revisions 2026-08-22 11:10:15.449 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-security 2026-08-22 11:10:15.449 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: project-id 2026-08-22 11:10:15.449 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: provider 2026-08-22 11:10:15.450 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-22 11:10:15.451 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 11:10:15.452 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Initializing extension manager. 2026-08-22 11:10:15.453 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos 2026-08-22 11:10:15.453 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: aap-reject-multicast 2026-08-22 11:10:15.454 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 11:10:15.454 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: address-group 2026-08-22 11:10:15.454 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 11:10:15.455 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-default 2026-08-22 11:10:15.455 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: address-scope 2026-08-22 11:10:15.455 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-fip 2026-08-22 11:10:15.455 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 11:10:15.456 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 11:10:15.456 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 11:10:15.456 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: agent 2026-08-22 11:10:15.457 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 11:10:15.457 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 11:10:15.457 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 11:10:15.458 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: agent_sort_key 2026-08-22 11:10:15.458 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 11:10:15.459 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-pps 2026-08-22 11:10:15.459 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 11:10:15.459 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 11:10:15.460 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 11:10:15.460 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 11:10:15.460 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 11:10:15.461 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: availability_zone 2026-08-22 11:10:15.461 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: quota-check-limit 2026-08-22 11:10:15.461 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 11:10:15.462 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 11:10:15.462 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 11:10:15.463 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: default-subnetpools 2026-08-22 11:10:15.463 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: quotas 2026-08-22 11:10:15.464 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 11:10:15.465 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: quota_details 2026-08-22 11:10:15.465 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: dns-integration 2026-08-22 11:10:15.466 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 11:10:15.466 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: rbac-policies 2026-08-22 11:10:15.466 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 11:10:15.467 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: rbac-address-group 2026-08-22 11:10:15.467 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: dvr 2026-08-22 11:10:15.467 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 11:10:15.467 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 11:10:15.468 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 11:10:15.468 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 11:10:15.468 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 11:10:15.468 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-22 11:10:15.469 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: revision-if-match 2026-08-22 11:10:15.469 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:10:15.469 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 11:10:15.470 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 11:10:15.470 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: external-net 2026-08-22 11:10:15.470 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: router_availability_zone 2026-08-22 11:10:15.471 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-08-22 11:10:15.471 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 11:10:15.471 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 11:10:15.472 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: extraroute 2026-08-22 11:10:15.472 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 11:10:15.473 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 11:10:15.473 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: filter-validation 2026-08-22 11:10:15.474 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-22 11:10:15.474 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 11:10:15.474 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 11:10:15.474 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 11:10:15.475 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 11:10:15.475 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 11:10:15.475 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 11:10:15.475 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: fip-port-details 2026-08-22 11:10:15.476 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 11:10:15.476 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 11:10:15.476 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: flavors 2026-08-22 11:10:15.478 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 11:10:15.479 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: floatingip-pools 2026-08-22 11:10:15.479 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: ip_allocation 2026-08-22 11:10:15.480 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 11:10:15.480 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: l2_adjacency 2026-08-22 11:10:15.481 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: security-group 2026-08-22 11:10:15.482 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: router 2026-08-22 11:10:15.482 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-08-22 11:10:15.482 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: segment 2026-08-22 11:10:15.483 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 11:10:15.484 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: service-type 2026-08-22 11:10:15.484 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:10:15.484 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: sorting 2026-08-22 11:10:15.485 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 11:10:15.485 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 11:10:15.485 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: standard-attr-description 2026-08-22 11:10:15.485 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 11:10:15.486 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: stateful-security-group 2026-08-22 11:10:15.486 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 11:10:15.486 9 WARNING neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 11:10:15.487 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: l3-ha 2026-08-22 11:10:15.487 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 11:10:15.487 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:10:15.487 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: subnet-external-network 2026-08-22 11:10:15.488 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 11:10:15.488 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: subnet_onboard 2026-08-22 11:10:15.488 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: l3-flavors 2026-08-22 11:10:15.489 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 11:10:15.489 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: subnet-service-types 2026-08-22 11:10:15.489 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:10:15.490 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: subnet_allocation 2026-08-22 11:10:15.490 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 11:10:15.490 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 11:10:15.491 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: tag-creation 2026-08-22 11:10:15.491 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 11:10:15.492 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 11:10:15.494 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 11:10:15.495 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 11:10:15.495 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 11:10:15.496 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 11:10:15.496 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 11:10:15.497 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: trunk 2026-08-22 11:10:15.497 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 11:10:15.497 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: trunk-details 2026-08-22 11:10:15.498 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 11:10:15.498 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: multi-provider 2026-08-22 11:10:15.498 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 11:10:15.498 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: net-mtu 2026-08-22 11:10:15.499 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 11:10:15.499 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 11:10:15.499 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: network_availability_zone 2026-08-22 11:10:15.499 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 11:10:15.500 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: network_ha 2026-08-22 11:10:15.501 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: network-ip-availability 2026-08-22 11:10:15.501 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 11:10:15.501 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-22 11:10:15.502 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 11:10:15.503 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 11:10:15.503 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: pagination 2026-08-22 11:10:15.503 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: vpn-flavors 2026-08-22 11:10:15.503 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-device-profile 2026-08-22 11:10:15.504 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 11:10:15.505 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 11:10:15.505 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: vpnaas 2026-08-22 11:10:15.505 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 11:10:15.506 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-mac-override 2026-08-22 11:10:15.506 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: taas 2026-08-22 11:10:15.506 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 11:10:15.507 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 11:10:15.507 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: tap-mirror 2026-08-22 11:10:15.507 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 11:10:15.508 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-resource-request 2026-08-22 11:10:15.508 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-22 11:10:15.508 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 11:10:15.508 9 INFO neutron.api.extensions [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 11:10:15.509 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 11:10:15.509 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: binding 2026-08-22 11:10:15.510 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: binding-extended 2026-08-22 11:10:15.511 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-security 2026-08-22 11:10:15.511 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: project-id 2026-08-22 11:10:15.512 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: provider 2026-08-22 11:10:15.512 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-22 11:10:15.513 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-22 11:10:15.513 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 11:10:15.513 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-22 11:10:15.513 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.513 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-22 11:10:15.515 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos 2026-08-22 11:10:15.515 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-22 11:10:15.516 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 11:10:15.517 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 11:10:15.517 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:10:15.517 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-default 2026-08-22 11:10:15.517 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:10:15.518 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-fip 2026-08-22 11:10:15.518 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 11:10:15.519 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 11:10:15.519 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 11:10:15.520 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 11:10:15.521 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 11:10:15.521 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:10:15.522 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-pps 2026-08-22 11:10:15.522 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:10:15.523 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 11:10:15.523 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:10:15.523 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 11:10:15.524 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.524 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 11:10:15.524 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.524 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.524 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: quota-check-limit 2026-08-22 11:10:15.524 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.525 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:10:15.525 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 11:10:15.525 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.526 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.526 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:10:15.526 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:10:15.527 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:10:15.527 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: quotas 2026-08-22 11:10:15.527 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.527 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:10:15.528 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.528 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ikepolicy is already registered 2026-08-22 11:10:15.528 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: quota_details 2026-08-22 11:10:15.530 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: rbac-policies 2026-08-22 11:10:15.530 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: rbac-address-group 2026-08-22 11:10:15.531 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 11:10:15.531 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 11:10:15.531 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-22 11:10:15.531 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] router_route is already registered 2026-08-22 11:10:15.532 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 11:10:15.532 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: revision-if-match 2026-08-22 11:10:15.533 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:10:15.533 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] router is already registered 2026-08-22 11:10:15.533 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 11:10:15.533 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:10:15.534 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] floatingip is already registered 2026-08-22 11:10:15.534 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: router_availability_zone 2026-08-22 11:10:15.534 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-08-22 11:10:15.535 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 11:10:15.537 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 11:10:15.537 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-22 11:10:15.537 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:10:15.538 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] rbac_policy is already registered 2026-08-22 11:10:15.538 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 11:10:15.538 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:10:15.538 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 11:10:15.539 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] security_group is already registered 2026-08-22 11:10:15.539 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 11:10:15.539 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:10:15.539 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] security_group_rule is already registered 2026-08-22 11:10:15.540 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 11:10:15.540 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.540 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 11:10:15.540 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.540 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.541 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.541 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:10:15.542 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] trunk is already registered 2026-08-22 11:10:15.542 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.542 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ikepolicy is already registered 2026-08-22 11:10:15.542 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.543 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:10:15.543 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:10:15.543 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] endpoint_group is already registered 2026-08-22 11:10:15.544 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:10:15.544 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] vpnservice is already registered 2026-08-22 11:10:15.544 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:10:15.544 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ipsec_site_connection is already registered 2026-08-22 11:10:15.545 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.545 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:10:15.545 9 INFO neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.545 9 WARNING neutron.quota.resource_registry [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] ikepolicy is already registered 2026-08-22 11:10:15.546 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: security-group 2026-08-22 11:10:15.547 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: segment 2026-08-22 11:10:15.548 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 11:10:15.549 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: service-type 2026-08-22 11:10:15.549 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: sorting 2026-08-22 11:10:15.550 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 11:10:15.550 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: standard-attr-description 2026-08-22 11:10:15.551 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: stateful-security-group 2026-08-22 11:10:15.551 8 WARNING neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 11:10:15.552 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 11:10:15.553 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: subnet-external-network 2026-08-22 11:10:15.553 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: subnet_onboard 2026-08-22 11:10:15.554 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 11:10:15.554 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: subnet-service-types 2026-08-22 11:10:15.555 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: subnet_allocation 2026-08-22 11:10:15.556 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 11:10:15.556 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: tag-creation 2026-08-22 11:10:15.557 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 11:10:15.561 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 11:10:15.562 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 11:10:15.563 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: trunk 2026-08-22 11:10:15.563 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: trunk-details 2026-08-22 11:10:15.564 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 11:10:15.565 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 11:10:15.565 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 11:10:15.566 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 11:10:15.568 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 11:10:15.569 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 11:10:15.569 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: vpn-flavors 2026-08-22 11:10:15.571 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: vpnaas 2026-08-22 11:10:15.572 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: taas 2026-08-22 11:10:15.574 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: tap-mirror 2026-08-22 11:10:15.575 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-22 11:10:15.575 8 INFO neutron.api.extensions [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 11:10:15.580 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-22 11:10:15.580 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-22 11:10:15.581 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.581 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-22 11:10:15.583 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-22 11:10:15.585 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:10:15.584 9 WARNING keystonemiddleware._common.config [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-22 11:10:15.585 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:10:15.589 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:10:15.590 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:10:15.591 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:10:15.591 9 WARNING keystonemiddleware.auth_token [None req-f43c4aed-70f7-4349-8c8a-c9a7c064a9d6 - - - - - -] 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-22 11:10:15.592 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.592 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.592 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.593 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.593 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:10:15.593 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.594 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7c9e9b4668 pid: 9 (default app) 2026-08-22 11:10:15.594 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:10:15.595 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:10:15.595 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:10:15.596 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.596 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:10:15.596 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.597 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ikepolicy is already registered 2026-08-22 11:10:15.600 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-22 11:10:15.600 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] router_route is already registered 2026-08-22 11:10:15.602 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:10:15.602 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] router is already registered 2026-08-22 11:10:15.602 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:10:15.603 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] floatingip is already registered 2026-08-22 11:10:15.607 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:10:15.607 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] rbac_policy is already registered 2026-08-22 11:10:15.608 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:10:15.608 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] security_group is already registered 2026-08-22 11:10:15.608 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:10:15.609 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] security_group_rule is already registered 2026-08-22 11:10:15.609 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.610 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.610 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:10:15.611 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] subnetpool is already registered 2026-08-22 11:10:15.611 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:10:15.611 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] trunk is already registered 2026-08-22 11:10:15.612 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.612 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ikepolicy is already registered 2026-08-22 11:10:15.613 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.613 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:10:15.613 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:10:15.613 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] endpoint_group is already registered 2026-08-22 11:10:15.614 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:10:15.614 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] vpnservice is already registered 2026-08-22 11:10:15.614 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:10:15.615 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ipsec_site_connection is already registered 2026-08-22 11:10:15.615 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:10:15.615 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:10:15.616 8 INFO neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:10:15.616 8 WARNING neutron.quota.resource_registry [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] ikepolicy is already registered 2026-08-22 11:10:15.657 8 WARNING keystonemiddleware._common.config [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-22 11:10:15.664 8 WARNING keystonemiddleware.auth_token [None req-106ce3d9-93b7-4834-816f-1e0b48294f28 - - - - - -] 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 8 seconds on interpreter 0x7f7c9e9b4668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:10:20.995 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8324f8fe-8eb5-4122-b5a0-1a91a535d131 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 3/3] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:20 2026] GET /v2.0/networks/public => generated 108 bytes in 830 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: 1/4] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:10:21.617 9 ERROR stevedore.extension [None req-b9a86cfc-c92a-475b-9f6b-eb32706fbd7f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-22 11:10:21.618 9 ERROR stevedore.extension [None req-b9a86cfc-c92a-475b-9f6b-eb32706fbd7f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-22 11:10:21.629 9 ERROR stevedore.extension [None req-b9a86cfc-c92a-475b-9f6b-eb32706fbd7f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-22 11:10:21.917 9 WARNING neutron.services.revisions.revision_plugin [None req-b9a86cfc-c92a-475b-9f6b-eb32706fbd7f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:10:21.936 9 INFO neutron.db.segments_db [None req-b9a86cfc-c92a-475b-9f6b-eb32706fbd7f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment 2e1b299a-6e89-4da4-a09c-04f63c78d36e of type flat for network 1bfcd4cf-a802-4ec3-92d4-f5e4650f3394 2026-08-22 11:10:21.981 9 INFO neutron.pecan_wsgi.hooks.translation [None req-b9a86cfc-c92a-475b-9f6b-eb32706fbd7f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 4/5] 199.204.45.222 () {48 vars in 967 bytes} [Sat Aug 22 11:10:21 2026] POST /v2.0/networks => generated 124 bytes in 608 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:10:27.825 9 INFO neutron.pecan_wsgi.hooks.translation [None req-cb93b542-41bd-4114-90c2-077b6bf148e2 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 5/7] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:27 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:10:27.912 9 WARNING neutron.services.revisions.revision_plugin [None req-43f49601-ebe9-42a6-aec5-03385d8d427f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:10:27.932 9 INFO neutron.db.segments_db [None req-43f49601-ebe9-42a6-aec5-03385d8d427f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment 97b42a50-436f-4a0a-bf20-82efdc310447 of type flat for network 5bd3e1d6-29e1-4153-aede-76b56e063cd5 2026-08-22 11:10:27.956 9 INFO neutron.pecan_wsgi.hooks.translation [None req-43f49601-ebe9-42a6-aec5-03385d8d427f f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 6/9] 199.204.45.222 () {48 vars in 967 bytes} [Sat Aug 22 11:10:27 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:10:34.138 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6041a242-670d-4c77-836e-ce33a22623e7 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:33 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 7/11] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:10:34.380 8 ERROR stevedore.extension [None req-ece082fa-17f1-437b-bf5a-8c624648dac1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-22 11:10:34.381 8 ERROR stevedore.extension [None req-ece082fa-17f1-437b-bf5a-8c624648dac1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-22 11:10:34.392 8 ERROR stevedore.extension [None req-ece082fa-17f1-437b-bf5a-8c624648dac1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-22 11:10:34.552 8 WARNING neutron.services.revisions.revision_plugin [None req-ece082fa-17f1-437b-bf5a-8c624648dac1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:10:34.574 8 INFO neutron.db.segments_db [None req-ece082fa-17f1-437b-bf5a-8c624648dac1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment 198bbabb-54f9-4601-86c3-244ce41b8e0a of type flat for network 09eeac7d-5579-4bda-8336-f3c2217b0d29 2026-08-22 11:10:34.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ece082fa-17f1-437b-bf5a-8c624648dac1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.222 () {48 vars in 967 bytes} [Sat Aug 22 11:10:34 2026] POST /v2.0/networks => generated 124 bytes in 467 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:10:40.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-542e03b7-7290-44ef-b277-13a7b348e504 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:40 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 9/15] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:10:40.557 8 WARNING neutron.services.revisions.revision_plugin [None req-2bcdf16d-6077-4b9b-9f08-b89b1cc81ed4 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:10:40.576 8 INFO neutron.db.segments_db [None req-2bcdf16d-6077-4b9b-9f08-b89b1cc81ed4 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment 2a88fb98-4eb1-4426-8206-b465bcf43649 of type flat for network 355630d7-9e7c-4e8a-9226-f9833741c111 2026-08-22 11:10:40.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bcdf16d-6077-4b9b-9f08-b89b1cc81ed4 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.222 () {48 vars in 967 bytes} [Sat Aug 22 11:10:40 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:10:46.484 9 INFO neutron.pecan_wsgi.hooks.translation [None req-0d9b28ce-c9d3-413e-9270-00d3362f5e38 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 10/17] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:46 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:10:46.553 9 WARNING neutron.services.revisions.revision_plugin [None req-dff9bac2-57a3-41d7-b723-12006fc80edb f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:10:46.572 9 INFO neutron.db.segments_db [None req-dff9bac2-57a3-41d7-b723-12006fc80edb f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment 7ee1a061-a84a-4297-8498-83b24e9d62e6 of type flat for network 8928e0ab-b35d-461d-b8ca-a99a60892d20 2026-08-22 11:10:46.596 9 INFO neutron.pecan_wsgi.hooks.translation [None req-dff9bac2-57a3-41d7-b723-12006fc80edb f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 11/19] 199.204.45.222 () {48 vars in 967 bytes} [Sat Aug 22 11:10:46 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:10:52.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50ba6ab8-8fac-49a8-8f0f-53e395e41f96 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:52 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 12/21] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:10:52.545 8 WARNING neutron.services.revisions.revision_plugin [None req-fbf55b05-403e-4831-9063-b3240fc89cd5 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:10:52.567 8 INFO neutron.db.segments_db [None req-fbf55b05-403e-4831-9063-b3240fc89cd5 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment db9085c8-296f-4b57-add4-7563ee544a1c of type flat for network 27184ca3-e1b7-4dd6-8d5b-62acffccbf62 [pid: 8|app: 0|req: 10/22] 199.204.45.222 () {48 vars in 967 bytes} [Sat Aug 22 11:10:52 2026] POST /v2.0/networks => generated 706 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:10:53.866 9 INFO neutron.pecan_wsgi.hooks.translation [None req-3e3087c8-c6ab-4fe1-b5ef-2fa697a96a0b f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 13/23] 199.204.45.222 () {44 vars in 927 bytes} [Sat Aug 22 11:10:53 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.222 () {44 vars in 949 bytes} [Sat Aug 22 11:10:53 2026] GET /v2.0/networks?name=public => generated 709 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:10:53.931 9 INFO neutron.pecan_wsgi.hooks.translation [None req-3f3e422d-d5ee-4657-b4a5-72dccfc64362 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 14/25] 199.204.45.222 () {44 vars in 1034 bytes} [Sat Aug 22 11:10:53 2026] GET /v2.0/subnets/public-subnet?network_id=27184ca3-e1b7-4dd6-8d5b-62acffccbf62 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.204.45.222 () {44 vars in 1057 bytes} [Sat Aug 22 11:10:53 2026] GET /v2.0/subnets?name=public-subnet&network_id=27184ca3-e1b7-4dd6-8d5b-62acffccbf62 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 15/28] 199.204.45.222 () {48 vars in 965 bytes} [Sat Aug 22 11:10:53 2026] POST /v2.0/subnets => generated 664 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:16:05.716 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8c33c373-74db-4c95-87b1-7c9a066ac6af f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 36/69] 199.204.45.222 () {44 vars in 937 bytes} [Sat Aug 22 11:16:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.222 () {44 vars in 959 bytes} [Sat Aug 22 11:16:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:16:05.807 9 INFO neutron.db.segments_db [None req-d8910346-d112-4b1c-b2c3-eabf92e6a3c1 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] Added segment d95e29a7-dee9-4045-aba8-29cb49b4bf4d of type vxlan for network b11ff598-7aac-409b-9d76-6515af477ac1 [pid: 9|app: 0|req: 37/71] 199.204.45.222 () {48 vars in 966 bytes} [Sat Aug 22 11:16:05 2026] POST /v2.0/networks => generated 707 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:16:06.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58061aec-e2c4-4ead-a098-f0c63c52e928 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.204.45.222 () {44 vars in 937 bytes} [Sat Aug 22 11:16:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 38/73] 199.204.45.222 () {44 vars in 959 bytes} [Sat Aug 22 11:16:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:16:07.006 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99053504-88f2-4d22-91d4-8c074782f897 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.222 () {44 vars in 1036 bytes} [Sat Aug 22 11:16:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b11ff598-7aac-409b-9d76-6515af477ac1 => generated 114 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 39/75] 199.204.45.222 () {44 vars in 1059 bytes} [Sat Aug 22 11:16:07 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b11ff598-7aac-409b-9d76-6515af477ac1 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.222 () {48 vars in 965 bytes} [Sat Aug 22 11:16:07 2026] POST /v2.0/subnets => generated 651 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:16:08.484 9 INFO neutron.api.v2.resource [None req-3d5f39b0-3fa7-4205-8de2-05bf9424fa1c f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 40/77] 199.204.45.222 () {44 vars in 971 bytes} [Sat Aug 22 11:16:08 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.222 () {44 vars in 993 bytes} [Sat Aug 22 11:16:08 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 41/79] 199.204.45.222 () {48 vars in 980 bytes} [Sat Aug 22 11:16:08 2026] POST /v2.0/security-groups => generated 1616 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 43/82] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:09 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 1616 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:09 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 1616 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 44/84] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:09 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:09 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: 9|app: 0|req: 45/86] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:10 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:10 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 46/88] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:10 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 47/90] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:11 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:11 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 48/92] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:11 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 49/94] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:12 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:12 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 50/96] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:12 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 51/98] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:13 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:14 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 52/100] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:14 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => 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: 49/101] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 53/102] 199.204.45.222 () {44 vars in 987 bytes} [Sat Aug 22 11:16:15 2026] GET /v2.0/networks/b11ff598-7aac-409b-9d76-6515af477ac1 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:16:15.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-112086a1-c380-4860-883c-1f7d09447819 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/103] 199.204.45.222 () {44 vars in 1076 bytes} [Sat Aug 22 11:16:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b11ff598-7aac-409b-9d76-6515af477ac1 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 54/104] 199.204.45.222 () {44 vars in 1099 bytes} [Sat Aug 22 11:16:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b11ff598-7aac-409b-9d76-6515af477ac1 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:15 2026] GET /v2.0/security-groups/ab20cf8e-dbf6-4ac1-9248-222a25729966 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 55/106] 199.204.45.222 () {48 vars in 961 bytes} [Sat Aug 22 11:16:15 2026] POST /v2.0/ports => generated 1100 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:16:24.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef9bab01-e2ea-4c45-898d-c1b606e07ef5 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 199.204.45.222 () {44 vars in 980 bytes} [Sat Aug 22 11:16:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 9|app: 0|req: 57/110] 199.204.45.222 () {44 vars in 1002 bytes} [Sat Aug 22 11:16:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.222 () {48 vars in 1032 bytes} [Sat Aug 22 11:16:24 2026] PUT /v2.0/ports/4d355a2c-1454-4839-849e-18c198f23637 => generated 1249 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 58/112] 199.204.45.222 () {44 vars in 920 bytes} [Sat Aug 22 11:16:26 2026] GET /v2.0/ports => generated 3730 bytes in 90 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-22 11:16:27.835 8 INFO neutron.api.v2.resource [None req-ee77b729-9bb3-4f47-832a-4299ac878780 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/113] 199.204.45.222 () {44 vars in 959 bytes} [Sat Aug 22 11:16:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 59/114] 199.204.45.222 () {44 vars in 981 bytes} [Sat Aug 22 11:16:27 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.222 () {48 vars in 980 bytes} [Sat Aug 22 11:16:27 2026] POST /v2.0/security-groups => generated 1610 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 60/116] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:28 2026] GET /v2.0/security-groups/f8546b98-5db9-4e47-ad05-a20d7aac90e3 => generated 1610 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:28 2026] GET /v2.0/security-groups/f8546b98-5db9-4e47-ad05-a20d7aac90e3 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 61/118] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:28 2026] GET /v2.0/security-groups/f8546b98-5db9-4e47-ad05-a20d7aac90e3 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:29 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 62/120] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:29 2026] GET /v2.0/security-groups/f8546b98-5db9-4e47-ad05-a20d7aac90e3 => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:30 2026] GET /v2.0/security-groups/f8546b98-5db9-4e47-ad05-a20d7aac90e3 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 63/122] 199.204.45.222 () {44 vars in 1001 bytes} [Sat Aug 22 11:16:30 2026] GET /v2.0/security-groups/f8546b98-5db9-4e47-ad05-a20d7aac90e3 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.222 () {48 vars in 991 bytes} [Sat Aug 22 11:16:30 2026] POST /v2.0/security-group-rules => generated 627 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/132] 199.204.45.222 () {44 vars in 975 bytes} [Sat Aug 22 11:17:32 2026] GET /v2.0/quotas/de907260712d45a9ace3dab25ecef2cc => generated 312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 68/133] 199.204.45.222 () {48 vars in 1027 bytes} [Sat Aug 22 11:17:32 2026] PUT /v2.0/quotas/de907260712d45a9ace3dab25ecef2cc => generated 311 bytes in 29 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-22 11:19:53.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b7ef682-b2f4-463a-88be-682b8d00cda5 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/152] 199.204.45.222 () {30 vars in 742 bytes} [Sat Aug 22 11:19:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 129 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: 9|app: 0|req: 78/153] 199.204.45.222 () {30 vars in 764 bytes} [Sat Aug 22 11:19:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:19:55.524 9 INFO neutron.pecan_wsgi.hooks.translation [None req-569d025b-b476-4d17-bbcd-70f0e8b61c65 f1095f9e38714d0596a2bd7f9f965f53 de907260712d45a9ace3dab25ecef2cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 80/156] 199.204.45.222 () {30 vars in 742 bytes} [Sat Aug 22 11:19:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/157] 199.204.45.222 () {30 vars in 764 bytes} [Sat Aug 22 11:19:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)