+ 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 [Sun Apr 26 15:09:06 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-74b7467765-8wjt6 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fae8fc44668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-26 15:09:10.993 8 INFO neutron.common.config [-] Logging enabled! 2026-04-26 15:09:10.994 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-26 15:09:11.090 7 INFO neutron.common.config [-] Logging enabled! 2026-04-26 15:09:11.090 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-26 15:09:12.010 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-26 15:09:12.182 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-26 15:09:13.521 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 15:09:13.524 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-26 15:09:13.527 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-26 15:09:13.528 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 15:09:13.528 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-26 15:09:13.529 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-26 15:09:13.529 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 15:09:13.536 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 15:09:13.536 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 15:09:13.537 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 15:09:13.559 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-26 15:09:13.560 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 15:09:13.561 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-26 15:09:13.591 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-26 15:09:13.591 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-26 15:09:13.591 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-26 15:09:13.592 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-26 15:09:13.826 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 15:09:13.829 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-26 15:09:13.833 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-26 15:09:13.834 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 15:09:13.834 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-26 15:09:13.834 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-26 15:09:13.835 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 15:09:13.842 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 15:09:13.843 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 15:09:13.843 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 15:09:13.867 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-26 15:09:13.868 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 15:09:13.868 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-26 15:09:13.875 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing driver for type 'vlan' 2026-04-26 15:09:13.899 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-26 15:09:13.900 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-26 15:09:13.900 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-26 15:09:13.900 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-26 15:09:14.147 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] VlanTypeDriver initialization complete 2026-04-26 15:09:14.147 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing driver for type 'vxlan' 2026-04-26 15:09:14.147 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-26 15:09:14.160 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-26 15:09:14.160 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-26 15:09:14.160 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing extension driver 'port_security' 2026-04-26 15:09:14.161 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-26 15:09:14.161 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing extension driver 'qos' 2026-04-26 15:09:14.161 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-26 15:09:14.161 8 INFO neutron.plugins.ml2.managers [None req-f8c48021-ffee-4149-a463-c9ba9c89d624 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-26 15:09:14.179 8 INFO neutron.quota [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded quota_driver: . 2026-04-26 15:09:14.179 8 INFO neutron.plugins.ml2.plugin [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Modular L2 Plugin initialization complete 2026-04-26 15:09:14.179 8 INFO neutron.plugins.ml2.managers [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-26 15:09:14.179 8 INFO neutron.plugins.ml2.managers [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-26 15:09:14.180 8 INFO neutron.plugins.ml2.managers [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-26 15:09:14.180 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: qos 2026-04-26 15:09:14.187 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing driver for type 'vlan' 2026-04-26 15:09:14.192 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: router 2026-04-26 15:09:14.237 8 INFO neutron.services.service_base [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-26 15:09:14.237 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: segments 2026-04-26 15:09:14.335 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: trunk 2026-04-26 15:09:14.349 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: vpnaas 2026-04-26 15:09:14.390 8 WARNING stevedore.named [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 15:09:14.458 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] VlanTypeDriver initialization complete 2026-04-26 15:09:14.459 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing driver for type 'vxlan' 2026-04-26 15:09:14.459 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-26 15:09:14.462 8 INFO neutron_vpnaas.services.vpn.plugin [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-26 15:09:14.462 8 INFO neutron.common.utils [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-26 15:09:14.462 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: taas 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing extension driver 'port_security' 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.extensions.port_security [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing extension driver 'qos' 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-26 15:09:14.473 7 INFO neutron.plugins.ml2.managers [None req-21f170ed-c8f9-43ae-94c2-1395adf57f30 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-26 15:09:14.485 7 INFO neutron.quota [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded quota_driver: . 2026-04-26 15:09:14.485 7 INFO neutron.plugins.ml2.plugin [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Modular L2 Plugin initialization complete 2026-04-26 15:09:14.486 7 INFO neutron.plugins.ml2.managers [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-26 15:09:14.486 7 INFO neutron.plugins.ml2.managers [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-26 15:09:14.486 7 INFO neutron.plugins.ml2.managers [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-26 15:09:14.486 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: qos 2026-04-26 15:09:14.488 8 WARNING stevedore.named [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 15:09:14.489 8 WARNING stevedore.named [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 15:09:14.498 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: router 2026-04-26 15:09:14.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-26 15:09:14.511 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: tapmirror 2026-04-26 15:09:14.524 8 WARNING stevedore.named [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 15:09:14.525 8 WARNING stevedore.named [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 15:09:14.550 7 INFO neutron.services.service_base [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-26 15:09:14.551 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: segments 2026-04-26 15:09:14.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-26 15:09:14.552 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: auto_allocate 2026-04-26 15:09:14.560 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: tag 2026-04-26 15:09:14.569 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: timestamp 2026-04-26 15:09:14.571 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: network_ip_availability 2026-04-26 15:09:14.576 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: flavors 2026-04-26 15:09:14.579 8 INFO neutron.manager [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loading Plugin: revisions 2026-04-26 15:09:14.583 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Initializing extension manager. 2026-04-26 15:09:14.585 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: address-group 2026-04-26 15:09:14.586 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: address-scope 2026-04-26 15:09:14.586 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-26 15:09:14.587 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: agent 2026-04-26 15:09:14.588 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: agent-resources-synced 2026-04-26 15:09:14.589 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-26 15:09:14.590 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-26 15:09:14.590 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: availability_zone 2026-04-26 15:09:14.591 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: availability_zone_filter 2026-04-26 15:09:14.592 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-26 15:09:14.593 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: default-subnetpools 2026-04-26 15:09:14.595 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-26 15:09:14.595 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: dns-integration 2026-04-26 15:09:14.596 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: dns-domain-ports 2026-04-26 15:09:14.596 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-26 15:09:14.597 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: dvr 2026-04-26 15:09:14.597 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-26 15:09:14.598 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: empty-string-filtering 2026-04-26 15:09:14.598 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 15:09:14.599 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-26 15:09:14.599 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: external-net 2026-04-26 15:09:14.600 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-26 15:09:14.601 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: extraroute 2026-04-26 15:09:14.601 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: extraroute-atomic 2026-04-26 15:09:14.602 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-26 15:09:14.602 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-26 15:09:14.603 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-26 15:09:14.603 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-26 15:09:14.604 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: fip-port-details 2026-04-26 15:09:14.605 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: flavors 2026-04-26 15:09:14.606 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-26 15:09:14.607 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: floatingip-pools 2026-04-26 15:09:14.607 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: ip_allocation 2026-04-26 15:09:14.608 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-26 15:09:14.608 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: l2_adjacency 2026-04-26 15:09:14.609 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: router 2026-04-26 15:09:14.611 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 15:09:14.612 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-26 15:09:14.612 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-26 15:09:14.613 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: ext-gw-mode 2026-04-26 15:09:14.613 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: l3-ha 2026-04-26 15:09:14.614 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-26 15:09:14.614 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-26 15:09:14.615 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: l3-flavors 2026-04-26 15:09:14.616 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-26 15:09:14.616 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-26 15:09:14.618 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-26 15:09:14.619 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-26 15:09:14.620 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-26 15:09:14.621 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-26 15:09:14.622 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-26 15:09:14.623 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: multi-provider 2026-04-26 15:09:14.623 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: net-mtu 2026-04-26 15:09:14.624 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: net-mtu-writable 2026-04-26 15:09:14.624 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: network_availability_zone 2026-04-26 15:09:14.625 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: network_ha 2026-04-26 15:09:14.626 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: network-ip-availability 2026-04-26 15:09:14.627 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-26 15:09:14.628 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: pagination 2026-04-26 15:09:14.629 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-device-profile 2026-04-26 15:09:14.629 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-26 15:09:14.630 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-26 15:09:14.631 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-26 15:09:14.631 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-mac-override 2026-04-26 15:09:14.632 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-26 15:09:14.633 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-26 15:09:14.634 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-26 15:09:14.634 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-resource-request 2026-04-26 15:09:14.635 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-26 15:09:14.635 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-26 15:09:14.635 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: binding 2026-04-26 15:09:14.636 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: binding-extended 2026-04-26 15:09:14.637 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-security 2026-04-26 15:09:14.637 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: project-id 2026-04-26 15:09:14.638 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: provider 2026-04-26 15:09:14.638 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-26 15:09:14.640 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos 2026-04-26 15:09:14.641 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-26 15:09:14.642 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-26 15:09:14.642 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-default 2026-04-26 15:09:14.643 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-fip 2026-04-26 15:09:14.643 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-26 15:09:14.644 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-26 15:09:14.644 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-26 15:09:14.645 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-26 15:09:14.645 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-26 15:09:14.646 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-pps 2026-04-26 15:09:14.646 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-26 15:09:14.647 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-26 15:09:14.648 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: qos-rules-alias 2026-04-26 15:09:14.648 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: quota-check-limit 2026-04-26 15:09:14.649 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-26 15:09:14.651 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: quotas 2026-04-26 15:09:14.652 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: quota_details 2026-04-26 15:09:14.653 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: rbac-policies 2026-04-26 15:09:14.654 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: rbac-address-group 2026-04-26 15:09:14.654 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: rbac-address-scope 2026-04-26 15:09:14.655 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: rbac-security-groups 2026-04-26 15:09:14.655 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-26 15:09:14.656 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: revision-if-match 2026-04-26 15:09:14.657 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-26 15:09:14.658 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: router_availability_zone 2026-04-26 15:09:14.658 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-26 15:09:14.659 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: trunk 2026-04-26 15:09:14.660 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-26 15:09:14.660 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-26 15:09:14.661 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-26 15:09:14.661 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-26 15:09:14.662 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-26 15:09:14.662 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-26 15:09:14.667 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: security-group 2026-04-26 15:09:14.668 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: segment 2026-04-26 15:09:14.668 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-26 15:09:14.669 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: service-type 2026-04-26 15:09:14.669 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: sorting 2026-04-26 15:09:14.670 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: standard-attr-segment 2026-04-26 15:09:14.671 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: standard-attr-description 2026-04-26 15:09:14.671 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: stateful-security-group 2026-04-26 15:09:14.672 8 WARNING neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-26 15:09:14.672 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-26 15:09:14.673 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: subnet-external-network 2026-04-26 15:09:14.673 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: subnet_onboard 2026-04-26 15:09:14.674 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-26 15:09:14.674 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: subnet-service-types 2026-04-26 15:09:14.675 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: vpnaas 2026-04-26 15:09:14.675 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: subnet_allocation 2026-04-26 15:09:14.676 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-26 15:09:14.676 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: tag-creation 2026-04-26 15:09:14.677 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-26 15:09:14.681 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: standard-attr-tag 2026-04-26 15:09:14.681 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-26 15:09:14.682 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: trunk 2026-04-26 15:09:14.682 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: trunk-details 2026-04-26 15:09:14.683 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-26 15:09:14.684 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-26 15:09:14.684 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-26 15:09:14.685 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-26 15:09:14.687 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-26 15:09:14.688 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-26 15:09:14.689 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: vpn-flavors 2026-04-26 15:09:14.692 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: vpnaas 2026-04-26 15:09:14.694 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: taas 2026-04-26 15:09:14.695 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: tap-mirror 2026-04-26 15:09:14.695 8 INFO neutron.api.extensions [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-26 15:09:14.698 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-26 15:09:14.698 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-26 15:09:14.698 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:14.699 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-26 15:09:14.703 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 15:09:14.703 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 15:09:14.708 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 15:09:14.709 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 15:09:14.710 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 15:09:14.711 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:14.711 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] subnetpool is already registered 2026-04-26 15:09:14.711 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:14.711 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] subnetpool is already registered 2026-04-26 15:09:14.712 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 15:09:14.713 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:14.713 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:14.714 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 15:09:14.714 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 15:09:14.715 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 15:09:14.715 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:14.715 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ipsecpolicy is already registered 2026-04-26 15:09:14.716 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:14.716 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ikepolicy is already registered 2026-04-26 15:09:14.719 7 WARNING stevedore.named [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 15:09:14.720 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 15:09:14.721 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] router is already registered 2026-04-26 15:09:14.721 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 15:09:14.721 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] floatingip is already registered 2026-04-26 15:09:14.725 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 15:09:14.725 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] rbac_policy is already registered 2026-04-26 15:09:14.726 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 15:09:14.726 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] security_group is already registered 2026-04-26 15:09:14.727 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 15:09:14.727 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] security_group_rule is already registered 2026-04-26 15:09:14.728 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:14.728 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] subnetpool is already registered 2026-04-26 15:09:14.728 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:14.729 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] subnetpool is already registered 2026-04-26 15:09:14.729 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 15:09:14.729 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] trunk is already registered 2026-04-26 15:09:14.730 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:14.730 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ikepolicy is already registered 2026-04-26 15:09:14.730 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:14.730 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ipsecpolicy is already registered 2026-04-26 15:09:14.731 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 15:09:14.731 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] endpoint_group is already registered 2026-04-26 15:09:14.731 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 15:09:14.732 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] vpnservice is already registered 2026-04-26 15:09:14.732 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 15:09:14.732 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ipsec_site_connection is already registered 2026-04-26 15:09:14.733 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:14.733 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ipsecpolicy is already registered 2026-04-26 15:09:14.733 8 INFO neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:14.733 8 WARNING neutron.quota.resource_registry [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] ikepolicy is already registered 2026-04-26 15:09:14.776 8 WARNING keystonemiddleware._common.config [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-26 15:09:14.787 8 WARNING oslo_config.cfg [None req-963cd520-f627-4b65-89ca-a44193d17898 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fae8fc44668 pid: 8 (default app) 2026-04-26 15:09:14.809 7 INFO neutron_vpnaas.services.vpn.plugin [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-26 15:09:14.810 7 INFO neutron.common.utils [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-26 15:09:14.810 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: taas 2026-04-26 15:09:14.841 7 WARNING stevedore.named [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 15:09:14.842 7 WARNING stevedore.named [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 15:09:14.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-26 15:09:14.872 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: tapmirror 2026-04-26 15:09:14.886 7 WARNING stevedore.named [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 15:09:14.886 7 WARNING stevedore.named [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 15:09:14.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-26 15:09:14.905 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: auto_allocate 2026-04-26 15:09:14.914 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: tag 2026-04-26 15:09:14.924 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: timestamp 2026-04-26 15:09:14.928 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: network_ip_availability 2026-04-26 15:09:14.933 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: flavors 2026-04-26 15:09:14.937 7 INFO neutron.manager [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loading Plugin: revisions 2026-04-26 15:09:14.941 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Initializing extension manager. 2026-04-26 15:09:14.942 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: address-group 2026-04-26 15:09:14.943 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: address-scope 2026-04-26 15:09:14.944 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-26 15:09:14.949 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: agent 2026-04-26 15:09:14.951 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: agent-resources-synced 2026-04-26 15:09:14.954 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-26 15:09:14.956 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-26 15:09:14.957 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: availability_zone 2026-04-26 15:09:14.957 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: availability_zone_filter 2026-04-26 15:09:14.958 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-26 15:09:14.959 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: default-subnetpools 2026-04-26 15:09:14.960 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-26 15:09:14.961 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: dns-integration 2026-04-26 15:09:14.962 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: dns-domain-ports 2026-04-26 15:09:14.962 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-26 15:09:14.963 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: dvr 2026-04-26 15:09:14.963 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-26 15:09:14.964 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: empty-string-filtering 2026-04-26 15:09:14.965 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 15:09:14.965 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-26 15:09:14.966 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: external-net 2026-04-26 15:09:14.966 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-26 15:09:14.967 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: extraroute 2026-04-26 15:09:14.968 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: extraroute-atomic 2026-04-26 15:09:14.968 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-26 15:09:14.969 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-26 15:09:14.969 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-26 15:09:14.970 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-26 15:09:14.970 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: fip-port-details 2026-04-26 15:09:14.971 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: flavors 2026-04-26 15:09:14.972 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-26 15:09:14.973 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: floatingip-pools 2026-04-26 15:09:14.974 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: ip_allocation 2026-04-26 15:09:14.974 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-26 15:09:14.975 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: l2_adjacency 2026-04-26 15:09:14.976 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: router 2026-04-26 15:09:14.978 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 15:09:14.979 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-26 15:09:14.980 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-26 15:09:14.980 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: ext-gw-mode 2026-04-26 15:09:14.981 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: l3-ha 2026-04-26 15:09:14.981 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-26 15:09:14.982 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-26 15:09:14.982 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: l3-flavors 2026-04-26 15:09:14.983 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-26 15:09:14.984 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-26 15:09:14.989 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-26 15:09:14.991 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-26 15:09:14.993 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-26 15:09:14.994 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-26 15:09:14.995 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-26 15:09:14.996 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: multi-provider 2026-04-26 15:09:14.997 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: net-mtu 2026-04-26 15:09:14.998 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: net-mtu-writable 2026-04-26 15:09:14.998 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: network_availability_zone 2026-04-26 15:09:14.999 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: network_ha 2026-04-26 15:09:15.001 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: network-ip-availability 2026-04-26 15:09:15.002 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-26 15:09:15.003 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: pagination 2026-04-26 15:09:15.003 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-device-profile 2026-04-26 15:09:15.004 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-26 15:09:15.005 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-26 15:09:15.006 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-26 15:09:15.007 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-mac-override 2026-04-26 15:09:15.007 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-26 15:09:15.008 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-26 15:09:15.009 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-26 15:09:15.009 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-resource-request 2026-04-26 15:09:15.010 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-26 15:09:15.011 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-26 15:09:15.012 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: binding 2026-04-26 15:09:15.012 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: binding-extended 2026-04-26 15:09:15.013 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-security 2026-04-26 15:09:15.013 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: project-id 2026-04-26 15:09:15.014 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: provider 2026-04-26 15:09:15.015 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-26 15:09:15.017 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos 2026-04-26 15:09:15.018 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-26 15:09:15.019 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-26 15:09:15.019 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-default 2026-04-26 15:09:15.020 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-fip 2026-04-26 15:09:15.021 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-26 15:09:15.021 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-26 15:09:15.022 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-26 15:09:15.022 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-26 15:09:15.023 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-26 15:09:15.023 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-pps 2026-04-26 15:09:15.024 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-26 15:09:15.025 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-26 15:09:15.025 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: qos-rules-alias 2026-04-26 15:09:15.026 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: quota-check-limit 2026-04-26 15:09:15.027 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-26 15:09:15.029 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: quotas 2026-04-26 15:09:15.030 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: quota_details 2026-04-26 15:09:15.032 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: rbac-policies 2026-04-26 15:09:15.032 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: rbac-address-group 2026-04-26 15:09:15.033 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: rbac-address-scope 2026-04-26 15:09:15.034 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: rbac-security-groups 2026-04-26 15:09:15.034 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-26 15:09:15.035 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: revision-if-match 2026-04-26 15:09:15.035 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-26 15:09:15.036 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: router_availability_zone 2026-04-26 15:09:15.036 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-26 15:09:15.038 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-26 15:09:15.039 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-26 15:09:15.039 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-26 15:09:15.040 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-26 15:09:15.040 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-26 15:09:15.041 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-26 15:09:15.045 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: security-group 2026-04-26 15:09:15.046 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: segment 2026-04-26 15:09:15.047 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-26 15:09:15.047 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: service-type 2026-04-26 15:09:15.048 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: sorting 2026-04-26 15:09:15.048 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: standard-attr-segment 2026-04-26 15:09:15.049 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: standard-attr-description 2026-04-26 15:09:15.050 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: stateful-security-group 2026-04-26 15:09:15.050 7 WARNING neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-26 15:09:15.051 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-26 15:09:15.051 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: subnet-external-network 2026-04-26 15:09:15.052 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: subnet_onboard 2026-04-26 15:09:15.052 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-26 15:09:15.054 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: subnet-service-types 2026-04-26 15:09:15.054 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: subnet_allocation 2026-04-26 15:09:15.055 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-26 15:09:15.056 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: tag-creation 2026-04-26 15:09:15.056 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-26 15:09:15.060 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: standard-attr-tag 2026-04-26 15:09:15.061 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-26 15:09:15.062 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: trunk 2026-04-26 15:09:15.062 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: trunk-details 2026-04-26 15:09:15.063 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-26 15:09:15.063 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-26 15:09:15.064 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-26 15:09:15.067 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-26 15:09:15.069 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-26 15:09:15.069 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-26 15:09:15.070 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: vpn-flavors 2026-04-26 15:09:15.072 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: vpnaas 2026-04-26 15:09:15.073 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: taas 2026-04-26 15:09:15.074 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: tap-mirror 2026-04-26 15:09:15.075 7 INFO neutron.api.extensions [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-26 15:09:15.077 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-26 15:09:15.077 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-26 15:09:15.077 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:15.078 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-26 15:09:15.081 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 15:09:15.081 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 15:09:15.086 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 15:09:15.086 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 15:09:15.087 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 15:09:15.088 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:15.088 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] subnetpool is already registered 2026-04-26 15:09:15.088 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:15.089 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] subnetpool is already registered 2026-04-26 15:09:15.089 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 15:09:15.089 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:15.090 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:15.090 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 15:09:15.091 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 15:09:15.091 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 15:09:15.091 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:15.092 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ipsecpolicy is already registered 2026-04-26 15:09:15.092 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:15.092 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ikepolicy is already registered 2026-04-26 15:09:15.096 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 15:09:15.097 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] router is already registered 2026-04-26 15:09:15.097 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 15:09:15.097 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] floatingip is already registered 2026-04-26 15:09:15.101 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 15:09:15.101 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] rbac_policy is already registered 2026-04-26 15:09:15.101 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 15:09:15.102 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] security_group is already registered 2026-04-26 15:09:15.102 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 15:09:15.102 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] security_group_rule is already registered 2026-04-26 15:09:15.103 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:15.103 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] subnetpool is already registered 2026-04-26 15:09:15.103 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 15:09:15.103 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] subnetpool is already registered 2026-04-26 15:09:15.104 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 15:09:15.104 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] trunk is already registered 2026-04-26 15:09:15.104 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:15.105 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ikepolicy is already registered 2026-04-26 15:09:15.105 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:15.105 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ipsecpolicy is already registered 2026-04-26 15:09:15.105 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 15:09:15.106 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] endpoint_group is already registered 2026-04-26 15:09:15.106 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 15:09:15.106 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] vpnservice is already registered 2026-04-26 15:09:15.106 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 15:09:15.106 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ipsec_site_connection is already registered 2026-04-26 15:09:15.107 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 15:09:15.107 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ipsecpolicy is already registered 2026-04-26 15:09:15.107 7 INFO neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 15:09:15.107 7 WARNING neutron.quota.resource_registry [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] ikepolicy is already registered 2026-04-26 15:09:15.144 7 WARNING keystonemiddleware._common.config [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-26 15:09:15.151 7 WARNING oslo_config.cfg [None req-bf6d3bc0-fa83-4e74-b569-f74bb28826c7 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fae8fc44668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 15:09:21.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23a161f6-70dc-48c5-9450-d604c8b2a44e 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.33 () {44 vars in 924 bytes} [Sun Apr 26 15:09:20 2026] GET /v2.0/networks/public => generated 108 bytes in 876 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.33 () {44 vars in 946 bytes} [Sun Apr 26 15:09:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 15:09:22.272 8 WARNING neutron.services.revisions.revision_plugin [None req-951cd288-9bd3-42ca-8841-18506866fd53 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Could not find related network for resource to bump revision. 2026-04-26 15:09:22.293 8 INFO neutron.db.segments_db [None req-951cd288-9bd3-42ca-8841-18506866fd53 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Added segment a7461f21-1d48-4f60-a8d8-565785ae6ab4 of type flat for network d88f7f91-ac15-47d2-9694-addcda4f6bfd 2026-04-26 15:09:22.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-951cd288-9bd3-42ca-8841-18506866fd53 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.33 () {48 vars in 964 bytes} [Sun Apr 26 15:09:21 2026] POST /v2.0/networks => generated 124 bytes in 478 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 15:09:28.330 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c28a7596-a169-402f-84cc-40066244ff8c 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.33 () {44 vars in 924 bytes} [Sun Apr 26 15:09:28 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.33 () {44 vars in 946 bytes} [Sun Apr 26 15:09:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 15:09:28.402 8 WARNING neutron.services.revisions.revision_plugin [None req-11c033fc-b30f-4cad-b896-67448b3be991 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Could not find related network for resource to bump revision. 2026-04-26 15:09:28.419 8 INFO neutron.db.segments_db [None req-11c033fc-b30f-4cad-b896-67448b3be991 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Added segment 0bb857b4-0ce0-4ff1-baee-d2ecee25e49f of type flat for network a16e0a69-f4ff-4f55-8543-8a5be83c5426 2026-04-26 15:09:28.448 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11c033fc-b30f-4cad-b896-67448b3be991 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.33 () {48 vars in 964 bytes} [Sun Apr 26 15:09:28 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-04-26 15:09:34.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b8fa26c-099f-4071-af4f-ed26765aa22d 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.33 () {44 vars in 924 bytes} [Sun Apr 26 15:09:34 2026] GET /v2.0/networks/public => generated 108 bytes in 366 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.33 () {44 vars in 946 bytes} [Sun Apr 26 15:09:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 15:09:35.004 7 WARNING neutron.services.revisions.revision_plugin [None req-1e90e794-488a-46b7-8156-e069e0362692 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Could not find related network for resource to bump revision. 2026-04-26 15:09:35.022 7 INFO neutron.db.segments_db [None req-1e90e794-488a-46b7-8156-e069e0362692 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Added segment 9058a0cd-5b93-43ec-a427-e0b223ca1a5e of type flat for network a2735bee-fd97-495b-821e-7503a6d8e49d 2026-04-26 15:09:35.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e90e794-488a-46b7-8156-e069e0362692 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.33 () {48 vars in 964 bytes} [Sun Apr 26 15:09:34 2026] POST /v2.0/networks => generated 124 bytes in 314 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 15:09:41.150 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c10a406b-f98d-448b-9c4c-c554d6e2c91d 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.33 () {44 vars in 924 bytes} [Sun Apr 26 15:09:41 2026] GET /v2.0/networks/public => generated 108 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.33 () {44 vars in 946 bytes} [Sun Apr 26 15:09:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 15:09:41.241 7 WARNING neutron.services.revisions.revision_plugin [None req-24144817-add5-4dd7-ba47-19a8ce2a9402 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Could not find related network for resource to bump revision. 2026-04-26 15:09:41.257 7 INFO neutron.db.segments_db [None req-24144817-add5-4dd7-ba47-19a8ce2a9402 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Added segment 6ea72d30-443d-4074-9232-ffa648431a9f of type flat for network aaedde48-5435-4a66-b268-43a2879e5652 2026-04-26 15:09:41.281 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24144817-add5-4dd7-ba47-19a8ce2a9402 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.33 () {48 vars in 964 bytes} [Sun Apr 26 15:09:41 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 15:09:47.223 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e89c967e-bda3-4053-a134-e22c5c58bb36 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.33 () {44 vars in 924 bytes} [Sun Apr 26 15:09:47 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: 7|app: 0|req: 8/18] 199.204.45.33 () {44 vars in 946 bytes} [Sun Apr 26 15:09:47 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-04-26 15:09:47.289 8 WARNING neutron.services.revisions.revision_plugin [None req-8fd299c8-4deb-42fc-9fce-ead40dbdbd56 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Could not find related network for resource to bump revision. 2026-04-26 15:09:47.308 8 INFO neutron.db.segments_db [None req-8fd299c8-4deb-42fc-9fce-ead40dbdbd56 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Added segment 77624aa0-da25-46fb-8936-b57d29e4d926 of type flat for network 295ea579-be7a-471f-b1d1-aeffa3ad4318 [pid: 8|app: 0|req: 11/19] 199.204.45.33 () {48 vars in 964 bytes} [Sun Apr 26 15:09:47 2026] POST /v2.0/networks => generated 706 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 15:09:48.649 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdf887b9-1f03-4bb0-b783-02a323963034 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.33 () {44 vars in 924 bytes} [Sun Apr 26 15:09:48 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.33 () {44 vars in 946 bytes} [Sun Apr 26 15:09:48 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 15:09:48.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e5fe50b-730c-4300-9290-6341eb0b3b91 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.33 () {44 vars in 1031 bytes} [Sun Apr 26 15:09:48 2026] GET /v2.0/subnets/public-subnet?network_id=295ea579-be7a-471f-b1d1-aeffa3ad4318 => 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: 13/23] 199.204.45.33 () {44 vars in 1054 bytes} [Sun Apr 26 15:09:48 2026] GET /v2.0/subnets?name=public-subnet&network_id=295ea579-be7a-471f-b1d1-aeffa3ad4318 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.33 () {48 vars in 962 bytes} [Sun Apr 26 15:09:48 2026] POST /v2.0/subnets => generated 664 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 15:10:32.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b65c04c-ca59-49f7-9ba9-76b4d2471bd9 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/30] 199.204.45.33 () {44 vars in 934 bytes} [Sun Apr 26 15:10:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.33 () {44 vars in 956 bytes} [Sun Apr 26 15:10:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 15:10:32.477 7 INFO neutron.db.segments_db [None req-7afe45ce-7548-4ce8-bf4c-0e166ba30929 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] Added segment 44d9d418-61dd-4d3f-853a-c4d3997447f8 of type vxlan for network 422edaaa-b0bd-459a-b630-48b7ca8d5019 [pid: 7|app: 0|req: 15/32] 199.204.45.33 () {48 vars in 963 bytes} [Sun Apr 26 15:10:32 2026] POST /v2.0/networks => generated 688 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 15:10:33.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9022808-2949-4970-81e4-a1c090e571dc 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 18/33] 199.204.45.33 () {44 vars in 934 bytes} [Sun Apr 26 15:10:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/34] 199.204.45.33 () {44 vars in 956 bytes} [Sun Apr 26 15:10:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 15:10:33.838 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1df9fc30-95ff-4194-bbfb-fa18e4acc75f 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/35] 199.204.45.33 () {44 vars in 1033 bytes} [Sun Apr 26 15:10:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=422edaaa-b0bd-459a-b630-48b7ca8d5019 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/36] 199.204.45.33 () {44 vars in 1056 bytes} [Sun Apr 26 15:10:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=422edaaa-b0bd-459a-b630-48b7ca8d5019 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/37] 199.204.45.33 () {48 vars in 962 bytes} [Sun Apr 26 15:10:33 2026] POST /v2.0/subnets => generated 651 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 15:10:35.330 7 INFO neutron.api.v2.resource [None req-9bffe565-099f-416a-a7ac-b0718eb01407 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/38] 199.204.45.33 () {44 vars in 968 bytes} [Sun Apr 26 15:10:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/39] 199.204.45.33 () {44 vars in 990 bytes} [Sun Apr 26 15:10:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/40] 199.204.45.33 () {48 vars in 977 bytes} [Sun Apr 26 15:10:35 2026] POST /v2.0/security-groups => generated 1616 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/41] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:36 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 1616 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/42] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:36 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => 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: 23/43] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:36 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/44] 199.204.45.33 () {48 vars in 988 bytes} [Sun Apr 26 15:10:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/45] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:37 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/46] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:37 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/47] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:37 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/48] 199.204.45.33 () {48 vars in 988 bytes} [Sun Apr 26 15:10:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/51] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:39 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/52] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:39 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/53] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:39 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/54] 199.204.45.33 () {48 vars in 988 bytes} [Sun Apr 26 15:10:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/55] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:40 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 3462 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/56] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:40 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/57] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:40 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/58] 199.204.45.33 () {48 vars in 988 bytes} [Sun Apr 26 15:10:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/59] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:41 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 4078 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/60] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:41 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/61] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:41 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/62] 199.204.45.33 () {48 vars in 988 bytes} [Sun Apr 26 15:10:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/63] 199.204.45.33 () {44 vars in 984 bytes} [Sun Apr 26 15:10:43 2026] GET /v2.0/networks/422edaaa-b0bd-459a-b630-48b7ca8d5019 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 15:10:43.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a35184e-b23c-4672-bfab-9525752669e3 82ce31dd16db45b0b7cfb12511379a3f 8026a8787c764ea48f51bf3aeba1c2d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/64] 199.204.45.33 () {44 vars in 1073 bytes} [Sun Apr 26 15:10:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=422edaaa-b0bd-459a-b630-48b7ca8d5019 => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/65] 199.204.45.33 () {44 vars in 1096 bytes} [Sun Apr 26 15:10:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=422edaaa-b0bd-459a-b630-48b7ca8d5019 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/66] 199.204.45.33 () {44 vars in 998 bytes} [Sun Apr 26 15:10:43 2026] GET /v2.0/security-groups/aeda8dd9-865a-4212-a6c1-6ff7140bb89b => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 199.204.45.33 () {48 vars in 958 bytes} [Sun Apr 26 15:10:43 2026] POST /v2.0/ports => generated 1096 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0)