+ 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 [Wed Apr 15 15:49:32 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-d67d978d8-qfgvm 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 0x7f59eb91d668 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-15 15:49:36.277 7 INFO neutron.common.config [-] Logging enabled! 2026-04-15 15:49:36.277 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-15 15:49:36.305 8 INFO neutron.common.config [-] Logging enabled! 2026-04-15 15:49:36.306 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-15 15:49:37.297 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-15 15:49:37.320 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-15 15:49:38.797 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-15 15:49:38.800 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-15 15:49:38.803 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-15 15:49:38.804 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-15 15:49:38.805 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-15 15:49:38.805 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-15 15:49:38.805 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-15 15:49:38.812 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-15 15:49:38.812 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-15 15:49:38.812 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-15 15:49:38.834 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-15 15:49:38.835 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-15 15:49:38.835 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-15 15:49:38.856 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-15 15:49:38.858 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-15 15:49:38.863 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-15 15:49:38.863 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-15 15:49:38.863 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-15 15:49:38.863 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-15 15:49:38.863 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-15 15:49:38.864 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-15 15:49:38.864 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-15 15:49:38.864 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-15 15:49:38.864 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-15 15:49:38.872 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-15 15:49:38.872 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-15 15:49:38.872 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-15 15:49:38.893 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-15 15:49:38.895 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-15 15:49:38.895 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-15 15:49:38.922 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-15 15:49:38.922 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-15 15:49:38.922 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-15 15:49:38.922 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-15 15:49:39.160 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing driver for type 'vlan' 2026-04-15 15:49:39.229 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing driver for type 'vlan' 2026-04-15 15:49:39.523 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-50796048-505e-408b-9698-020310466025 - - - - - -] VlanTypeDriver initialization complete 2026-04-15 15:49:39.524 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing driver for type 'vxlan' 2026-04-15 15:49:39.524 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-50796048-505e-408b-9698-020310466025 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-15 15:49:39.538 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-15 15:49:39.538 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-50796048-505e-408b-9698-020310466025 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-15 15:49:39.538 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing extension driver 'port_security' 2026-04-15 15:49:39.538 8 INFO neutron.plugins.ml2.extensions.port_security [None req-50796048-505e-408b-9698-020310466025 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-15 15:49:39.538 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing extension driver 'qos' 2026-04-15 15:49:39.538 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-15 15:49:39.539 8 INFO neutron.plugins.ml2.managers [None req-50796048-505e-408b-9698-020310466025 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-15 15:49:39.552 8 INFO neutron.quota [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded quota_driver: . 2026-04-15 15:49:39.553 8 INFO neutron.plugins.ml2.plugin [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Modular L2 Plugin initialization complete 2026-04-15 15:49:39.553 8 INFO neutron.plugins.ml2.managers [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-15 15:49:39.553 8 INFO neutron.plugins.ml2.managers [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-15 15:49:39.553 8 INFO neutron.plugins.ml2.managers [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-15 15:49:39.553 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: qos 2026-04-15 15:49:39.567 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: router 2026-04-15 15:49:39.576 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] VlanTypeDriver initialization complete 2026-04-15 15:49:39.576 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing driver for type 'vxlan' 2026-04-15 15:49:39.576 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-15 15:49:39.591 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-15 15:49:39.592 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-15 15:49:39.592 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing extension driver 'port_security' 2026-04-15 15:49:39.592 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-15 15:49:39.592 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing extension driver 'qos' 2026-04-15 15:49:39.592 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-15 15:49:39.592 7 INFO neutron.plugins.ml2.managers [None req-e4aabda8-542b-4839-a6d0-899462085f79 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-15 15:49:39.608 7 INFO neutron.quota [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded quota_driver: . 2026-04-15 15:49:39.608 7 INFO neutron.plugins.ml2.plugin [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Modular L2 Plugin initialization complete 2026-04-15 15:49:39.608 7 INFO neutron.plugins.ml2.managers [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-15 15:49:39.609 7 INFO neutron.plugins.ml2.managers [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-15 15:49:39.609 7 INFO neutron.plugins.ml2.managers [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Got port-security extension from driver 'port_security' 2026-04-15 15:49:39.609 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: qos 2026-04-15 15:49:39.612 8 INFO neutron.services.service_base [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-15 15:49:39.613 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: segments 2026-04-15 15:49:39.622 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: router 2026-04-15 15:49:39.668 7 INFO neutron.services.service_base [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-15 15:49:39.668 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: segments 2026-04-15 15:49:39.710 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: trunk 2026-04-15 15:49:39.725 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: vpnaas 2026-04-15 15:49:39.763 8 WARNING stevedore.named [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-15 15:49:39.766 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: trunk 2026-04-15 15:49:39.780 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: vpnaas 2026-04-15 15:49:39.820 7 WARNING stevedore.named [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-15 15:49:39.837 8 INFO neutron_vpnaas.services.vpn.plugin [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-15 15:49:39.838 8 INFO neutron.common.utils [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-15 15:49:39.838 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: taas 2026-04-15 15:49:39.884 8 WARNING stevedore.named [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-15 15:49:39.885 8 WARNING stevedore.named [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-15 15:49:39.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-15 15:49:39.920 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: tapmirror 2026-04-15 15:49:39.932 8 WARNING stevedore.named [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-15 15:49:39.932 8 WARNING stevedore.named [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-15 15:49:39.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-15 15:49:39.945 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: auto_allocate 2026-04-15 15:49:39.949 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-15 15:49:39.950 7 INFO neutron.common.utils [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-15 15:49:39.950 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: taas 2026-04-15 15:49:39.958 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: tag 2026-04-15 15:49:39.965 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: timestamp 2026-04-15 15:49:39.968 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: network_ip_availability 2026-04-15 15:49:39.972 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: flavors 2026-04-15 15:49:39.976 8 INFO neutron.manager [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loading Plugin: revisions 2026-04-15 15:49:39.979 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Initializing extension manager. 2026-04-15 15:49:39.980 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: address-group 2026-04-15 15:49:39.981 7 WARNING stevedore.named [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-15 15:49:39.981 7 WARNING stevedore.named [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-15 15:49:39.981 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: address-scope 2026-04-15 15:49:39.982 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-15 15:49:39.983 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: agent 2026-04-15 15:49:39.983 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: agent-resources-synced 2026-04-15 15:49:39.984 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-15 15:49:39.985 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-15 15:49:39.986 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: availability_zone 2026-04-15 15:49:39.986 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: availability_zone_filter 2026-04-15 15:49:39.987 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-15 15:49:39.987 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: default-subnetpools 2026-04-15 15:49:39.989 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-15 15:49:39.990 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: dns-integration 2026-04-15 15:49:39.990 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: dns-domain-ports 2026-04-15 15:49:39.991 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-15 15:49:39.991 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: dvr 2026-04-15 15:49:39.992 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-15 15:49:39.993 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: empty-string-filtering 2026-04-15 15:49:39.993 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-15 15:49:39.994 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-15 15:49:39.994 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: external-net 2026-04-15 15:49:39.995 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-15 15:49:39.995 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: extraroute 2026-04-15 15:49:39.996 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: extraroute-atomic 2026-04-15 15:49:39.996 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-15 15:49:39.997 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-15 15:49:39.997 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-15 15:49:39.998 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-15 15:49:39.999 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: fip-port-details 2026-04-15 15:49:39.999 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: flavors 2026-04-15 15:49:40.000 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-15 15:49:40.001 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: floatingip-pools 2026-04-15 15:49:40.001 7 INFO neutron_taas.services.taas.taas_plugin [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-15 15:49:40.002 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: ip_allocation 2026-04-15 15:49:40.002 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: tapmirror 2026-04-15 15:49:40.002 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-15 15:49:40.003 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: l2_adjacency 2026-04-15 15:49:40.004 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: router 2026-04-15 15:49:40.006 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-15 15:49:40.006 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-15 15:49:40.007 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-15 15:49:40.007 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: ext-gw-mode 2026-04-15 15:49:40.008 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: l3-ha 2026-04-15 15:49:40.008 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-15 15:49:40.009 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-15 15:49:40.009 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: l3-flavors 2026-04-15 15:49:40.010 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-15 15:49:40.011 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-15 15:49:40.013 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-15 15:49:40.014 7 WARNING stevedore.named [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-15 15:49:40.014 7 WARNING stevedore.named [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-15 15:49:40.015 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-15 15:49:40.016 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-15 15:49:40.017 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-15 15:49:40.017 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-15 15:49:40.018 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: multi-provider 2026-04-15 15:49:40.018 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: net-mtu 2026-04-15 15:49:40.019 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: net-mtu-writable 2026-04-15 15:49:40.019 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: network_availability_zone 2026-04-15 15:49:40.020 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: network_ha 2026-04-15 15:49:40.021 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: network-ip-availability 2026-04-15 15:49:40.022 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-15 15:49:40.022 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: pagination 2026-04-15 15:49:40.023 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-device-profile 2026-04-15 15:49:40.023 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-15 15:49:40.024 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-15 15:49:40.024 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-15 15:49:40.024 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-mac-override 2026-04-15 15:49:40.025 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-15 15:49:40.026 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-15 15:49:40.026 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-15 15:49:40.027 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-resource-request 2026-04-15 15:49:40.027 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-15 15:49:40.028 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-15 15:49:40.028 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: binding 2026-04-15 15:49:40.029 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: binding-extended 2026-04-15 15:49:40.030 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-security 2026-04-15 15:49:40.030 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: project-id 2026-04-15 15:49:40.031 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: provider 2026-04-15 15:49:40.031 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-15 15:49:40.033 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos 2026-04-15 15:49:40.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-15 15:49:40.034 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: auto_allocate 2026-04-15 15:49:40.034 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-15 15:49:40.035 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-15 15:49:40.035 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-default 2026-04-15 15:49:40.036 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-fip 2026-04-15 15:49:40.036 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-15 15:49:40.037 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-15 15:49:40.037 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-15 15:49:40.038 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-15 15:49:40.038 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-15 15:49:40.039 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-pps 2026-04-15 15:49:40.039 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-15 15:49:40.040 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-15 15:49:40.040 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: qos-rules-alias 2026-04-15 15:49:40.041 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: quota-check-limit 2026-04-15 15:49:40.042 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-15 15:49:40.043 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: tag 2026-04-15 15:49:40.044 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: quotas 2026-04-15 15:49:40.045 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: quota_details 2026-04-15 15:49:40.046 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: rbac-policies 2026-04-15 15:49:40.047 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: rbac-address-group 2026-04-15 15:49:40.047 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: rbac-address-scope 2026-04-15 15:49:40.048 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: rbac-security-groups 2026-04-15 15:49:40.048 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-15 15:49:40.049 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: revision-if-match 2026-04-15 15:49:40.049 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-15 15:49:40.050 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: router_availability_zone 2026-04-15 15:49:40.050 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-15 15:49:40.052 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-15 15:49:40.053 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-15 15:49:40.053 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-15 15:49:40.054 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-15 15:49:40.054 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-15 15:49:40.055 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-15 15:49:40.058 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: timestamp 2026-04-15 15:49:40.059 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: security-group 2026-04-15 15:49:40.060 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: segment 2026-04-15 15:49:40.060 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-15 15:49:40.061 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: service-type 2026-04-15 15:49:40.061 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: sorting 2026-04-15 15:49:40.062 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: standard-attr-segment 2026-04-15 15:49:40.063 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: standard-attr-description 2026-04-15 15:49:40.064 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: stateful-security-group 2026-04-15 15:49:40.064 8 WARNING neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-15 15:49:40.064 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: network_ip_availability 2026-04-15 15:49:40.065 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-15 15:49:40.065 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: subnet-external-network 2026-04-15 15:49:40.066 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: subnet_onboard 2026-04-15 15:49:40.066 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-15 15:49:40.067 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: subnet-service-types 2026-04-15 15:49:40.067 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: subnet_allocation 2026-04-15 15:49:40.069 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-15 15:49:40.070 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: tag-creation 2026-04-15 15:49:40.070 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-15 15:49:40.074 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: standard-attr-tag 2026-04-15 15:49:40.075 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-15 15:49:40.075 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: trunk 2026-04-15 15:49:40.076 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: trunk-details 2026-04-15 15:49:40.076 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-15 15:49:40.077 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-15 15:49:40.077 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-15 15:49:40.078 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-15 15:49:40.080 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-15 15:49:40.081 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-15 15:49:40.081 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: vpn-flavors 2026-04-15 15:49:40.078 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: flavors 2026-04-15 15:49:40.083 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: vpnaas 2026-04-15 15:49:40.084 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: taas 2026-04-15 15:49:40.085 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: tap-mirror 2026-04-15 15:49:40.086 8 INFO neutron.api.extensions [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-15 15:49:40.088 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-15 15:49:40.088 7 INFO neutron.manager [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loading Plugin: revisions 2026-04-15 15:49:40.089 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-15 15:49:40.089 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.089 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-15 15:49:40.093 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-15 15:49:40.093 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-15 15:49:40.098 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-15 15:49:40.099 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-15 15:49:40.099 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-15 15:49:40.099 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Initializing extension manager. 2026-04-15 15:49:40.100 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.100 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.101 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.101 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.101 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-15 15:49:40.101 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: address-group 2026-04-15 15:49:40.102 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.102 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.103 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-15 15:49:40.103 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: address-scope 2026-04-15 15:49:40.103 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-15 15:49:40.103 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-15 15:49:40.103 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-15 15:49:40.104 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.104 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ipsecpolicy is already registered 2026-04-15 15:49:40.104 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: agent 2026-04-15 15:49:40.104 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.104 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: agent-resources-synced 2026-04-15 15:49:40.105 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ikepolicy is already registered 2026-04-15 15:49:40.106 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: allowed-address-pairs 2026-04-15 15:49:40.106 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: auto-allocated-topology 2026-04-15 15:49:40.107 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: availability_zone 2026-04-15 15:49:40.108 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: availability_zone_filter 2026-04-15 15:49:40.108 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-15 15:49:40.109 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: default-subnetpools 2026-04-15 15:49:40.109 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-15 15:49:40.110 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] router is already registered 2026-04-15 15:49:40.110 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-15 15:49:40.110 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] floatingip is already registered 2026-04-15 15:49:40.110 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-15 15:49:40.111 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: dns-integration 2026-04-15 15:49:40.111 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: dns-domain-ports 2026-04-15 15:49:40.112 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-15 15:49:40.112 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: dvr 2026-04-15 15:49:40.113 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-15 15:49:40.113 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: empty-string-filtering 2026-04-15 15:49:40.114 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-15 15:49:40.114 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-15 15:49:40.114 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] rbac_policy is already registered 2026-04-15 15:49:40.114 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-15 15:49:40.115 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-15 15:49:40.115 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] security_group is already registered 2026-04-15 15:49:40.115 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-15 15:49:40.115 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: external-net 2026-04-15 15:49:40.115 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] security_group_rule is already registered 2026-04-15 15:49:40.116 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-15 15:49:40.116 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.116 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: extraroute 2026-04-15 15:49:40.116 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.117 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.117 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: extraroute-atomic 2026-04-15 15:49:40.117 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.117 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-15 15:49:40.117 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-15 15:49:40.118 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] trunk is already registered 2026-04-15 15:49:40.118 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.118 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-15 15:49:40.118 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ikepolicy is already registered 2026-04-15 15:49:40.118 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-15 15:49:40.118 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.119 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ipsecpolicy is already registered 2026-04-15 15:49:40.119 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-15 15:49:40.119 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-15 15:49:40.119 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] endpoint_group is already registered 2026-04-15 15:49:40.119 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: fip-port-details 2026-04-15 15:49:40.119 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-15 15:49:40.120 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] vpnservice is already registered 2026-04-15 15:49:40.120 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-15 15:49:40.120 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ipsec_site_connection is already registered 2026-04-15 15:49:40.120 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: flavors 2026-04-15 15:49:40.120 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.121 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ipsecpolicy is already registered 2026-04-15 15:49:40.121 8 INFO neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.121 8 WARNING neutron.quota.resource_registry [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] ikepolicy is already registered 2026-04-15 15:49:40.121 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-15 15:49:40.122 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: floatingip-pools 2026-04-15 15:49:40.122 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: ip_allocation 2026-04-15 15:49:40.123 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: ip-substring-filtering 2026-04-15 15:49:40.123 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: l2_adjacency 2026-04-15 15:49:40.125 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: router 2026-04-15 15:49:40.127 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-15 15:49:40.127 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-15 15:49:40.128 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-15 15:49:40.128 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: ext-gw-mode 2026-04-15 15:49:40.129 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: l3-ha 2026-04-15 15:49:40.129 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-15 15:49:40.130 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-15 15:49:40.130 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: l3-flavors 2026-04-15 15:49:40.131 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-15 15:49:40.132 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-15 15:49:40.134 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-15 15:49:40.135 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-15 15:49:40.136 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-15 15:49:40.137 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-15 15:49:40.138 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-15 15:49:40.138 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: multi-provider 2026-04-15 15:49:40.139 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: net-mtu 2026-04-15 15:49:40.139 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: net-mtu-writable 2026-04-15 15:49:40.140 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: network_availability_zone 2026-04-15 15:49:40.140 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: network_ha 2026-04-15 15:49:40.141 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: network-ip-availability 2026-04-15 15:49:40.142 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-15 15:49:40.143 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: pagination 2026-04-15 15:49:40.144 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-device-profile 2026-04-15 15:49:40.144 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-15 15:49:40.145 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-15 15:49:40.145 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-15 15:49:40.146 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-mac-override 2026-04-15 15:49:40.149 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-15 15:49:40.151 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-15 15:49:40.152 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-15 15:49:40.154 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-resource-request 2026-04-15 15:49:40.155 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-resource-request-groups 2026-04-15 15:49:40.156 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-15 15:49:40.157 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: binding 2026-04-15 15:49:40.158 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: binding-extended 2026-04-15 15:49:40.159 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-security 2026-04-15 15:49:40.159 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: project-id 2026-04-15 15:49:40.160 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: provider 2026-04-15 15:49:40.160 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-15 15:49:40.163 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos 2026-04-15 15:49:40.163 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-15 15:49:40.164 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-15 15:49:40.164 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-default 2026-04-15 15:49:40.165 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-fip 2026-04-15 15:49:40.165 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-15 15:49:40.166 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-gateway-ip 2026-04-15 15:49:40.166 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-port-network-policy 2026-04-15 15:49:40.167 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-pps-minimum 2026-04-15 15:49:40.168 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-15 15:49:40.168 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-pps 2026-04-15 15:49:40.169 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-rule-type-details 2026-04-15 15:49:40.169 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-15 15:49:40.170 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: qos-rules-alias 2026-04-15 15:49:40.170 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: quota-check-limit 2026-04-15 15:49:40.171 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: quota-check-limit-default 2026-04-15 15:49:40.173 8 WARNING keystonemiddleware._common.config [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-15 15:49:40.173 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: quotas 2026-04-15 15:49:40.174 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: quota_details 2026-04-15 15:49:40.176 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: rbac-policies 2026-04-15 15:49:40.176 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: rbac-address-group 2026-04-15 15:49:40.177 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: rbac-address-scope 2026-04-15 15:49:40.177 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: rbac-security-groups 2026-04-15 15:49:40.178 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: rbac-subnetpool 2026-04-15 15:49:40.178 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: revision-if-match 2026-04-15 15:49:40.179 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: standard-attr-revisions 2026-04-15 15:49:40.180 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: router_availability_zone 2026-04-15 15:49:40.180 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-15 15:49:40.181 8 WARNING oslo_config.cfg [None req-c4ad8b28-d923-4cda-a864-983a48dd7f70 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-15 15:49:40.182 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: security-groups-default-rules 2026-04-15 15:49:40.182 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-15 15:49:40.183 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: port-security-groups-filtering WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f59eb91d668 pid: 8 (default app) 2026-04-15 15:49:40.183 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-15 15:49:40.184 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-15 15:49:40.184 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-15 15:49:40.191 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: security-group 2026-04-15 15:49:40.192 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: segment 2026-04-15 15:49:40.192 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-15 15:49:40.193 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: service-type 2026-04-15 15:49:40.193 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: sorting 2026-04-15 15:49:40.194 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: standard-attr-segment 2026-04-15 15:49:40.195 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: standard-attr-description 2026-04-15 15:49:40.195 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: stateful-security-group 2026-04-15 15:49:40.196 7 WARNING neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-15 15:49:40.196 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-15 15:49:40.197 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: subnet-external-network 2026-04-15 15:49:40.197 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: subnet_onboard 2026-04-15 15:49:40.198 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-15 15:49:40.198 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: subnet-service-types 2026-04-15 15:49:40.199 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: subnet_allocation 2026-04-15 15:49:40.200 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-15 15:49:40.200 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: tag-creation 2026-04-15 15:49:40.201 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-15 15:49:40.204 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: standard-attr-tag 2026-04-15 15:49:40.205 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-15 15:49:40.206 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: trunk 2026-04-15 15:49:40.206 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: trunk-details 2026-04-15 15:49:40.207 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-15 15:49:40.207 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-15 15:49:40.208 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-15 15:49:40.209 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-15 15:49:40.210 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-15 15:49:40.211 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-15 15:49:40.212 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: vpn-flavors 2026-04-15 15:49:40.213 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: vpnaas 2026-04-15 15:49:40.215 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: taas 2026-04-15 15:49:40.216 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: tap-mirror 2026-04-15 15:49:40.217 7 INFO neutron.api.extensions [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Loaded extension: taas-vlan-filter 2026-04-15 15:49:40.219 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-15 15:49:40.220 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-15 15:49:40.220 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.220 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-15 15:49:40.223 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-15 15:49:40.224 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-15 15:49:40.228 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-15 15:49:40.229 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-15 15:49:40.229 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-15 15:49:40.230 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.230 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.231 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.231 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.231 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-15 15:49:40.232 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.232 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.233 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-15 15:49:40.233 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-15 15:49:40.233 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-15 15:49:40.234 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.234 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ipsecpolicy is already registered 2026-04-15 15:49:40.234 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.234 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ikepolicy is already registered 2026-04-15 15:49:40.239 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-15 15:49:40.239 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] router is already registered 2026-04-15 15:49:40.240 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-15 15:49:40.240 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] floatingip is already registered 2026-04-15 15:49:40.243 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-15 15:49:40.244 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] rbac_policy is already registered 2026-04-15 15:49:40.244 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-15 15:49:40.244 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] security_group is already registered 2026-04-15 15:49:40.245 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-15 15:49:40.245 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] security_group_rule is already registered 2026-04-15 15:49:40.246 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.246 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.246 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-15 15:49:40.246 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] subnetpool is already registered 2026-04-15 15:49:40.247 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-15 15:49:40.247 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] trunk is already registered 2026-04-15 15:49:40.247 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.247 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ikepolicy is already registered 2026-04-15 15:49:40.248 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.248 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ipsecpolicy is already registered 2026-04-15 15:49:40.248 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-15 15:49:40.248 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] endpoint_group is already registered 2026-04-15 15:49:40.249 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-15 15:49:40.249 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] vpnservice is already registered 2026-04-15 15:49:40.249 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-15 15:49:40.249 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ipsec_site_connection is already registered 2026-04-15 15:49:40.250 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-15 15:49:40.250 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ipsecpolicy is already registered 2026-04-15 15:49:40.250 7 INFO neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-15 15:49:40.250 7 WARNING neutron.quota.resource_registry [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] ikepolicy is already registered 2026-04-15 15:49:40.288 7 WARNING keystonemiddleware._common.config [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-15 15:49:40.295 7 WARNING oslo_config.cfg [None req-b04282ae-64dd-48ba-997d-6bb4d4cdc8fc - - - - - -] 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 0x7f59eb91d668 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-15 15:49:46.363 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41a77b8e-01e8-48f0-b0ce-0c6613508aef fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:49:45 2026] GET /v2.0/networks/public => generated 108 bytes in 826 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:49:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-15 15:49:47.116 7 WARNING neutron.services.revisions.revision_plugin [None req-722fae28-4512-4771-998b-a742462f4496 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Could not find related network for resource to bump revision. 2026-04-15 15:49:47.136 7 INFO neutron.db.segments_db [None req-722fae28-4512-4771-998b-a742462f4496 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment acff30d0-7c02-4e13-810c-30463956715f of type flat for network 5647b543-64fc-4c8e-8705-5dd98a774e8f 2026-04-15 15:49:47.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-722fae28-4512-4771-998b-a742462f4496 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.19.213.244 () {48 vars in 967 bytes} [Wed Apr 15 15:49:46 2026] POST /v2.0/networks => generated 124 bytes in 454 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-15 15:49:53.358 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9faca0c7-171a-4a71-ba70-6cb9c4fa1f48 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:49:52 2026] GET /v2.0/networks/public => generated 108 bytes in 365 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:49:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-15 15:49:53.634 8 WARNING neutron.services.revisions.revision_plugin [None req-79995cc9-3c4b-4704-b6ed-1bde3dc00bcb fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Could not find related network for resource to bump revision. 2026-04-15 15:49:53.659 8 INFO neutron.db.segments_db [None req-79995cc9-3c4b-4704-b6ed-1bde3dc00bcb fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment 83cee398-6199-4faf-8d13-b4b77ab697e6 of type flat for network 2b05f703-feb0-4c68-96fa-cce5189e27f8 2026-04-15 15:49:53.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79995cc9-3c4b-4704-b6ed-1bde3dc00bcb fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.244 () {48 vars in 967 bytes} [Wed Apr 15 15:49:53 2026] POST /v2.0/networks => generated 124 bytes in 337 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-15 15:49:59.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-876cfb54-8ba2-411a-92df-2996ca774ae1 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:49:59 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: 7/11] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:49:59 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-15 15:49:59.649 7 WARNING neutron.services.revisions.revision_plugin [None req-51342ac3-a5d2-481d-aae5-6fc3d8e6d12b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Could not find related network for resource to bump revision. 2026-04-15 15:49:59.661 7 INFO neutron.db.segments_db [None req-51342ac3-a5d2-481d-aae5-6fc3d8e6d12b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment add3b3fd-9301-409a-910c-7afed1a11956 of type flat for network 60e81e37-303e-485c-bfb0-3990655378b2 2026-04-15 15:49:59.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51342ac3-a5d2-481d-aae5-6fc3d8e6d12b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.244 () {48 vars in 967 bytes} [Wed Apr 15 15:49:59 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-15 15:50:05.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bdf37a3-3878-4cac-a4b8-705058be6519 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:50:05 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:50:05 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-15 15:50:05.707 7 WARNING neutron.services.revisions.revision_plugin [None req-7fe26f8c-90fe-445d-a483-67e8c966a140 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Could not find related network for resource to bump revision. 2026-04-15 15:50:05.728 7 INFO neutron.db.segments_db [None req-7fe26f8c-90fe-445d-a483-67e8c966a140 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment ecda040e-5ddd-4ffe-86f2-eae9a1a984b6 of type flat for network 529ef352-d577-4732-84df-31677b081b81 2026-04-15 15:50:05.755 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fe26f8c-90fe-445d-a483-67e8c966a140 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.244 () {48 vars in 967 bytes} [Wed Apr 15 15:50:05 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-15 15:50:11.655 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4169318e-c418-402b-a01b-d6fe7e823dba fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:50:11 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:50:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-15 15:50:11.730 8 WARNING neutron.services.revisions.revision_plugin [None req-a95eeeec-eac7-4067-afbd-a40a4cda220b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Could not find related network for resource to bump revision. 2026-04-15 15:50:11.747 8 INFO neutron.db.segments_db [None req-a95eeeec-eac7-4067-afbd-a40a4cda220b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment 8e72e5c8-2a69-448f-89cc-5b4fb4705700 of type flat for network 699b1d65-a971-4517-a299-b0becb7f094a 2026-04-15 15:50:11.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a95eeeec-eac7-4067-afbd-a40a4cda220b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.244 () {48 vars in 967 bytes} [Wed Apr 15 15:50:11 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-15 15:50:17.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a3cd17a-40e5-4da6-9b81-71489069007d fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:50:17 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:50:17 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-15 15:50:17.717 8 WARNING neutron.services.revisions.revision_plugin [None req-a2346624-a97f-4a26-957c-b5bbd890655b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Could not find related network for resource to bump revision. 2026-04-15 15:50:17.736 8 INFO neutron.db.segments_db [None req-a2346624-a97f-4a26-957c-b5bbd890655b fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment 65732dc7-3e06-479d-99a9-f5cd58a399eb of type flat for network c875104c-8529-4c7f-b8c7-c1196ea3d49c [pid: 8|app: 0|req: 13/23] 199.19.213.244 () {48 vars in 967 bytes} [Wed Apr 15 15:50:17 2026] POST /v2.0/networks => generated 706 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-15 15:50:18.879 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11986515-1a28-49ae-a2a4-43871435b8d3 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.244 () {44 vars in 927 bytes} [Wed Apr 15 15:50:18 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.244 () {44 vars in 949 bytes} [Wed Apr 15 15:50:18 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-15 15:50:18.957 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79cfc593-61fe-4ce0-9cf2-4884a3a10058 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.19.213.244 () {44 vars in 1034 bytes} [Wed Apr 15 15:50:18 2026] GET /v2.0/subnets/public-subnet?network_id=c875104c-8529-4c7f-b8c7-c1196ea3d49c => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.19.213.244 () {44 vars in 1057 bytes} [Wed Apr 15 15:50:18 2026] GET /v2.0/subnets?name=public-subnet&network_id=c875104c-8529-4c7f-b8c7-c1196ea3d49c => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.244 () {48 vars in 965 bytes} [Wed Apr 15 15:50:19 2026] POST /v2.0/subnets => generated 664 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-15 15:55:09.385 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94a8818d-385f-471d-9895-6f69def0e5d8 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.19.213.244 () {44 vars in 937 bytes} [Wed Apr 15 15:55:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.19.213.244 () {44 vars in 959 bytes} [Wed Apr 15 15:55:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-15 15:55:09.472 8 INFO neutron.db.segments_db [None req-eeb8f3c7-873e-498d-b010-2257038782f1 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] Added segment 56bf225a-bfae-4f5c-86fb-c571c4799ecf of type vxlan for network 84c7f64e-f069-44ad-a8fc-92ab5ceeafc1 [pid: 8|app: 0|req: 36/68] 199.19.213.244 () {48 vars in 966 bytes} [Wed Apr 15 15:55:09 2026] POST /v2.0/networks => generated 688 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-15 15:55:10.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2204c0c9-46e8-4b58-891f-8909ecd23013 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.19.213.244 () {44 vars in 937 bytes} [Wed Apr 15 15:55:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.19.213.244 () {44 vars in 959 bytes} [Wed Apr 15 15:55:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-15 15:55:10.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-039b20a1-c155-4940-8bf4-707975b4598c fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.19.213.244 () {44 vars in 1036 bytes} [Wed Apr 15 15:55:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=84c7f64e-f069-44ad-a8fc-92ab5ceeafc1 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.19.213.244 () {44 vars in 1059 bytes} [Wed Apr 15 15:55:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=84c7f64e-f069-44ad-a8fc-92ab5ceeafc1 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.244 () {48 vars in 965 bytes} [Wed Apr 15 15:55:10 2026] POST /v2.0/subnets => generated 651 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-15 15:55:11.904 8 INFO neutron.api.v2.resource [None req-f2c23907-4dca-491d-a284-ebeb057d3f38 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.19.213.244 () {44 vars in 971 bytes} [Wed Apr 15 15:55:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.244 () {44 vars in 993 bytes} [Wed Apr 15 15:55:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.244 () {48 vars in 980 bytes} [Wed Apr 15 15:55:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:13 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 1616 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:13 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:13 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:13 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: 7|app: 0|req: 39/81] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:14 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:14 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:14 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:15 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:15 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:15 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:16 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 3462 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:16 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/93] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:16 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/94] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:17 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/96] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:17 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/97] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:17 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.19.213.244 () {44 vars in 987 bytes} [Wed Apr 15 15:55:18 2026] GET /v2.0/networks/84c7f64e-f069-44ad-a8fc-92ab5ceeafc1 => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-15 15:55:18.810 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63b97c25-d62e-4cf7-a1c9-39e7e25630fc fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/100] 199.19.213.244 () {44 vars in 1076 bytes} [Wed Apr 15 15:55:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=84c7f64e-f069-44ad-a8fc-92ab5ceeafc1 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/101] 199.19.213.244 () {44 vars in 1099 bytes} [Wed Apr 15 15:55:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=84c7f64e-f069-44ad-a8fc-92ab5ceeafc1 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:18 2026] GET /v2.0/security-groups/03040ed7-2c66-4418-968c-5c6a35775ef1 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 199.19.213.244 () {48 vars in 961 bytes} [Wed Apr 15 15:55:18 2026] POST /v2.0/ports => generated 1100 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-15 15:55:26.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b54751b-0775-4330-801a-7d841aac4071 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/104] 199.19.213.244 () {44 vars in 979 bytes} [Wed Apr 15 15:55:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 55/105] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.19.213.244 () {48 vars in 1031 bytes} [Wed Apr 15 15:55:26 2026] PUT /v2.0/ports/8bd7d0ae-9f5b-437a-b79d-de2968ee8135 => generated 1249 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.19.213.244 () {44 vars in 920 bytes} [Wed Apr 15 15:55:28 2026] GET /v2.0/ports => generated 3730 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-15 15:55:30.050 7 INFO neutron.api.v2.resource [None req-989157ed-5de0-484a-85df-ecf989843662 fc22cb2c5436413ca33f49f0ea1a3aaa 95debbdd54b54a6a9753dee06b1d9ba6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/110] 199.19.213.244 () {44 vars in 959 bytes} [Wed Apr 15 15:55:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.19.213.244 () {44 vars in 981 bytes} [Wed Apr 15 15:55:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/112] 199.19.213.244 () {48 vars in 980 bytes} [Wed Apr 15 15:55:30 2026] POST /v2.0/security-groups => generated 1610 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:31 2026] GET /v2.0/security-groups/d0394c0f-47fd-4df8-83ec-c35e019b914f => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:31 2026] GET /v2.0/security-groups/d0394c0f-47fd-4df8-83ec-c35e019b914f => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/115] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:31 2026] GET /v2.0/security-groups/d0394c0f-47fd-4df8-83ec-c35e019b914f => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:31 2026] POST /v2.0/security-group-rules => generated 623 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:32 2026] GET /v2.0/security-groups/d0394c0f-47fd-4df8-83ec-c35e019b914f => generated 2246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/118] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:32 2026] GET /v2.0/security-groups/d0394c0f-47fd-4df8-83ec-c35e019b914f => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/119] 199.19.213.244 () {44 vars in 1001 bytes} [Wed Apr 15 15:55:32 2026] GET /v2.0/security-groups/d0394c0f-47fd-4df8-83ec-c35e019b914f => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/120] 199.19.213.244 () {48 vars in 991 bytes} [Wed Apr 15 15:55:32 2026] POST /v2.0/security-group-rules => generated 627 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0)