+ 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 [Thu May 14 01:54:42 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-6b47654967-96j8p 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 0x7fbc3bdc4668 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-05-14 01:54:46.943 8 INFO neutron.common.config [-] Logging enabled! 2026-05-14 01:54:46.943 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-14 01:54:46.991 7 INFO neutron.common.config [-] Logging enabled! 2026-05-14 01:54:46.991 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-14 01:54:47.994 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-14 01:54:48.099 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-14 01:54:49.540 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 01:54:49.543 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-14 01:54:49.546 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-14 01:54:49.547 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 01:54:49.548 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-14 01:54:49.548 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-14 01:54:49.548 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 01:54:49.555 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 01:54:49.555 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 01:54:49.556 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 01:54:49.578 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-14 01:54:49.579 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 01:54:49.579 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-14 01:54:49.608 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-14 01:54:49.608 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-14 01:54:49.608 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-14 01:54:49.608 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-14 01:54:49.691 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 01:54:49.694 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-14 01:54:49.698 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-14 01:54:49.699 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 01:54:49.699 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-14 01:54:49.699 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-14 01:54:49.699 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 01:54:49.707 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 01:54:49.707 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 01:54:49.707 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 01:54:49.728 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-14 01:54:49.729 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 01:54:49.729 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-14 01:54:49.759 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-14 01:54:49.759 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-14 01:54:49.759 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-14 01:54:49.759 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-14 01:54:49.883 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing driver for type 'vlan' 2026-05-14 01:54:50.047 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing driver for type 'vlan' 2026-05-14 01:54:50.150 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] VlanTypeDriver initialization complete 2026-05-14 01:54:50.150 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing driver for type 'vxlan' 2026-05-14 01:54:50.150 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-14 01:54:50.162 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-14 01:54:50.162 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-14 01:54:50.162 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing extension driver 'port_security' 2026-05-14 01:54:50.162 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-14 01:54:50.162 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing extension driver 'qos' 2026-05-14 01:54:50.163 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-14 01:54:50.163 8 INFO neutron.plugins.ml2.managers [None req-1d297dd5-9ce7-4666-b8ae-2d7e3edac0c8 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-14 01:54:50.177 8 INFO neutron.quota [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded quota_driver: . 2026-05-14 01:54:50.178 8 INFO neutron.plugins.ml2.plugin [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Modular L2 Plugin initialization complete 2026-05-14 01:54:50.178 8 INFO neutron.plugins.ml2.managers [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-14 01:54:50.178 8 INFO neutron.plugins.ml2.managers [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-14 01:54:50.178 8 INFO neutron.plugins.ml2.managers [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-14 01:54:50.178 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: qos 2026-05-14 01:54:50.191 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: router 2026-05-14 01:54:50.235 8 INFO neutron.services.service_base [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-14 01:54:50.235 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: segments 2026-05-14 01:54:50.324 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] VlanTypeDriver initialization complete 2026-05-14 01:54:50.324 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing driver for type 'vxlan' 2026-05-14 01:54:50.324 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-14 01:54:50.331 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: trunk 2026-05-14 01:54:50.337 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-14 01:54:50.338 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-14 01:54:50.338 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing extension driver 'port_security' 2026-05-14 01:54:50.338 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-14 01:54:50.338 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing extension driver 'qos' 2026-05-14 01:54:50.338 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-14 01:54:50.338 7 INFO neutron.plugins.ml2.managers [None req-d51919b1-40c4-4690-ace2-0e2f2cd8ae28 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-14 01:54:50.345 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: vpnaas 2026-05-14 01:54:50.349 7 INFO neutron.quota [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded quota_driver: . 2026-05-14 01:54:50.350 7 INFO neutron.plugins.ml2.plugin [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Modular L2 Plugin initialization complete 2026-05-14 01:54:50.350 7 INFO neutron.plugins.ml2.managers [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-14 01:54:50.350 7 INFO neutron.plugins.ml2.managers [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-14 01:54:50.350 7 INFO neutron.plugins.ml2.managers [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-14 01:54:50.350 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: qos 2026-05-14 01:54:50.363 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: router 2026-05-14 01:54:50.383 8 WARNING stevedore.named [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 01:54:50.409 7 INFO neutron.services.service_base [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-14 01:54:50.409 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: segments 2026-05-14 01:54:50.457 8 INFO neutron_vpnaas.services.vpn.plugin [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-14 01:54:50.457 8 INFO neutron.common.utils [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-14 01:54:50.457 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: taas 2026-05-14 01:54:50.485 8 WARNING stevedore.named [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 01:54:50.485 8 WARNING stevedore.named [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 01:54:50.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-14 01:54:50.506 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: tapmirror 2026-05-14 01:54:50.511 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: trunk 2026-05-14 01:54:50.520 8 WARNING stevedore.named [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 01:54:50.520 8 WARNING stevedore.named [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 01:54:50.526 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: vpnaas 2026-05-14 01:54:50.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-14 01:54:50.539 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: auto_allocate 2026-05-14 01:54:50.550 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: tag 2026-05-14 01:54:50.560 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: timestamp 2026-05-14 01:54:50.562 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: network_ip_availability 2026-05-14 01:54:50.564 7 WARNING stevedore.named [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 01:54:50.566 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: flavors 2026-05-14 01:54:50.569 8 INFO neutron.manager [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loading Plugin: revisions 2026-05-14 01:54:50.573 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Initializing extension manager. 2026-05-14 01:54:50.574 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: address-group 2026-05-14 01:54:50.575 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: address-scope 2026-05-14 01:54:50.575 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-14 01:54:50.576 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: agent 2026-05-14 01:54:50.577 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: agent-resources-synced 2026-05-14 01:54:50.578 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-14 01:54:50.578 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-14 01:54:50.579 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: availability_zone 2026-05-14 01:54:50.580 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: availability_zone_filter 2026-05-14 01:54:50.580 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-14 01:54:50.581 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: default-subnetpools 2026-05-14 01:54:50.583 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-14 01:54:50.583 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: dns-integration 2026-05-14 01:54:50.585 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: dns-domain-ports 2026-05-14 01:54:50.585 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-14 01:54:50.586 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: dvr 2026-05-14 01:54:50.586 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-14 01:54:50.587 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: empty-string-filtering 2026-05-14 01:54:50.587 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 01:54:50.588 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-14 01:54:50.588 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: external-net 2026-05-14 01:54:50.589 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-14 01:54:50.589 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: extraroute 2026-05-14 01:54:50.590 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: extraroute-atomic 2026-05-14 01:54:50.590 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-14 01:54:50.591 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-14 01:54:50.591 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-14 01:54:50.592 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-14 01:54:50.592 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: fip-port-details 2026-05-14 01:54:50.593 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: flavors 2026-05-14 01:54:50.594 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-14 01:54:50.595 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: floatingip-pools 2026-05-14 01:54:50.595 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: ip_allocation 2026-05-14 01:54:50.596 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-14 01:54:50.596 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: l2_adjacency 2026-05-14 01:54:50.597 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: router 2026-05-14 01:54:50.599 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 01:54:50.600 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-14 01:54:50.600 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-14 01:54:50.601 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: ext-gw-mode 2026-05-14 01:54:50.601 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: l3-ha 2026-05-14 01:54:50.602 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-14 01:54:50.602 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-14 01:54:50.603 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: l3-flavors 2026-05-14 01:54:50.604 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-14 01:54:50.604 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-14 01:54:50.606 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-14 01:54:50.607 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-14 01:54:50.608 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-14 01:54:50.609 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-14 01:54:50.610 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-14 01:54:50.611 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: multi-provider 2026-05-14 01:54:50.611 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: net-mtu 2026-05-14 01:54:50.612 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: net-mtu-writable 2026-05-14 01:54:50.612 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: network_availability_zone 2026-05-14 01:54:50.613 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: network_ha 2026-05-14 01:54:50.613 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: network-ip-availability 2026-05-14 01:54:50.614 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-14 01:54:50.615 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: pagination 2026-05-14 01:54:50.616 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-device-profile 2026-05-14 01:54:50.616 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-14 01:54:50.617 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-14 01:54:50.617 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-14 01:54:50.618 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-mac-override 2026-05-14 01:54:50.618 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-14 01:54:50.619 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-14 01:54:50.619 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-14 01:54:50.620 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-resource-request 2026-05-14 01:54:50.620 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-14 01:54:50.621 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-14 01:54:50.621 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: binding 2026-05-14 01:54:50.622 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: binding-extended 2026-05-14 01:54:50.623 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-security 2026-05-14 01:54:50.623 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: project-id 2026-05-14 01:54:50.623 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: provider 2026-05-14 01:54:50.624 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-14 01:54:50.626 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos 2026-05-14 01:54:50.627 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-14 01:54:50.627 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-14 01:54:50.628 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-default 2026-05-14 01:54:50.628 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-fip 2026-05-14 01:54:50.629 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-14 01:54:50.629 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-14 01:54:50.630 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-14 01:54:50.630 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-14 01:54:50.631 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-14 01:54:50.632 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-pps 2026-05-14 01:54:50.631 7 INFO neutron_vpnaas.services.vpn.plugin [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-14 01:54:50.632 7 INFO neutron.common.utils [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-14 01:54:50.632 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-14 01:54:50.632 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: taas 2026-05-14 01:54:50.633 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-14 01:54:50.633 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: qos-rules-alias 2026-05-14 01:54:50.634 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: quota-check-limit 2026-05-14 01:54:50.635 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: quota-check-limit-default 2026-05-14 01:54:50.637 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: quotas 2026-05-14 01:54:50.638 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: quota_details 2026-05-14 01:54:50.639 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: rbac-policies 2026-05-14 01:54:50.640 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: rbac-address-group 2026-05-14 01:54:50.640 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: rbac-address-scope 2026-05-14 01:54:50.641 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: rbac-security-groups 2026-05-14 01:54:50.641 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-14 01:54:50.642 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: revision-if-match 2026-05-14 01:54:50.642 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-14 01:54:50.643 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: router_availability_zone 2026-05-14 01:54:50.643 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-14 01:54:50.645 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-14 01:54:50.645 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-14 01:54:50.646 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-14 01:54:50.647 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-14 01:54:50.647 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-14 01:54:50.648 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-14 01:54:50.654 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: security-group 2026-05-14 01:54:50.655 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: segment 2026-05-14 01:54:50.655 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-14 01:54:50.656 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: service-type 2026-05-14 01:54:50.656 7 WARNING stevedore.named [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 01:54:50.656 7 WARNING stevedore.named [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 01:54:50.656 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: sorting 2026-05-14 01:54:50.657 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: standard-attr-segment 2026-05-14 01:54:50.657 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: standard-attr-description 2026-05-14 01:54:50.658 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: stateful-security-group 2026-05-14 01:54:50.658 8 WARNING neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-14 01:54:50.659 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-14 01:54:50.659 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: subnet-external-network 2026-05-14 01:54:50.660 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: subnet_onboard 2026-05-14 01:54:50.660 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-14 01:54:50.661 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: subnet-service-types 2026-05-14 01:54:50.662 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: subnet_allocation 2026-05-14 01:54:50.662 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-14 01:54:50.663 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: tag-creation 2026-05-14 01:54:50.663 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-14 01:54:50.667 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: standard-attr-tag 2026-05-14 01:54:50.668 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-14 01:54:50.668 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: trunk 2026-05-14 01:54:50.669 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: trunk-details 2026-05-14 01:54:50.669 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-14 01:54:50.670 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-14 01:54:50.670 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-14 01:54:50.671 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-14 01:54:50.673 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-14 01:54:50.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-14 01:54:50.673 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: tapmirror 2026-05-14 01:54:50.674 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-14 01:54:50.674 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: vpn-flavors 2026-05-14 01:54:50.676 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: vpnaas 2026-05-14 01:54:50.677 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: taas 2026-05-14 01:54:50.678 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: tap-mirror 2026-05-14 01:54:50.679 8 INFO neutron.api.extensions [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Loaded extension: taas-vlan-filter 2026-05-14 01:54:50.681 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-14 01:54:50.681 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-14 01:54:50.681 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.681 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-14 01:54:50.685 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 01:54:50.685 7 WARNING stevedore.named [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 01:54:50.685 7 WARNING stevedore.named [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 01:54:50.685 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 01:54:50.690 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 01:54:50.691 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 01:54:50.691 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 01:54:50.692 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.692 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.692 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.692 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.693 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 01:54:50.693 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.694 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.694 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 01:54:50.694 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 01:54:50.695 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 01:54:50.695 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.695 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ipsecpolicy is already registered 2026-05-14 01:54:50.696 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.696 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ikepolicy is already registered 2026-05-14 01:54:50.700 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 01:54:50.700 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] router is already registered 2026-05-14 01:54:50.701 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 01:54:50.701 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] floatingip is already registered 2026-05-14 01:54:50.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-14 01:54:50.702 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: auto_allocate 2026-05-14 01:54:50.704 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 01:54:50.705 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] rbac_policy is already registered 2026-05-14 01:54:50.705 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 01:54:50.705 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] security_group is already registered 2026-05-14 01:54:50.706 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 01:54:50.706 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] security_group_rule is already registered 2026-05-14 01:54:50.706 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.707 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.707 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.707 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.708 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 01:54:50.708 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] trunk is already registered 2026-05-14 01:54:50.708 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.708 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ikepolicy is already registered 2026-05-14 01:54:50.709 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.709 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ipsecpolicy is already registered 2026-05-14 01:54:50.709 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 01:54:50.709 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] endpoint_group is already registered 2026-05-14 01:54:50.710 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 01:54:50.710 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] vpnservice is already registered 2026-05-14 01:54:50.710 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 01:54:50.710 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ipsec_site_connection is already registered 2026-05-14 01:54:50.710 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.711 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ipsecpolicy is already registered 2026-05-14 01:54:50.711 8 INFO neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.711 8 WARNING neutron.quota.resource_registry [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] ikepolicy is already registered 2026-05-14 01:54:50.712 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: tag 2026-05-14 01:54:50.722 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: timestamp 2026-05-14 01:54:50.725 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: network_ip_availability 2026-05-14 01:54:50.729 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: flavors 2026-05-14 01:54:50.732 7 INFO neutron.manager [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loading Plugin: revisions 2026-05-14 01:54:50.736 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Initializing extension manager. 2026-05-14 01:54:50.737 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: address-group 2026-05-14 01:54:50.738 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: address-scope 2026-05-14 01:54:50.739 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-14 01:54:50.739 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: agent 2026-05-14 01:54:50.740 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: agent-resources-synced 2026-05-14 01:54:50.741 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-14 01:54:50.742 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-14 01:54:50.742 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: availability_zone 2026-05-14 01:54:50.743 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: availability_zone_filter 2026-05-14 01:54:50.743 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-14 01:54:50.744 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: default-subnetpools 2026-05-14 01:54:50.745 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-14 01:54:50.746 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: dns-integration 2026-05-14 01:54:50.746 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: dns-domain-ports 2026-05-14 01:54:50.747 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-14 01:54:50.747 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: dvr 2026-05-14 01:54:50.748 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-14 01:54:50.748 8 WARNING keystonemiddleware._common.config [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-14 01:54:50.748 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: empty-string-filtering 2026-05-14 01:54:50.749 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 01:54:50.750 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-14 01:54:50.750 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: external-net 2026-05-14 01:54:50.751 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-14 01:54:50.751 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: extraroute 2026-05-14 01:54:50.752 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: extraroute-atomic 2026-05-14 01:54:50.753 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-14 01:54:50.753 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-14 01:54:50.754 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-14 01:54:50.754 8 WARNING oslo_config.cfg [None req-44247e31-0f60-423a-a7c3-6c411ab3f96c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-14 01:54:50.755 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-14 01:54:50.755 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: fip-port-details 2026-05-14 01:54:50.757 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: flavors WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fbc3bdc4668 pid: 8 (default app) 2026-05-14 01:54:50.758 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-14 01:54:50.758 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: floatingip-pools 2026-05-14 01:54:50.759 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: ip_allocation 2026-05-14 01:54:50.759 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-14 01:54:50.760 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: l2_adjacency 2026-05-14 01:54:50.761 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: router 2026-05-14 01:54:50.763 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 01:54:50.763 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-14 01:54:50.764 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-14 01:54:50.764 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: ext-gw-mode 2026-05-14 01:54:50.765 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: l3-ha 2026-05-14 01:54:50.765 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-14 01:54:50.766 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-14 01:54:50.766 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: l3-flavors 2026-05-14 01:54:50.767 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-14 01:54:50.768 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-14 01:54:50.770 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-14 01:54:50.771 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-14 01:54:50.772 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-14 01:54:50.773 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-14 01:54:50.774 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-14 01:54:50.774 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: multi-provider 2026-05-14 01:54:50.775 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: net-mtu 2026-05-14 01:54:50.775 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: net-mtu-writable 2026-05-14 01:54:50.776 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: network_availability_zone 2026-05-14 01:54:50.776 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: network_ha 2026-05-14 01:54:50.777 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: network-ip-availability 2026-05-14 01:54:50.778 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-14 01:54:50.778 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: pagination 2026-05-14 01:54:50.779 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-device-profile 2026-05-14 01:54:50.779 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-14 01:54:50.780 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-14 01:54:50.780 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-14 01:54:50.781 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-mac-override 2026-05-14 01:54:50.781 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-14 01:54:50.782 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-14 01:54:50.782 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-14 01:54:50.783 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-resource-request 2026-05-14 01:54:50.783 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-14 01:54:50.784 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-14 01:54:50.784 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: binding 2026-05-14 01:54:50.785 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: binding-extended 2026-05-14 01:54:50.785 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-security 2026-05-14 01:54:50.786 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: project-id 2026-05-14 01:54:50.787 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: provider 2026-05-14 01:54:50.787 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-14 01:54:50.790 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos 2026-05-14 01:54:50.790 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-14 01:54:50.791 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-14 01:54:50.791 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-default 2026-05-14 01:54:50.792 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-fip 2026-05-14 01:54:50.792 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-14 01:54:50.793 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-14 01:54:50.793 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-14 01:54:50.794 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-14 01:54:50.794 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-14 01:54:50.795 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-pps 2026-05-14 01:54:50.796 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-14 01:54:50.796 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-14 01:54:50.797 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: qos-rules-alias 2026-05-14 01:54:50.797 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: quota-check-limit 2026-05-14 01:54:50.798 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-14 01:54:50.800 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: quotas 2026-05-14 01:54:50.801 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: quota_details 2026-05-14 01:54:50.802 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: rbac-policies 2026-05-14 01:54:50.803 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: rbac-address-group 2026-05-14 01:54:50.803 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: rbac-address-scope 2026-05-14 01:54:50.804 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: rbac-security-groups 2026-05-14 01:54:50.804 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-14 01:54:50.805 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: revision-if-match 2026-05-14 01:54:50.805 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-14 01:54:50.806 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: router_availability_zone 2026-05-14 01:54:50.806 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-14 01:54:50.808 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-14 01:54:50.808 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-14 01:54:50.809 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-14 01:54:50.809 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-14 01:54:50.810 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-14 01:54:50.810 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-14 01:54:50.815 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: security-group 2026-05-14 01:54:50.816 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: segment 2026-05-14 01:54:50.816 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-14 01:54:50.817 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: service-type 2026-05-14 01:54:50.817 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: sorting 2026-05-14 01:54:50.818 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: standard-attr-segment 2026-05-14 01:54:50.819 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: standard-attr-description 2026-05-14 01:54:50.820 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: stateful-security-group 2026-05-14 01:54:50.820 7 WARNING neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-14 01:54:50.820 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-14 01:54:50.821 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: subnet-external-network 2026-05-14 01:54:50.821 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: subnet_onboard 2026-05-14 01:54:50.822 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-14 01:54:50.822 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: subnet-service-types 2026-05-14 01:54:50.823 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: subnet_allocation 2026-05-14 01:54:50.825 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-14 01:54:50.825 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: tag-creation 2026-05-14 01:54:50.826 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-14 01:54:50.830 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: standard-attr-tag 2026-05-14 01:54:50.830 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-14 01:54:50.831 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: trunk 2026-05-14 01:54:50.832 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: trunk-details 2026-05-14 01:54:50.832 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-14 01:54:50.832 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-14 01:54:50.833 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-14 01:54:50.834 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-14 01:54:50.835 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-14 01:54:50.836 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-14 01:54:50.837 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: vpn-flavors 2026-05-14 01:54:50.839 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: vpnaas 2026-05-14 01:54:50.840 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: taas 2026-05-14 01:54:50.841 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: tap-mirror 2026-05-14 01:54:50.841 7 INFO neutron.api.extensions [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-14 01:54:50.844 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-14 01:54:50.844 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-14 01:54:50.844 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.844 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-14 01:54:50.847 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 01:54:50.848 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 01:54:50.852 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 01:54:50.853 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 01:54:50.853 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 01:54:50.854 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.854 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.855 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.855 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.855 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 01:54:50.855 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.856 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.856 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 01:54:50.857 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 01:54:50.857 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 01:54:50.857 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.858 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ipsecpolicy is already registered 2026-05-14 01:54:50.858 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.858 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ikepolicy is already registered 2026-05-14 01:54:50.863 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 01:54:50.863 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] router is already registered 2026-05-14 01:54:50.863 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 01:54:50.863 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] floatingip is already registered 2026-05-14 01:54:50.867 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 01:54:50.867 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] rbac_policy is already registered 2026-05-14 01:54:50.868 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 01:54:50.868 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] security_group is already registered 2026-05-14 01:54:50.868 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 01:54:50.868 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] security_group_rule is already registered 2026-05-14 01:54:50.869 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.869 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.870 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 01:54:50.870 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] subnetpool is already registered 2026-05-14 01:54:50.870 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 01:54:50.870 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] trunk is already registered 2026-05-14 01:54:50.871 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.871 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ikepolicy is already registered 2026-05-14 01:54:50.871 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.871 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ipsecpolicy is already registered 2026-05-14 01:54:50.872 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 01:54:50.872 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] endpoint_group is already registered 2026-05-14 01:54:50.872 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 01:54:50.872 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] vpnservice is already registered 2026-05-14 01:54:50.873 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 01:54:50.873 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ipsec_site_connection is already registered 2026-05-14 01:54:50.873 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 01:54:50.873 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ipsecpolicy is already registered 2026-05-14 01:54:50.874 7 INFO neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 01:54:50.874 7 WARNING neutron.quota.resource_registry [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] ikepolicy is already registered 2026-05-14 01:54:50.911 7 WARNING keystonemiddleware._common.config [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-14 01:54:50.918 7 WARNING oslo_config.cfg [None req-ee54f56c-004e-45ff-8aed-69fc57f8e185 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fbc3bdc4668 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-05-14 01:54:55.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39b930b6-fa26-4287-8f8b-7b6f7b854cb0 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:54:54 2026] GET /v2.0/networks/public => generated 108 bytes in 802 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.44 () {44 vars in 946 bytes} [Thu May 14 01:54:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 01:54:55.766 8 WARNING neutron.services.revisions.revision_plugin [None req-afd42159-d25c-4e42-8177-bfedc9344257 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:54:55.787 8 INFO neutron.db.segments_db [None req-afd42159-d25c-4e42-8177-bfedc9344257 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment b1091ca1-173b-4b68-be66-1879e94a0f96 of type flat for network 51ec0c93-b495-40e8-a928-07979d14567d 2026-05-14 01:54:55.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afd42159-d25c-4e42-8177-bfedc9344257 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:54:55 2026] POST /v2.0/networks => generated 124 bytes in 435 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 01:55:01.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d414ed32-c70e-4957-89d0-3fcc17c0be3c 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:01 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.44 () {44 vars in 946 bytes} [Thu May 14 01:55:01 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-05-14 01:55:01.765 8 WARNING neutron.services.revisions.revision_plugin [None req-09c849f1-0eb5-4979-aa64-9d76592b3b8b 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:55:01.782 8 INFO neutron.db.segments_db [None req-09c849f1-0eb5-4979-aa64-9d76592b3b8b 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment 332d084a-2676-42e3-b061-37cb4ae8f450 of type flat for network 73c173e3-6512-4a2f-8f54-e3b50c2e73dc 2026-05-14 01:55:01.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09c849f1-0eb5-4979-aa64-9d76592b3b8b 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:55:01 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 01:55:08.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-902ae214-2f0e-4f76-b8b7-6a4a2a49033b 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:07 2026] GET /v2.0/networks/public => generated 108 bytes in 385 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.44 () {44 vars in 946 bytes} [Thu May 14 01:55:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 01:55:08.291 7 WARNING neutron.services.revisions.revision_plugin [None req-fc19611e-5374-40a6-8c6b-23fc8272b1ec 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:55:08.319 7 INFO neutron.db.segments_db [None req-fc19611e-5374-40a6-8c6b-23fc8272b1ec 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment 99d52bae-00b8-461c-bad3-b3baa5bc0d01 of type flat for network 11cce4cd-5a95-44c3-b067-2a413193fa95 2026-05-14 01:55:08.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc19611e-5374-40a6-8c6b-23fc8272b1ec 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:55:08 2026] POST /v2.0/networks => generated 124 bytes in 327 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 01:55:14.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27fe9d1d-b0ae-404c-96d6-d13899302fdb 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:14 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.44 () {44 vars in 946 bytes} [Thu May 14 01:55:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 01:55:14.312 7 WARNING neutron.services.revisions.revision_plugin [None req-e901b48e-a6b1-41a9-916b-7c2fac57b0d7 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:55:14.333 7 INFO neutron.db.segments_db [None req-e901b48e-a6b1-41a9-916b-7c2fac57b0d7 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment 98f1508f-6fce-4b36-af03-8f1138cdbc9c of type flat for network e8773970-4ae8-4511-89e9-2b9e19a2397a 2026-05-14 01:55:14.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e901b48e-a6b1-41a9-916b-7c2fac57b0d7 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:55:14 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 01:55:20.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d78d4086-a2f5-422f-b080-fb87467141a2 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:20 2026] GET /v2.0/networks/public => generated 108 bytes in 42 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.44 () {44 vars in 946 bytes} [Thu May 14 01:55:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 01:55:20.280 8 WARNING neutron.services.revisions.revision_plugin [None req-a5dcfecc-25dc-4634-acf7-416c13a04597 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:55:20.299 8 INFO neutron.db.segments_db [None req-a5dcfecc-25dc-4634-acf7-416c13a04597 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment c4d4cfab-5e9a-4217-8d81-709da30ed867 of type flat for network dee65426-0d90-421b-8019-7f0e807b6783 2026-05-14 01:55:20.323 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5dcfecc-25dc-4634-acf7-416c13a04597 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:55:20 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 01:55:26.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9697c593-e25a-4022-9d23-07c5b7bec509 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:26 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.44 () {44 vars in 946 bytes} [Thu May 14 01:55:26 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-05-14 01:55:26.254 7 WARNING neutron.services.revisions.revision_plugin [None req-26f0d7a7-1f3c-4624-9c05-3f5f254a1369 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:55:26.268 7 INFO neutron.db.segments_db [None req-26f0d7a7-1f3c-4624-9c05-3f5f254a1369 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment 762bce57-a166-4fe4-99f2-dae641b2889e of type flat for network 8a84462d-836b-49b0-a561-5c8e005ab841 2026-05-14 01:55:26.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26f0d7a7-1f3c-4624-9c05-3f5f254a1369 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:55:26 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 01:55:32.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2e0c48e-20de-484d-b874-8f4cb285204f 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:32 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.44 () {44 vars in 946 bytes} [Thu May 14 01:55:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 01:55:32.272 7 WARNING neutron.services.revisions.revision_plugin [None req-f8dec300-ab5c-4816-848f-8515157e97bb 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Could not find related network for resource to bump revision. 2026-05-14 01:55:32.288 7 INFO neutron.db.segments_db [None req-f8dec300-ab5c-4816-848f-8515157e97bb 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment 7ac19a93-8827-4bb4-8794-3e30618b7b4e of type flat for network d6111e73-ff92-4a06-b604-ae06f9b40b42 [pid: 7|app: 0|req: 12/26] 199.204.45.44 () {48 vars in 964 bytes} [Thu May 14 01:55:32 2026] POST /v2.0/networks => generated 706 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 01:55:33.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a419b7a-2e11-4d1f-be12-fd18d56c8248 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.44 () {44 vars in 924 bytes} [Thu May 14 01:55:33 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.44 () {44 vars in 946 bytes} [Thu May 14 01:55:33 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 01:55:33.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbf5c2aa-2fcb-4f24-9ccf-d1e1814ff881 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.44 () {44 vars in 1031 bytes} [Thu May 14 01:55:33 2026] GET /v2.0/subnets/public-subnet?network_id=d6111e73-ff92-4a06-b604-ae06f9b40b42 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.44 () {44 vars in 1054 bytes} [Thu May 14 01:55:33 2026] GET /v2.0/subnets?name=public-subnet&network_id=d6111e73-ff92-4a06-b604-ae06f9b40b42 => 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: 17/31] 199.204.45.44 () {48 vars in 962 bytes} [Thu May 14 01:55:33 2026] POST /v2.0/subnets => generated 664 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 02:00:22.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f59a652-f71a-4482-982e-cbcb2669dc46 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.44 () {44 vars in 934 bytes} [Thu May 14 02:00:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 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.44 () {44 vars in 956 bytes} [Thu May 14 02:00:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 02:00:22.235 7 INFO neutron.db.segments_db [None req-11c24c89-ff9e-413f-baa8-83b777984579 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] Added segment cede5ff1-4447-4ef0-8584-c4dcc663aad9 of type vxlan for network 8f3892ab-2240-43d1-ad73-2940e45c3a2f [pid: 7|app: 0|req: 35/72] 199.204.45.44 () {48 vars in 963 bytes} [Thu May 14 02:00:22 2026] POST /v2.0/networks => generated 688 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 02:00:23.229 8 INFO neutron.pecan_wsgi.hooks.translation [None req-570cea40-4194-4161-9af5-0dfcdafb783c 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.204.45.44 () {44 vars in 934 bytes} [Thu May 14 02:00:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.44 () {44 vars in 956 bytes} [Thu May 14 02:00:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 02:00:23.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7306756-08e0-4397-a002-da9766a073ee 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/75] 199.204.45.44 () {44 vars in 1033 bytes} [Thu May 14 02:00:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8f3892ab-2240-43d1-ad73-2940e45c3a2f => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.44 () {44 vars in 1056 bytes} [Thu May 14 02:00:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8f3892ab-2240-43d1-ad73-2940e45c3a2f => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.44 () {48 vars in 962 bytes} [Thu May 14 02:00:23 2026] POST /v2.0/subnets => generated 651 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 02:00:24.652 7 INFO neutron.api.v2.resource [None req-a9405b4c-68cf-40b5-924c-f4eee7d6df0b 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/78] 199.204.45.44 () {44 vars in 968 bytes} [Thu May 14 02:00:24 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: 41/79] 199.204.45.44 () {44 vars in 990 bytes} [Thu May 14 02:00:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.44 () {48 vars in 977 bytes} [Thu May 14 02:00:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:25 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 1616 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:25 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:25 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:00:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:26 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:26 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:26 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:00:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:27 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:27 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 2846 bytes in 27 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.44 () {44 vars in 998 bytes} [Thu May 14 02:00:28 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:00:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:29 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:29 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:29 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 3462 bytes in 19 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.44 () {48 vars in 988 bytes} [Thu May 14 02:00:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:30 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:30 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:30 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:00:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.44 () {44 vars in 984 bytes} [Thu May 14 02:00:31 2026] GET /v2.0/networks/8f3892ab-2240-43d1-ad73-2940e45c3a2f => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 02:00:31.478 8 INFO neutron.pecan_wsgi.hooks.translation [None req-511a8778-c556-4274-b6a4-11c71af9d376 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/104] 199.204.45.44 () {44 vars in 1073 bytes} [Thu May 14 02:00:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8f3892ab-2240-43d1-ad73-2940e45c3a2f => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/105] 199.204.45.44 () {44 vars in 1096 bytes} [Thu May 14 02:00:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8f3892ab-2240-43d1-ad73-2940e45c3a2f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:31 2026] GET /v2.0/security-groups/9524b977-c284-44ac-80c0-55cd781002ee => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.204.45.44 () {48 vars in 958 bytes} [Thu May 14 02:00:31 2026] POST /v2.0/ports => generated 1100 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 02:00:39.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68091441-e299-4e33-803e-bff75885878d 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/108] 199.204.45.44 () {44 vars in 976 bytes} [Thu May 14 02:00:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 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: 54/109] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 69 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.44 () {48 vars in 1028 bytes} [Thu May 14 02:00:39 2026] PUT /v2.0/ports/d12187c3-4422-4b51-b33a-74c362dd5cca => generated 1249 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.44 () {44 vars in 917 bytes} [Thu May 14 02:00:41 2026] GET /v2.0/ports => generated 3730 bytes in 280 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-05-14 02:00:42.502 8 INFO neutron.api.v2.resource [None req-8d04d323-5ee3-4ffc-af81-36ebf79f5e4a 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/114] 199.204.45.44 () {44 vars in 956 bytes} [Thu May 14 02:00:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.44 () {44 vars in 978 bytes} [Thu May 14 02:00:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.44 () {48 vars in 977 bytes} [Thu May 14 02:00:42 2026] POST /v2.0/security-groups => generated 1610 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:43 2026] GET /v2.0/security-groups/062d9236-57a9-43eb-97d0-bee6c49f1078 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:43 2026] GET /v2.0/security-groups/062d9236-57a9-43eb-97d0-bee6c49f1078 => generated 1610 bytes in 21 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.44 () {44 vars in 998 bytes} [Thu May 14 02:00:43 2026] GET /v2.0/security-groups/062d9236-57a9-43eb-97d0-bee6c49f1078 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:00:43 2026] POST /v2.0/security-group-rules => generated 623 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:44 2026] GET /v2.0/security-groups/062d9236-57a9-43eb-97d0-bee6c49f1078 => generated 2246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/122] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:44 2026] GET /v2.0/security-groups/062d9236-57a9-43eb-97d0-bee6c49f1078 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/123] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:00:44 2026] GET /v2.0/security-groups/062d9236-57a9-43eb-97d0-bee6c49f1078 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/124] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:00:44 2026] POST /v2.0/security-group-rules => generated 627 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/133] 199.204.45.44 () {44 vars in 972 bytes} [Thu May 14 02:01:50 2026] GET /v2.0/quotas/956928ff88554ef8874ebec96c18bc75 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/134] 199.204.45.44 () {48 vars in 1024 bytes} [Thu May 14 02:01:50 2026] PUT /v2.0/quotas/956928ff88554ef8874ebec96c18bc75 => generated 291 bytes in 27 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-05-14 02:04:10.659 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a60c2d1-22c2-4ff4-a71a-0a34a302665a 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.44 () {30 vars in 740 bytes} [Thu May 14 02:04:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 176 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: 7|app: 0|req: 76/154] 199.204.45.44 () {30 vars in 762 bytes} [Thu May 14 02:04:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 02:04:12.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-700d8607-df62-4607-8a9a-f933dc84cd9a 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/157] 199.204.45.44 () {30 vars in 740 bytes} [Thu May 14 02:04:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/158] 199.204.45.44 () {30 vars in 762 bytes} [Thu May 14 02:04:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 02:10:07.230 7 INFO neutron.api.v2.resource [None req-5b9a6a95-2368-4571-aab4-f3e807dc90a6 2b5afa6f5f63472db4efb0574c49b462 956928ff88554ef8874ebec96c18bc75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/205] 199.204.45.44 () {44 vars in 1071 bytes} [Thu May 14 02:10:07 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3d85b81148114a7583280d7090b6b6ca => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.44 () {44 vars in 1094 bytes} [Thu May 14 02:10:07 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3d85b81148114a7583280d7090b6b6ca => generated 23 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.44 () {48 vars in 978 bytes} [Thu May 14 02:10:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:08 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:10:08 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:08 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:10:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:09 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:10:09 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:09 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:10:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:10 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:10:10 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:11 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 2846 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:10:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:12 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.44 () {44 vars in 998 bytes} [Thu May 14 02:10:12 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.204.45.44 () {44 vars in 1085 bytes} [Thu May 14 02:10:12 2026] GET /v2.0/security-groups/85a73b77-dff3-443a-8725-134400bd5e1e?project_id=3d85b81148114a7583280d7090b6b6ca => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/225] 199.204.45.44 () {48 vars in 988 bytes} [Thu May 14 02:10:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/244] 199.204.45.44 () {30 vars in 739 bytes} [Thu May 14 02:12:29 2026] GET /v2.0/networks?tenant_id=3d85b81148114a7583280d7090b6b6ca&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 02:12:30.031 7 INFO neutron.db.segments_db [None req-f85f911e-c3da-4b3e-88c0-7b7fc3f01c6f dda43bd4defb441dac2b84d5c8f9c73a 3d85b81148114a7583280d7090b6b6ca - - 82c9156f4eab4f478a801c45cbe9582e 82c9156f4eab4f478a801c45cbe9582e] Added segment 39236c4c-f521-4b61-932f-7e7087ab7a45 of type vxlan for network 4e45780d-e97a-4733-90f1-9bc41cd33bf4 [pid: 7|app: 0|req: 121/245] 199.204.45.44 () {34 vars in 681 bytes} [Thu May 14 02:12:29 2026] POST /v2.0/networks => generated 699 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/246] 199.204.45.44 () {30 vars in 721 bytes} [Thu May 14 02:12:30 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.204.45.44 () {30 vars in 632 bytes} [Thu May 14 02:12:30 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.204.45.44 () {34 vars in 676 bytes} [Thu May 14 02:12:30 2026] POST /v2.0/ports => generated 999 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/249] 199.204.45.44 () {30 vars in 702 bytes} [Thu May 14 02:12:30 2026] GET /v2.0/networks/4e45780d-e97a-4733-90f1-9bc41cd33bf4 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/250] 199.204.45.44 () {30 vars in 721 bytes} [Thu May 14 02:12:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/251] 199.204.45.44 () {30 vars in 702 bytes} [Thu May 14 02:12:32 2026] GET /v2.0/networks/4e45780d-e97a-4733-90f1-9bc41cd33bf4 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/254] 199.204.45.44 () {44 vars in 972 bytes} [Thu May 14 02:12:42 2026] GET /v2.0/quotas/3d85b81148114a7583280d7090b6b6ca => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/255] 199.204.45.44 () {48 vars in 1024 bytes} [Thu May 14 02:12:42 2026] PUT /v2.0/quotas/3d85b81148114a7583280d7090b6b6ca => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)