+ 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 [Fri Jun 5 05:18:05 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7bc6df798b-cktjs 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 0x7fed46cc1668 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-06-05 05:18:09.970 8 INFO neutron.common.config [-] Logging enabled! 2026-06-05 05:18:09.970 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-05 05:18:10.080 7 INFO neutron.common.config [-] Logging enabled! 2026-06-05 05:18:10.081 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-05 05:18:10.967 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-05 05:18:11.150 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-05 05:18:12.429 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 05:18:12.431 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-05 05:18:12.435 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-05 05:18:12.436 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 05:18:12.436 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-05 05:18:12.436 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-05 05:18:12.437 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 05:18:12.444 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 05:18:12.444 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 05:18:12.444 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 05:18:12.466 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-05 05:18:12.467 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 05:18:12.467 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-05 05:18:12.495 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-05 05:18:12.496 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-05 05:18:12.496 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-05 05:18:12.496 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-05 05:18:12.658 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 05:18:12.661 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-05 05:18:12.665 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-05 05:18:12.666 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 05:18:12.666 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-05 05:18:12.666 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-05 05:18:12.667 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 05:18:12.675 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 05:18:12.675 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 05:18:12.675 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 05:18:12.699 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-05 05:18:12.700 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 05:18:12.700 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-05 05:18:12.731 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-05 05:18:12.731 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-05 05:18:12.731 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-05 05:18:12.731 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-05 05:18:12.790 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing driver for type 'vlan' 2026-06-05 05:18:13.010 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing driver for type 'vlan' 2026-06-05 05:18:14.290 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] VlanTypeDriver initialization complete 2026-06-05 05:18:14.291 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing driver for type 'vxlan' 2026-06-05 05:18:14.291 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-05 05:18:14.304 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-05 05:18:14.304 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-05 05:18:14.304 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] VlanTypeDriver initialization complete 2026-06-05 05:18:14.304 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing extension driver 'port_security' 2026-06-05 05:18:14.304 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing driver for type 'vxlan' 2026-06-05 05:18:14.305 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-05 05:18:14.305 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing extension driver 'qos' 2026-06-05 05:18:14.305 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-05 05:18:14.305 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-05 05:18:14.305 8 INFO neutron.plugins.ml2.managers [None req-f53aaf6d-efcd-406b-a9aa-d2f74acfe0b6 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-05 05:18:14.318 8 INFO neutron.quota [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded quota_driver: . 2026-06-05 05:18:14.319 8 INFO neutron.plugins.ml2.plugin [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Modular L2 Plugin initialization complete 2026-06-05 05:18:14.319 8 INFO neutron.plugins.ml2.managers [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-05 05:18:14.319 8 INFO neutron.plugins.ml2.managers [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-05 05:18:14.319 8 INFO neutron.plugins.ml2.managers [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Got port-security extension from driver 'port_security' 2026-06-05 05:18:14.319 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: qos 2026-06-05 05:18:14.331 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-05 05:18:14.332 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-05 05:18:14.332 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing extension driver 'port_security' 2026-06-05 05:18:14.332 7 INFO neutron.plugins.ml2.extensions.port_security [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-05 05:18:14.332 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: router 2026-06-05 05:18:14.332 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing extension driver 'qos' 2026-06-05 05:18:14.332 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-05 05:18:14.333 7 INFO neutron.plugins.ml2.managers [None req-7abc8339-7c0b-4ef8-a726-3a9e3911a261 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-05 05:18:14.348 7 INFO neutron.quota [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded quota_driver: . 2026-06-05 05:18:14.348 7 INFO neutron.plugins.ml2.plugin [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Modular L2 Plugin initialization complete 2026-06-05 05:18:14.349 7 INFO neutron.plugins.ml2.managers [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-05 05:18:14.349 7 INFO neutron.plugins.ml2.managers [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-05 05:18:14.349 7 INFO neutron.plugins.ml2.managers [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Got port-security extension from driver 'port_security' 2026-06-05 05:18:14.349 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: qos 2026-06-05 05:18:14.362 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: router 2026-06-05 05:18:14.378 8 INFO neutron.services.service_base [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-05 05:18:14.378 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: segments 2026-06-05 05:18:14.407 7 INFO neutron.services.service_base [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-05 05:18:14.407 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: segments 2026-06-05 05:18:14.478 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: trunk 2026-06-05 05:18:14.493 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: vpnaas 2026-06-05 05:18:14.506 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: trunk 2026-06-05 05:18:14.520 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: vpnaas 2026-06-05 05:18:14.530 8 WARNING stevedore.named [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 05:18:14.557 7 WARNING stevedore.named [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 05:18:14.606 8 INFO neutron_vpnaas.services.vpn.plugin [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-05 05:18:14.606 8 INFO neutron.common.utils [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-05 05:18:14.606 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: taas 2026-06-05 05:18:14.632 8 WARNING stevedore.named [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 05:18:14.632 8 WARNING stevedore.named [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 05:18:14.639 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-05 05:18:14.639 7 INFO neutron.common.utils [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-05 05:18:14.640 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: taas 2026-06-05 05:18:14.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-05 05:18:14.654 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: tapmirror 2026-06-05 05:18:14.667 8 WARNING stevedore.named [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 05:18:14.667 8 WARNING stevedore.named [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 05:18:14.675 7 WARNING stevedore.named [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 05:18:14.675 7 WARNING stevedore.named [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 05:18:14.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-05 05:18:14.682 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: auto_allocate 2026-06-05 05:18:14.693 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: tag 2026-06-05 05:18:14.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-05 05:18:14.694 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: tapmirror 2026-06-05 05:18:14.701 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: timestamp 2026-06-05 05:18:14.704 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: network_ip_availability 2026-06-05 05:18:14.708 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: flavors 2026-06-05 05:18:14.710 7 WARNING stevedore.named [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 05:18:14.710 7 WARNING stevedore.named [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 05:18:14.714 8 INFO neutron.manager [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loading Plugin: revisions 2026-06-05 05:18:14.717 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Initializing extension manager. 2026-06-05 05:18:14.718 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: address-group 2026-06-05 05:18:14.720 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: address-scope 2026-06-05 05:18:14.720 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-05 05:18:14.721 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: agent 2026-06-05 05:18:14.721 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: agent-resources-synced 2026-06-05 05:18:14.723 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: allowed-address-pairs 2026-06-05 05:18:14.723 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: auto-allocated-topology 2026-06-05 05:18:14.724 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: availability_zone 2026-06-05 05:18:14.725 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: availability_zone_filter 2026-06-05 05:18:14.725 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-05 05:18:14.726 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: default-subnetpools 2026-06-05 05:18:14.727 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-05 05:18:14.728 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: dns-integration 2026-06-05 05:18:14.728 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: dns-domain-ports 2026-06-05 05:18:14.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-05 05:18:14.729 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-05 05:18:14.729 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: auto_allocate 2026-06-05 05:18:14.729 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: dvr 2026-06-05 05:18:14.730 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-05 05:18:14.731 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: empty-string-filtering 2026-06-05 05:18:14.731 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 05:18:14.732 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-05 05:18:14.732 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: external-net 2026-06-05 05:18:14.742 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-05 05:18:14.742 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: extraroute 2026-06-05 05:18:14.743 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: extraroute-atomic 2026-06-05 05:18:14.743 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-05 05:18:14.744 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: tag 2026-06-05 05:18:14.744 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-05 05:18:14.745 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-05 05:18:14.745 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-05 05:18:14.746 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: fip-port-details 2026-06-05 05:18:14.747 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: flavors 2026-06-05 05:18:14.748 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-05 05:18:14.749 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: floatingip-pools 2026-06-05 05:18:14.749 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: ip_allocation 2026-06-05 05:18:14.750 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: ip-substring-filtering 2026-06-05 05:18:14.750 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: l2_adjacency 2026-06-05 05:18:14.751 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: router 2026-06-05 05:18:14.754 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 05:18:14.754 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-05 05:18:14.754 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: timestamp 2026-06-05 05:18:14.755 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-05 05:18:14.756 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: ext-gw-mode 2026-06-05 05:18:14.756 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: l3-ha 2026-06-05 05:18:14.756 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-05 05:18:14.757 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-05 05:18:14.757 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: l3-flavors 2026-06-05 05:18:14.758 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-05 05:18:14.759 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-05 05:18:14.760 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: network_ip_availability 2026-06-05 05:18:14.761 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-05 05:18:14.762 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-05 05:18:14.763 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-05 05:18:14.764 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-05 05:18:14.765 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: flavors 2026-06-05 05:18:14.765 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-05 05:18:14.766 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: multi-provider 2026-06-05 05:18:14.766 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: net-mtu 2026-06-05 05:18:14.767 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: net-mtu-writable 2026-06-05 05:18:14.767 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: network_availability_zone 2026-06-05 05:18:14.768 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: network_ha 2026-06-05 05:18:14.768 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: network-ip-availability 2026-06-05 05:18:14.769 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-05 05:18:14.770 7 INFO neutron.manager [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loading Plugin: revisions 2026-06-05 05:18:14.770 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: pagination 2026-06-05 05:18:14.770 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-device-profile 2026-06-05 05:18:14.771 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-05 05:18:14.771 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-05 05:18:14.772 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-05 05:18:14.772 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-mac-override 2026-06-05 05:18:14.773 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-05 05:18:14.773 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-05 05:18:14.774 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Initializing extension manager. 2026-06-05 05:18:14.774 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-05 05:18:14.774 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-resource-request 2026-06-05 05:18:14.775 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-resource-request-groups 2026-06-05 05:18:14.775 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-05 05:18:14.776 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: binding 2026-06-05 05:18:14.776 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: binding-extended 2026-06-05 05:18:14.777 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-security 2026-06-05 05:18:14.777 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: project-id 2026-06-05 05:18:14.778 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: address-group 2026-06-05 05:18:14.778 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: provider 2026-06-05 05:18:14.779 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-05 05:18:14.779 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: address-scope 2026-06-05 05:18:14.780 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-05 05:18:14.781 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos 2026-06-05 05:18:14.781 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-05 05:18:14.782 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: agent 2026-06-05 05:18:14.782 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-05 05:18:14.782 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: agent-resources-synced 2026-06-05 05:18:14.782 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-default 2026-06-05 05:18:14.783 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-fip 2026-06-05 05:18:14.784 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-05 05:18:14.784 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: allowed-address-pairs 2026-06-05 05:18:14.784 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-gateway-ip 2026-06-05 05:18:14.785 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-port-network-policy 2026-06-05 05:18:14.785 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: auto-allocated-topology 2026-06-05 05:18:14.786 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-pps-minimum 2026-06-05 05:18:14.786 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-05 05:18:14.786 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: availability_zone 2026-06-05 05:18:14.787 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: availability_zone_filter 2026-06-05 05:18:14.787 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-pps 2026-06-05 05:18:14.787 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-05 05:18:14.788 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-rule-type-details 2026-06-05 05:18:14.788 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: default-subnetpools 2026-06-05 05:18:14.788 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-05 05:18:14.789 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: qos-rules-alias 2026-06-05 05:18:14.789 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: quota-check-limit 2026-06-05 05:18:14.790 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: quota-check-limit-default 2026-06-05 05:18:14.790 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-05 05:18:14.790 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: dns-integration 2026-06-05 05:18:14.791 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: dns-domain-ports 2026-06-05 05:18:14.792 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-05 05:18:14.792 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: quotas 2026-06-05 05:18:14.792 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: dvr 2026-06-05 05:18:14.793 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-05 05:18:14.793 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: quota_details 2026-06-05 05:18:14.793 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: empty-string-filtering 2026-06-05 05:18:14.794 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 05:18:14.795 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-05 05:18:14.795 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: rbac-policies 2026-06-05 05:18:14.795 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: external-net 2026-06-05 05:18:14.796 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: rbac-address-group 2026-06-05 05:18:14.796 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-05 05:18:14.796 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: extraroute 2026-06-05 05:18:14.796 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: rbac-address-scope 2026-06-05 05:18:14.797 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: rbac-security-groups 2026-06-05 05:18:14.797 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: extraroute-atomic 2026-06-05 05:18:14.797 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: rbac-subnetpool 2026-06-05 05:18:14.797 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-05 05:18:14.798 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: revision-if-match 2026-06-05 05:18:14.798 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-05 05:18:14.798 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-05 05:18:14.798 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: standard-attr-revisions 2026-06-05 05:18:14.799 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-05 05:18:14.799 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: router_availability_zone 2026-06-05 05:18:14.799 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: fip-port-details 2026-06-05 05:18:14.799 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-05 05:18:14.800 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: flavors 2026-06-05 05:18:14.801 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: security-groups-default-rules 2026-06-05 05:18:14.801 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-05 05:18:14.801 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-05 05:18:14.802 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: floatingip-pools 2026-06-05 05:18:14.802 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-05 05:18:14.802 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: ip_allocation 2026-06-05 05:18:14.802 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-05 05:18:14.803 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: ip-substring-filtering 2026-06-05 05:18:14.803 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-05 05:18:14.803 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: l2_adjacency 2026-06-05 05:18:14.804 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-05 05:18:14.805 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: router 2026-06-05 05:18:14.807 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 05:18:14.808 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-05 05:18:14.810 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-05 05:18:14.810 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: security-group 2026-06-05 05:18:14.810 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: ext-gw-mode 2026-06-05 05:18:14.811 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: l3-ha 2026-06-05 05:18:14.811 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: segment 2026-06-05 05:18:14.811 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-05 05:18:14.811 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-05 05:18:14.812 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-05 05:18:14.812 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: service-type 2026-06-05 05:18:14.812 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: l3-flavors 2026-06-05 05:18:14.812 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: sorting 2026-06-05 05:18:14.813 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-05 05:18:14.813 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: standard-attr-segment 2026-06-05 05:18:14.813 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-05 05:18:14.814 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: standard-attr-description 2026-06-05 05:18:14.814 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: stateful-security-group 2026-06-05 05:18:14.815 8 WARNING neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-05 05:18:14.815 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-05 05:18:14.816 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: subnet-external-network 2026-06-05 05:18:14.816 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-05 05:18:14.816 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: subnet_onboard 2026-06-05 05:18:14.817 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-05 05:18:14.817 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-05 05:18:14.817 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: subnet-service-types 2026-06-05 05:18:14.818 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-05 05:18:14.818 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: subnet_allocation 2026-06-05 05:18:14.818 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-05 05:18:14.819 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-05 05:18:14.819 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: tag-creation 2026-06-05 05:18:14.819 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-05 05:18:14.819 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-05 05:18:14.820 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: multi-provider 2026-06-05 05:18:14.820 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: net-mtu 2026-06-05 05:18:14.821 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: net-mtu-writable 2026-06-05 05:18:14.821 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: network_availability_zone 2026-06-05 05:18:14.822 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: network_ha 2026-06-05 05:18:14.823 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: network-ip-availability 2026-06-05 05:18:14.823 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: standard-attr-tag 2026-06-05 05:18:14.824 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-05 05:18:14.824 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-05 05:18:14.824 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: pagination 2026-06-05 05:18:14.825 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: trunk 2026-06-05 05:18:14.825 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-device-profile 2026-06-05 05:18:14.825 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: trunk-details 2026-06-05 05:18:14.825 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-05 05:18:14.825 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-05 05:18:14.826 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-05 05:18:14.826 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-05 05:18:14.826 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-05 05:18:14.827 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-05 05:18:14.827 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-mac-override 2026-06-05 05:18:14.827 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-05 05:18:14.827 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-05 05:18:14.828 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-05 05:18:14.828 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-05 05:18:14.829 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-resource-request 2026-06-05 05:18:14.829 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-05 05:18:14.829 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-resource-request-groups 2026-06-05 05:18:14.830 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-05 05:18:14.830 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-05 05:18:14.830 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: binding 2026-06-05 05:18:14.831 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: vpn-flavors 2026-06-05 05:18:14.831 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: binding-extended 2026-06-05 05:18:14.831 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-security 2026-06-05 05:18:14.832 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: project-id 2026-06-05 05:18:14.832 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: vpnaas 2026-06-05 05:18:14.832 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: provider 2026-06-05 05:18:14.833 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-05 05:18:14.833 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: taas 2026-06-05 05:18:14.834 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: tap-mirror 2026-06-05 05:18:14.835 8 INFO neutron.api.extensions [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Loaded extension: taas-vlan-filter 2026-06-05 05:18:14.835 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos 2026-06-05 05:18:14.836 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-05 05:18:14.836 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-05 05:18:14.837 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-default 2026-06-05 05:18:14.837 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-05 05:18:14.837 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-fip 2026-06-05 05:18:14.837 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-05 05:18:14.838 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.838 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-05 05:18:14.838 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-05 05:18:14.838 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-gateway-ip 2026-06-05 05:18:14.839 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-port-network-policy 2026-06-05 05:18:14.839 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-pps-minimum 2026-06-05 05:18:14.840 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-05 05:18:14.841 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-pps 2026-06-05 05:18:14.841 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 05:18:14.841 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-rule-type-details 2026-06-05 05:18:14.841 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 05:18:14.842 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-05 05:18:14.842 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: qos-rules-alias 2026-06-05 05:18:14.843 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: quota-check-limit 2026-06-05 05:18:14.843 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: quota-check-limit-default 2026-06-05 05:18:14.846 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: quotas 2026-06-05 05:18:14.846 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 05:18:14.847 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 05:18:14.847 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: quota_details 2026-06-05 05:18:14.847 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 05:18:14.848 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.848 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.848 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: rbac-policies 2026-06-05 05:18:14.848 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.849 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.849 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: rbac-address-group 2026-06-05 05:18:14.849 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 05:18:14.849 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: rbac-address-scope 2026-06-05 05:18:14.849 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.850 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: rbac-security-groups 2026-06-05 05:18:14.850 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.850 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: rbac-subnetpool 2026-06-05 05:18:14.850 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 05:18:14.851 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: revision-if-match 2026-06-05 05:18:14.851 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 05:18:14.851 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 05:18:14.851 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: standard-attr-revisions 2026-06-05 05:18:14.851 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.852 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ipsecpolicy is already registered 2026-06-05 05:18:14.852 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: router_availability_zone 2026-06-05 05:18:14.852 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.852 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ikepolicy is already registered 2026-06-05 05:18:14.852 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-05 05:18:14.854 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: security-groups-default-rules 2026-06-05 05:18:14.855 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-05 05:18:14.856 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-05 05:18:14.856 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-05 05:18:14.857 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-05 05:18:14.857 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-05 05:18:14.858 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 05:18:14.859 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] router is already registered 2026-06-05 05:18:14.859 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 05:18:14.859 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] floatingip is already registered 2026-06-05 05:18:14.862 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: security-group 2026-06-05 05:18:14.863 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 05:18:14.863 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: segment 2026-06-05 05:18:14.863 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] rbac_policy is already registered 2026-06-05 05:18:14.863 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-05 05:18:14.863 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 05:18:14.864 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] security_group is already registered 2026-06-05 05:18:14.864 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: service-type 2026-06-05 05:18:14.864 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 05:18:14.864 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] security_group_rule is already registered 2026-06-05 05:18:14.864 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: sorting 2026-06-05 05:18:14.865 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: standard-attr-segment 2026-06-05 05:18:14.865 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.865 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.865 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.866 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: standard-attr-description 2026-06-05 05:18:14.866 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.866 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: stateful-security-group 2026-06-05 05:18:14.866 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 05:18:14.866 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] trunk is already registered 2026-06-05 05:18:14.866 7 WARNING neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-05 05:18:14.866 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.867 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ikepolicy is already registered 2026-06-05 05:18:14.867 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-05 05:18:14.867 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.867 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ipsecpolicy is already registered 2026-06-05 05:18:14.867 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: subnet-external-network 2026-06-05 05:18:14.868 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 05:18:14.868 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] endpoint_group is already registered 2026-06-05 05:18:14.868 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: subnet_onboard 2026-06-05 05:18:14.868 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 05:18:14.868 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] vpnservice is already registered 2026-06-05 05:18:14.869 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-05 05:18:14.869 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 05:18:14.869 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ipsec_site_connection is already registered 2026-06-05 05:18:14.869 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: subnet-service-types 2026-06-05 05:18:14.869 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.869 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ipsecpolicy is already registered 2026-06-05 05:18:14.870 8 INFO neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.870 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: subnet_allocation 2026-06-05 05:18:14.870 8 WARNING neutron.quota.resource_registry [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] ikepolicy is already registered 2026-06-05 05:18:14.870 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-05 05:18:14.871 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: tag-creation 2026-06-05 05:18:14.871 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-05 05:18:14.875 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: standard-attr-tag 2026-06-05 05:18:14.876 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-05 05:18:14.878 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: trunk 2026-06-05 05:18:14.878 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: trunk-details 2026-06-05 05:18:14.879 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-05 05:18:14.879 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-05 05:18:14.880 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-05 05:18:14.881 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-05 05:18:14.882 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-05 05:18:14.883 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-05 05:18:14.884 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: vpn-flavors 2026-06-05 05:18:14.885 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: vpnaas 2026-06-05 05:18:14.887 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: taas 2026-06-05 05:18:14.888 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: tap-mirror 2026-06-05 05:18:14.888 7 INFO neutron.api.extensions [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Loaded extension: taas-vlan-filter 2026-06-05 05:18:14.891 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-05 05:18:14.891 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-05 05:18:14.891 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.891 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-05 05:18:14.895 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 05:18:14.895 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 05:18:14.900 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 05:18:14.900 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 05:18:14.901 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 05:18:14.902 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.902 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.902 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.902 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.903 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 05:18:14.903 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.904 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.904 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 05:18:14.905 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 05:18:14.905 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 05:18:14.905 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.906 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ipsecpolicy is already registered 2026-06-05 05:18:14.906 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.906 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ikepolicy is already registered 2026-06-05 05:18:14.908 8 WARNING keystonemiddleware._common.config [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-05 05:18:14.911 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 05:18:14.912 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] router is already registered 2026-06-05 05:18:14.912 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 05:18:14.912 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] floatingip is already registered 2026-06-05 05:18:14.915 8 WARNING oslo_config.cfg [None req-bc0d5bd1-558d-4e49-997f-8785ed79319d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-05 05:18:14.916 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 05:18:14.916 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] rbac_policy is already registered 2026-06-05 05:18:14.916 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 05:18:14.917 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] security_group is already registered 2026-06-05 05:18:14.917 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 05:18:14.917 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] security_group_rule is already registered WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fed46cc1668 pid: 8 (default app) 2026-06-05 05:18:14.918 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.918 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.918 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 05:18:14.919 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] subnetpool is already registered 2026-06-05 05:18:14.919 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 05:18:14.919 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] trunk is already registered 2026-06-05 05:18:14.919 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.921 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ikepolicy is already registered 2026-06-05 05:18:14.921 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.921 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ipsecpolicy is already registered 2026-06-05 05:18:14.922 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 05:18:14.922 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] endpoint_group is already registered 2026-06-05 05:18:14.922 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 05:18:14.922 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] vpnservice is already registered 2026-06-05 05:18:14.923 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 05:18:14.923 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ipsec_site_connection is already registered 2026-06-05 05:18:14.923 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 05:18:14.923 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ipsecpolicy is already registered 2026-06-05 05:18:14.924 7 INFO neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 05:18:14.924 7 WARNING neutron.quota.resource_registry [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] ikepolicy is already registered 2026-06-05 05:18:14.961 7 WARNING keystonemiddleware._common.config [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-05 05:18:14.968 7 WARNING oslo_config.cfg [None req-c58cf645-3bd5-4403-914a-2326aa32b2ee - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fed46cc1668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 05:18:17.924 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e84300a0-db02-4554-8f6d-aafe30a01ad3 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:17 2026] GET /v2.0/networks/public => generated 108 bytes in 858 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 05:18:18.753 8 WARNING neutron.services.revisions.revision_plugin [None req-ea052145-0466-4962-906e-769c171d85ba ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Could not find related network for resource to bump revision. 2026-06-05 05:18:18.787 8 INFO neutron.db.segments_db [None req-ea052145-0466-4962-906e-769c171d85ba ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment e2327a3b-3f6f-490c-8950-9e49edd94d56 of type flat for network adf27acf-a674-427f-ba58-1421c4df5ca0 2026-06-05 05:18:18.848 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea052145-0466-4962-906e-769c171d85ba ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.140 () {48 vars in 968 bytes} [Fri Jun 5 05:18:18 2026] POST /v2.0/networks => generated 124 bytes in 546 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 05:18:24.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02d51f42-6717-4430-afdc-d0c63ac2b2a4 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:24 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 05:18:24.828 8 WARNING neutron.services.revisions.revision_plugin [None req-d3cc0fca-f8df-4d69-9586-d5997f9fc96c ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Could not find related network for resource to bump revision. 2026-06-05 05:18:24.842 8 INFO neutron.db.segments_db [None req-d3cc0fca-f8df-4d69-9586-d5997f9fc96c ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment 6a76ec19-a2af-4fcf-8f03-35b73a554779 of type flat for network f21d415a-97fa-47a2-ae76-432e8f4fc07e 2026-06-05 05:18:24.868 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d3cc0fca-f8df-4d69-9586-d5997f9fc96c ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.140 () {48 vars in 968 bytes} [Fri Jun 5 05:18:24 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 05:18:31.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdcb9197-19c9-4985-8d03-fa0d32da921f ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:30 2026] GET /v2.0/networks/public => generated 108 bytes in 370 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 05:18:31.364 7 WARNING neutron.services.revisions.revision_plugin [None req-021cc7df-cee3-4ed1-907f-76a171689e06 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Could not find related network for resource to bump revision. 2026-06-05 05:18:31.388 7 INFO neutron.db.segments_db [None req-021cc7df-cee3-4ed1-907f-76a171689e06 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment 68401411-3569-470d-aa5d-6be6047ac96d of type flat for network 3a2cf262-94a1-42c9-89ed-32fb2da66d13 2026-06-05 05:18:31.436 7 INFO neutron.pecan_wsgi.hooks.translation [None req-021cc7df-cee3-4ed1-907f-76a171689e06 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.140 () {48 vars in 968 bytes} [Fri Jun 5 05:18:31 2026] POST /v2.0/networks => generated 124 bytes in 312 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 05:18:37.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45a50092-5a5a-40a0-beb5-13f39aa3406d ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:37 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 05:18:37.430 8 WARNING neutron.services.revisions.revision_plugin [None req-b2fbd388-f03d-4030-ba9d-07b8f1fe7a81 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Could not find related network for resource to bump revision. 2026-06-05 05:18:37.445 8 INFO neutron.db.segments_db [None req-b2fbd388-f03d-4030-ba9d-07b8f1fe7a81 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment 48e253e6-db79-449c-9483-ededaa321c98 of type flat for network 86a67f7b-a43c-4b41-8ac9-8f51b06411c2 2026-06-05 05:18:37.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2fbd388-f03d-4030-ba9d-07b8f1fe7a81 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.140 () {48 vars in 968 bytes} [Fri Jun 5 05:18:37 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 05:18:43.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dbd2043b-f22d-47db-9ae6-cb99588fd2fe ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:43 2026] GET /v2.0/networks/public => generated 108 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:43 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-06-05 05:18:43.480 8 WARNING neutron.services.revisions.revision_plugin [None req-0cbd0eaa-c4a8-4497-824c-05fdb563a8d5 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Could not find related network for resource to bump revision. 2026-06-05 05:18:43.493 8 INFO neutron.db.segments_db [None req-0cbd0eaa-c4a8-4497-824c-05fdb563a8d5 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment c20fd223-b1ec-4c5c-ab02-07ac05c9ba00 of type flat for network f3b873c4-79b8-499e-88a2-9d037e754d93 2026-06-05 05:18:43.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cbd0eaa-c4a8-4497-824c-05fdb563a8d5 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.140 () {48 vars in 968 bytes} [Fri Jun 5 05:18:43 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 05:18:49.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81aefb56-6f1a-47dd-8982-ee901af4d775 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:49 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 05:18:49.476 7 WARNING neutron.services.revisions.revision_plugin [None req-d7e7d541-e623-4e0a-add9-2a89ddf5542e ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Could not find related network for resource to bump revision. 2026-06-05 05:18:49.492 7 INFO neutron.db.segments_db [None req-d7e7d541-e623-4e0a-add9-2a89ddf5542e ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment 9448c0d1-e8b5-4719-a9dd-48be9daf4c7f of type flat for network e8725bad-c83b-4d3e-9806-5298337e160b [pid: 7|app: 0|req: 10/22] 199.204.45.140 () {48 vars in 968 bytes} [Fri Jun 5 05:18:49 2026] POST /v2.0/networks => generated 706 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 05:18:50.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df629d2f-c445-45e1-8708-1834ed86a78d ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.140 () {44 vars in 928 bytes} [Fri Jun 5 05:18:50 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.140 () {44 vars in 950 bytes} [Fri Jun 5 05:18:50 2026] GET /v2.0/networks?name=public => generated 709 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 05:18:50.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e54be17-727f-49d2-ae3a-cfe7e2f53333 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/25] 199.204.45.140 () {44 vars in 1035 bytes} [Fri Jun 5 05:18:50 2026] GET /v2.0/subnets/public-subnet?network_id=e8725bad-c83b-4d3e-9806-5298337e160b => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/26] 199.204.45.140 () {44 vars in 1058 bytes} [Fri Jun 5 05:18:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=e8725bad-c83b-4d3e-9806-5298337e160b => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.140 () {48 vars in 966 bytes} [Fri Jun 5 05:18:50 2026] POST /v2.0/subnets => generated 664 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 05:23:51.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9df4054c-973b-4183-b7d8-57c3ca84c380 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/67] 199.204.45.140 () {44 vars in 938 bytes} [Fri Jun 5 05:23:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.140 () {44 vars in 960 bytes} [Fri Jun 5 05:23:51 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-06-05 05:23:51.674 8 INFO neutron.db.segments_db [None req-a46ddbb1-c4e6-4418-bc8b-d2f083aa4b76 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] Added segment 0a0ea413-c254-4ee4-836e-e55b0bfd616c of type vxlan for network eb73e6f6-361c-4aab-8bb8-4625ce53b4ca [pid: 8|app: 0|req: 36/69] 199.204.45.140 () {48 vars in 967 bytes} [Fri Jun 5 05:23:51 2026] POST /v2.0/networks => generated 688 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 05:23:52.813 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9281d5a-629e-40f3-ab8b-f97d64810834 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.140 () {44 vars in 938 bytes} [Fri Jun 5 05:23:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.140 () {44 vars in 960 bytes} [Fri Jun 5 05:23:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 05:23:52.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-722dd37d-8484-4baa-8387-1612b28c262e ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/72] 199.204.45.140 () {44 vars in 1037 bytes} [Fri Jun 5 05:23:52 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eb73e6f6-361c-4aab-8bb8-4625ce53b4ca => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.140 () {44 vars in 1060 bytes} [Fri Jun 5 05:23:52 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eb73e6f6-361c-4aab-8bb8-4625ce53b4ca => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.140 () {48 vars in 966 bytes} [Fri Jun 5 05:23:52 2026] POST /v2.0/subnets => generated 651 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 05:23:54.350 7 INFO neutron.api.v2.resource [None req-72be5f67-788f-4a48-ad5f-faf2e3a9a502 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/77] 199.204.45.140 () {44 vars in 972 bytes} [Fri Jun 5 05:23:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.140 () {44 vars in 994 bytes} [Fri Jun 5 05:23:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.140 () {48 vars in 981 bytes} [Fri Jun 5 05:23:54 2026] POST /v2.0/security-groups => generated 1616 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:55 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:55 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:55 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:23:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:56 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 2230 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:56 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:56 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:23:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:57 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:57 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:57 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:23:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:58 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:59 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:23:59 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 3462 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:23:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:00 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 4078 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:00 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:00 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:24:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.140 () {44 vars in 988 bytes} [Fri Jun 5 05:24:01 2026] GET /v2.0/networks/eb73e6f6-361c-4aab-8bb8-4625ce53b4ca => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 05:24:01.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b4ee06c-fd61-4fc2-ae0b-910f4e372160 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/101] 199.204.45.140 () {44 vars in 1077 bytes} [Fri Jun 5 05:24:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eb73e6f6-361c-4aab-8bb8-4625ce53b4ca => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.140 () {44 vars in 1100 bytes} [Fri Jun 5 05:24:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eb73e6f6-361c-4aab-8bb8-4625ce53b4ca => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:01 2026] GET /v2.0/security-groups/6aab47d2-e466-4f0f-9525-5515feac3a51 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/104] 199.204.45.140 () {48 vars in 962 bytes} [Fri Jun 5 05:24:01 2026] POST /v2.0/ports => generated 1096 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 05:24:09.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c784f59-69e1-4d89-89c2-e5281c389c38 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/107] 199.204.45.140 () {44 vars in 980 bytes} [Fri Jun 5 05:24:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 55/108] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/109] 199.204.45.140 () {48 vars in 1032 bytes} [Fri Jun 5 05:24:09 2026] PUT /v2.0/ports/85c7edb0-f673-4c5d-b5a2-c05c7b751360 => generated 1245 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.204.45.140 () {44 vars in 921 bytes} [Fri Jun 5 05:24:12 2026] GET /v2.0/ports => generated 3726 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 05:24:13.138 7 INFO neutron.api.v2.resource [None req-e0497a27-4020-4bf8-ac64-5280f3e22710 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/111] 199.204.45.140 () {44 vars in 960 bytes} [Fri Jun 5 05:24:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.204.45.140 () {44 vars in 982 bytes} [Fri Jun 5 05:24:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.140 () {48 vars in 981 bytes} [Fri Jun 5 05:24:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:14 2026] GET /v2.0/security-groups/1e69b08d-f84c-444d-8e7c-02cab71fba98 => generated 1610 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:14 2026] GET /v2.0/security-groups/1e69b08d-f84c-444d-8e7c-02cab71fba98 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:14 2026] GET /v2.0/security-groups/1e69b08d-f84c-444d-8e7c-02cab71fba98 => 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: 58/117] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:24:14 2026] POST /v2.0/security-group-rules => generated 621 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:15 2026] GET /v2.0/security-groups/1e69b08d-f84c-444d-8e7c-02cab71fba98 => generated 2244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:15 2026] GET /v2.0/security-groups/1e69b08d-f84c-444d-8e7c-02cab71fba98 => generated 2244 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.140 () {44 vars in 1002 bytes} [Fri Jun 5 05:24:15 2026] GET /v2.0/security-groups/1e69b08d-f84c-444d-8e7c-02cab71fba98 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.204.45.140 () {48 vars in 992 bytes} [Fri Jun 5 05:24:15 2026] POST /v2.0/security-group-rules => generated 625 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/130] 199.204.45.140 () {44 vars in 976 bytes} [Fri Jun 5 05:25:22 2026] GET /v2.0/quotas/b43428a7a47e43c7bbb36144aa8117c1 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/131] 199.204.45.140 () {48 vars in 1028 bytes} [Fri Jun 5 05:25:22 2026] PUT /v2.0/quotas/b43428a7a47e43c7bbb36144aa8117c1 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 05:27:53.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43a433dc-70c6-438e-ba3a-6547493029de ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/154] 199.204.45.140 () {30 vars in 741 bytes} [Fri Jun 5 05:27:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 188 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 79/155] 199.204.45.140 () {30 vars in 763 bytes} [Fri Jun 5 05:27:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 05:27:55.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22ebdedf-13a7-45f5-9b68-8038256f6914 ee9ddbf3c86c4853ba39fe0b31e72492 b43428a7a47e43c7bbb36144aa8117c1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/156] 199.204.45.140 () {30 vars in 741 bytes} [Fri Jun 5 05:27:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/157] 199.204.45.140 () {30 vars in 763 bytes} [Fri Jun 5 05:27:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)