+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 02:30:39 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-759d46b8f9-5m962 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 0x7f5429b8b668 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-14 02:30:43.103 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 02:30:43.104 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-14 02:30:43.157 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 02:30:43.157 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-14 02:30:44.153 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 02:30:44.199 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 02:30:45.673 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 02:30:45.675 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 02:30:45.679 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 02:30:45.680 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 02:30:45.680 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 02:30:45.680 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 02:30:45.680 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 02:30:45.687 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 02:30:45.688 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 02:30:45.688 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 02:30:45.710 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 02:30:45.711 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 02:30:45.711 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 02:30:45.735 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 02:30:45.737 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 02:30:45.738 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 02:30:45.739 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 02:30:45.739 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 02:30:45.739 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 02:30:45.744 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 02:30:45.746 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 02:30:45.746 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 02:30:45.747 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 02:30:45.747 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 02:30:45.757 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 02:30:45.758 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 02:30:45.758 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 02:30:45.779 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 02:30:45.780 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 02:30:45.781 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 02:30:45.807 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 02:30:45.808 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 02:30:45.808 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 02:30:45.808 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 02:30:46.043 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 02:30:46.101 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing driver for type 'vlan' 2026-04-14 02:30:46.330 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 02:30:46.330 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 02:30:46.331 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 02:30:46.344 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 02:30:46.345 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 02:30:46.345 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 02:30:46.345 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 02:30:46.345 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing extension driver 'qos' 2026-04-14 02:30:46.345 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 02:30:46.345 7 INFO neutron.plugins.ml2.managers [None req-d5651b2c-79d6-4e2a-81aa-9dd9095bd256 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 02:30:46.359 7 INFO neutron.quota [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded quota_driver: . 2026-04-14 02:30:46.360 7 INFO neutron.plugins.ml2.plugin [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 02:30:46.360 7 INFO neutron.plugins.ml2.managers [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 02:30:46.360 7 INFO neutron.plugins.ml2.managers [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 02:30:46.360 7 INFO neutron.plugins.ml2.managers [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 02:30:46.360 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: qos 2026-04-14 02:30:46.369 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] VlanTypeDriver initialization complete 2026-04-14 02:30:46.369 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 02:30:46.369 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 02:30:46.373 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: router 2026-04-14 02:30:46.380 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 02:30:46.380 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 02:30:46.380 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing extension driver 'port_security' 2026-04-14 02:30:46.380 8 INFO neutron.plugins.ml2.extensions.port_security [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 02:30:46.380 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing extension driver 'qos' 2026-04-14 02:30:46.381 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 02:30:46.381 8 INFO neutron.plugins.ml2.managers [None req-72c2fade-ad3b-4c4c-9908-e7961aaacc0b - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 02:30:46.394 8 INFO neutron.quota [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded quota_driver: . 2026-04-14 02:30:46.395 8 INFO neutron.plugins.ml2.plugin [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 02:30:46.395 8 INFO neutron.plugins.ml2.managers [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 02:30:46.395 8 INFO neutron.plugins.ml2.managers [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 02:30:46.395 8 INFO neutron.plugins.ml2.managers [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 02:30:46.395 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: qos 2026-04-14 02:30:46.408 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: router 2026-04-14 02:30:46.420 7 INFO neutron.services.service_base [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 02:30:46.420 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: segments 2026-04-14 02:30:46.453 8 INFO neutron.services.service_base [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 02:30:46.453 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: segments 2026-04-14 02:30:46.518 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: trunk 2026-04-14 02:30:46.533 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: vpnaas 2026-04-14 02:30:46.551 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: trunk 2026-04-14 02:30:46.565 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: vpnaas 2026-04-14 02:30:46.574 7 WARNING stevedore.named [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 02:30:46.613 8 WARNING stevedore.named [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 02:30:46.647 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 02:30:46.647 7 INFO neutron.common.utils [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 02:30:46.648 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: taas 2026-04-14 02:30:46.676 7 WARNING stevedore.named [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 02:30:46.676 7 WARNING stevedore.named [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 02:30:46.680 8 INFO neutron_vpnaas.services.vpn.plugin [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 02:30:46.680 8 INFO neutron.common.utils [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 02:30:46.680 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: taas 2026-04-14 02:30:46.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 02:30:46.696 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: tapmirror 2026-04-14 02:30:46.709 7 WARNING stevedore.named [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 02:30:46.709 7 WARNING stevedore.named [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 02:30:46.711 8 WARNING stevedore.named [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 02:30:46.711 8 WARNING stevedore.named [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 02:30:46.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 02:30:46.727 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: auto_allocate 2026-04-14 02:30:46.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 02:30:46.732 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: tapmirror 2026-04-14 02:30:46.738 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: tag 2026-04-14 02:30:46.744 8 WARNING stevedore.named [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 02:30:46.744 8 WARNING stevedore.named [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 02:30:46.749 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: timestamp 2026-04-14 02:30:46.752 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 02:30:46.756 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: flavors 2026-04-14 02:30:46.759 7 INFO neutron.manager [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loading Plugin: revisions 2026-04-14 02:30:46.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 02:30:46.761 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 02:30:46.763 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Initializing extension manager. 2026-04-14 02:30:46.764 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: address-group 2026-04-14 02:30:46.765 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: address-scope 2026-04-14 02:30:46.766 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 02:30:46.767 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: agent 2026-04-14 02:30:46.767 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 02:30:46.768 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: tag 2026-04-14 02:30:46.768 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 02:30:46.769 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 02:30:46.770 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: availability_zone 2026-04-14 02:30:46.770 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 02:30:46.771 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 02:30:46.771 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: default-subnetpools 2026-04-14 02:30:46.773 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 02:30:46.774 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: dns-integration 2026-04-14 02:30:46.774 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 02:30:46.775 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 02:30:46.776 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: dvr 2026-04-14 02:30:46.776 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 02:30:46.777 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: timestamp 2026-04-14 02:30:46.777 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 02:30:46.777 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 02:30:46.778 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 02:30:46.778 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: external-net 2026-04-14 02:30:46.779 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 02:30:46.779 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: extraroute 2026-04-14 02:30:46.780 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 02:30:46.780 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 02:30:46.781 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 02:30:46.781 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 02:30:46.782 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 02:30:46.782 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 02:30:46.783 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: fip-port-details 2026-04-14 02:30:46.784 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: flavors 2026-04-14 02:30:46.784 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: flavors 2026-04-14 02:30:46.785 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 02:30:46.786 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: floatingip-pools 2026-04-14 02:30:46.786 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: ip_allocation 2026-04-14 02:30:46.786 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 02:30:46.787 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: l2_adjacency 2026-04-14 02:30:46.787 8 INFO neutron.manager [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loading Plugin: revisions 2026-04-14 02:30:46.788 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: router 2026-04-14 02:30:46.790 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 02:30:46.790 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Initializing extension manager. 2026-04-14 02:30:46.790 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 02:30:46.791 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 02:30:46.791 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: address-group 2026-04-14 02:30:46.792 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 02:30:46.792 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: l3-ha 2026-04-14 02:30:46.792 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: address-scope 2026-04-14 02:30:46.793 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 02:30:46.793 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 02:30:46.793 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 02:30:46.794 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: l3-flavors 2026-04-14 02:30:46.794 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: agent 2026-04-14 02:30:46.795 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 02:30:46.795 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 02:30:46.795 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 02:30:46.796 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 02:30:46.797 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 02:30:46.797 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 02:30:46.797 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: availability_zone 2026-04-14 02:30:46.798 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 02:30:46.798 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 02:30:46.798 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 02:30:46.799 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 02:30:46.799 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 02:30:46.800 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 02:30:46.801 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 02:30:46.801 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: dns-integration 2026-04-14 02:30:46.801 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 02:30:46.801 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 02:30:46.802 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: multi-provider 2026-04-14 02:30:46.802 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 02:30:46.802 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: net-mtu 2026-04-14 02:30:46.803 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: dvr 2026-04-14 02:30:46.803 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 02:30:46.803 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 02:30:46.803 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: network_availability_zone 2026-04-14 02:30:46.804 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 02:30:46.804 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: network_ha 2026-04-14 02:30:46.804 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 02:30:46.805 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: network-ip-availability 2026-04-14 02:30:46.805 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 02:30:46.805 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: external-net 2026-04-14 02:30:46.806 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 02:30:46.806 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 02:30:46.806 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: pagination 2026-04-14 02:30:46.806 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: extraroute 2026-04-14 02:30:46.806 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-device-profile 2026-04-14 02:30:46.807 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 02:30:46.807 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 02:30:46.807 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 02:30:46.807 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 02:30:46.808 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 02:30:46.808 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 02:30:46.808 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 02:30:46.808 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-mac-override 2026-04-14 02:30:46.809 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 02:30:46.809 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 02:30:46.809 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: fip-port-details 2026-04-14 02:30:46.810 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 02:30:46.811 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 02:30:46.811 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: flavors 2026-04-14 02:30:46.811 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-resource-request 2026-04-14 02:30:46.812 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 02:30:46.812 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 02:30:46.812 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 02:30:46.812 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 02:30:46.813 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: binding 2026-04-14 02:30:46.813 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: ip_allocation 2026-04-14 02:30:46.813 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: binding-extended 2026-04-14 02:30:46.813 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 02:30:46.814 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-security 2026-04-14 02:30:46.814 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 02:30:46.814 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: project-id 2026-04-14 02:30:46.815 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: provider 2026-04-14 02:30:46.815 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: router 2026-04-14 02:30:46.815 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 02:30:46.817 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 02:30:46.817 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos 2026-04-14 02:30:46.818 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 02:30:46.818 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 02:30:46.818 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 02:30:46.819 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 02:30:46.819 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 02:30:46.819 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-default 2026-04-14 02:30:46.819 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: l3-ha 2026-04-14 02:30:46.820 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-fip 2026-04-14 02:30:46.820 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 02:30:46.820 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 02:30:46.820 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 02:30:46.821 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 02:30:46.821 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: l3-flavors 2026-04-14 02:30:46.821 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 02:30:46.822 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 02:30:46.822 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 02:30:46.822 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 02:30:46.822 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 02:30:46.823 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-pps 2026-04-14 02:30:46.824 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 02:30:46.824 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 02:30:46.824 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 02:30:46.825 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 02:30:46.825 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: quota-check-limit 2026-04-14 02:30:46.826 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 02:30:46.826 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 02:30:46.826 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 02:30:46.828 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 02:30:46.828 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: quotas 2026-04-14 02:30:46.828 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 02:30:46.829 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: multi-provider 2026-04-14 02:30:46.829 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: net-mtu 2026-04-14 02:30:46.829 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: quota_details 2026-04-14 02:30:46.830 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 02:30:46.830 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 02:30:46.830 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: rbac-policies 2026-04-14 02:30:46.831 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: network_ha 2026-04-14 02:30:46.831 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: rbac-address-group 2026-04-14 02:30:46.831 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 02:30:46.832 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 02:30:46.832 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 02:30:46.832 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 02:30:46.833 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 02:30:46.833 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: pagination 2026-04-14 02:30:46.833 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: revision-if-match 2026-04-14 02:30:46.833 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-device-profile 2026-04-14 02:30:46.834 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 02:30:46.834 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 02:30:46.834 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 02:30:46.834 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: router_availability_zone 2026-04-14 02:30:46.835 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 02:30:46.835 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 02:30:46.835 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-mac-override 2026-04-14 02:30:46.836 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 02:30:46.836 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 02:30:46.836 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 02:30:46.837 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 02:30:46.837 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 02:30:46.837 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-resource-request 2026-04-14 02:30:46.837 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 02:30:46.838 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 02:30:46.838 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 02:30:46.838 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 02:30:46.838 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 02:30:46.839 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: binding 2026-04-14 02:30:46.839 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 02:30:46.839 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: binding-extended 2026-04-14 02:30:46.840 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-security 2026-04-14 02:30:46.840 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: project-id 2026-04-14 02:30:46.841 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: provider 2026-04-14 02:30:46.841 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 02:30:46.843 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: security-group 2026-04-14 02:30:46.843 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos 2026-04-14 02:30:46.844 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: segment 2026-04-14 02:30:46.845 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 02:30:46.845 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 02:30:46.845 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 02:30:46.845 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: service-type 2026-04-14 02:30:46.845 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-default 2026-04-14 02:30:46.846 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: sorting 2026-04-14 02:30:46.846 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-fip 2026-04-14 02:30:46.846 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 02:30:46.846 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 02:30:46.847 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 02:30:46.847 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 02:30:46.848 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: standard-attr-description 2026-04-14 02:30:46.848 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 02:30:46.848 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: stateful-security-group 2026-04-14 02:30:46.849 7 WARNING neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 02:30:46.849 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 02:30:46.849 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 02:30:46.849 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-pps 2026-04-14 02:30:46.849 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: subnet-external-network 2026-04-14 02:30:46.850 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 02:30:46.850 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: subnet_onboard 2026-04-14 02:30:46.850 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 02:30:46.851 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 02:30:46.851 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 02:30:46.851 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: subnet-service-types 2026-04-14 02:30:46.851 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 02:30:46.852 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: subnet_allocation 2026-04-14 02:30:46.852 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 02:30:46.854 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 02:30:46.854 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: quotas 2026-04-14 02:30:46.854 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: tag-creation 2026-04-14 02:30:46.855 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 02:30:46.855 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: quota_details 2026-04-14 02:30:46.856 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: rbac-policies 2026-04-14 02:30:46.857 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 02:30:46.857 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 02:30:46.858 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 02:30:46.858 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 02:30:46.859 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 02:30:46.859 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: revision-if-match 2026-04-14 02:30:46.859 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 02:30:46.859 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 02:30:46.860 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: trunk 2026-04-14 02:30:46.860 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 02:30:46.861 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: trunk-details 2026-04-14 02:30:46.861 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 02:30:46.861 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 02:30:46.861 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 02:30:46.862 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 02:30:46.862 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 02:30:46.863 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 02:30:46.863 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 02:30:46.863 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 02:30:46.864 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 02:30:46.864 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 02:30:46.865 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 02:30:46.865 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 02:30:46.865 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 02:30:46.866 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: vpn-flavors 2026-04-14 02:30:46.868 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: vpnaas 2026-04-14 02:30:46.869 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: taas 2026-04-14 02:30:46.869 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: security-group 2026-04-14 02:30:46.870 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: tap-mirror 2026-04-14 02:30:46.870 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: segment 2026-04-14 02:30:46.870 7 INFO neutron.api.extensions [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 02:30:46.870 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 02:30:46.871 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: service-type 2026-04-14 02:30:46.872 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: sorting 2026-04-14 02:30:46.872 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 02:30:46.873 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 02:30:46.873 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 02:30:46.873 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 02:30:46.873 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.873 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 02:30:46.873 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 02:30:46.874 8 WARNING neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 02:30:46.874 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 02:30:46.875 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 02:30:46.876 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 02:30:46.876 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 02:30:46.876 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 02:30:46.877 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 02:30:46.877 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 02:30:46.878 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 02:30:46.879 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 02:30:46.880 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: tag-creation 2026-04-14 02:30:46.880 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 02:30:46.881 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 02:30:46.882 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 02:30:46.882 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 02:30:46.883 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.883 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.884 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 02:30:46.884 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.884 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.884 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 02:30:46.885 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 02:30:46.885 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.885 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: trunk 2026-04-14 02:30:46.885 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.886 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: trunk-details 2026-04-14 02:30:46.886 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 02:30:46.886 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 02:30:46.886 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 02:30:46.886 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 02:30:46.887 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 02:30:46.887 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.887 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ipsecpolicy is already registered 2026-04-14 02:30:46.887 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 02:30:46.887 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.887 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ikepolicy is already registered 2026-04-14 02:30:46.888 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 02:30:46.890 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 02:30:46.890 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 02:30:46.891 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 02:30:46.892 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 02:30:46.892 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] router is already registered 2026-04-14 02:30:46.893 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: vpnaas 2026-04-14 02:30:46.893 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 02:30:46.893 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] floatingip is already registered 2026-04-14 02:30:46.894 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: taas 2026-04-14 02:30:46.895 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: tap-mirror 2026-04-14 02:30:46.895 8 INFO neutron.api.extensions [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 02:30:46.896 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 02:30:46.897 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] rbac_policy is already registered 2026-04-14 02:30:46.897 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 02:30:46.897 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] security_group is already registered 2026-04-14 02:30:46.898 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 02:30:46.898 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 02:30:46.898 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] security_group_rule is already registered 2026-04-14 02:30:46.898 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 02:30:46.898 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.898 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 02:30:46.898 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.899 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.899 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.899 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.900 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 02:30:46.900 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] trunk is already registered 2026-04-14 02:30:46.900 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.900 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ikepolicy is already registered 2026-04-14 02:30:46.901 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.901 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ipsecpolicy is already registered 2026-04-14 02:30:46.901 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 02:30:46.901 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] endpoint_group is already registered 2026-04-14 02:30:46.901 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 02:30:46.902 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 02:30:46.902 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 02:30:46.902 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] vpnservice is already registered 2026-04-14 02:30:46.902 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 02:30:46.902 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ipsec_site_connection is already registered 2026-04-14 02:30:46.903 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.903 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ipsecpolicy is already registered 2026-04-14 02:30:46.903 7 INFO neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.903 7 WARNING neutron.quota.resource_registry [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] ikepolicy is already registered 2026-04-14 02:30:46.906 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 02:30:46.907 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 02:30:46.907 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 02:30:46.908 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.908 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.909 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.909 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.909 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 02:30:46.910 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.910 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.910 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 02:30:46.911 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 02:30:46.911 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 02:30:46.912 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.912 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ipsecpolicy is already registered 2026-04-14 02:30:46.912 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.912 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ikepolicy is already registered 2026-04-14 02:30:46.917 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 02:30:46.917 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] router is already registered 2026-04-14 02:30:46.917 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 02:30:46.917 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] floatingip is already registered 2026-04-14 02:30:46.921 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 02:30:46.921 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] rbac_policy is already registered 2026-04-14 02:30:46.922 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 02:30:46.922 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] security_group is already registered 2026-04-14 02:30:46.922 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 02:30:46.922 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] security_group_rule is already registered 2026-04-14 02:30:46.923 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.923 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.924 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 02:30:46.924 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] subnetpool is already registered 2026-04-14 02:30:46.924 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 02:30:46.924 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] trunk is already registered 2026-04-14 02:30:46.925 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.925 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ikepolicy is already registered 2026-04-14 02:30:46.925 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.925 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ipsecpolicy is already registered 2026-04-14 02:30:46.926 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 02:30:46.926 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] endpoint_group is already registered 2026-04-14 02:30:46.926 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 02:30:46.926 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] vpnservice is already registered 2026-04-14 02:30:46.927 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 02:30:46.927 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ipsec_site_connection is already registered 2026-04-14 02:30:46.927 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 02:30:46.927 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ipsecpolicy is already registered 2026-04-14 02:30:46.928 8 INFO neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 02:30:46.928 8 WARNING neutron.quota.resource_registry [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] ikepolicy is already registered 2026-04-14 02:30:46.942 7 WARNING keystonemiddleware._common.config [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 02:30:46.949 7 WARNING oslo_config.cfg [None req-e5a4309d-7fa6-48b8-8b83-71fb0b2dbd5b - - - - - -] 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 7 seconds on interpreter 0x7f5429b8b668 pid: 7 (default app) 2026-04-14 02:30:46.966 8 WARNING keystonemiddleware._common.config [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 02:30:46.973 8 WARNING oslo_config.cfg [None req-21eb53e3-f6db-4327-8534-c0be2f790d41 - - - - - -] 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 7 seconds on interpreter 0x7f5429b8b668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 02:30:51.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f117deb-ef24-4d65-87b2-457155793f02 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:30:50 2026] GET /v2.0/networks/public => generated 108 bytes in 796 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4/5] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:30:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:30:52.305 8 WARNING neutron.services.revisions.revision_plugin [None req-256270c7-4046-4974-bbda-29ec2f252869 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Could not find related network for resource to bump revision. 2026-04-14 02:30:52.328 8 INFO neutron.db.segments_db [None req-256270c7-4046-4974-bbda-29ec2f252869 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment 6baa92af-7b8c-4d53-a0bf-2830b0e1d633 of type flat for network 1a7cf898-0b37-49d3-b6d9-cfe599fb4ab1 2026-04-14 02:30:52.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-256270c7-4046-4974-bbda-29ec2f252869 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.205 () {48 vars in 968 bytes} [Tue Apr 14 02:30:51 2026] POST /v2.0/networks => generated 124 bytes in 452 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 02:30:58.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1326d418-68c8-49d3-b956-89e96c3b8888 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:30:58 2026] GET /v2.0/networks/public => generated 108 bytes in 385 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:30:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:30:58.951 7 WARNING neutron.services.revisions.revision_plugin [None req-1a10c669-3c74-4036-869a-9eb518a4e778 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Could not find related network for resource to bump revision. 2026-04-14 02:30:58.971 7 INFO neutron.db.segments_db [None req-1a10c669-3c74-4036-869a-9eb518a4e778 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment 1cf6af60-2606-4451-bfa6-dff1d9a3d552 of type flat for network ca218d33-bc9e-4eda-81c4-4b2389d2d35b 2026-04-14 02:30:59.012 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a10c669-3c74-4036-869a-9eb518a4e778 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.205 () {48 vars in 968 bytes} [Tue Apr 14 02:30:58 2026] POST /v2.0/networks => generated 124 bytes in 294 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 02:31:05.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-396026ba-d6ca-489b-b7fc-faafe05bc19f 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:31:04 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:31:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:31:05.097 7 WARNING neutron.services.revisions.revision_plugin [None req-426c4418-9432-4279-98ea-eb9c8980b758 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Could not find related network for resource to bump revision. 2026-04-14 02:31:05.109 7 INFO neutron.db.segments_db [None req-426c4418-9432-4279-98ea-eb9c8980b758 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment 0a874f8b-ad7f-4cdc-acb0-d8544dffe7e0 of type flat for network e866d67c-9038-482c-9cbb-ef6b4dc910c1 2026-04-14 02:31:05.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-426c4418-9432-4279-98ea-eb9c8980b758 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.205 () {48 vars in 968 bytes} [Tue Apr 14 02:31:05 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 02:31:11.126 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8460ec27-3e1b-4d20-9733-fb51a38bba09 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:31:11 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:31:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:31:11.217 8 WARNING neutron.services.revisions.revision_plugin [None req-e946e5e5-2cdb-4de9-8810-60909e5009f6 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Could not find related network for resource to bump revision. 2026-04-14 02:31:11.238 8 INFO neutron.db.segments_db [None req-e946e5e5-2cdb-4de9-8810-60909e5009f6 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment d0923e3c-e2f9-4365-8cc6-4edbfd0f5420 of type flat for network 9165a26f-d515-4ebd-ba5e-16d4528447e9 2026-04-14 02:31:11.263 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e946e5e5-2cdb-4de9-8810-60909e5009f6 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.205 () {48 vars in 968 bytes} [Tue Apr 14 02:31:11 2026] POST /v2.0/networks => generated 124 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 02:31:17.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0175a6df-d195-4a00-a4f3-f560c3e0b2d1 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/18] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:31:17 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: 11/19] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:31: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-14 02:31:17.344 8 WARNING neutron.services.revisions.revision_plugin [None req-34fc0da2-cda1-4491-b593-4ffe3eda5526 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Could not find related network for resource to bump revision. 2026-04-14 02:31:17.360 8 INFO neutron.db.segments_db [None req-34fc0da2-cda1-4491-b593-4ffe3eda5526 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment ec24b7fe-684d-45c0-b898-27b3327a5b19 of type flat for network fce6ed92-951d-4ff4-8f0d-cd86b8b7ac0b 2026-04-14 02:31:17.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34fc0da2-cda1-4491-b593-4ffe3eda5526 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.205 () {48 vars in 968 bytes} [Tue Apr 14 02:31:17 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 02:31:23.397 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbd15d0c-0db2-4888-8f8a-53c61728ca1b 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:31:23 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:31:23 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-14 02:31:23.473 7 WARNING neutron.services.revisions.revision_plugin [None req-7d1cc5aa-ef03-41af-92ba-d37ffaf05784 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Could not find related network for resource to bump revision. 2026-04-14 02:31:23.495 7 INFO neutron.db.segments_db [None req-7d1cc5aa-ef03-41af-92ba-d37ffaf05784 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment bf2c00c6-5519-486a-9483-8784a1a037ee of type flat for network 022b25aa-3a12-408e-8b67-eee17f38df86 [pid: 7|app: 0|req: 13/23] 199.204.45.205 () {48 vars in 968 bytes} [Tue Apr 14 02:31:23 2026] POST /v2.0/networks => generated 706 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:31:25.109 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe1f4992-8a45-4c09-bf8b-ac5fbed5fb1b 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.205 () {44 vars in 928 bytes} [Tue Apr 14 02:31:24 2026] GET /v2.0/networks/public => generated 108 bytes in 354 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.205 () {44 vars in 950 bytes} [Tue Apr 14 02:31:25 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 02:31:25.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bfddf03-6bbb-4ec5-af2c-9c7c0357c31a 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.205 () {44 vars in 1035 bytes} [Tue Apr 14 02:31:25 2026] GET /v2.0/subnets/public-subnet?network_id=022b25aa-3a12-408e-8b67-eee17f38df86 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.205 () {44 vars in 1058 bytes} [Tue Apr 14 02:31:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=022b25aa-3a12-408e-8b67-eee17f38df86 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.205 () {48 vars in 966 bytes} [Tue Apr 14 02:31:25 2026] POST /v2.0/subnets => generated 664 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:32:22.050 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ccf93311-0fa5-4fbf-af4e-f47ac41c928c 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 17/36] 199.204.45.205 () {44 vars in 938 bytes} [Tue Apr 14 02:32:21 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: 7|app: 0|req: 20/37] 199.204.45.205 () {44 vars in 960 bytes} [Tue Apr 14 02:32:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:32:22.464 8 INFO neutron.db.segments_db [None req-9b97707a-afd2-4a22-98b5-ec947efbab17 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Added segment c5607f40-9af5-4c87-8400-23bbfbf98865 of type vxlan for network d8df586f-f022-49de-906c-f24d11b45bf9 [pid: 8|app: 0|req: 18/38] 199.204.45.205 () {48 vars in 967 bytes} [Tue Apr 14 02:32:22 2026] POST /v2.0/networks => generated 688 bytes in 1365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:32:24.570 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0fd7e26-9eb9-4d14-b0cf-43a8f3078513 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 21/39] 199.204.45.205 () {44 vars in 938 bytes} [Tue Apr 14 02:32:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 19/40] 199.204.45.205 () {44 vars in 960 bytes} [Tue Apr 14 02:32:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 02:32:24.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-54f0f2e8-ba8d-45cd-b9b3-a4e488e69822 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 22/41] 199.204.45.205 () {44 vars in 1037 bytes} [Tue Apr 14 02:32:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d8df586f-f022-49de-906c-f24d11b45bf9 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/42] 199.204.45.205 () {44 vars in 1060 bytes} [Tue Apr 14 02:32:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d8df586f-f022-49de-906c-f24d11b45bf9 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/43] 199.204.45.205 () {48 vars in 966 bytes} [Tue Apr 14 02:32:24 2026] POST /v2.0/subnets => generated 651 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:32:26.118 8 INFO neutron.api.v2.resource [None req-683b17cd-6642-4905-ad6a-e9c2e22d385e 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 21/44] 199.204.45.205 () {44 vars in 972 bytes} [Tue Apr 14 02:32:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/45] 199.204.45.205 () {44 vars in 994 bytes} [Tue Apr 14 02:32:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/46] 199.204.45.205 () {48 vars in 981 bytes} [Tue Apr 14 02:32:26 2026] POST /v2.0/security-groups => generated 1616 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/47] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:27 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/48] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:27 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/49] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:27 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => 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: 24/50] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/51] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:28 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 2230 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/52] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:28 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/53] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:28 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/54] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/55] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:29 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/56] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:29 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/57] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:29 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/58] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/59] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:31 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 3462 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/60] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:31 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/61] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:31 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/62] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/65] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:32 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/66] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:32 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 4078 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:32 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.205 () {44 vars in 988 bytes} [Tue Apr 14 02:32:33 2026] GET /v2.0/networks/d8df586f-f022-49de-906c-f24d11b45bf9 => generated 732 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 02:32:33.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-125bd22d-c23b-4ff2-8e86-89efbda789fd 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.204.45.205 () {44 vars in 1077 bytes} [Tue Apr 14 02:32:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d8df586f-f022-49de-906c-f24d11b45bf9 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.205 () {44 vars in 1100 bytes} [Tue Apr 14 02:32:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d8df586f-f022-49de-906c-f24d11b45bf9 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:34 2026] GET /v2.0/security-groups/928e0591-c655-43bf-baec-fc3afc49fa8f => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 02:32:34.349 8 INFO neutron.api.v2.resource [None req-61c4e276-6523-4f3d-a8fb-a5bbba61f98e 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/73] 199.204.45.205 () {44 vars in 1075 bytes} [Tue Apr 14 02:32:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.204.45.205 () {44 vars in 1098 bytes} [Tue Apr 14 02:32:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 23 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.205 () {48 vars in 962 bytes} [Tue Apr 14 02:32:34 2026] POST /v2.0/ports => generated 1100 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.205 () {48 vars in 982 bytes} [Tue Apr 14 02:32:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 39/77] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:35 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:35 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:35 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:37 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:37 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371 => generated 2234 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:37 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:38 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:38 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:38 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:39 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:39 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371 => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.205 () {44 vars in 1089 bytes} [Tue Apr 14 02:32:40 2026] GET /v2.0/security-groups/d518623f-35b9-4325-925c-048a43c3c371?project_id=1fb813b5cf7e4e19b3d9897cdde32d6b => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:32:42.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b442e70-7006-4646-9faa-7e210f443820 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/93] 199.204.45.205 () {44 vars in 980 bytes} [Tue Apr 14 02:32:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 278 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.205 () {48 vars in 1032 bytes} [Tue Apr 14 02:32:42 2026] PUT /v2.0/ports/f73ec1b6-dd81-4a86-b19f-1bd5c9a56038 => generated 1249 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.205 () {44 vars in 921 bytes} [Tue Apr 14 02:32:44 2026] GET /v2.0/ports => generated 3730 bytes in 155 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-14 02:32:46.371 7 INFO neutron.api.v2.resource [None req-e0231448-a2c6-4068-8c81-ac5ada442c6b 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/97] 199.204.45.205 () {44 vars in 960 bytes} [Tue Apr 14 02:32:46 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.205 () {44 vars in 982 bytes} [Tue Apr 14 02:32:46 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.205 () {48 vars in 981 bytes} [Tue Apr 14 02:32:46 2026] POST /v2.0/security-groups => generated 1610 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:47 2026] GET /v2.0/security-groups/7178d8ec-8435-42a8-8020-09c4d3d4e3f7 => generated 1610 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:47 2026] GET /v2.0/security-groups/7178d8ec-8435-42a8-8020-09c4d3d4e3f7 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/104] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:47 2026] GET /v2.0/security-groups/7178d8ec-8435-42a8-8020-09c4d3d4e3f7 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/105] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:47 2026] POST /v2.0/security-group-rules => generated 623 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:48 2026] GET /v2.0/security-groups/7178d8ec-8435-42a8-8020-09c4d3d4e3f7 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:48 2026] GET /v2.0/security-groups/7178d8ec-8435-42a8-8020-09c4d3d4e3f7 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.205 () {44 vars in 1002 bytes} [Tue Apr 14 02:32:48 2026] GET /v2.0/security-groups/7178d8ec-8435-42a8-8020-09c4d3d4e3f7 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.205 () {48 vars in 992 bytes} [Tue Apr 14 02:32:48 2026] POST /v2.0/security-group-rules => generated 627 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.205 () {44 vars in 976 bytes} [Tue Apr 14 02:34:00 2026] GET /v2.0/quotas/a540d612eef34cae8436ab5eb9fcb3ed => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.205 () {48 vars in 1028 bytes} [Tue Apr 14 02:34:00 2026] PUT /v2.0/quotas/a540d612eef34cae8436ab5eb9fcb3ed => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 02:35:15.622 7 WARNING keystonemiddleware.audit [None req-470b8508-0be8-46cb-a3ea-71a3df62eb4a 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 66/130] 199.204.45.205 () {30 vars in 740 bytes} [Tue Apr 14 02:35:15 2026] GET /v2.0/networks?tenant_id=1fb813b5cf7e4e19b3d9897cdde32d6b&shared=False => generated 15 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:35:15.659 8 WARNING keystonemiddleware.audit [None req-75534452-d862-4b1d-91a1-4814c7f91a79 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 02:35:15.704 8 INFO neutron.db.segments_db [None req-b378a39e-4763-42c9-8f4b-9a7d2fd61bbf 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Added segment dca4c03a-ceaf-490f-8706-6eb0119aa34d of type vxlan for network 26fa2c37-3956-44d0-9986-98d9a57d0a3f [pid: 8|app: 0|req: 65/131] 199.204.45.205 () {34 vars in 682 bytes} [Tue Apr 14 02:35:15 2026] POST /v2.0/networks => generated 699 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:35:15.814 7 WARNING keystonemiddleware.audit [None req-ee93d4fe-5fc5-4e34-8052-aeb4f59c6f92 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 67/132] 199.204.45.205 () {30 vars in 722 bytes} [Tue Apr 14 02:35:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 02:35:15.871 8 WARNING keystonemiddleware.audit [None req-b378a39e-4763-42c9-8f4b-9a7d2fd61bbf 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 66/133] 199.204.45.205 () {30 vars in 633 bytes} [Tue Apr 14 02:35:15 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 02:35:15.883 7 WARNING keystonemiddleware.audit [None req-9479d142-93a1-4ae5-83c1-8f6db27d9c4c 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 68/134] 199.204.45.205 () {34 vars in 677 bytes} [Tue Apr 14 02:35:15 2026] POST /v2.0/ports => generated 999 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 02:35:16.230 8 WARNING keystonemiddleware.audit [None req-60c99939-1bf8-4788-b0a8-c087264d7ef2 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 67/135] 199.204.45.205 () {30 vars in 703 bytes} [Tue Apr 14 02:35:16 2026] GET /v2.0/networks/26fa2c37-3956-44d0-9986-98d9a57d0a3f => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 02:35:17.975 8 WARNING keystonemiddleware.audit [None req-89a38201-be38-447f-9723-ef7d1811fd81 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 69/138] 199.204.45.205 () {30 vars in 722 bytes} [Tue Apr 14 02:35:17 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 02:35:18.245 7 WARNING keystonemiddleware.audit [None req-3193a011-8a7f-4659-a592-99b5aafd2eea 4babf3c9e27b4d74bc101ffa212fa82a 1fb813b5cf7e4e19b3d9897cdde32d6b - - 2a076a81047e4500b84b333198a41fbc 2a076a81047e4500b84b333198a41fbc] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 70/139] 199.204.45.205 () {30 vars in 703 bytes} [Tue Apr 14 02:35:18 2026] GET /v2.0/networks/26fa2c37-3956-44d0-9986-98d9a57d0a3f => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 02:36:20.858 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a7a3330-54b8-491b-976a-c884f258453c 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/148] 199.204.45.205 () {30 vars in 741 bytes} [Tue Apr 14 02:36:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/149] 199.204.45.205 () {30 vars in 763 bytes} [Tue Apr 14 02:36:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 02:36:22.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82dbdb8c-88b1-4ea0-9789-7b28e08b0253 08b4ba445bc8452d8c81fbe2d4340100 a540d612eef34cae8436ab5eb9fcb3ed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/150] 199.204.45.205 () {30 vars in 741 bytes} [Tue Apr 14 02:36:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/151] 199.204.45.205 () {30 vars in 763 bytes} [Tue Apr 14 02:36:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)