+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Aug 12 11:38:54 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-d799b5bcb-n5brs 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 0x7f46d35cd668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-08-12 11:38:58.192 7 INFO neutron.common.config [-] Logging enabled! 2026-08-12 11:38:58.192 7 INFO neutron.common.config [-] uwsgi version 26.0.6.dev7 2026-08-12 11:38:58.192 8 INFO neutron.common.config [-] Logging enabled! 2026-08-12 11:38:58.192 8 INFO neutron.common.config [-] uwsgi version 26.0.6.dev7 2026-08-12 11:38:59.230 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-12 11:38:59.326 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-12 11:39:00.753 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-12 11:39:00.756 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-12 11:39:00.760 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-12 11:39:00.761 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-12 11:39:00.761 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-12 11:39:00.761 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-12 11:39:00.761 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 11:39:00.769 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 11:39:00.769 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 11:39:00.769 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-12 11:39:00.803 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-12 11:39:00.804 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-12 11:39:00.804 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-12 11:39:00.874 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-12 11:39:00.874 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-12 11:39:00.874 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-12 11:39:00.875 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-12 11:39:00.899 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-12 11:39:00.902 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-12 11:39:00.906 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-12 11:39:00.907 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-12 11:39:00.907 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-12 11:39:00.907 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-12 11:39:00.908 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 11:39:00.917 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 11:39:00.917 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 11:39:00.918 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-12 11:39:00.941 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-12 11:39:00.942 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-12 11:39:00.943 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-12 11:39:00.990 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-12 11:39:00.990 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-12 11:39:00.991 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-12 11:39:00.991 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-12 11:39:01.197 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing driver for type 'vlan' 2026-08-12 11:39:01.280 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing driver for type 'vlan' 2026-08-12 11:39:01.596 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] VlanTypeDriver initialization complete 2026-08-12 11:39:01.596 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing driver for type 'vxlan' 2026-08-12 11:39:01.596 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-12 11:39:01.615 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-12 11:39:01.616 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-12 11:39:01.616 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing extension driver 'port_security' 2026-08-12 11:39:01.616 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-12 11:39:01.616 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing extension driver 'qos' 2026-08-12 11:39:01.617 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-12 11:39:01.617 7 INFO neutron.plugins.ml2.managers [None req-e959121a-f145-40b6-b1d3-c254b28c56a4 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-12 11:39:01.632 7 INFO neutron.quota [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded quota_driver: . 2026-08-12 11:39:01.632 7 INFO neutron.plugins.ml2.plugin [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Modular L2 Plugin initialization complete 2026-08-12 11:39:01.632 7 INFO neutron.plugins.ml2.managers [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-12 11:39:01.633 7 INFO neutron.plugins.ml2.managers [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-12 11:39:01.633 7 INFO neutron.plugins.ml2.managers [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-12 11:39:01.633 7 INFO neutron.extensions.vlantransparent [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Disabled vlantransparent extension. 2026-08-12 11:39:01.633 7 INFO neutron.extensions.qinq [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Disabled VLAN QinQ extension. 2026-08-12 11:39:01.633 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: qos 2026-08-12 11:39:01.648 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: router 2026-08-12 11:39:01.684 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] VlanTypeDriver initialization complete 2026-08-12 11:39:01.685 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing driver for type 'vxlan' 2026-08-12 11:39:01.685 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-12 11:39:01.695 7 INFO neutron.services.service_base [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-12 11:39:01.695 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: segments 2026-08-12 11:39:01.698 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-12 11:39:01.699 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-12 11:39:01.699 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing extension driver 'port_security' 2026-08-12 11:39:01.699 8 INFO neutron.plugins.ml2.extensions.port_security [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-12 11:39:01.699 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing extension driver 'qos' 2026-08-12 11:39:01.699 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-12 11:39:01.699 8 INFO neutron.plugins.ml2.managers [None req-97a4034b-359a-4a84-bf66-b77fd134aedb - - - - - -] Initializing mechanism driver 'l2population' 2026-08-12 11:39:01.711 8 INFO neutron.quota [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded quota_driver: . 2026-08-12 11:39:01.711 8 INFO neutron.plugins.ml2.plugin [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Modular L2 Plugin initialization complete 2026-08-12 11:39:01.711 8 INFO neutron.plugins.ml2.managers [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-12 11:39:01.712 8 INFO neutron.plugins.ml2.managers [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-12 11:39:01.712 8 INFO neutron.plugins.ml2.managers [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-12 11:39:01.712 8 INFO neutron.extensions.vlantransparent [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Disabled vlantransparent extension. 2026-08-12 11:39:01.712 8 INFO neutron.extensions.qinq [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Disabled VLAN QinQ extension. 2026-08-12 11:39:01.712 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: qos 2026-08-12 11:39:01.725 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: router 2026-08-12 11:39:01.771 8 INFO neutron.services.service_base [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-12 11:39:01.771 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: segments 2026-08-12 11:39:01.801 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: trunk 2026-08-12 11:39:01.815 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: vpnaas 2026-08-12 11:39:01.867 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: trunk 2026-08-12 11:39:01.882 7 WARNING stevedore.named [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-12 11:39:01.882 7 WARNING stevedore.named [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 11:39:01.883 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: vpnaas 2026-08-12 11:39:01.923 8 WARNING stevedore.named [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-12 11:39:01.923 8 WARNING stevedore.named [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 11:39:01.967 7 INFO neutron_vpnaas.services.vpn.plugin [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-12 11:39:01.967 7 INFO neutron.common.utils [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-12 11:39:01.967 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: taas 2026-08-12 11:39:01.993 8 INFO neutron_vpnaas.services.vpn.plugin [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-12 11:39:01.993 8 INFO neutron.common.utils [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-12 11:39:01.993 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: taas 2026-08-12 11:39:01.995 7 WARNING stevedore.named [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 11:39:02.016 8 WARNING stevedore.named [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 11:39:02.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-12 11:39:02.027 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: tapmirror 2026-08-12 11:39:02.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-12 11:39:02.037 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: tapmirror 2026-08-12 11:39:02.041 7 WARNING stevedore.named [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 11:39:02.047 8 WARNING stevedore.named [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 11:39:02.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-12 11:39:02.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-12 11:39:02.087 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: auto_allocate 2026-08-12 11:39:02.087 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: auto_allocate 2026-08-12 11:39:02.095 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: tag 2026-08-12 11:39:02.098 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: tag 2026-08-12 11:39:02.105 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: timestamp 2026-08-12 11:39:02.106 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: timestamp 2026-08-12 11:39:02.107 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: network_ip_availability 2026-08-12 11:39:02.110 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: network_ip_availability 2026-08-12 11:39:02.111 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: flavors 2026-08-12 11:39:02.114 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: flavors 2026-08-12 11:39:02.116 8 INFO neutron.manager [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loading Plugin: revisions 2026-08-12 11:39:02.118 7 INFO neutron.manager [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loading Plugin: revisions 2026-08-12 11:39:02.119 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Initializing extension manager. 2026-08-12 11:39:02.120 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: address-group 2026-08-12 11:39:02.121 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Initializing extension manager. 2026-08-12 11:39:02.121 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: address-scope 2026-08-12 11:39:02.122 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-12 11:39:02.122 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: address-group 2026-08-12 11:39:02.123 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: agent 2026-08-12 11:39:02.123 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: agent-resources-synced 2026-08-12 11:39:02.123 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: address-scope 2026-08-12 11:39:02.124 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-12 11:39:02.124 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-12 11:39:02.125 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: agent 2026-08-12 11:39:02.125 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-12 11:39:02.125 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: agent-resources-synced 2026-08-12 11:39:02.126 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: availability_zone 2026-08-12 11:39:02.126 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: availability_zone_filter 2026-08-12 11:39:02.127 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-12 11:39:02.127 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-12 11:39:02.127 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-12 11:39:02.127 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: default-subnetpools 2026-08-12 11:39:02.128 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: availability_zone 2026-08-12 11:39:02.129 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: availability_zone_filter 2026-08-12 11:39:02.129 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-12 11:39:02.129 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-12 11:39:02.130 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: default-subnetpools 2026-08-12 11:39:02.130 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: dns-integration 2026-08-12 11:39:02.130 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: dns-domain-ports 2026-08-12 11:39:02.131 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-12 11:39:02.131 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-12 11:39:02.131 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: dvr 2026-08-12 11:39:02.132 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: dns-integration 2026-08-12 11:39:02.132 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-12 11:39:02.132 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: dns-domain-ports 2026-08-12 11:39:02.132 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: empty-string-filtering 2026-08-12 11:39:02.133 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-12 11:39:02.133 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-12 11:39:02.133 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: dvr 2026-08-12 11:39:02.133 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-12 11:39:02.134 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-12 11:39:02.134 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: external-net 2026-08-12 11:39:02.134 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-12 11:39:02.135 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: empty-string-filtering 2026-08-12 11:39:02.135 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: extraroute 2026-08-12 11:39:02.135 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-12 11:39:02.136 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: extraroute-atomic 2026-08-12 11:39:02.136 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-12 11:39:02.136 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-12 11:39:02.136 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: external-net 2026-08-12 11:39:02.137 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-12 11:39:02.137 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-12 11:39:02.137 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-12 11:39:02.137 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: extraroute 2026-08-12 11:39:02.138 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-12 11:39:02.138 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: extraroute-atomic 2026-08-12 11:39:02.138 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: fip-port-details 2026-08-12 11:39:02.138 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-12 11:39:02.139 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: flavors 2026-08-12 11:39:02.139 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-12 11:39:02.139 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-12 11:39:02.140 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-12 11:39:02.140 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-12 11:39:02.141 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: floatingip-pools 2026-08-12 11:39:02.141 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: fip-port-details 2026-08-12 11:39:02.141 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: ip_allocation 2026-08-12 11:39:02.142 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-12 11:39:02.142 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: flavors 2026-08-12 11:39:02.142 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: l2_adjacency 2026-08-12 11:39:02.144 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-12 11:39:02.145 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: floatingip-pools 2026-08-12 11:39:02.145 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: router 2026-08-12 11:39:02.145 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: ip_allocation 2026-08-12 11:39:02.146 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-12 11:39:02.146 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: l2_adjacency 2026-08-12 11:39:02.146 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-12 11:39:02.147 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-12 11:39:02.147 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: router 2026-08-12 11:39:02.148 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-12 11:39:02.148 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: ext-gw-mode 2026-08-12 11:39:02.149 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: l3-ha 2026-08-12 11:39:02.149 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-12 11:39:02.149 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-12 11:39:02.150 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-12 11:39:02.150 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-12 11:39:02.150 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: l3-flavors 2026-08-12 11:39:02.150 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-12 11:39:02.151 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: ext-gw-mode 2026-08-12 11:39:02.151 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-12 11:39:02.151 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: l3-ha 2026-08-12 11:39:02.151 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-12 11:39:02.152 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-12 11:39:02.152 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-12 11:39:02.153 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: l3-flavors 2026-08-12 11:39:02.154 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-12 11:39:02.154 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-12 11:39:02.154 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-12 11:39:02.155 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-12 11:39:02.156 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-12 11:39:02.157 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-12 11:39:02.157 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-12 11:39:02.157 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-12 11:39:02.158 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-12 11:39:02.158 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: multi-provider 2026-08-12 11:39:02.158 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: net-mtu 2026-08-12 11:39:02.159 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-12 11:39:02.159 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: net-mtu-writable 2026-08-12 11:39:02.160 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: network_availability_zone 2026-08-12 11:39:02.160 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-12 11:39:02.160 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: network_ha 2026-08-12 11:39:02.160 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-12 11:39:02.161 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: multi-provider 2026-08-12 11:39:02.161 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: network-ip-availability 2026-08-12 11:39:02.161 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: net-mtu 2026-08-12 11:39:02.162 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: net-mtu-writable 2026-08-12 11:39:02.162 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-12 11:39:02.163 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: network_availability_zone 2026-08-12 11:39:02.163 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: pagination 2026-08-12 11:39:02.163 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: network_ha 2026-08-12 11:39:02.163 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-device-profile 2026-08-12 11:39:02.164 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: network-ip-availability 2026-08-12 11:39:02.164 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-12 11:39:02.164 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-12 11:39:02.165 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-12 11:39:02.165 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-12 11:39:02.165 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: pagination 2026-08-12 11:39:02.165 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-mac-override 2026-08-12 11:39:02.166 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-device-profile 2026-08-12 11:39:02.166 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-12 11:39:02.166 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-12 11:39:02.166 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-12 11:39:02.167 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-12 11:39:02.167 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-resource-request 2026-08-12 11:39:02.167 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-12 11:39:02.168 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-12 11:39:02.168 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-12 11:39:02.168 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-12 11:39:02.168 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-mac-override 2026-08-12 11:39:02.169 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-12 11:39:02.169 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: binding 2026-08-12 11:39:02.169 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-12 11:39:02.170 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: binding-extended 2026-08-12 11:39:02.170 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-12 11:39:02.170 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-security 2026-08-12 11:39:02.170 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-resource-request 2026-08-12 11:39:02.171 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: project-id 2026-08-12 11:39:02.171 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-12 11:39:02.171 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: provider 2026-08-12 11:39:02.171 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-12 11:39:02.172 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-12 11:39:02.173 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: binding 2026-08-12 11:39:02.174 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos 2026-08-12 11:39:02.174 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: binding-extended 2026-08-12 11:39:02.174 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-security 2026-08-12 11:39:02.174 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-12 11:39:02.175 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: project-id 2026-08-12 11:39:02.175 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-12 11:39:02.175 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: provider 2026-08-12 11:39:02.175 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-default 2026-08-12 11:39:02.176 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-12 11:39:02.176 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-fip 2026-08-12 11:39:02.176 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-12 11:39:02.177 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-12 11:39:02.177 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-12 11:39:02.178 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-12 11:39:02.178 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos 2026-08-12 11:39:02.179 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-12 11:39:02.179 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-12 11:39:02.179 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-12 11:39:02.180 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-default 2026-08-12 11:39:02.180 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-pps 2026-08-12 11:39:02.180 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-fip 2026-08-12 11:39:02.180 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-12 11:39:02.181 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-12 11:39:02.181 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-12 11:39:02.181 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-12 11:39:02.182 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: qos-rules-alias 2026-08-12 11:39:02.182 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-12 11:39:02.182 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: quota-check-limit 2026-08-12 11:39:02.182 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-12 11:39:02.183 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-12 11:39:02.183 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-12 11:39:02.184 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-pps 2026-08-12 11:39:02.184 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-12 11:39:02.185 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-12 11:39:02.185 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: quotas 2026-08-12 11:39:02.185 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: qos-rules-alias 2026-08-12 11:39:02.186 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: quota-check-limit 2026-08-12 11:39:02.186 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: quota_details 2026-08-12 11:39:02.186 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-12 11:39:02.187 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: rbac-policies 2026-08-12 11:39:02.188 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: rbac-address-group 2026-08-12 11:39:02.188 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: rbac-address-scope 2026-08-12 11:39:02.189 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: quotas 2026-08-12 11:39:02.189 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: rbac-security-groups 2026-08-12 11:39:02.189 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-12 11:39:02.190 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: quota_details 2026-08-12 11:39:02.190 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: revision-if-match 2026-08-12 11:39:02.191 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-12 11:39:02.191 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: rbac-policies 2026-08-12 11:39:02.191 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: router_availability_zone 2026-08-12 11:39:02.192 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: rbac-address-group 2026-08-12 11:39:02.192 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-12 11:39:02.192 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: rbac-address-scope 2026-08-12 11:39:02.193 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: rbac-security-groups 2026-08-12 11:39:02.193 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-12 11:39:02.193 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-12 11:39:02.194 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: revision-if-match 2026-08-12 11:39:02.194 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-12 11:39:02.194 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-12 11:39:02.194 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-12 11:39:02.195 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-12 11:39:02.195 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: router_availability_zone 2026-08-12 11:39:02.195 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-12 11:39:02.195 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-12 11:39:02.196 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-12 11:39:02.197 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-12 11:39:02.198 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-12 11:39:02.198 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-12 11:39:02.199 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-12 11:39:02.199 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-12 11:39:02.200 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-12 11:39:02.202 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: security-group 2026-08-12 11:39:02.203 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: segment 2026-08-12 11:39:02.203 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-12 11:39:02.204 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: service-type 2026-08-12 11:39:02.204 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: sorting 2026-08-12 11:39:02.205 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: security-group 2026-08-12 11:39:02.205 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: standard-attr-segment 2026-08-12 11:39:02.206 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: standard-attr-description 2026-08-12 11:39:02.206 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: segment 2026-08-12 11:39:02.206 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: stateful-security-group 2026-08-12 11:39:02.206 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-12 11:39:02.207 8 WARNING neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-12 11:39:02.207 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: service-type 2026-08-12 11:39:02.207 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-12 11:39:02.207 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: sorting 2026-08-12 11:39:02.208 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: subnet-external-network 2026-08-12 11:39:02.208 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: standard-attr-segment 2026-08-12 11:39:02.208 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: subnet_onboard 2026-08-12 11:39:02.209 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-12 11:39:02.209 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: standard-attr-description 2026-08-12 11:39:02.209 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: subnet-service-types 2026-08-12 11:39:02.209 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: stateful-security-group 2026-08-12 11:39:02.210 7 WARNING neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-12 11:39:02.210 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: subnet_allocation 2026-08-12 11:39:02.210 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-12 11:39:02.211 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-12 11:39:02.211 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: subnet-external-network 2026-08-12 11:39:02.211 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: tag-creation 2026-08-12 11:39:02.211 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: subnet_onboard 2026-08-12 11:39:02.212 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-12 11:39:02.212 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-12 11:39:02.212 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: subnet-service-types 2026-08-12 11:39:02.213 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: subnet_allocation 2026-08-12 11:39:02.214 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-12 11:39:02.214 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: tag-creation 2026-08-12 11:39:02.215 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-12 11:39:02.215 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: standard-attr-tag 2026-08-12 11:39:02.216 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-12 11:39:02.217 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: trunk 2026-08-12 11:39:02.217 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: trunk-details 2026-08-12 11:39:02.218 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-12 11:39:02.218 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-12 11:39:02.219 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-12 11:39:02.219 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-12 11:39:02.220 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: standard-attr-tag 2026-08-12 11:39:02.221 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-12 11:39:02.221 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-12 11:39:02.222 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: trunk 2026-08-12 11:39:02.222 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-12 11:39:02.222 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: trunk-details 2026-08-12 11:39:02.223 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: vpn-flavors 2026-08-12 11:39:02.223 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-12 11:39:02.223 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-12 11:39:02.224 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-12 11:39:02.224 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: vpnaas 2026-08-12 11:39:02.225 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-12 11:39:02.226 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: taas 2026-08-12 11:39:02.226 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-12 11:39:02.227 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: tap-mirror 2026-08-12 11:39:02.228 8 INFO neutron.api.extensions [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-12 11:39:02.228 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-12 11:39:02.228 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: vpn-flavors 2026-08-12 11:39:02.230 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-12 11:39:02.230 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: vpnaas 2026-08-12 11:39:02.230 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-12 11:39:02.230 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.231 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-12 11:39:02.231 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: taas 2026-08-12 11:39:02.233 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: tap-mirror 2026-08-12 11:39:02.233 7 INFO neutron.api.extensions [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-12 11:39:02.234 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-12 11:39:02.234 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-12 11:39:02.236 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-12 11:39:02.236 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-12 11:39:02.237 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.237 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-12 11:39:02.239 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-12 11:39:02.239 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-12 11:39:02.240 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-12 11:39:02.240 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-12 11:39:02.241 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.241 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-12 11:39:02.241 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.241 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.241 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.242 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-12 11:39:02.242 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.242 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.243 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-12 11:39:02.243 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-12 11:39:02.244 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-12 11:39:02.244 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.244 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ipsecpolicy is already registered 2026-08-12 11:39:02.245 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.245 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ikepolicy is already registered 2026-08-12 11:39:02.246 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-12 11:39:02.246 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-12 11:39:02.247 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-12 11:39:02.248 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.248 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.248 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.248 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.249 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-12 11:39:02.249 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.249 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-12 11:39:02.249 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] router is already registered 2026-08-12 11:39:02.250 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.250 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-12 11:39:02.250 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-12 11:39:02.250 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] floatingip is already registered 2026-08-12 11:39:02.250 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-12 11:39:02.251 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-12 11:39:02.251 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.251 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ipsecpolicy is already registered 2026-08-12 11:39:02.252 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.252 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ikepolicy is already registered 2026-08-12 11:39:02.254 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-12 11:39:02.254 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] rbac_policy is already registered 2026-08-12 11:39:02.255 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-12 11:39:02.255 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] security_group is already registered 2026-08-12 11:39:02.255 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-12 11:39:02.255 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] security_group_rule is already registered 2026-08-12 11:39:02.256 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.256 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.257 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.257 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-12 11:39:02.257 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.257 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] router is already registered 2026-08-12 11:39:02.257 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-12 11:39:02.257 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-12 11:39:02.257 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] floatingip is already registered 2026-08-12 11:39:02.258 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] trunk is already registered 2026-08-12 11:39:02.258 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.258 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ikepolicy is already registered 2026-08-12 11:39:02.258 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.259 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ipsecpolicy is already registered 2026-08-12 11:39:02.259 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-12 11:39:02.259 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] endpoint_group is already registered 2026-08-12 11:39:02.259 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-12 11:39:02.260 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] vpnservice is already registered 2026-08-12 11:39:02.260 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-12 11:39:02.260 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ipsec_site_connection is already registered 2026-08-12 11:39:02.260 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.261 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ipsecpolicy is already registered 2026-08-12 11:39:02.261 8 INFO neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.261 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-12 11:39:02.261 8 WARNING neutron.quota.resource_registry [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] ikepolicy is already registered 2026-08-12 11:39:02.261 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] rbac_policy is already registered 2026-08-12 11:39:02.262 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-12 11:39:02.262 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] security_group is already registered 2026-08-12 11:39:02.262 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-12 11:39:02.262 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] security_group_rule is already registered 2026-08-12 11:39:02.263 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.263 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.264 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-12 11:39:02.264 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] subnetpool is already registered 2026-08-12 11:39:02.264 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-12 11:39:02.264 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] trunk is already registered 2026-08-12 11:39:02.265 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.265 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ikepolicy is already registered 2026-08-12 11:39:02.265 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.266 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ipsecpolicy is already registered 2026-08-12 11:39:02.266 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-12 11:39:02.266 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] endpoint_group is already registered 2026-08-12 11:39:02.266 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-12 11:39:02.267 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] vpnservice is already registered 2026-08-12 11:39:02.267 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-12 11:39:02.267 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ipsec_site_connection is already registered 2026-08-12 11:39:02.267 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-12 11:39:02.268 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ipsecpolicy is already registered 2026-08-12 11:39:02.268 7 INFO neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-12 11:39:02.268 7 WARNING neutron.quota.resource_registry [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] ikepolicy is already registered 2026-08-12 11:39:02.299 8 WARNING keystonemiddleware._common.config [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-12 11:39:02.306 8 WARNING oslo_config.cfg [None req-45607c25-276c-47b9-a7a1-3a3ee4e6a1c5 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-12 11:39:02.307 7 WARNING keystonemiddleware._common.config [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f46d35cd668 pid: 8 (default app) 2026-08-12 11:39:02.314 7 WARNING oslo_config.cfg [None req-57a38578-7753-4ed3-b1fa-4f0eb91d3c26 - - - - - -] 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 0x7f46d35cd668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-12 11:39:06.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b809e8c7-3c6d-45b4-97fc-08d03ab8b77a 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:05 2026] GET /v2.0/networks/public => generated 108 bytes in 878 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:39:07.472 8 WARNING neutron.services.revisions.revision_plugin [None req-886817b8-c1d4-4310-9592-220a44f60432 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Could not find related network for resource to bump revision. 2026-08-12 11:39:07.490 8 INFO neutron.db.segments_db [None req-886817b8-c1d4-4310-9592-220a44f60432 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment 545a296e-1e48-49e2-be28-b7cb59e2cccb of type flat for network a74736ae-89d1-41ee-a809-33cd3d91b694 2026-08-12 11:39:07.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-886817b8-c1d4-4310-9592-220a44f60432 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.137 () {48 vars in 967 bytes} [Wed Aug 12 11:39:07 2026] POST /v2.0/networks => generated 124 bytes in 458 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-12 11:39:13.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d15c61c4-89cd-4c96-9323-fd5c7567d9b9 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:13 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:39:13.517 8 WARNING neutron.services.revisions.revision_plugin [None req-2199d8b0-8494-40f6-8ee5-8314e225b6c6 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Could not find related network for resource to bump revision. 2026-08-12 11:39:13.532 8 INFO neutron.db.segments_db [None req-2199d8b0-8494-40f6-8ee5-8314e225b6c6 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment a159203a-891f-4104-b01c-603e1e946ce4 of type flat for network aa1b20a8-2322-446f-8f8d-400bf73ec430 2026-08-12 11:39:13.618 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2199d8b0-8494-40f6-8ee5-8314e225b6c6 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.137 () {48 vars in 967 bytes} [Wed Aug 12 11:39:13 2026] POST /v2.0/networks => generated 124 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-12 11:39:19.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e14ff0b-9bb7-409e-859b-c2fe8eddf643 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:19 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:19 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-08-12 11:39:20.126 7 WARNING neutron.services.revisions.revision_plugin [None req-d82bcc67-d424-4f04-a6de-19ab3c1859ab 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Could not find related network for resource to bump revision. 2026-08-12 11:39:20.146 7 INFO neutron.db.segments_db [None req-d82bcc67-d424-4f04-a6de-19ab3c1859ab 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment 6cb5bb64-4909-45e7-b580-47976d20858c of type flat for network 3d216447-72d3-4c13-b3c2-7b7232d7baee 2026-08-12 11:39:20.190 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d82bcc67-d424-4f04-a6de-19ab3c1859ab 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.137 () {48 vars in 967 bytes} [Wed Aug 12 11:39:19 2026] POST /v2.0/networks => generated 124 bytes in 350 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-12 11:39:26.096 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ea076ac-e906-4a49-a83e-2dc2ae989628 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:26 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:39:26.159 7 WARNING neutron.services.revisions.revision_plugin [None req-7d325260-a538-4f93-bab0-f823a009b217 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Could not find related network for resource to bump revision. 2026-08-12 11:39:26.174 7 INFO neutron.db.segments_db [None req-7d325260-a538-4f93-bab0-f823a009b217 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment 86d5b6b0-bf33-4a1e-9cf4-a2863e8ab5aa of type flat for network 5f1702b8-1c77-47a8-9782-7dd863a822b9 2026-08-12 11:39:26.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d325260-a538-4f93-bab0-f823a009b217 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.137 () {48 vars in 967 bytes} [Wed Aug 12 11:39:26 2026] POST /v2.0/networks => generated 124 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-12 11:39:32.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8a0ae43-6f06-4eff-b063-63b2962b0067 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:32 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:39:32.287 8 WARNING neutron.services.revisions.revision_plugin [None req-ead7fc4b-399d-45ea-b0ea-8a8a726bd9fd 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Could not find related network for resource to bump revision. 2026-08-12 11:39:32.312 8 INFO neutron.db.segments_db [None req-ead7fc4b-399d-45ea-b0ea-8a8a726bd9fd 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment 7270fadf-e386-4e74-a073-0ad68de86ee5 of type flat for network cac92cf3-079d-4bdf-bedb-426650c3caaf 2026-08-12 11:39:32.336 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ead7fc4b-399d-45ea-b0ea-8a8a726bd9fd 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.137 () {48 vars in 967 bytes} [Wed Aug 12 11:39:32 2026] POST /v2.0/networks => generated 124 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-12 11:39:38.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0393eecf-7873-453a-9f07-4d36364a5cc7 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:38 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:39:38.507 8 WARNING neutron.services.revisions.revision_plugin [None req-442f152b-e692-4fd0-a21c-0ea4fe465634 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Could not find related network for resource to bump revision. 2026-08-12 11:39:38.529 8 INFO neutron.db.segments_db [None req-442f152b-e692-4fd0-a21c-0ea4fe465634 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment b519e16f-cdde-43cf-bf51-4d55229db7be of type flat for network 479e7e95-5143-4fdc-a4ad-583078fd99cc [pid: 8|app: 0|req: 13/23] 199.19.213.137 () {48 vars in 967 bytes} [Wed Aug 12 11:39:38 2026] POST /v2.0/networks => generated 706 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-12 11:39:40.168 7 INFO neutron.pecan_wsgi.hooks.translation [None req-199654b9-7203-4acd-b451-f04d05642fba 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.137 () {44 vars in 927 bytes} [Wed Aug 12 11:39:40 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.137 () {44 vars in 949 bytes} [Wed Aug 12 11:39:40 2026] GET /v2.0/networks?name=public => generated 709 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-12 11:39:40.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c893cc82-6119-4615-9363-5261898632c5 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.19.213.137 () {44 vars in 1034 bytes} [Wed Aug 12 11:39:40 2026] GET /v2.0/subnets/public-subnet?network_id=479e7e95-5143-4fdc-a4ad-583078fd99cc => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.19.213.137 () {44 vars in 1057 bytes} [Wed Aug 12 11:39:40 2026] GET /v2.0/subnets?name=public-subnet&network_id=479e7e95-5143-4fdc-a4ad-583078fd99cc => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.137 () {48 vars in 965 bytes} [Wed Aug 12 11:39:40 2026] POST /v2.0/subnets => generated 664 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-12 11:44:27.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0265cc7-5aac-4cc0-a4f3-0b46d4535017 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.19.213.137 () {44 vars in 937 bytes} [Wed Aug 12 11:44:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.19.213.137 () {44 vars in 959 bytes} [Wed Aug 12 11:44:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:44:27.230 8 INFO neutron.db.segments_db [None req-6f391dde-21f7-4dcb-9b46-04b1b704dc9a 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] Added segment 048db89f-d2c0-4246-84d4-d5cd5c490779 of type vxlan for network 6e07d580-9099-49e9-a7ac-c517648c60a4 [pid: 8|app: 0|req: 36/68] 199.19.213.137 () {48 vars in 966 bytes} [Wed Aug 12 11:44:27 2026] POST /v2.0/networks => generated 707 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-12 11:44:28.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-444b9bb6-0d6c-41d9-81b1-30e8bece5d36 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.19.213.137 () {44 vars in 937 bytes} [Wed Aug 12 11:44:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.19.213.137 () {44 vars in 959 bytes} [Wed Aug 12 11:44:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-12 11:44:28.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc1c7400-3191-4faf-9b6a-8a777b01524a 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.19.213.137 () {44 vars in 1036 bytes} [Wed Aug 12 11:44:28 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6e07d580-9099-49e9-a7ac-c517648c60a4 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.19.213.137 () {44 vars in 1059 bytes} [Wed Aug 12 11:44:28 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6e07d580-9099-49e9-a7ac-c517648c60a4 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.137 () {48 vars in 965 bytes} [Wed Aug 12 11:44:28 2026] POST /v2.0/subnets => generated 651 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-12 11:44:29.748 8 INFO neutron.api.v2.resource [None req-dc68de7f-c3f8-40e9-866e-c7deec2c439a 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.19.213.137 () {44 vars in 971 bytes} [Wed Aug 12 11:44:29 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.137 () {44 vars in 993 bytes} [Wed Aug 12 11:44:29 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.137 () {48 vars in 980 bytes} [Wed Aug 12 11:44:29 2026] POST /v2.0/security-groups => generated 1616 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:31 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 1616 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:31 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:31 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:32 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:32 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 2230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:32 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:33 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:33 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:33 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:34 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:34 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:34 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:35 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:35 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:35 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.137 () {44 vars in 987 bytes} [Wed Aug 12 11:44:36 2026] GET /v2.0/networks/6e07d580-9099-49e9-a7ac-c517648c60a4 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-12 11:44:37.059 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07e4cd98-8436-441f-8a0b-ef0a091cdc35 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/98] 199.19.213.137 () {44 vars in 1076 bytes} [Wed Aug 12 11:44:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6e07d580-9099-49e9-a7ac-c517648c60a4 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.137 () {44 vars in 1099 bytes} [Wed Aug 12 11:44:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6e07d580-9099-49e9-a7ac-c517648c60a4 => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:37 2026] GET /v2.0/security-groups/089b4f25-c178-41b5-954b-8bacec3da47d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.19.213.137 () {48 vars in 961 bytes} [Wed Aug 12 11:44:37 2026] POST /v2.0/ports => generated 1100 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-12 11:44:44.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dce2161-31de-474c-a934-1cdf40377045 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.19.213.137 () {44 vars in 979 bytes} [Wed Aug 12 11:44:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.19.213.137 () {48 vars in 1031 bytes} [Wed Aug 12 11:44:44 2026] PUT /v2.0/ports/931dc320-c20b-42e3-b1d3-f0aac315fc2b => generated 1249 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.19.213.137 () {44 vars in 920 bytes} [Wed Aug 12 11:44:47 2026] GET /v2.0/ports => generated 3730 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-12 11:44:48.549 7 INFO neutron.api.v2.resource [None req-591b2121-d095-43a0-9797-06143d6517a0 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/108] 199.19.213.137 () {44 vars in 959 bytes} [Wed Aug 12 11:44:48 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.19.213.137 () {44 vars in 981 bytes} [Wed Aug 12 11:44:48 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.19.213.137 () {48 vars in 980 bytes} [Wed Aug 12 11:44:48 2026] POST /v2.0/security-groups => generated 1610 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:49 2026] GET /v2.0/security-groups/347fc3af-57ca-42ca-9568-1fcbcf6e1558 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:49 2026] GET /v2.0/security-groups/347fc3af-57ca-42ca-9568-1fcbcf6e1558 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:49 2026] GET /v2.0/security-groups/347fc3af-57ca-42ca-9568-1fcbcf6e1558 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:49 2026] POST /v2.0/security-group-rules => generated 623 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:50 2026] GET /v2.0/security-groups/347fc3af-57ca-42ca-9568-1fcbcf6e1558 => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:50 2026] GET /v2.0/security-groups/347fc3af-57ca-42ca-9568-1fcbcf6e1558 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:44:50 2026] GET /v2.0/security-groups/347fc3af-57ca-42ca-9568-1fcbcf6e1558 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:44:50 2026] POST /v2.0/security-group-rules => generated 627 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/127] 199.19.213.137 () {44 vars in 975 bytes} [Wed Aug 12 11:45:51 2026] GET /v2.0/quotas/ae9da65f1b7e47a8ab161970d0065e54 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/128] 199.19.213.137 () {48 vars in 1027 bytes} [Wed Aug 12 11:45:51 2026] PUT /v2.0/quotas/ae9da65f1b7e47a8ab161970d0065e54 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-12 11:48:12.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d8b3264-cafc-46b7-ad06-77a3db6ce30e 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/149] 199.19.213.137 () {30 vars in 740 bytes} [Wed Aug 12 11:48:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 216 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 74/150] 199.19.213.137 () {30 vars in 762 bytes} [Wed Aug 12 11:48:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-12 11:48:14.194 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e657a24-600e-40ae-88e5-3f8245d2736a 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/151] 199.19.213.137 () {30 vars in 740 bytes} [Wed Aug 12 11:48:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/152] 199.19.213.137 () {30 vars in 762 bytes} [Wed Aug 12 11:48:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-12 11:54:09.573 8 INFO neutron.api.v2.resource [None req-577721ea-bb99-4f14-b344-9ac0ea23f1bf 1a18dcc3a84048ad91d1c214439300f0 ae9da65f1b7e47a8ab161970d0065e54 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/201] 199.19.213.137 () {44 vars in 1074 bytes} [Wed Aug 12 11:54:09 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 139 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/202] 199.19.213.137 () {44 vars in 1097 bytes} [Wed Aug 12 11:54:09 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e5fe60fc77794220a65453eec9de4e9e => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/203] 199.19.213.137 () {48 vars in 981 bytes} [Wed Aug 12 11:54:09 2026] POST /v2.0/security-groups => generated 1624 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/204] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:10 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 1624 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/205] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:54:11 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/206] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:11 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/207] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:54:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/208] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:12 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/209] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:54:12 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:12 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/211] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:54:12 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:13 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:54:13 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:13 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:54:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:14 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 3460 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.19.213.137 () {44 vars in 1001 bytes} [Wed Aug 12 11:54:14 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.19.213.137 () {44 vars in 1088 bytes} [Wed Aug 12 11:54:14 2026] GET /v2.0/security-groups/96ec4edd-a548-41d6-a8ad-9f06e1b9d989?project_id=e5fe60fc77794220a65453eec9de4e9e => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.19.213.137 () {48 vars in 991 bytes} [Wed Aug 12 11:54:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/238] 199.19.213.137 () {30 vars in 739 bytes} [Wed Aug 12 11:56:26 2026] GET /v2.0/networks?tenant_id=e5fe60fc77794220a65453eec9de4e9e&shared=False => generated 15 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-12 11:56:27.112 7 INFO neutron.db.segments_db [None req-33482ae6-71b9-45f4-8e7f-464e19b726a8 76013c4162394d7b9bca3545d00faeb9 e5fe60fc77794220a65453eec9de4e9e - - d75345102a1c4cac95a663d132a0230d d75345102a1c4cac95a663d132a0230d] Added segment 605e6965-d4e7-41e3-9ae5-4ea0425955be of type vxlan for network b2381cef-7ab9-46f1-80f1-6b9874f0a5ab [pid: 7|app: 0|req: 118/239] 199.19.213.137 () {34 vars in 681 bytes} [Wed Aug 12 11:56:27 2026] POST /v2.0/networks => generated 718 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/240] 199.19.213.137 () {30 vars in 721 bytes} [Wed Aug 12 11:56:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 199.19.213.137 () {30 vars in 632 bytes} [Wed Aug 12 11:56:27 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 199.19.213.137 () {34 vars in 676 bytes} [Wed Aug 12 11:56:27 2026] POST /v2.0/ports => generated 999 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/243] 199.19.213.137 () {30 vars in 702 bytes} [Wed Aug 12 11:56:28 2026] GET /v2.0/networks/b2381cef-7ab9-46f1-80f1-6b9874f0a5ab => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/244] 199.19.213.137 () {30 vars in 721 bytes} [Wed Aug 12 11:56:30 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/245] 199.19.213.137 () {30 vars in 702 bytes} [Wed Aug 12 11:56:30 2026] GET /v2.0/networks/b2381cef-7ab9-46f1-80f1-6b9874f0a5ab => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.19.213.137 () {44 vars in 975 bytes} [Wed Aug 12 11:56:47 2026] GET /v2.0/quotas/e5fe60fc77794220a65453eec9de4e9e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/249] 199.19.213.137 () {48 vars in 1027 bytes} [Wed Aug 12 11:56:48 2026] PUT /v2.0/quotas/e5fe60fc77794220a65453eec9de4e9e => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)