+ 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 28 01:26:36 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7dcbcd5897-7rsq6 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 0x7ff65b1fa668 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-28 01:26:40.411 7 INFO neutron.common.config [-] Logging enabled! 2026-05-28 01:26:40.411 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 01:26:40.444 8 INFO neutron.common.config [-] Logging enabled! 2026-05-28 01:26:40.444 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 01:26:41.494 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 01:26:41.520 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 01:26:42.998 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 01:26:43.000 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 01:26:43.004 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 01:26:43.005 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 01:26:43.005 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 01:26:43.005 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 01:26:43.006 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:26:43.013 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:26:43.013 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:26:43.013 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 01:26:43.036 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 01:26:43.037 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 01:26:43.037 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 01:26:43.066 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 01:26:43.066 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 01:26:43.066 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 01:26:43.066 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 01:26:43.122 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 01:26:43.124 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 01:26:43.128 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 01:26:43.129 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 01:26:43.130 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 01:26:43.130 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 01:26:43.130 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:26:43.139 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:26:43.140 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:26:43.140 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 01:26:43.167 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 01:26:43.168 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 01:26:43.168 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 01:26:43.197 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 01:26:43.198 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 01:26:43.198 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 01:26:43.198 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 01:26:43.388 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing driver for type 'vlan' 2026-05-28 01:26:43.501 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 01:26:43.679 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] VlanTypeDriver initialization complete 2026-05-28 01:26:43.679 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 01:26:43.679 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 01:26:43.693 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 01:26:43.693 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 01:26:43.693 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing extension driver 'port_security' 2026-05-28 01:26:43.694 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 01:26:43.694 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing extension driver 'qos' 2026-05-28 01:26:43.694 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 01:26:43.694 7 INFO neutron.plugins.ml2.managers [None req-a6877085-5b54-4b0e-9f77-c9054ac1282c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 01:26:43.706 7 INFO neutron.quota [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded quota_driver: . 2026-05-28 01:26:43.706 7 INFO neutron.plugins.ml2.plugin [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 01:26:43.707 7 INFO neutron.plugins.ml2.managers [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 01:26:43.707 7 INFO neutron.plugins.ml2.managers [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 01:26:43.707 7 INFO neutron.plugins.ml2.managers [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 01:26:43.707 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: qos 2026-05-28 01:26:43.720 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: router 2026-05-28 01:26:43.769 7 INFO neutron.services.service_base [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 01:26:43.769 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: segments 2026-05-28 01:26:43.791 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 01:26:43.791 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 01:26:43.792 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 01:26:43.803 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 01:26:43.803 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 01:26:43.803 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 01:26:43.804 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 01:26:43.804 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing extension driver 'qos' 2026-05-28 01:26:43.804 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 01:26:43.804 8 INFO neutron.plugins.ml2.managers [None req-f7c83c8c-8b43-439a-97c8-ed35f96a0197 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 01:26:43.819 8 INFO neutron.quota [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded quota_driver: . 2026-05-28 01:26:43.819 8 INFO neutron.plugins.ml2.plugin [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 01:26:43.819 8 INFO neutron.plugins.ml2.managers [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 01:26:43.819 8 INFO neutron.plugins.ml2.managers [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 01:26:43.819 8 INFO neutron.plugins.ml2.managers [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 01:26:43.820 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: qos 2026-05-28 01:26:43.833 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: router 2026-05-28 01:26:43.869 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: trunk 2026-05-28 01:26:43.879 8 INFO neutron.services.service_base [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 01:26:43.879 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: segments 2026-05-28 01:26:43.883 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: vpnaas 2026-05-28 01:26:43.922 7 WARNING stevedore.named [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 01:26:43.981 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: trunk 2026-05-28 01:26:43.993 7 INFO neutron_vpnaas.services.vpn.plugin [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 01:26:43.994 7 INFO neutron.common.utils [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 01:26:43.994 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: taas 2026-05-28 01:26:43.997 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: vpnaas 2026-05-28 01:26:44.028 7 WARNING stevedore.named [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 01:26:44.028 7 WARNING stevedore.named [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 01:26:44.039 8 WARNING stevedore.named [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 01:26:44.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:26:44.054 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: tapmirror 2026-05-28 01:26:44.068 7 WARNING stevedore.named [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 01:26:44.068 7 WARNING stevedore.named [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 01:26:44.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:26:44.083 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: auto_allocate 2026-05-28 01:26:44.091 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: tag 2026-05-28 01:26:44.100 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: timestamp 2026-05-28 01:26:44.103 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 01:26:44.108 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: flavors 2026-05-28 01:26:44.111 7 INFO neutron.manager [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loading Plugin: revisions 2026-05-28 01:26:44.114 8 INFO neutron_vpnaas.services.vpn.plugin [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 01:26:44.115 8 INFO neutron.common.utils [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 01:26:44.115 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: taas 2026-05-28 01:26:44.115 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Initializing extension manager. 2026-05-28 01:26:44.117 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: address-group 2026-05-28 01:26:44.118 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: address-scope 2026-05-28 01:26:44.118 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 01:26:44.119 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: agent 2026-05-28 01:26:44.120 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 01:26:44.121 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 01:26:44.122 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 01:26:44.123 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: availability_zone 2026-05-28 01:26:44.123 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 01:26:44.124 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 01:26:44.125 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: default-subnetpools 2026-05-28 01:26:44.127 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 01:26:44.127 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: dns-integration 2026-05-28 01:26:44.128 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 01:26:44.128 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 01:26:44.129 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: dvr 2026-05-28 01:26:44.130 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 01:26:44.130 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 01:26:44.131 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:26:44.132 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 01:26:44.132 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: external-net 2026-05-28 01:26:44.133 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 01:26:44.134 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: extraroute 2026-05-28 01:26:44.134 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 01:26:44.135 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 01:26:44.135 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 01:26:44.136 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 01:26:44.137 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 01:26:44.137 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: fip-port-details 2026-05-28 01:26:44.138 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: flavors 2026-05-28 01:26:44.139 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 01:26:44.140 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: floatingip-pools 2026-05-28 01:26:44.140 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: ip_allocation 2026-05-28 01:26:44.141 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 01:26:44.141 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: l2_adjacency 2026-05-28 01:26:44.143 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: router 2026-05-28 01:26:44.144 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:26:44.145 8 WARNING stevedore.named [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 01:26:44.145 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 01:26:44.145 8 WARNING stevedore.named [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 01:26:44.146 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 01:26:44.146 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 01:26:44.147 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: l3-ha 2026-05-28 01:26:44.147 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:26:44.148 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 01:26:44.149 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: l3-flavors 2026-05-28 01:26:44.149 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:26:44.150 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 01:26:44.152 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 01:26:44.154 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 01:26:44.155 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 01:26:44.156 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 01:26:44.157 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 01:26:44.158 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: multi-provider 2026-05-28 01:26:44.158 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: net-mtu 2026-05-28 01:26:44.159 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 01:26:44.160 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: network_availability_zone 2026-05-28 01:26:44.160 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: network_ha 2026-05-28 01:26:44.161 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: network-ip-availability 2026-05-28 01:26:44.163 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 01:26:44.163 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: pagination 2026-05-28 01:26:44.164 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-device-profile 2026-05-28 01:26:44.164 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 01:26:44.165 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 01:26:44.166 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 01:26:44.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:26:44.166 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: tapmirror 2026-05-28 01:26:44.166 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-mac-override 2026-05-28 01:26:44.167 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 01:26:44.168 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 01:26:44.168 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 01:26:44.169 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-resource-request 2026-05-28 01:26:44.170 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 01:26:44.170 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 01:26:44.171 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: binding 2026-05-28 01:26:44.172 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: binding-extended 2026-05-28 01:26:44.172 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-security 2026-05-28 01:26:44.173 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: project-id 2026-05-28 01:26:44.174 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: provider 2026-05-28 01:26:44.175 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 01:26:44.177 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos 2026-05-28 01:26:44.178 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 01:26:44.179 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 01:26:44.179 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-default 2026-05-28 01:26:44.180 8 WARNING stevedore.named [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 01:26:44.180 8 WARNING stevedore.named [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 01:26:44.180 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-fip 2026-05-28 01:26:44.181 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 01:26:44.182 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 01:26:44.183 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 01:26:44.184 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 01:26:44.184 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 01:26:44.185 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-pps 2026-05-28 01:26:44.186 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 01:26:44.187 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 01:26:44.187 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 01:26:44.188 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: quota-check-limit 2026-05-28 01:26:44.189 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 01:26:44.192 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: quotas 2026-05-28 01:26:44.193 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: quota_details 2026-05-28 01:26:44.195 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: rbac-policies 2026-05-28 01:26:44.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:26:44.195 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 01:26:44.196 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: rbac-address-group 2026-05-28 01:26:44.196 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 01:26:44.197 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 01:26:44.198 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 01:26:44.199 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: revision-if-match 2026-05-28 01:26:44.200 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 01:26:44.200 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: router_availability_zone 2026-05-28 01:26:44.201 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 01:26:44.203 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 01:26:44.203 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 01:26:44.203 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: tag 2026-05-28 01:26:44.204 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 01:26:44.204 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 01:26:44.205 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 01:26:44.205 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 01:26:44.210 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: security-group 2026-05-28 01:26:44.212 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: timestamp 2026-05-28 01:26:44.211 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: segment 2026-05-28 01:26:44.213 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 01:26:44.214 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: service-type 2026-05-28 01:26:44.215 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: sorting 2026-05-28 01:26:44.215 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 01:26:44.215 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 01:26:44.216 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: standard-attr-description 2026-05-28 01:26:44.217 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: stateful-security-group 2026-05-28 01:26:44.217 7 WARNING neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 01:26:44.218 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 01:26:44.219 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: subnet-external-network 2026-05-28 01:26:44.219 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: flavors 2026-05-28 01:26:44.219 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: subnet_onboard 2026-05-28 01:26:44.220 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 01:26:44.220 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: subnet-service-types 2026-05-28 01:26:44.221 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: subnet_allocation 2026-05-28 01:26:44.222 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 01:26:44.222 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: tag-creation 2026-05-28 01:26:44.223 8 INFO neutron.manager [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loading Plugin: revisions 2026-05-28 01:26:44.223 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 01:26:44.226 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Initializing extension manager. 2026-05-28 01:26:44.227 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: address-group 2026-05-28 01:26:44.228 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 01:26:44.228 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: address-scope 2026-05-28 01:26:44.229 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 01:26:44.229 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 01:26:44.230 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: trunk 2026-05-28 01:26:44.230 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: agent 2026-05-28 01:26:44.230 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 01:26:44.230 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: trunk-details 2026-05-28 01:26:44.231 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 01:26:44.231 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 01:26:44.231 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 01:26:44.232 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 01:26:44.232 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 01:26:44.233 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: availability_zone 2026-05-28 01:26:44.233 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 01:26:44.233 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 01:26:44.234 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 01:26:44.235 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 01:26:44.235 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 01:26:44.236 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 01:26:44.236 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 01:26:44.237 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: dns-integration 2026-05-28 01:26:44.237 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: vpn-flavors 2026-05-28 01:26:44.237 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 01:26:44.238 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 01:26:44.238 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: dvr 2026-05-28 01:26:44.239 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 01:26:44.239 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: vpnaas 2026-05-28 01:26:44.240 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 01:26:44.240 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:26:44.241 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 01:26:44.241 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: taas 2026-05-28 01:26:44.241 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: external-net 2026-05-28 01:26:44.242 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 01:26:44.242 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: tap-mirror 2026-05-28 01:26:44.242 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: extraroute 2026-05-28 01:26:44.243 7 INFO neutron.api.extensions [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 01:26:44.243 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 01:26:44.244 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 01:26:44.244 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 01:26:44.245 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 01:26:44.245 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 01:26:44.246 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 01:26:44.246 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: fip-port-details 2026-05-28 01:26:44.246 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 01:26:44.246 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.246 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 01:26:44.247 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: flavors 2026-05-28 01:26:44.248 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 01:26:44.249 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 01:26:44.249 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: ip_allocation 2026-05-28 01:26:44.250 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 01:26:44.250 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:26:44.250 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 01:26:44.250 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:26:44.251 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: router 2026-05-28 01:26:44.253 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:26:44.253 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 01:26:44.254 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 01:26:44.254 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 01:26:44.255 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: l3-ha 2026-05-28 01:26:44.255 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:26:44.255 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:26:44.256 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 01:26:44.256 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:26:44.256 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: l3-flavors 2026-05-28 01:26:44.257 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:26:44.257 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:26:44.258 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 01:26:44.258 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.258 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.258 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.259 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.259 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:26:44.260 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.260 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 01:26:44.260 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.260 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:26:44.261 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:26:44.261 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 01:26:44.262 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:26:44.262 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 01:26:44.262 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.262 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ipsecpolicy is already registered 2026-05-28 01:26:44.263 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.263 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ikepolicy is already registered 2026-05-28 01:26:44.263 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 01:26:44.264 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 01:26:44.264 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: multi-provider 2026-05-28 01:26:44.265 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: net-mtu 2026-05-28 01:26:44.265 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 01:26:44.266 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 01:26:44.266 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: network_ha 2026-05-28 01:26:44.267 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 01:26:44.268 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:26:44.268 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] router is already registered 2026-05-28 01:26:44.268 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 01:26:44.268 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: pagination 2026-05-28 01:26:44.269 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:26:44.269 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] floatingip is already registered 2026-05-28 01:26:44.269 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-device-profile 2026-05-28 01:26:44.269 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 01:26:44.270 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 01:26:44.270 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 01:26:44.271 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-mac-override 2026-05-28 01:26:44.271 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 01:26:44.272 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 01:26:44.273 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 01:26:44.273 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-resource-request 2026-05-28 01:26:44.274 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:26:44.274 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 01:26:44.274 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] rbac_policy is already registered 2026-05-28 01:26:44.274 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 01:26:44.275 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: binding 2026-05-28 01:26:44.275 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:26:44.275 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] security_group is already registered 2026-05-28 01:26:44.275 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:26:44.276 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: binding-extended 2026-05-28 01:26:44.276 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] security_group_rule is already registered 2026-05-28 01:26:44.276 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-security 2026-05-28 01:26:44.277 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: project-id 2026-05-28 01:26:44.277 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.277 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: provider 2026-05-28 01:26:44.277 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.278 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.278 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 01:26:44.278 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.278 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:26:44.279 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] trunk is already registered 2026-05-28 01:26:44.279 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.279 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ikepolicy is already registered 2026-05-28 01:26:44.280 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos 2026-05-28 01:26:44.280 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.280 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ipsecpolicy is already registered 2026-05-28 01:26:44.280 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 01:26:44.281 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:26:44.281 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] endpoint_group is already registered 2026-05-28 01:26:44.281 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 01:26:44.281 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-default 2026-05-28 01:26:44.281 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:26:44.282 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] vpnservice is already registered 2026-05-28 01:26:44.282 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-fip 2026-05-28 01:26:44.282 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:26:44.282 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ipsec_site_connection is already registered 2026-05-28 01:26:44.282 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 01:26:44.283 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 01:26:44.283 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.283 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ipsecpolicy is already registered 2026-05-28 01:26:44.283 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 01:26:44.284 7 INFO neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.284 7 WARNING neutron.quota.resource_registry [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] ikepolicy is already registered 2026-05-28 01:26:44.284 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 01:26:44.285 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 01:26:44.285 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-pps 2026-05-28 01:26:44.286 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 01:26:44.286 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 01:26:44.287 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 01:26:44.287 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 01:26:44.288 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 01:26:44.290 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: quotas 2026-05-28 01:26:44.291 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: quota_details 2026-05-28 01:26:44.293 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: rbac-policies 2026-05-28 01:26:44.293 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 01:26:44.294 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 01:26:44.294 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 01:26:44.295 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 01:26:44.296 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: revision-if-match 2026-05-28 01:26:44.296 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 01:26:44.297 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 01:26:44.297 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 01:26:44.299 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 01:26:44.299 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 01:26:44.300 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 01:26:44.300 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 01:26:44.301 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 01:26:44.301 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 01:26:44.306 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: security-group 2026-05-28 01:26:44.310 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: segment 2026-05-28 01:26:44.310 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 01:26:44.311 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: service-type 2026-05-28 01:26:44.312 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: sorting 2026-05-28 01:26:44.312 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 01:26:44.313 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 01:26:44.313 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 01:26:44.314 8 WARNING neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 01:26:44.315 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 01:26:44.315 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 01:26:44.316 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 01:26:44.316 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 01:26:44.317 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 01:26:44.317 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 01:26:44.318 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 01:26:44.318 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: tag-creation 2026-05-28 01:26:44.319 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 01:26:44.323 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 01:26:44.324 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 01:26:44.324 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: trunk 2026-05-28 01:26:44.325 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: trunk-details 2026-05-28 01:26:44.325 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 01:26:44.326 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 01:26:44.326 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 01:26:44.327 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 01:26:44.330 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 01:26:44.330 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 01:26:44.331 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 01:26:44.333 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: vpnaas 2026-05-28 01:26:44.333 7 WARNING keystonemiddleware._common.config [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 01:26:44.334 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: taas 2026-05-28 01:26:44.335 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: tap-mirror 2026-05-28 01:26:44.336 8 INFO neutron.api.extensions [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 01:26:44.338 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 01:26:44.339 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 01:26:44.339 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.339 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 01:26:44.341 7 WARNING oslo_config.cfg [None req-825bc33e-8626-439a-9a95-2620038af08c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-28 01:26:44.343 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:router WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ff65b1fa668 pid: 7 (default app) 2026-05-28 01:26:44.343 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:26:44.348 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:26:44.349 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:26:44.349 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:26:44.350 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.350 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.350 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.351 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.351 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:26:44.351 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.352 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.352 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:26:44.353 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:26:44.353 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:26:44.353 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.354 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ipsecpolicy is already registered 2026-05-28 01:26:44.354 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.354 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ikepolicy is already registered 2026-05-28 01:26:44.359 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:26:44.359 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] router is already registered 2026-05-28 01:26:44.359 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:26:44.359 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] floatingip is already registered 2026-05-28 01:26:44.363 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:26:44.363 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] rbac_policy is already registered 2026-05-28 01:26:44.364 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:26:44.364 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] security_group is already registered 2026-05-28 01:26:44.365 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:26:44.365 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] security_group_rule is already registered 2026-05-28 01:26:44.365 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.366 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.366 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:26:44.367 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] subnetpool is already registered 2026-05-28 01:26:44.368 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:26:44.368 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] trunk is already registered 2026-05-28 01:26:44.368 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.368 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ikepolicy is already registered 2026-05-28 01:26:44.369 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.369 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ipsecpolicy is already registered 2026-05-28 01:26:44.369 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:26:44.369 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] endpoint_group is already registered 2026-05-28 01:26:44.370 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:26:44.370 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] vpnservice is already registered 2026-05-28 01:26:44.370 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:26:44.370 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ipsec_site_connection is already registered 2026-05-28 01:26:44.371 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:26:44.371 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ipsecpolicy is already registered 2026-05-28 01:26:44.371 8 INFO neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:26:44.371 8 WARNING neutron.quota.resource_registry [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] ikepolicy is already registered 2026-05-28 01:26:44.408 8 WARNING keystonemiddleware._common.config [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 01:26:44.415 8 WARNING oslo_config.cfg [None req-c415515d-c860-43fa-a1e8-d466d76f2133 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ff65b1fa668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:26:49.683 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5806c787-9d41-47ac-aa7d-75fd57a38e10 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.227 () {44 vars in 928 bytes} [Thu May 28 01:26:48 2026] GET /v2.0/networks/public => generated 108 bytes in 847 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.227 () {44 vars in 950 bytes} [Thu May 28 01:26:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:26:50.450 7 WARNING neutron.services.revisions.revision_plugin [None req-f0811330-8688-45a5-aa8e-f56baa3990f2 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Could not find related network for resource to bump revision. 2026-05-28 01:26:50.471 7 INFO neutron.db.segments_db [None req-f0811330-8688-45a5-aa8e-f56baa3990f2 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Added segment 530c1db0-48b3-4799-8398-cbb71dd7b0dd of type flat for network 28a6914a-02a8-402d-a90d-992db17b9656 2026-05-28 01:26:50.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0811330-8688-45a5-aa8e-f56baa3990f2 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.227 () {48 vars in 968 bytes} [Thu May 28 01:26:50 2026] POST /v2.0/networks => generated 124 bytes in 478 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 01:26:56.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ee7427f-e773-4e13-a69d-a2e89be4c496 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.227 () {44 vars in 928 bytes} [Thu May 28 01:26:56 2026] GET /v2.0/networks/public => generated 108 bytes in 388 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.227 () {44 vars in 950 bytes} [Thu May 28 01:26:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:26:57.039 8 WARNING neutron.services.revisions.revision_plugin [None req-e595e413-bd6e-45cc-95ea-e26ad1fe1b0b 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Could not find related network for resource to bump revision. 2026-05-28 01:26:57.059 8 INFO neutron.db.segments_db [None req-e595e413-bd6e-45cc-95ea-e26ad1fe1b0b 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Added segment b532d74a-5f42-48b6-87e7-941c19f693bf of type flat for network a456852c-c65e-43cf-982d-4e08a1e4e99e 2026-05-28 01:26:57.113 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e595e413-bd6e-45cc-95ea-e26ad1fe1b0b 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.227 () {48 vars in 968 bytes} [Thu May 28 01:26:56 2026] POST /v2.0/networks => generated 124 bytes in 316 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 01:27:02.942 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51169ed0-7e90-432e-a16f-5cf7bfb92063 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.227 () {44 vars in 928 bytes} [Thu May 28 01:27:02 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.227 () {44 vars in 950 bytes} [Thu May 28 01:27:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:27:03.013 8 WARNING neutron.services.revisions.revision_plugin [None req-9c9d3926-7b0a-42dc-a38f-1428b316a267 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Could not find related network for resource to bump revision. 2026-05-28 01:27:03.035 8 INFO neutron.db.segments_db [None req-9c9d3926-7b0a-42dc-a38f-1428b316a267 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Added segment f7e733ea-951d-4357-9617-76c0b7c498ba of type flat for network 1f973573-e505-4de3-b76b-c6c9da66e4f6 2026-05-28 01:27:03.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c9d3926-7b0a-42dc-a38f-1428b316a267 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.227 () {48 vars in 968 bytes} [Thu May 28 01:27:02 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 01:27:08.936 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80e2db10-3ed8-4e88-abb5-78bd16664a68 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.227 () {44 vars in 928 bytes} [Thu May 28 01:27:08 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.227 () {44 vars in 950 bytes} [Thu May 28 01:27:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:27:09.013 7 WARNING neutron.services.revisions.revision_plugin [None req-8fb439c2-4bca-4268-a83b-b2f798438236 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Could not find related network for resource to bump revision. 2026-05-28 01:27:09.036 7 INFO neutron.db.segments_db [None req-8fb439c2-4bca-4268-a83b-b2f798438236 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Added segment 03ee138a-f0a0-4193-b3bd-b306a9778cf8 of type flat for network 6e1d58d0-3c53-42f4-bdc7-f2aedacb0ed8 2026-05-28 01:27:09.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fb439c2-4bca-4268-a83b-b2f798438236 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.227 () {48 vars in 968 bytes} [Thu May 28 01:27:08 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-28 01:27:14.934 7 INFO neutron.pecan_wsgi.hooks.translation [None req-626acb33-67a6-4401-a48a-61e55f82f577 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.227 () {44 vars in 928 bytes} [Thu May 28 01:27:14 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.227 () {44 vars in 950 bytes} [Thu May 28 01:27:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:27:15.010 7 WARNING neutron.services.revisions.revision_plugin [None req-330db40c-d852-4d61-b3af-6b80539b8baa 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Could not find related network for resource to bump revision. 2026-05-28 01:27:15.029 7 INFO neutron.db.segments_db [None req-330db40c-d852-4d61-b3af-6b80539b8baa 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Added segment 7f4087e2-945a-498f-ae39-e0e1e49eb16a of type flat for network ff7131bb-14ea-4ea2-9044-2c3a65336d5b [pid: 7|app: 0|req: 11/19] 199.204.45.227 () {48 vars in 968 bytes} [Thu May 28 01:27:14 2026] POST /v2.0/networks => generated 706 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:27:16.265 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b982a71-9fa6-4ea9-9030-f84d56eab9f5 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.227 () {44 vars in 928 bytes} [Thu May 28 01:27:16 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.227 () {44 vars in 950 bytes} [Thu May 28 01:27:16 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:27:16.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7355c51a-1198-41a4-bff2-2363d8428639 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.227 () {44 vars in 1035 bytes} [Thu May 28 01:27:16 2026] GET /v2.0/subnets/public-subnet?network_id=ff7131bb-14ea-4ea2-9044-2c3a65336d5b => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.204.45.227 () {44 vars in 1058 bytes} [Thu May 28 01:27:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=ff7131bb-14ea-4ea2-9044-2c3a65336d5b => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.227 () {48 vars in 966 bytes} [Thu May 28 01:27:16 2026] POST /v2.0/subnets => generated 664 bytes in 2769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:32:04.196 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c6b3696-0669-45db-a2de-d1988ba4b350 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/62] 199.204.45.227 () {44 vars in 938 bytes} [Thu May 28 01:32:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.227 () {44 vars in 960 bytes} [Thu May 28 01:32:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:32:04.278 7 INFO neutron.db.segments_db [None req-386fb231-cf3f-47c7-87bc-d48908e1ba13 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] Added segment a0450e4b-6711-450a-b594-fca3be53c35b of type vxlan for network 21b211db-0c2f-4abf-ac82-9dac515e14a1 [pid: 7|app: 0|req: 34/64] 199.204.45.227 () {48 vars in 967 bytes} [Thu May 28 01:32:04 2026] POST /v2.0/networks => generated 688 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:32:05.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15b12ed0-e858-4606-9c1a-203de82312ed 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/65] 199.204.45.227 () {44 vars in 938 bytes} [Thu May 28 01:32:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.227 () {44 vars in 960 bytes} [Thu May 28 01:32:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:32:05.332 8 INFO neutron.pecan_wsgi.hooks.translation [None req-accdc04a-c59b-4fd4-8989-8e7642ff4b3f 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.204.45.227 () {44 vars in 1037 bytes} [Thu May 28 01:32:05 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=21b211db-0c2f-4abf-ac82-9dac515e14a1 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.227 () {44 vars in 1060 bytes} [Thu May 28 01:32:05 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=21b211db-0c2f-4abf-ac82-9dac515e14a1 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.227 () {48 vars in 966 bytes} [Thu May 28 01:32:05 2026] POST /v2.0/subnets => generated 651 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:32:06.563 7 INFO neutron.api.v2.resource [None req-cb3653e9-4aca-436d-a5d4-aae72a273283 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.227 () {44 vars in 972 bytes} [Thu May 28 01:32:06 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.227 () {44 vars in 994 bytes} [Thu May 28 01:32:06 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: 38/72] 199.204.45.227 () {48 vars in 981 bytes} [Thu May 28 01:32:06 2026] POST /v2.0/security-groups => generated 1616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:07 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 1616 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:07 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:07 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:08 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:08 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:08 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:09 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:09 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:09 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:10 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 3462 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:10 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:10 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => 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: 46/88] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:11 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:11 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 4078 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:11 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.227 () {44 vars in 988 bytes} [Thu May 28 01:32:13 2026] GET /v2.0/networks/21b211db-0c2f-4abf-ac82-9dac515e14a1 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:32:13.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74f2907b-5a52-4528-8c4e-6a6cd97f7f87 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/94] 199.204.45.227 () {44 vars in 1077 bytes} [Thu May 28 01:32:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=21b211db-0c2f-4abf-ac82-9dac515e14a1 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.227 () {44 vars in 1100 bytes} [Thu May 28 01:32:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=21b211db-0c2f-4abf-ac82-9dac515e14a1 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:13 2026] GET /v2.0/security-groups/4e896613-8077-4044-b55c-56413d6676f2 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.227 () {48 vars in 962 bytes} [Thu May 28 01:32:13 2026] POST /v2.0/ports => generated 1096 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:32:20.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-842b6ade-7a1e-4401-ad21-22b204ab615a 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.204.45.227 () {44 vars in 980 bytes} [Thu May 28 01:32:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.227 () {48 vars in 1032 bytes} [Thu May 28 01:32:20 2026] PUT /v2.0/ports/597287a9-b851-480c-b653-7747fd0f15e8 => generated 1245 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.227 () {44 vars in 921 bytes} [Thu May 28 01:32:22 2026] GET /v2.0/ports => generated 3726 bytes in 81 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-28 01:32:23.816 8 INFO neutron.api.v2.resource [None req-f80275a8-52d4-43a3-8175-90d4ecdc8915 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 199.204.45.227 () {44 vars in 960 bytes} [Thu May 28 01:32:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.227 () {44 vars in 982 bytes} [Thu May 28 01:32:23 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.227 () {48 vars in 981 bytes} [Thu May 28 01:32:23 2026] POST /v2.0/security-groups => generated 1610 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:24 2026] GET /v2.0/security-groups/74f0e11d-449d-4189-9115-d8b4abb6a934 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:24 2026] GET /v2.0/security-groups/74f0e11d-449d-4189-9115-d8b4abb6a934 => 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: 56/109] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:24 2026] GET /v2.0/security-groups/74f0e11d-449d-4189-9115-d8b4abb6a934 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:24 2026] POST /v2.0/security-group-rules => generated 621 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:25 2026] GET /v2.0/security-groups/74f0e11d-449d-4189-9115-d8b4abb6a934 => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:25 2026] GET /v2.0/security-groups/74f0e11d-449d-4189-9115-d8b4abb6a934 => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:32:25 2026] GET /v2.0/security-groups/74f0e11d-449d-4189-9115-d8b4abb6a934 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:32:26 2026] POST /v2.0/security-group-rules => generated 625 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.204.45.227 () {44 vars in 976 bytes} [Thu May 28 01:33:27 2026] GET /v2.0/quotas/28f7fb315f3f4034acf3f35134fcaad1 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/124] 199.204.45.227 () {48 vars in 1028 bytes} [Thu May 28 01:33:28 2026] PUT /v2.0/quotas/28f7fb315f3f4034acf3f35134fcaad1 => generated 291 bytes in 37 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-28 01:35:59.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f06293da-88fe-453e-ae03-df380c3e8ade 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/147] 199.204.45.227 () {30 vars in 741 bytes} [Thu May 28 01:35:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/148] 199.204.45.227 () {30 vars in 763 bytes} [Thu May 28 01:35:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:36:01.012 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9530d560-4cf9-44ff-b917-cca497ad8730 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/149] 199.204.45.227 () {30 vars in 741 bytes} [Thu May 28 01:36:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/150] 199.204.45.227 () {30 vars in 763 bytes} [Thu May 28 01:36:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:42:44.487 8 INFO neutron.api.v2.resource [None req-8ce8eb90-b4d8-477a-83ee-84f517f74559 8555cfaccb5c4da0be690b5f99107f6f 28f7fb315f3f4034acf3f35134fcaad1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/205] 199.204.45.227 () {44 vars in 1075 bytes} [Thu May 28 01:42:44 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=862d4deb76bc43199268ae3681da57e0 => generated 139 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/206] 199.204.45.227 () {44 vars in 1098 bytes} [Thu May 28 01:42:44 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=862d4deb76bc43199268ae3681da57e0 => generated 23 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/207] 199.204.45.227 () {48 vars in 982 bytes} [Thu May 28 01:42:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/208] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:45 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/209] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:42:45 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:45 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:42:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:46 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:42:46 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d => 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/214] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:47 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:42:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:48 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 2846 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:42:48 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:48 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:42:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:49 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.227 () {44 vars in 1002 bytes} [Thu May 28 01:42:49 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.204.45.227 () {44 vars in 1089 bytes} [Thu May 28 01:42:49 2026] GET /v2.0/security-groups/75ac1162-135a-444c-b137-d0f84a868a9d?project_id=862d4deb76bc43199268ae3681da57e0 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.227 () {48 vars in 992 bytes} [Thu May 28 01:42:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/242] 199.204.45.227 () {30 vars in 740 bytes} [Thu May 28 01:45:07 2026] GET /v2.0/networks?tenant_id=862d4deb76bc43199268ae3681da57e0&shared=False => generated 15 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:45:07.354 8 INFO neutron.db.segments_db [None req-5ec5521a-f40c-464a-a976-a33b51f92fd9 e92076e4e0d547b2aed544c340d3c362 862d4deb76bc43199268ae3681da57e0 - - 1027e464912d40a1bf4ef6d580b052e0 1027e464912d40a1bf4ef6d580b052e0] Added segment 0245e7a0-28e1-4fff-8fd3-69fced0e9ab8 of type vxlan for network 312c99ab-c841-4b03-929e-463754f55038 [pid: 8|app: 0|req: 122/243] 199.204.45.227 () {34 vars in 682 bytes} [Thu May 28 01:45:07 2026] POST /v2.0/networks => generated 699 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 199.204.45.227 () {30 vars in 722 bytes} [Thu May 28 01:45:07 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.204.45.227 () {30 vars in 633 bytes} [Thu May 28 01:45:07 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.204.45.227 () {34 vars in 677 bytes} [Thu May 28 01:45:07 2026] POST /v2.0/ports => generated 999 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.204.45.227 () {30 vars in 703 bytes} [Thu May 28 01:45:08 2026] GET /v2.0/networks/312c99ab-c841-4b03-929e-463754f55038 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.204.45.227 () {30 vars in 722 bytes} [Thu May 28 01:45:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 199.204.45.227 () {30 vars in 703 bytes} [Thu May 28 01:45:10 2026] GET /v2.0/networks/312c99ab-c841-4b03-929e-463754f55038 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/252] 199.204.45.227 () {44 vars in 976 bytes} [Thu May 28 01:45:18 2026] GET /v2.0/quotas/862d4deb76bc43199268ae3681da57e0 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.204.45.227 () {48 vars in 1028 bytes} [Thu May 28 01:45:19 2026] PUT /v2.0/quotas/862d4deb76bc43199268ae3681da57e0 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)