+ 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 [Mon Sep 7 11:27:27 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-5c4c4f9fc-gbzdw 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 0x7fd0310e9668 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/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /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 2026-09-07 11:27:32.471 7 INFO neutron.common.config [-] Logging enabled! 2026-09-07 11:27:32.471 7 INFO neutron.common.config [-] uwsgi version 25.2.2.dev6 2026-09-07 11:27:32.624 8 INFO neutron.common.config [-] Logging enabled! 2026-09-07 11:27:32.624 8 INFO neutron.common.config [-] uwsgi version 25.2.2.dev6 2026-09-07 11:27:33.009 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 11:27:33.162 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 11:27:34.022 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 11:27:34.025 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 11:27:34.029 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-07 11:27:34.030 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 11:27:34.030 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-07 11:27:34.030 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-07 11:27:34.030 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:27:34.038 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:27:34.038 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:27:34.038 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 11:27:34.060 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-07 11:27:34.061 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 11:27:34.061 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-07 11:27:34.101 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 11:27:34.104 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 11:27:34.107 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 11:27:34.107 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 11:27:34.108 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-07 11:27:34.108 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-07 11:27:34.108 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-07 11:27:34.109 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 11:27:34.109 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-07 11:27:34.109 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-07 11:27:34.110 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:27:34.117 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:27:34.117 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:27:34.117 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 11:27:34.140 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-07 11:27:34.141 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 11:27:34.141 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-07 11:27:34.186 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 11:27:34.186 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 11:27:34.186 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-07 11:27:34.187 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-07 11:27:34.502 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing driver for type 'vlan' 2026-09-07 11:27:34.642 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] VlanTypeDriver initialization complete 2026-09-07 11:27:34.642 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing driver for type 'vxlan' 2026-09-07 11:27:34.642 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-07 11:27:34.660 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 11:27:34.661 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 11:27:34.661 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing extension driver 'port_security' 2026-09-07 11:27:34.661 7 INFO neutron.plugins.ml2.extensions.port_security [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 11:27:34.661 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing extension driver 'qos' 2026-09-07 11:27:34.661 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-07 11:27:34.661 7 INFO neutron.plugins.ml2.managers [None req-97256a45-2130-4969-aa1a-05d82fb47040 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-07 11:27:34.673 7 INFO neutron.quota [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded quota_driver: . 2026-09-07 11:27:34.673 7 INFO neutron.plugins.ml2.plugin [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 11:27:34.673 7 INFO neutron.plugins.ml2.managers [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 11:27:34.674 7 INFO neutron.plugins.ml2.managers [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 11:27:34.674 7 INFO neutron.plugins.ml2.managers [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 11:27:34.674 7 INFO neutron.extensions.vlantransparent [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Disabled vlantransparent extension. 2026-09-07 11:27:34.674 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: qos 2026-09-07 11:27:34.675 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing driver for type 'vlan' 2026-09-07 11:27:34.687 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: router 2026-09-07 11:27:34.728 7 INFO neutron.services.service_base [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-07 11:27:34.728 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: segments 2026-09-07 11:27:34.819 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] VlanTypeDriver initialization complete 2026-09-07 11:27:34.819 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing driver for type 'vxlan' 2026-09-07 11:27:34.819 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-07 11:27:34.823 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: trunk 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing extension driver 'port_security' 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.extensions.port_security [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing extension driver 'qos' 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-07 11:27:34.836 8 INFO neutron.plugins.ml2.managers [None req-80f3bc60-62fb-4ca5-b8cf-229c34a3144a - - - - - -] Initializing mechanism driver 'l2population' 2026-09-07 11:27:34.838 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: vpnaas 2026-09-07 11:27:34.848 8 INFO neutron.quota [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded quota_driver: . 2026-09-07 11:27:34.848 8 INFO neutron.plugins.ml2.plugin [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 11:27:34.848 8 INFO neutron.plugins.ml2.managers [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 11:27:34.849 8 INFO neutron.plugins.ml2.managers [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 11:27:34.849 8 INFO neutron.plugins.ml2.managers [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 11:27:34.849 8 INFO neutron.extensions.vlantransparent [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Disabled vlantransparent extension. 2026-09-07 11:27:34.849 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: qos 2026-09-07 11:27:34.862 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: router 2026-09-07 11:27:34.877 7 WARNING stevedore.named [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-07 11:27:34.902 8 INFO neutron.services.service_base [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-07 11:27:34.902 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: segments 2026-09-07 11:27:34.951 7 INFO neutron_vpnaas.services.vpn.plugin [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 11:27:34.952 7 INFO neutron.common.utils [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-07 11:27:34.952 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: auto_allocate 2026-09-07 11:27:34.957 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: tag 2026-09-07 11:27:34.963 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: timestamp 2026-09-07 11:27:34.965 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 11:27:34.969 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: flavors 2026-09-07 11:27:34.972 7 INFO neutron.manager [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loading Plugin: revisions 2026-09-07 11:27:34.976 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Initializing extension manager. 2026-09-07 11:27:34.977 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: address-group 2026-09-07 11:27:34.978 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: address-scope 2026-09-07 11:27:34.978 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-07 11:27:34.979 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: agent 2026-09-07 11:27:34.980 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: agent-resources-synced 2026-09-07 11:27:34.981 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 11:27:34.982 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 11:27:34.983 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: availability_zone 2026-09-07 11:27:34.983 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: availability_zone_filter 2026-09-07 11:27:34.984 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 11:27:34.984 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: default-subnetpools 2026-09-07 11:27:34.986 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 11:27:34.986 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: dns-integration 2026-09-07 11:27:34.987 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 11:27:34.987 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-07 11:27:34.988 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: dvr 2026-09-07 11:27:34.988 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 11:27:34.989 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 11:27:34.989 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:27:34.990 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 11:27:34.990 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: external-net 2026-09-07 11:27:34.991 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 11:27:34.991 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: extraroute 2026-09-07 11:27:34.992 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: extraroute-atomic 2026-09-07 11:27:34.992 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-07 11:27:34.993 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 11:27:34.993 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 11:27:34.994 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 11:27:34.994 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: fip-port-details 2026-09-07 11:27:34.995 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: flavors 2026-09-07 11:27:34.996 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 11:27:34.997 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: floatingip-pools 2026-09-07 11:27:34.997 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: ip_allocation 2026-09-07 11:27:34.997 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: trunk 2026-09-07 11:27:34.998 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: ip-substring-filtering 2026-09-07 11:27:34.998 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: l2_adjacency 2026-09-07 11:27:34.999 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: router 2026-09-07 11:27:35.001 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:27:35.003 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-07 11:27:35.004 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-07 11:27:35.004 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 11:27:35.005 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: l3-ha 2026-09-07 11:27:35.005 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:27:35.006 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-07 11:27:35.006 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: l3-flavors 2026-09-07 11:27:35.007 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:27:35.008 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-07 11:27:35.010 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-07 11:27:35.011 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 11:27:35.012 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-07 11:27:35.013 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 11:27:35.014 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 11:27:35.015 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: multi-provider 2026-09-07 11:27:35.015 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: vpnaas 2026-09-07 11:27:35.015 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: net-mtu 2026-09-07 11:27:35.016 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 11:27:35.016 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: network_availability_zone 2026-09-07 11:27:35.017 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: network_ha 2026-09-07 11:27:35.017 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: network-ip-availability 2026-09-07 11:27:35.018 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 11:27:35.019 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: pagination 2026-09-07 11:27:35.019 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-device-profile 2026-09-07 11:27:35.020 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-07 11:27:35.020 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-07 11:27:35.021 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-07 11:27:35.021 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-mac-override 2026-09-07 11:27:35.022 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 11:27:35.022 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 11:27:35.023 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-07 11:27:35.023 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-resource-request 2026-09-07 11:27:35.024 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 11:27:35.025 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-07 11:27:35.025 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: binding 2026-09-07 11:27:35.026 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: binding-extended 2026-09-07 11:27:35.026 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-security 2026-09-07 11:27:35.027 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: project-id 2026-09-07 11:27:35.027 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: provider 2026-09-07 11:27:35.029 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos 2026-09-07 11:27:35.030 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 11:27:35.031 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 11:27:35.031 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-default 2026-09-07 11:27:35.032 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-fip 2026-09-07 11:27:35.032 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 11:27:35.033 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 11:27:35.033 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 11:27:35.034 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 11:27:35.034 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 11:27:35.035 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-pps 2026-09-07 11:27:35.035 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 11:27:35.036 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 11:27:35.037 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 11:27:35.037 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: quota-check-limit 2026-09-07 11:27:35.039 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: quotas 2026-09-07 11:27:35.040 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: quota_details 2026-09-07 11:27:35.042 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: rbac-policies 2026-09-07 11:27:35.042 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: rbac-address-group 2026-09-07 11:27:35.043 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 11:27:35.043 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 11:27:35.044 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: rbac-subnetpool 2026-09-07 11:27:35.044 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: revision-if-match 2026-09-07 11:27:35.045 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 11:27:35.046 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: router_availability_zone 2026-09-07 11:27:35.046 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 11:27:35.048 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: security-groups-default-rules 2026-09-07 11:27:35.048 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 11:27:35.049 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-07 11:27:35.049 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 11:27:35.050 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-07 11:27:35.050 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 11:27:35.053 8 WARNING stevedore.named [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-07 11:27:35.055 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: security-group 2026-09-07 11:27:35.056 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: segment 2026-09-07 11:27:35.056 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 11:27:35.057 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: service-type 2026-09-07 11:27:35.057 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: sorting 2026-09-07 11:27:35.058 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 11:27:35.058 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: standard-attr-description 2026-09-07 11:27:35.059 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: stateful-security-group 2026-09-07 11:27:35.059 7 WARNING neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 11:27:35.060 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-07 11:27:35.060 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: subnet-external-network 2026-09-07 11:27:35.061 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: subnet_onboard 2026-09-07 11:27:35.061 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 11:27:35.062 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: subnet-service-types 2026-09-07 11:27:35.063 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: subnet_allocation 2026-09-07 11:27:35.063 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 11:27:35.064 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: tag-creation 2026-09-07 11:27:35.064 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 11:27:35.068 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 11:27:35.069 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 11:27:35.069 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: trunk 2026-09-07 11:27:35.070 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: trunk-details 2026-09-07 11:27:35.070 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 11:27:35.071 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-07 11:27:35.073 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-07 11:27:35.074 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 11:27:35.074 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: vpn-flavors 2026-09-07 11:27:35.076 7 INFO neutron.api.extensions [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Loaded extension: vpnaas 2026-09-07 11:27:35.078 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-07 11:27:35.078 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-07 11:27:35.078 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.079 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-07 11:27:35.082 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:27:35.082 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:27:35.086 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:27:35.087 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:27:35.087 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:27:35.088 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.088 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.089 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.089 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.089 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:27:35.090 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:27:35.090 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:27:35.090 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:27:35.091 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:27:35.091 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:27:35.095 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:27:35.095 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] router is already registered 2026-09-07 11:27:35.095 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:27:35.096 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] floatingip is already registered 2026-09-07 11:27:35.099 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:27:35.099 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] rbac_policy is already registered 2026-09-07 11:27:35.100 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:27:35.100 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] security_group is already registered 2026-09-07 11:27:35.100 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:27:35.101 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] security_group_rule is already registered 2026-09-07 11:27:35.101 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.101 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.102 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.103 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.103 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:27:35.103 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] trunk is already registered 2026-09-07 11:27:35.103 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:27:35.104 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] endpoint_group is already registered 2026-09-07 11:27:35.104 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:27:35.104 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] vpnservice is already registered 2026-09-07 11:27:35.105 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:27:35.105 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] ipsec_site_connection is already registered 2026-09-07 11:27:35.105 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:27:35.105 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] ipsecpolicy is already registered 2026-09-07 11:27:35.106 7 INFO neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:27:35.106 7 WARNING neutron.quota.resource_registry [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] ikepolicy is already registered 2026-09-07 11:27:35.136 8 INFO neutron_vpnaas.services.vpn.plugin [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 11:27:35.136 8 INFO neutron.common.utils [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-07 11:27:35.137 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: auto_allocate 2026-09-07 11:27:35.141 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: tag 2026-09-07 11:27:35.148 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: timestamp 2026-09-07 11:27:35.150 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 11:27:35.154 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: flavors 2026-09-07 11:27:35.158 8 INFO neutron.manager [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loading Plugin: revisions 2026-09-07 11:27:35.161 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Initializing extension manager. 2026-09-07 11:27:35.162 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: address-group 2026-09-07 11:27:35.163 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: address-scope 2026-09-07 11:27:35.164 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-07 11:27:35.165 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: agent 2026-09-07 11:27:35.165 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: agent-resources-synced 2026-09-07 11:27:35.167 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 11:27:35.167 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 11:27:35.168 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: availability_zone 2026-09-07 11:27:35.169 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: availability_zone_filter 2026-09-07 11:27:35.169 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 11:27:35.170 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: default-subnetpools 2026-09-07 11:27:35.171 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 11:27:35.172 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: dns-integration 2026-09-07 11:27:35.172 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 11:27:35.173 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-07 11:27:35.174 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: dvr 2026-09-07 11:27:35.174 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 11:27:35.175 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 11:27:35.175 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:27:35.176 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 11:27:35.176 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: external-net 2026-09-07 11:27:35.177 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 11:27:35.177 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: extraroute 2026-09-07 11:27:35.178 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: extraroute-atomic 2026-09-07 11:27:35.178 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-07 11:27:35.179 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 11:27:35.179 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 11:27:35.180 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 11:27:35.180 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: fip-port-details 2026-09-07 11:27:35.181 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: flavors 2026-09-07 11:27:35.182 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 11:27:35.183 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: floatingip-pools 2026-09-07 11:27:35.183 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: ip_allocation 2026-09-07 11:27:35.184 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-07 11:27:35.184 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: l2_adjacency 2026-09-07 11:27:35.185 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: router 2026-09-07 11:27:35.187 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:27:35.188 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-07 11:27:35.188 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-07 11:27:35.189 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 11:27:35.189 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: l3-ha 2026-09-07 11:27:35.190 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:27:35.190 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-07 11:27:35.191 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: l3-flavors 2026-09-07 11:27:35.192 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:27:35.192 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-07 11:27:35.194 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-07 11:27:35.195 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 11:27:35.196 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-07 11:27:35.197 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 11:27:35.198 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 11:27:35.199 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: multi-provider 2026-09-07 11:27:35.199 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: net-mtu 2026-09-07 11:27:35.200 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 11:27:35.200 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: network_availability_zone 2026-09-07 11:27:35.201 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: network_ha 2026-09-07 11:27:35.201 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: network-ip-availability 2026-09-07 11:27:35.202 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 11:27:35.203 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: pagination 2026-09-07 11:27:35.203 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-device-profile 2026-09-07 11:27:35.204 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-07 11:27:35.204 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-07 11:27:35.205 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-07 11:27:35.205 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-mac-override 2026-09-07 11:27:35.206 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 11:27:35.206 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 11:27:35.207 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-07 11:27:35.207 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-resource-request 2026-09-07 11:27:35.208 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 11:27:35.209 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-07 11:27:35.209 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: binding 2026-09-07 11:27:35.210 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: binding-extended 2026-09-07 11:27:35.211 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-security 2026-09-07 11:27:35.211 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: project-id 2026-09-07 11:27:35.211 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: provider 2026-09-07 11:27:35.213 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos 2026-09-07 11:27:35.214 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 11:27:35.215 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 11:27:35.215 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-default 2026-09-07 11:27:35.216 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-fip 2026-09-07 11:27:35.216 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 11:27:35.217 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 11:27:35.218 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 11:27:35.218 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 11:27:35.219 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 11:27:35.220 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-pps 2026-09-07 11:27:35.220 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 11:27:35.221 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 11:27:35.222 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 11:27:35.222 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: quota-check-limit 2026-09-07 11:27:35.224 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: quotas 2026-09-07 11:27:35.225 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: quota_details 2026-09-07 11:27:35.227 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: rbac-policies 2026-09-07 11:27:35.227 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: rbac-address-group 2026-09-07 11:27:35.228 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 11:27:35.228 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 11:27:35.229 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-07 11:27:35.229 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: revision-if-match 2026-09-07 11:27:35.230 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 11:27:35.230 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: router_availability_zone 2026-09-07 11:27:35.231 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 11:27:35.232 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-07 11:27:35.233 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 11:27:35.234 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-07 11:27:35.234 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 11:27:35.235 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-07 11:27:35.235 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 11:27:35.239 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: security-group 2026-09-07 11:27:35.240 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: segment 2026-09-07 11:27:35.241 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 11:27:35.242 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: service-type 2026-09-07 11:27:35.242 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: sorting 2026-09-07 11:27:35.242 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 11:27:35.243 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: standard-attr-description 2026-09-07 11:27:35.244 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: stateful-security-group 2026-09-07 11:27:35.244 8 WARNING neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 11:27:35.245 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-07 11:27:35.245 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: subnet-external-network 2026-09-07 11:27:35.246 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: subnet_onboard 2026-09-07 11:27:35.247 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 11:27:35.247 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: subnet-service-types 2026-09-07 11:27:35.248 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: subnet_allocation 2026-09-07 11:27:35.248 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 11:27:35.249 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: tag-creation 2026-09-07 11:27:35.249 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 11:27:35.253 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 11:27:35.254 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 11:27:35.254 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: trunk 2026-09-07 11:27:35.255 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: trunk-details 2026-09-07 11:27:35.255 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 11:27:35.256 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-07 11:27:35.258 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-07 11:27:35.259 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 11:27:35.259 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: vpn-flavors 2026-09-07 11:27:35.260 7 WARNING keystonemiddleware._common.config [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 11:27:35.261 8 INFO neutron.api.extensions [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Loaded extension: vpnaas 2026-09-07 11:27:35.263 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-07 11:27:35.263 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-07 11:27:35.263 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.264 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-07 11:27:35.267 7 WARNING oslo_config.cfg [None req-1162cdf3-aaa5-4fb8-8489-7a59cce40daa - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-07 11:27:35.267 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:27:35.267 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:floatingip WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fd0310e9668 pid: 7 (default app) 2026-09-07 11:27:35.271 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:27:35.272 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:27:35.272 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:27:35.273 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.273 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.274 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.274 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.274 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:27:35.275 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:27:35.275 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:27:35.276 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:27:35.276 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:27:35.276 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:27:35.280 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:27:35.280 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] router is already registered 2026-09-07 11:27:35.281 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:27:35.281 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] floatingip is already registered 2026-09-07 11:27:35.284 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:27:35.284 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] rbac_policy is already registered 2026-09-07 11:27:35.285 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:27:35.285 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] security_group is already registered 2026-09-07 11:27:35.285 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:27:35.286 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] security_group_rule is already registered 2026-09-07 11:27:35.286 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.287 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.287 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:27:35.287 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] subnetpool is already registered 2026-09-07 11:27:35.288 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:27:35.288 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] trunk is already registered 2026-09-07 11:27:35.288 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:27:35.288 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] endpoint_group is already registered 2026-09-07 11:27:35.289 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:27:35.290 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] vpnservice is already registered 2026-09-07 11:27:35.290 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:27:35.290 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] ipsec_site_connection is already registered 2026-09-07 11:27:35.291 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:27:35.291 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] ipsecpolicy is already registered 2026-09-07 11:27:35.291 8 INFO neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:27:35.291 8 WARNING neutron.quota.resource_registry [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] ikepolicy is already registered 2026-09-07 11:27:35.462 8 WARNING keystonemiddleware._common.config [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 11:27:35.469 8 WARNING oslo_config.cfg [None req-66ed12bf-5105-4268-b032-529aed2511d0 - - - - - -] 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 0x7fd0310e9668 pid: 8 (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-07 11:27:40.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-210cf0fe-c6e6-419b-83f3-6e5552853f12 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:27:39 2026] GET /v2.0/networks/public => generated 108 bytes in 788 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: 1/4] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:27:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:27:40.949 7 WARNING neutron.services.revisions.revision_plugin [None req-11eb92fc-03a6-4316-b265-1d1b3b1db82c fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:27:40.979 7 INFO neutron.db.segments_db [None req-11eb92fc-03a6-4316-b265-1d1b3b1db82c fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment 0e52727c-dee7-4671-a2d4-4869b76be756 of type flat for network f78a5647-6984-4ba2-8752-d537e6c9d28f 2026-09-07 11:27:41.047 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11eb92fc-03a6-4316-b265-1d1b3b1db82c fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 162.253.55.38 () {48 vars in 963 bytes} [Mon Sep 7 11:27:40 2026] POST /v2.0/networks => generated 124 bytes in 629 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:27:46.998 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10f31c32-0da0-4e4b-960b-8b89499696c7 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:27:46 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:27:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:27:47.132 7 WARNING neutron.services.revisions.revision_plugin [None req-8e6b14d7-3299-4bcd-9b5c-4552301ae37d fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:27:47.160 7 INFO neutron.db.segments_db [None req-8e6b14d7-3299-4bcd-9b5c-4552301ae37d fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment 24284f7f-a8c7-4721-a73d-ca01e52802cd of type flat for network dab2bd77-5af2-4a5e-984e-bbc110f961a7 2026-09-07 11:27:47.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e6b14d7-3299-4bcd-9b5c-4552301ae37d fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 162.253.55.38 () {48 vars in 963 bytes} [Mon Sep 7 11:27:47 2026] POST /v2.0/networks => generated 124 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:27:53.476 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69036430-3ac5-461a-ae30-7a9aa1d88ff4 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:27:53 2026] GET /v2.0/networks/public => generated 108 bytes in 408 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:27:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:27:53.779 8 WARNING neutron.services.revisions.revision_plugin [None req-a67740b0-53b3-47ba-b7dd-52452ce964c3 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:27:53.810 8 INFO neutron.db.segments_db [None req-a67740b0-53b3-47ba-b7dd-52452ce964c3 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment e2d7eeba-7b0d-4d4f-aaa0-d849139da1ad of type flat for network 197f49f7-1a05-466a-b815-c6863791dc23 2026-09-07 11:27:53.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a67740b0-53b3-47ba-b7dd-52452ce964c3 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 162.253.55.38 () {48 vars in 963 bytes} [Mon Sep 7 11:27:53 2026] POST /v2.0/networks => generated 124 bytes in 353 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:27:59.802 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e646362e-7806-4434-8190-19a57e86c989 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:27:59 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:27:59 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-07 11:27:59.893 8 WARNING neutron.services.revisions.revision_plugin [None req-fe689910-7cfe-44fc-b574-249c76215b43 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:27:59.928 8 INFO neutron.db.segments_db [None req-fe689910-7cfe-44fc-b574-249c76215b43 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment 026df78e-6d51-4e36-94e7-db644b4919f5 of type flat for network 390a2aba-59b3-482a-b103-72a3a0d62ebc 2026-09-07 11:27:59.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe689910-7cfe-44fc-b574-249c76215b43 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 162.253.55.38 () {48 vars in 963 bytes} [Mon Sep 7 11:27:59 2026] POST /v2.0/networks => generated 124 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:28:05.952 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73bc3444-9ae0-4ca6-804e-b02f2d4cea89 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:28:05 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: 8|app: 0|req: 8/18] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:28:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:28:06.045 7 WARNING neutron.services.revisions.revision_plugin [None req-2a7230f4-e3a6-4c45-abfb-b4e2c4864878 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:28:06.071 7 INFO neutron.db.segments_db [None req-2a7230f4-e3a6-4c45-abfb-b4e2c4864878 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment 99645e65-2951-467f-8fef-888d50408b12 of type flat for network e680b5fd-2868-4779-95ce-0980d8f2b42e 2026-09-07 11:28:06.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a7230f4-e3a6-4c45-abfb-b4e2c4864878 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 162.253.55.38 () {48 vars in 963 bytes} [Mon Sep 7 11:28:05 2026] POST /v2.0/networks => generated 124 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:28:12.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2dca4f33-4a89-483b-aa55-ebb3054e89b9 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:28:11 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:28:12 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-07 11:28:12.115 7 WARNING neutron.services.revisions.revision_plugin [None req-5d72df0b-5917-486e-83b9-e1d3982e8d19 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:28:12.136 7 INFO neutron.db.segments_db [None req-5d72df0b-5917-486e-83b9-e1d3982e8d19 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment 376d5910-f6f9-4dfd-b295-e4c155b895d8 of type flat for network 3ccfdf66-d368-4a0a-97a3-13de85c81a8a [pid: 7|app: 0|req: 13/23] 162.253.55.38 () {48 vars in 963 bytes} [Mon Sep 7 11:28:12 2026] POST /v2.0/networks => generated 706 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:28:13.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79c9d2b2-2b54-44ae-a88c-2751a5416de3 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 162.253.55.38 () {44 vars in 923 bytes} [Mon Sep 7 11:28:13 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 162.253.55.38 () {44 vars in 945 bytes} [Mon Sep 7 11:28:13 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:28:13.464 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9393b055-9f44-42f0-94d8-0123aef518d9 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 162.253.55.38 () {44 vars in 1030 bytes} [Mon Sep 7 11:28:13 2026] GET /v2.0/subnets/public-subnet?network_id=3ccfdf66-d368-4a0a-97a3-13de85c81a8a => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 162.253.55.38 () {44 vars in 1053 bytes} [Mon Sep 7 11:28:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=3ccfdf66-d368-4a0a-97a3-13de85c81a8a => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 162.253.55.38 () {48 vars in 961 bytes} [Mon Sep 7 11:28:13 2026] POST /v2.0/subnets => generated 664 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:32:56.157 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b07a60e6-8669-4087-8791-cae95ebdd735] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-09-07 11:32:56.158 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Mon Sep 7 11:32:56 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.38) !!! 2026-09-07 11:32:56.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19e6cdf7-d869-4b0b-8c25-595f47d43dd1 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/64] 162.253.55.38 () {44 vars in 933 bytes} [Mon Sep 7 11:32:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:32:56.313 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [bce8c2e7-90d1-442d-bc41-6f82dafa3fa6] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-09-07 11:32:56.314 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Mon Sep 7 11:32:56 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.38) !!! [pid: 8|app: 0|req: 31/65] 162.253.55.38 () {44 vars in 955 bytes} [Mon Sep 7 11:32:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:32:56.414 7 INFO neutron.db.segments_db [None req-474cddb8-43de-40c7-8987-50258be495c7 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] Added segment bf52de04-c05e-4561-ae20-9cdc868f5174 of type vxlan for network 9575f24e-8ba1-43f2-95f3-7c666e6a621b [pid: 7|app: 0|req: 35/66] 162.253.55.38 () {48 vars in 962 bytes} [Mon Sep 7 11:32:56 2026] POST /v2.0/networks => generated 707 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:32:57.414 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b07a60e6-8669-4087-8791-cae95ebdd735] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42242. 2026-09-07 11:32:57.448 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6542bbc-ba32-4b1a-909b-94f3343f4886 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/69] 162.253.55.38 () {44 vars in 933 bytes} [Mon Sep 7 11:32:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:32:57.508 8 INFO oslo.messaging._drivers.impl_rabbit [-] [bce8c2e7-90d1-442d-bc41-6f82dafa3fa6] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42250. [pid: 8|app: 0|req: 33/70] 162.253.55.38 () {44 vars in 955 bytes} [Mon Sep 7 11:32:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:32:57.565 7 INFO neutron.pecan_wsgi.hooks.translation [None req-984b4621-24f2-44d1-8b63-9ffe1b2e296b fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 162.253.55.38 () {44 vars in 1032 bytes} [Mon Sep 7 11:32:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9575f24e-8ba1-43f2-95f3-7c666e6a621b => generated 114 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 162.253.55.38 () {44 vars in 1055 bytes} [Mon Sep 7 11:32:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9575f24e-8ba1-43f2-95f3-7c666e6a621b => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 162.253.55.38 () {48 vars in 961 bytes} [Mon Sep 7 11:32:57 2026] POST /v2.0/subnets => generated 651 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:32:59.475 8 INFO neutron.api.v2.resource [None req-23b1a110-44d5-4b06-bd30-a735e9a0034f fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/74] 162.253.55.38 () {44 vars in 967 bytes} [Mon Sep 7 11:32:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 249 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 162.253.55.38 () {44 vars in 989 bytes} [Mon Sep 7 11:32:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 162.253.55.38 () {48 vars in 976 bytes} [Mon Sep 7 11:32:59 2026] POST /v2.0/security-groups => generated 1616 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:00 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:00 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 1616 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:00 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:02 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 2230 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:02 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 2230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:02 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:03 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:03 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:03 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:04 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 3462 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:04 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 3462 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:04 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 3462 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:04 2026] POST /v2.0/security-group-rules => generated 603 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:05 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 4078 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:05 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:05 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 4078 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 162.253.55.38 () {44 vars in 983 bytes} [Mon Sep 7 11:33:07 2026] GET /v2.0/networks/9575f24e-8ba1-43f2-95f3-7c666e6a621b => generated 732 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:33:07.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f23649a-4529-43d6-8e1d-16a8e68d9cf2 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/98] 162.253.55.38 () {44 vars in 1072 bytes} [Mon Sep 7 11:33:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9575f24e-8ba1-43f2-95f3-7c666e6a621b => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 162.253.55.38 () {44 vars in 1095 bytes} [Mon Sep 7 11:33:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9575f24e-8ba1-43f2-95f3-7c666e6a621b => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:07 2026] GET /v2.0/security-groups/86e4b819-b2df-4337-84d4-db8feeb1dd6a => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 162.253.55.38 () {48 vars in 957 bytes} [Mon Sep 7 11:33:07 2026] POST /v2.0/ports => generated 1096 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 11:33:14.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e07fbc2b-3481-46b1-bcf5-2224dc0ba295 fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/104] 162.253.55.38 () {44 vars in 974 bytes} [Mon Sep 7 11:33:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/105] 162.253.55.38 () {44 vars in 996 bytes} [Mon Sep 7 11:33:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/106] 162.253.55.38 () {48 vars in 1026 bytes} [Mon Sep 7 11:33:14 2026] PUT /v2.0/ports/5a806c1a-a6b2-494e-8f7d-19182587dfd1 => generated 1245 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 162.253.55.38 () {44 vars in 916 bytes} [Mon Sep 7 11:33:16 2026] GET /v2.0/ports => generated 3726 bytes in 142 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-07 11:33:17.684 7 INFO neutron.api.v2.resource [None req-27284de5-05dc-4277-ac99-46d5af9d24fe fd70a4fd4bcc470db3af83f5ebf17d8b 80cec4852eac4e7a92ad766139c5f1fb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/108] 162.253.55.38 () {44 vars in 955 bytes} [Mon Sep 7 11:33:17 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/109] 162.253.55.38 () {44 vars in 977 bytes} [Mon Sep 7 11:33:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/110] 162.253.55.38 () {48 vars in 976 bytes} [Mon Sep 7 11:33:17 2026] POST /v2.0/security-groups => generated 1610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/111] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:18 2026] GET /v2.0/security-groups/2f585b7d-fb07-46af-9d59-2136f233ea98 => generated 1610 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:19 2026] GET /v2.0/security-groups/2f585b7d-fb07-46af-9d59-2136f233ea98 => generated 1610 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/113] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:19 2026] GET /v2.0/security-groups/2f585b7d-fb07-46af-9d59-2136f233ea98 => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/114] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:19 2026] POST /v2.0/security-group-rules => generated 621 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/115] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:20 2026] GET /v2.0/security-groups/2f585b7d-fb07-46af-9d59-2136f233ea98 => generated 2244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/116] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:20 2026] GET /v2.0/security-groups/2f585b7d-fb07-46af-9d59-2136f233ea98 => generated 2244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/117] 162.253.55.38 () {44 vars in 997 bytes} [Mon Sep 7 11:33:20 2026] GET /v2.0/security-groups/2f585b7d-fb07-46af-9d59-2136f233ea98 => generated 2244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/118] 162.253.55.38 () {48 vars in 987 bytes} [Mon Sep 7 11:33:20 2026] POST /v2.0/security-group-rules => generated 625 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/129] 162.253.55.38 () {44 vars in 971 bytes} [Mon Sep 7 11:34:27 2026] GET /v2.0/quotas/80cec4852eac4e7a92ad766139c5f1fb => generated 292 bytes in 25 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: 8|app: 0|req: 62/130] 162.253.55.38 () {48 vars in 1023 bytes} [Mon Sep 7 11:34:28 2026] PUT /v2.0/quotas/80cec4852eac4e7a92ad766139c5f1fb => generated 291 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)