+ COMMAND=start + start + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Sep 10 02:35:36 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:01:51 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-6b64c7458c-42ppc 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fcf5dbd2668 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)... 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-09-10 02:35:41.207 7 INFO neutron.common.config [-] Logging enabled! 2026-09-10 02:35:41.207 7 INFO neutron.common.config [-] uwsgi version 25.2.2.dev6 2026-09-10 02:35:41.331 8 INFO neutron.common.config [-] Logging enabled! 2026-09-10 02:35:41.331 8 INFO neutron.common.config [-] uwsgi version 25.2.2.dev6 2026-09-10 02:35:41.779 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-10 02:35:41.892 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-10 02:35:42.869 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:35:42.874 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-10 02:35:42.881 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-10 02:35:42.883 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:35:42.883 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-10 02:35:42.884 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-10 02:35:42.884 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:35:42.896 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:35:42.897 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:35:42.897 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:35:42.916 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:35:42.921 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-10 02:35:42.927 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-10 02:35:42.929 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:35:42.929 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-10 02:35:42.930 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-10 02:35:42.930 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:35:42.941 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:35:42.941 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:35:42.941 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-10 02:35:42.942 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:35:42.944 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:35:42.945 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-10 02:35:42.968 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-10 02:35:42.969 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:35:42.969 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-10 02:35:43.016 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-10 02:35:43.016 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-10 02:35:43.017 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-10 02:35:43.017 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-10 02:35:43.021 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-10 02:35:43.022 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-10 02:35:43.022 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-10 02:35:43.022 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-10 02:35:43.482 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing driver for type 'vlan' 2026-09-10 02:35:43.637 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing driver for type 'vlan' 2026-09-10 02:35:43.730 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] VlanTypeDriver initialization complete 2026-09-10 02:35:43.731 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing driver for type 'vxlan' 2026-09-10 02:35:43.731 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-10 02:35:43.794 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-10 02:35:43.795 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-10 02:35:43.795 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing extension driver 'port_security' 2026-09-10 02:35:43.795 8 INFO neutron.plugins.ml2.extensions.port_security [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-10 02:35:43.796 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing extension driver 'qos' 2026-09-10 02:35:43.796 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-10 02:35:43.796 8 INFO neutron.plugins.ml2.managers [None req-af26a204-feaf-4a89-b2da-84ce4e0245d7 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-10 02:35:43.827 8 INFO neutron.quota [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded quota_driver: . 2026-09-10 02:35:43.828 8 INFO neutron.plugins.ml2.plugin [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Modular L2 Plugin initialization complete 2026-09-10 02:35:43.828 8 INFO neutron.plugins.ml2.managers [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-10 02:35:43.828 8 INFO neutron.plugins.ml2.managers [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-10 02:35:43.828 8 INFO neutron.plugins.ml2.managers [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-10 02:35:43.829 8 INFO neutron.extensions.vlantransparent [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Disabled vlantransparent extension. 2026-09-10 02:35:43.829 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: qos 2026-09-10 02:35:43.849 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: router 2026-09-10 02:35:43.891 8 INFO neutron.services.service_base [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-10 02:35:43.892 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: segments 2026-09-10 02:35:44.002 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: trunk 2026-09-10 02:35:44.021 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: vpnaas 2026-09-10 02:35:44.063 8 WARNING stevedore.named [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-10 02:35:44.152 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-10 02:35:44.153 8 INFO neutron.common.utils [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-10 02:35:44.153 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: auto_allocate 2026-09-10 02:35:44.157 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: tag 2026-09-10 02:35:44.164 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: timestamp 2026-09-10 02:35:44.167 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: network_ip_availability 2026-09-10 02:35:44.171 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: flavors 2026-09-10 02:35:44.174 8 INFO neutron.manager [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loading Plugin: revisions 2026-09-10 02:35:44.177 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Initializing extension manager. 2026-09-10 02:35:44.178 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: address-group 2026-09-10 02:35:44.180 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: address-scope 2026-09-10 02:35:44.180 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-10 02:35:44.181 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: agent 2026-09-10 02:35:44.182 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: agent-resources-synced 2026-09-10 02:35:44.183 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-10 02:35:44.184 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-10 02:35:44.185 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: availability_zone 2026-09-10 02:35:44.185 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: availability_zone_filter 2026-09-10 02:35:44.186 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-10 02:35:44.187 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: default-subnetpools 2026-09-10 02:35:44.188 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-10 02:35:44.189 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: dns-integration 2026-09-10 02:35:44.189 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: dns-domain-ports 2026-09-10 02:35:44.190 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-10 02:35:44.190 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: dvr 2026-09-10 02:35:44.191 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-10 02:35:44.191 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: empty-string-filtering 2026-09-10 02:35:44.192 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:35:44.192 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-10 02:35:44.193 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: external-net 2026-09-10 02:35:44.193 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-10 02:35:44.194 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: extraroute 2026-09-10 02:35:44.195 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: extraroute-atomic 2026-09-10 02:35:44.195 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-10 02:35:44.196 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-10 02:35:44.196 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-10 02:35:44.197 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-10 02:35:44.197 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: fip-port-details 2026-09-10 02:35:44.198 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: flavors 2026-09-10 02:35:44.199 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-10 02:35:44.200 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: floatingip-pools 2026-09-10 02:35:44.200 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: ip_allocation 2026-09-10 02:35:44.201 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-10 02:35:44.201 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: l2_adjacency 2026-09-10 02:35:44.202 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: router 2026-09-10 02:35:44.204 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:35:44.205 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-10 02:35:44.206 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-10 02:35:44.206 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: ext-gw-mode 2026-09-10 02:35:44.207 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: l3-ha 2026-09-10 02:35:44.207 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:35:44.208 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-10 02:35:44.208 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: l3-flavors 2026-09-10 02:35:44.209 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:35:44.209 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-10 02:35:44.212 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-10 02:35:44.213 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-10 02:35:44.214 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-10 02:35:44.215 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-10 02:35:44.216 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-10 02:35:44.216 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: multi-provider 2026-09-10 02:35:44.217 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: net-mtu 2026-09-10 02:35:44.217 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: net-mtu-writable 2026-09-10 02:35:44.218 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: network_availability_zone 2026-09-10 02:35:44.218 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: network_ha 2026-09-10 02:35:44.219 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: network-ip-availability 2026-09-10 02:35:44.220 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-10 02:35:44.221 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: pagination 2026-09-10 02:35:44.221 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-device-profile 2026-09-10 02:35:44.222 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-10 02:35:44.222 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-10 02:35:44.223 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-10 02:35:44.223 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-mac-override 2026-09-10 02:35:44.224 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-10 02:35:44.224 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-10 02:35:44.225 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-10 02:35:44.225 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-resource-request 2026-09-10 02:35:44.226 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-10 02:35:44.227 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-10 02:35:44.227 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: binding 2026-09-10 02:35:44.228 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: binding-extended 2026-09-10 02:35:44.229 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-security 2026-09-10 02:35:44.229 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: project-id 2026-09-10 02:35:44.229 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: provider 2026-09-10 02:35:44.231 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos 2026-09-10 02:35:44.232 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-10 02:35:44.233 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-10 02:35:44.233 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-default 2026-09-10 02:35:44.234 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-fip 2026-09-10 02:35:44.234 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-10 02:35:44.235 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-10 02:35:44.236 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-10 02:35:44.236 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-10 02:35:44.237 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-10 02:35:44.237 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-pps 2026-09-10 02:35:44.238 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-10 02:35:44.238 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-10 02:35:44.239 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: qos-rules-alias 2026-09-10 02:35:44.240 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: quota-check-limit 2026-09-10 02:35:44.242 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: quotas 2026-09-10 02:35:44.243 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: quota_details 2026-09-10 02:35:44.244 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: rbac-policies 2026-09-10 02:35:44.245 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: rbac-address-group 2026-09-10 02:35:44.245 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: rbac-address-scope 2026-09-10 02:35:44.246 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: rbac-security-groups 2026-09-10 02:35:44.246 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-10 02:35:44.247 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: revision-if-match 2026-09-10 02:35:44.248 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-10 02:35:44.248 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: router_availability_zone 2026-09-10 02:35:44.249 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-10 02:35:44.250 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-10 02:35:44.251 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-10 02:35:44.251 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-10 02:35:44.252 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-10 02:35:44.252 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-10 02:35:44.253 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-10 02:35:44.257 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: security-group 2026-09-10 02:35:44.260 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: segment 2026-09-10 02:35:44.261 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-10 02:35:44.261 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: service-type 2026-09-10 02:35:44.262 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: sorting 2026-09-10 02:35:44.262 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: standard-attr-segment 2026-09-10 02:35:44.263 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: standard-attr-description 2026-09-10 02:35:44.263 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: stateful-security-group 2026-09-10 02:35:44.264 8 WARNING neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-10 02:35:44.264 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-10 02:35:44.265 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: subnet-external-network 2026-09-10 02:35:44.265 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: subnet_onboard 2026-09-10 02:35:44.266 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-10 02:35:44.266 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: subnet-service-types 2026-09-10 02:35:44.267 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: subnet_allocation 2026-09-10 02:35:44.268 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-10 02:35:44.268 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: tag-creation 2026-09-10 02:35:44.269 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-10 02:35:44.272 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: standard-attr-tag 2026-09-10 02:35:44.273 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-10 02:35:44.274 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: trunk 2026-09-10 02:35:44.274 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: trunk-details 2026-09-10 02:35:44.275 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-10 02:35:44.276 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-10 02:35:44.278 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-10 02:35:44.279 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-10 02:35:44.280 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: vpn-flavors 2026-09-10 02:35:44.281 8 INFO neutron.api.extensions [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Loaded extension: vpnaas 2026-09-10 02:35:44.284 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-10 02:35:44.284 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-10 02:35:44.284 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:44.285 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-10 02:35:44.288 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:35:44.288 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:35:44.293 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:35:44.293 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:35:44.294 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:35:44.294 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:44.295 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] subnetpool is already registered 2026-09-10 02:35:44.295 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:44.295 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] subnetpool is already registered 2026-09-10 02:35:44.296 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:35:44.296 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:35:44.297 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:35:44.297 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:35:44.297 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:35:44.298 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:35:44.302 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:35:44.302 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] router is already registered 2026-09-10 02:35:44.302 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:35:44.302 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] floatingip is already registered 2026-09-10 02:35:44.306 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:35:44.306 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] rbac_policy is already registered 2026-09-10 02:35:44.307 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:35:44.307 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] security_group is already registered 2026-09-10 02:35:44.307 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:35:44.307 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] security_group_rule is already registered 2026-09-10 02:35:44.308 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:44.308 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] subnetpool is already registered 2026-09-10 02:35:44.309 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:44.309 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] subnetpool is already registered 2026-09-10 02:35:44.309 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:35:44.309 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] trunk is already registered 2026-09-10 02:35:44.310 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:35:44.310 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] endpoint_group is already registered 2026-09-10 02:35:44.311 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:35:44.311 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] vpnservice is already registered 2026-09-10 02:35:44.312 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:35:44.312 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] ipsec_site_connection is already registered 2026-09-10 02:35:44.312 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:35:44.313 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:35:44.313 8 INFO neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:35:44.313 8 WARNING neutron.quota.resource_registry [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] ikepolicy is already registered 2026-09-10 02:35:44.348 8 WARNING keystonemiddleware._common.config [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-10 02:35:44.355 8 WARNING oslo_config.cfg [None req-b7e9b805-fbb5-467f-9007-c319d736ce87 - - - - - -] 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 0x7fcf5dbd2668 pid: 8 (default app) 2026-09-10 02:35:44.454 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] VlanTypeDriver initialization complete 2026-09-10 02:35:44.454 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing driver for type 'vxlan' 2026-09-10 02:35:44.455 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-10 02:35:44.472 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-10 02:35:44.472 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-10 02:35:44.472 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing extension driver 'port_security' 2026-09-10 02:35:44.472 7 INFO neutron.plugins.ml2.extensions.port_security [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-10 02:35:44.472 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing extension driver 'qos' 2026-09-10 02:35:44.472 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-10 02:35:44.473 7 INFO neutron.plugins.ml2.managers [None req-6eac3f85-c44b-47c6-b5f2-aca4cb37e9d1 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-10 02:35:44.485 7 INFO neutron.quota [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded quota_driver: . 2026-09-10 02:35:44.485 7 INFO neutron.plugins.ml2.plugin [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Modular L2 Plugin initialization complete 2026-09-10 02:35:44.485 7 INFO neutron.plugins.ml2.managers [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-10 02:35:44.485 7 INFO neutron.plugins.ml2.managers [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-10 02:35:44.486 7 INFO neutron.plugins.ml2.managers [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-10 02:35:44.486 7 INFO neutron.extensions.vlantransparent [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Disabled vlantransparent extension. 2026-09-10 02:35:44.486 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: qos 2026-09-10 02:35:44.499 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: router 2026-09-10 02:35:44.540 7 INFO neutron.services.service_base [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-10 02:35:44.540 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: segments 2026-09-10 02:35:44.636 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: trunk 2026-09-10 02:35:44.651 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: vpnaas 2026-09-10 02:35:44.820 7 WARNING stevedore.named [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-10 02:35:44.902 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-10 02:35:44.903 7 INFO neutron.common.utils [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-10 02:35:44.903 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: auto_allocate 2026-09-10 02:35:44.908 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: tag 2026-09-10 02:35:44.915 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: timestamp 2026-09-10 02:35:44.918 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: network_ip_availability 2026-09-10 02:35:44.921 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: flavors 2026-09-10 02:35:44.925 7 INFO neutron.manager [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loading Plugin: revisions 2026-09-10 02:35:44.928 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Initializing extension manager. 2026-09-10 02:35:44.929 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: address-group 2026-09-10 02:35:44.930 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: address-scope 2026-09-10 02:35:44.931 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-10 02:35:44.932 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: agent 2026-09-10 02:35:44.932 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: agent-resources-synced 2026-09-10 02:35:44.934 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-10 02:35:44.935 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-10 02:35:44.936 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: availability_zone 2026-09-10 02:35:44.936 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: availability_zone_filter 2026-09-10 02:35:44.937 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-10 02:35:44.937 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: default-subnetpools 2026-09-10 02:35:44.939 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-10 02:35:44.939 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: dns-integration 2026-09-10 02:35:44.940 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: dns-domain-ports 2026-09-10 02:35:44.940 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-10 02:35:44.941 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: dvr 2026-09-10 02:35:44.942 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-10 02:35:44.942 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: empty-string-filtering 2026-09-10 02:35:44.943 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:35:44.943 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-10 02:35:44.944 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: external-net 2026-09-10 02:35:44.944 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-10 02:35:44.945 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: extraroute 2026-09-10 02:35:44.946 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: extraroute-atomic 2026-09-10 02:35:44.946 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-10 02:35:44.947 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-10 02:35:44.947 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-10 02:35:44.948 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-10 02:35:44.949 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: fip-port-details 2026-09-10 02:35:44.950 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: flavors 2026-09-10 02:35:44.951 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-10 02:35:44.953 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: floatingip-pools 2026-09-10 02:35:44.953 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: ip_allocation 2026-09-10 02:35:44.954 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-10 02:35:44.954 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: l2_adjacency 2026-09-10 02:35:44.956 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: router 2026-09-10 02:35:44.958 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:35:44.959 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-10 02:35:44.960 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-10 02:35:44.960 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: ext-gw-mode 2026-09-10 02:35:44.961 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: l3-ha 2026-09-10 02:35:44.962 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:35:44.962 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-10 02:35:44.963 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: l3-flavors 2026-09-10 02:35:44.964 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:35:44.964 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-10 02:35:44.968 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-10 02:35:44.970 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-10 02:35:44.972 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-10 02:35:44.973 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-10 02:35:44.974 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-10 02:35:44.975 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: multi-provider 2026-09-10 02:35:44.975 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: net-mtu 2026-09-10 02:35:44.976 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: net-mtu-writable 2026-09-10 02:35:44.977 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: network_availability_zone 2026-09-10 02:35:44.977 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: network_ha 2026-09-10 02:35:44.978 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: network-ip-availability 2026-09-10 02:35:44.980 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-10 02:35:44.980 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: pagination 2026-09-10 02:35:44.981 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-device-profile 2026-09-10 02:35:44.982 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-10 02:35:44.983 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-10 02:35:44.983 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-10 02:35:44.984 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-mac-override 2026-09-10 02:35:44.985 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-10 02:35:44.985 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-10 02:35:44.986 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-10 02:35:44.986 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-resource-request 2026-09-10 02:35:44.987 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-10 02:35:44.988 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-10 02:35:44.988 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: binding 2026-09-10 02:35:44.989 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: binding-extended 2026-09-10 02:35:44.990 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-security 2026-09-10 02:35:44.990 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: project-id 2026-09-10 02:35:44.991 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: provider 2026-09-10 02:35:44.994 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos 2026-09-10 02:35:44.995 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-10 02:35:44.995 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-10 02:35:44.996 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-default 2026-09-10 02:35:44.996 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-fip 2026-09-10 02:35:44.997 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-10 02:35:44.997 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-10 02:35:44.998 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-10 02:35:44.999 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-10 02:35:44.999 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-10 02:35:45.000 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-pps 2026-09-10 02:35:45.001 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-10 02:35:45.001 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-10 02:35:45.002 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: qos-rules-alias 2026-09-10 02:35:45.002 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: quota-check-limit 2026-09-10 02:35:45.005 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: quotas 2026-09-10 02:35:45.006 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: quota_details 2026-09-10 02:35:45.008 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: rbac-policies 2026-09-10 02:35:45.009 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: rbac-address-group 2026-09-10 02:35:45.009 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: rbac-address-scope 2026-09-10 02:35:45.010 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: rbac-security-groups 2026-09-10 02:35:45.010 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-10 02:35:45.011 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: revision-if-match 2026-09-10 02:35:45.012 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-10 02:35:45.013 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: router_availability_zone 2026-09-10 02:35:45.014 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-10 02:35:45.016 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-10 02:35:45.017 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-10 02:35:45.017 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-10 02:35:45.018 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-10 02:35:45.019 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-10 02:35:45.020 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-10 02:35:45.026 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: security-group 2026-09-10 02:35:45.027 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: segment 2026-09-10 02:35:45.028 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-10 02:35:45.028 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: service-type 2026-09-10 02:35:45.029 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: sorting 2026-09-10 02:35:45.029 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: standard-attr-segment 2026-09-10 02:35:45.030 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: standard-attr-description 2026-09-10 02:35:45.031 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: stateful-security-group 2026-09-10 02:35:45.032 7 WARNING neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-10 02:35:45.032 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-10 02:35:45.033 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: subnet-external-network 2026-09-10 02:35:45.034 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: subnet_onboard 2026-09-10 02:35:45.034 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-10 02:35:45.035 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: subnet-service-types 2026-09-10 02:35:45.036 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: subnet_allocation 2026-09-10 02:35:45.036 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-10 02:35:45.037 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: tag-creation 2026-09-10 02:35:45.037 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-10 02:35:45.041 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: standard-attr-tag 2026-09-10 02:35:45.042 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-10 02:35:45.043 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: trunk 2026-09-10 02:35:45.043 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: trunk-details 2026-09-10 02:35:45.044 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-10 02:35:45.044 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-10 02:35:45.046 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-10 02:35:45.047 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-10 02:35:45.048 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: vpn-flavors 2026-09-10 02:35:45.049 7 INFO neutron.api.extensions [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Loaded extension: vpnaas 2026-09-10 02:35:45.052 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-10 02:35:45.052 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-10 02:35:45.052 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:45.052 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-10 02:35:45.056 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:35:45.056 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:35:45.062 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:35:45.063 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:35:45.063 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:35:45.064 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:45.064 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] subnetpool is already registered 2026-09-10 02:35:45.065 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:45.065 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] subnetpool is already registered 2026-09-10 02:35:45.065 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:35:45.066 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:35:45.066 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:35:45.067 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:35:45.067 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:35:45.067 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:35:45.071 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:35:45.072 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] router is already registered 2026-09-10 02:35:45.072 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:35:45.072 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] floatingip is already registered 2026-09-10 02:35:45.076 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:35:45.076 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] rbac_policy is already registered 2026-09-10 02:35:45.076 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:35:45.077 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] security_group is already registered 2026-09-10 02:35:45.077 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:35:45.077 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] security_group_rule is already registered 2026-09-10 02:35:45.078 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:45.078 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] subnetpool is already registered 2026-09-10 02:35:45.079 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:35:45.079 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] subnetpool is already registered 2026-09-10 02:35:45.079 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:35:45.079 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] trunk is already registered 2026-09-10 02:35:45.080 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:35:45.080 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] endpoint_group is already registered 2026-09-10 02:35:45.080 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:35:45.081 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] vpnservice is already registered 2026-09-10 02:35:45.081 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:35:45.081 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] ipsec_site_connection is already registered 2026-09-10 02:35:45.081 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:35:45.082 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:35:45.082 7 INFO neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:35:45.082 7 WARNING neutron.quota.resource_registry [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] ikepolicy is already registered 2026-09-10 02:35:45.115 7 WARNING keystonemiddleware._common.config [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-10 02:35:45.122 7 WARNING oslo_config.cfg [None req-4cc82497-8288-494f-8846-933cc23fc502 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fcf5dbd2668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 02:35:49.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92612086-79dd-4019-ae88-d8d410dfef70 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:35:48 2026] GET /v2.0/networks/public => generated 108 bytes in 764 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:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:35:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:35:50.296 7 WARNING neutron.services.revisions.revision_plugin [None req-adc8c8d6-4ab2-4933-bfc5-09f0a22bc755 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:35:50.520 7 INFO neutron.db.segments_db [None req-adc8c8d6-4ab2-4933-bfc5-09f0a22bc755 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment 981a7ef5-c60d-4039-9408-74b2fbad6785 of type flat for network 18d30b88-a200-4471-8916-d87460066d0c 2026-09-10 02:35:50.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adc8c8d6-4ab2-4933-bfc5-09f0a22bc755 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 162.253.55.32 () {48 vars in 964 bytes} [Thu Sep 10 02:35:49 2026] POST /v2.0/networks => generated 124 bytes in 666 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:35:56.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ef9043c-77ba-45d5-93e4-4045c8f32e7e 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:35:56 2026] GET /v2.0/networks/public => generated 108 bytes in 422 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:35:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:35:57.150 8 WARNING neutron.services.revisions.revision_plugin [None req-72e9b0ac-22b7-4872-b373-7ad4a47dfacd 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:35:57.168 8 INFO neutron.db.segments_db [None req-72e9b0ac-22b7-4872-b373-7ad4a47dfacd 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment 2bf879ff-35ad-460c-81c7-f3a999549a28 of type flat for network c560dc45-5fbd-4c9a-b058-4589eb6261da 2026-09-10 02:35:57.206 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72e9b0ac-22b7-4872-b373-7ad4a47dfacd 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 162.253.55.32 () {48 vars in 964 bytes} [Thu Sep 10 02:35:56 2026] POST /v2.0/networks => generated 124 bytes in 313 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:36:03.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31f27b4d-e751-4d94-aba8-722e1a48365e 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:36:03 2026] GET /v2.0/networks/public => generated 108 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:36:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:36:03.267 8 WARNING neutron.services.revisions.revision_plugin [None req-082f53b9-6cca-410d-81f9-db4de9c37c1c 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:36:03.281 8 INFO neutron.db.segments_db [None req-082f53b9-6cca-410d-81f9-db4de9c37c1c 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment 2ab27af0-8dde-48fd-9941-e93797f39528 of type flat for network 044f2ba1-ccb3-4280-9117-c43bc5602cfa 2026-09-10 02:36:03.303 8 INFO neutron.pecan_wsgi.hooks.translation [None req-082f53b9-6cca-410d-81f9-db4de9c37c1c 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 162.253.55.32 () {48 vars in 964 bytes} [Thu Sep 10 02:36:03 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:36:09.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef85f77d-5593-4144-909c-59464828dbfb 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:36:09 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: 9/15] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:36:09 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-09-10 02:36:09.398 7 WARNING neutron.services.revisions.revision_plugin [None req-b12f5bb4-b561-4b8b-9db5-f3a64ed26163 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:36:09.424 7 INFO neutron.db.segments_db [None req-b12f5bb4-b561-4b8b-9db5-f3a64ed26163 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment 08187f75-c347-4ec0-9e7b-b9ff34722784 of type flat for network 80d562f6-c614-40f5-b4fe-e870834ecd18 2026-09-10 02:36:09.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b12f5bb4-b561-4b8b-9db5-f3a64ed26163 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 162.253.55.32 () {48 vars in 964 bytes} [Thu Sep 10 02:36:09 2026] POST /v2.0/networks => generated 124 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:36:15.394 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec224d55-4bbf-406d-af90-4c99ed991704 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:36:15 2026] GET /v2.0/networks/public => generated 108 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:36:15 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-09-10 02:36:15.493 8 WARNING neutron.services.revisions.revision_plugin [None req-ab122c9c-764a-4074-9ebc-374299bd0568 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:36:15.511 8 INFO neutron.db.segments_db [None req-ab122c9c-764a-4074-9ebc-374299bd0568 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment 5f48199b-50c8-462e-ac8c-d9693eaa8bce of type flat for network 5f7fae6d-596f-478c-9c79-b680305e64a1 2026-09-10 02:36:15.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab122c9c-764a-4074-9ebc-374299bd0568 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 162.253.55.32 () {48 vars in 964 bytes} [Thu Sep 10 02:36:15 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:36:21.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f78e3fdb-15c4-4ba5-8e8f-d07c9669b5e3 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:36:21 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: 10/22] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:36:21 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-09-10 02:36:21.565 8 WARNING neutron.services.revisions.revision_plugin [None req-4616247f-9171-4ad2-bf00-29b4ce01b857 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:36:21.582 8 INFO neutron.db.segments_db [None req-4616247f-9171-4ad2-bf00-29b4ce01b857 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment 5c180690-40cf-421b-8d5c-a233fc83df7a of type flat for network 5d4368b0-d6f8-4ef1-ad79-39919f85744e [pid: 8|app: 0|req: 13/23] 162.253.55.32 () {48 vars in 964 bytes} [Thu Sep 10 02:36:21 2026] POST /v2.0/networks => generated 706 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:36:22.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-602fb83d-5d1c-4d78-8a84-cd3c3860b13b 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 162.253.55.32 () {44 vars in 924 bytes} [Thu Sep 10 02:36:22 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 162.253.55.32 () {44 vars in 946 bytes} [Thu Sep 10 02:36:22 2026] GET /v2.0/networks?name=public => generated 709 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 02:36:23.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d59a3a3f-43a4-46c2-8ad9-4db1f3448317 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 162.253.55.32 () {44 vars in 1031 bytes} [Thu Sep 10 02:36:23 2026] GET /v2.0/subnets/public-subnet?network_id=5d4368b0-d6f8-4ef1-ad79-39919f85744e => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 162.253.55.32 () {44 vars in 1054 bytes} [Thu Sep 10 02:36:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=5d4368b0-d6f8-4ef1-ad79-39919f85744e => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 162.253.55.32 () {48 vars in 962 bytes} [Thu Sep 10 02:36:23 2026] POST /v2.0/subnets => generated 664 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:41:10.372 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [af10e489-6479-4d37-9bb6-060eda2285ce] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-09-10 02:41:10.377 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Sep 10 02:41:10 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 162.253.55.32) !!! 2026-09-10 02:41:10.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-719b42de-898d-4a62-a35d-8fe1ce8c8cb1 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/66] 162.253.55.32 () {44 vars in 934 bytes} [Thu Sep 10 02:41:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 189 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:41:10.560 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [3b9455c5-454a-4780-a602-43906119a617] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-09-10 02:41:10.562 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Sep 10 02:41:10 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=lb-mgmt-net (ip 162.253.55.32) !!! [pid: 8|app: 0|req: 35/67] 162.253.55.32 () {44 vars in 956 bytes} [Thu Sep 10 02:41:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:41:10.635 7 INFO neutron.db.segments_db [None req-0c8f9f89-8184-4247-9168-854461b0a3ed 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] Added segment b4f731e5-efc4-47bc-b3a6-9508668b019a of type vxlan for network 3209d465-3a38-4490-93c4-3540eeae2ae9 [pid: 7|app: 0|req: 33/68] 162.253.55.32 () {48 vars in 963 bytes} [Thu Sep 10 02:41:10 2026] POST /v2.0/networks => generated 707 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:41:11.796 8 INFO oslo.messaging._drivers.impl_rabbit [-] [3b9455c5-454a-4780-a602-43906119a617] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35858. 2026-09-10 02:41:11.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10126868-9401-4f06-845a-d9bfe8db1796 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 162.253.55.32 () {44 vars in 934 bytes} [Thu Sep 10 02:41:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:41:11.894 7 INFO oslo.messaging._drivers.impl_rabbit [-] [af10e489-6479-4d37-9bb6-060eda2285ce] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35866. [pid: 7|app: 0|req: 34/70] 162.253.55.32 () {44 vars in 956 bytes} [Thu Sep 10 02:41:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 02:41:11.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fb23d09-ba4c-467e-b5a3-ea0dd3ba0b3e 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 162.253.55.32 () {44 vars in 1033 bytes} [Thu Sep 10 02:41:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3209d465-3a38-4490-93c4-3540eeae2ae9 => generated 114 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 162.253.55.32 () {44 vars in 1056 bytes} [Thu Sep 10 02:41:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3209d465-3a38-4490-93c4-3540eeae2ae9 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 162.253.55.32 () {48 vars in 962 bytes} [Thu Sep 10 02:41:11 2026] POST /v2.0/subnets => generated 651 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:41:13.435 7 INFO neutron.api.v2.resource [None req-603b5e42-ba50-4e7d-9aa0-1ae2aef4639e 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 162.253.55.32 () {44 vars in 968 bytes} [Thu Sep 10 02:41:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 162.253.55.32 () {44 vars in 990 bytes} [Thu Sep 10 02:41:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 162.253.55.32 () {48 vars in 977 bytes} [Thu Sep 10 02:41:13 2026] POST /v2.0/security-groups => generated 1616 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:14 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 1616 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:14 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 1616 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:14 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 1616 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:16 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 2230 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:16 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 2230 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:16 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 2230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:17 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 2846 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:17 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:17 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:18 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 3462 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:18 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:18 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 3462 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:19 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 4078 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:19 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:19 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 162.253.55.32 () {44 vars in 984 bytes} [Thu Sep 10 02:41:21 2026] GET /v2.0/networks/3209d465-3a38-4490-93c4-3540eeae2ae9 => generated 732 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 02:41:21.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70f54674-02a3-4d62-914f-51f4d347e21b 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/100] 162.253.55.32 () {44 vars in 1073 bytes} [Thu Sep 10 02:41:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3209d465-3a38-4490-93c4-3540eeae2ae9 => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 162.253.55.32 () {44 vars in 1096 bytes} [Thu Sep 10 02:41:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3209d465-3a38-4490-93c4-3540eeae2ae9 => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:21 2026] GET /v2.0/security-groups/b81baf8e-cfd4-4ebd-a3e9-340b618147ed => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 162.253.55.32 () {48 vars in 958 bytes} [Thu Sep 10 02:41:21 2026] POST /v2.0/ports => generated 1100 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-10 02:41:28.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f8dd73c-d747-4cc5-8573-95bbd425b20b 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 162.253.55.32 () {44 vars in 975 bytes} [Thu Sep 10 02:41:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 86 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:71: 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: 54/105] 162.253.55.32 () {44 vars in 997 bytes} [Thu Sep 10 02:41:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 162.253.55.32 () {48 vars in 1027 bytes} [Thu Sep 10 02:41:28 2026] PUT /v2.0/ports/917182c3-1900-466a-ad53-13d5e3742f77 => generated 1249 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 162.253.55.32 () {44 vars in 917 bytes} [Thu Sep 10 02:41:30 2026] GET /v2.0/ports => generated 3730 bytes in 79 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:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 02:41:32.043 7 INFO neutron.api.v2.resource [None req-c7b64f32-0571-4c90-81a0-2c771fb8979b 3c722be09a1040a4995520cb3bebf07a ef305f4d56de4435ab22c232d559dca9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/108] 162.253.55.32 () {44 vars in 956 bytes} [Thu Sep 10 02:41:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 162.253.55.32 () {44 vars in 978 bytes} [Thu Sep 10 02:41:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 162.253.55.32 () {48 vars in 977 bytes} [Thu Sep 10 02:41:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:33 2026] GET /v2.0/security-groups/207fe268-6650-47b4-a2b3-4cbb9e3c94b0 => generated 1610 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:33 2026] GET /v2.0/security-groups/207fe268-6650-47b4-a2b3-4cbb9e3c94b0 => generated 1610 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:33 2026] GET /v2.0/security-groups/207fe268-6650-47b4-a2b3-4cbb9e3c94b0 => generated 1610 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:33 2026] POST /v2.0/security-group-rules => generated 623 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:34 2026] GET /v2.0/security-groups/207fe268-6650-47b4-a2b3-4cbb9e3c94b0 => generated 2246 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:34 2026] GET /v2.0/security-groups/207fe268-6650-47b4-a2b3-4cbb9e3c94b0 => generated 2246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 162.253.55.32 () {44 vars in 998 bytes} [Thu Sep 10 02:41:34 2026] GET /v2.0/security-groups/207fe268-6650-47b4-a2b3-4cbb9e3c94b0 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 162.253.55.32 () {48 vars in 988 bytes} [Thu Sep 10 02:41:34 2026] POST /v2.0/security-group-rules => generated 627 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/129] 162.253.55.32 () {44 vars in 972 bytes} [Thu Sep 10 02:42:42 2026] GET /v2.0/quotas/ef305f4d56de4435ab22c232d559dca9 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 7|app: 0|req: 64/130] 162.253.55.32 () {48 vars in 1024 bytes} [Thu Sep 10 02:42:43 2026] PUT /v2.0/quotas/ef305f4d56de4435ab22c232d559dca9 => generated 291 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)