+ 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 [Fri Jul 24 18:04:14 2026] *** compiled with version: 13.3.0 on 03 July 2026 22:28:27 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-6bc5dc459-sgj7s 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 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fa47e8a0668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-24 18:04:18.890 8 INFO neutron.common.config [-] Logging enabled! 2026-07-24 18:04:18.890 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-07-24 18:04:18.897 7 INFO neutron.common.config [-] Logging enabled! 2026-07-24 18:04:18.897 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-07-24 18:04:20.066 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-24 18:04:20.106 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-24 18:04:21.620 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-24 18:04:21.623 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-24 18:04:21.626 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-24 18:04:21.627 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-24 18:04:21.627 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-24 18:04:21.628 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-07-24 18:04:21.628 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-24 18:04:21.628 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 18:04:21.636 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 18:04:21.636 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 18:04:21.636 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-24 18:04:21.659 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-24 18:04:21.660 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-24 18:04:21.660 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-24 18:04:21.688 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-24 18:04:21.688 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-24 18:04:21.688 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-24 18:04:21.689 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-24 18:04:21.719 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-24 18:04:21.722 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-24 18:04:21.727 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-24 18:04:21.728 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-24 18:04:21.728 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-24 18:04:21.728 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-07-24 18:04:21.728 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-24 18:04:21.729 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 18:04:21.738 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 18:04:21.738 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 18:04:21.738 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-24 18:04:21.760 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-24 18:04:21.761 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-24 18:04:21.761 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-24 18:04:21.785 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-24 18:04:21.785 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-24 18:04:21.786 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-24 18:04:21.786 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-24 18:04:22.238 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing driver for type 'vlan' 2026-07-24 18:04:22.332 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing driver for type 'vlan' 2026-07-24 18:04:23.922 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] VlanTypeDriver initialization complete 2026-07-24 18:04:23.923 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing driver for type 'vxlan' 2026-07-24 18:04:23.923 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-24 18:04:23.924 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] VlanTypeDriver initialization complete 2026-07-24 18:04:23.924 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing driver for type 'vxlan' 2026-07-24 18:04:23.924 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-24 18:04:23.937 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-24 18:04:23.938 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-24 18:04:23.938 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing extension driver 'port_security' 2026-07-24 18:04:23.938 7 INFO neutron.plugins.ml2.extensions.port_security [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-24 18:04:23.938 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing extension driver 'qos' 2026-07-24 18:04:23.938 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-24 18:04:23.939 7 INFO neutron.plugins.ml2.managers [None req-dfc59686-5161-4d59-886a-69b7b9541a82 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-24 18:04:23.940 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-24 18:04:23.941 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-24 18:04:23.941 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing extension driver 'port_security' 2026-07-24 18:04:23.941 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-24 18:04:23.941 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing extension driver 'qos' 2026-07-24 18:04:23.941 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-24 18:04:23.941 8 INFO neutron.plugins.ml2.managers [None req-c9434919-e865-4c3c-b313-ec059aa3b352 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-24 18:04:23.952 7 INFO neutron.quota [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded quota_driver: . 2026-07-24 18:04:23.953 7 INFO neutron.plugins.ml2.plugin [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Modular L2 Plugin initialization complete 2026-07-24 18:04:23.953 7 INFO neutron.plugins.ml2.managers [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-24 18:04:23.953 7 INFO neutron.plugins.ml2.managers [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-24 18:04:23.954 7 INFO neutron.plugins.ml2.managers [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-24 18:04:23.954 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: qos 2026-07-24 18:04:23.961 8 INFO neutron.quota [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded quota_driver: . 2026-07-24 18:04:23.962 8 INFO neutron.plugins.ml2.plugin [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Modular L2 Plugin initialization complete 2026-07-24 18:04:23.962 8 INFO neutron.plugins.ml2.managers [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-24 18:04:23.962 8 INFO neutron.plugins.ml2.managers [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-24 18:04:23.962 8 INFO neutron.plugins.ml2.managers [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Got port-security extension from driver 'port_security' 2026-07-24 18:04:23.962 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: qos 2026-07-24 18:04:23.977 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: router 2026-07-24 18:04:23.978 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: router 2026-07-24 18:04:24.034 7 INFO neutron.services.service_base [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-24 18:04:24.035 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: segments 2026-07-24 18:04:24.038 8 INFO neutron.services.service_base [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-24 18:04:24.038 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: segments 2026-07-24 18:04:24.141 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: trunk 2026-07-24 18:04:24.145 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: trunk 2026-07-24 18:04:24.156 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: vpnaas 2026-07-24 18:04:24.161 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: vpnaas 2026-07-24 18:04:24.196 8 WARNING stevedore.named [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-24 18:04:24.208 7 WARNING stevedore.named [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-24 18:04:24.265 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-24 18:04:24.266 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: taas 2026-07-24 18:04:24.275 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-24 18:04:24.276 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: taas 2026-07-24 18:04:24.293 8 WARNING stevedore.named [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 18:04:24.301 7 WARNING stevedore.named [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 18:04:24.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-24 18:04:24.322 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: tapmirror 2026-07-24 18:04:24.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-24 18:04:24.323 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: tapmirror 2026-07-24 18:04:24.338 8 WARNING stevedore.named [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 18:04:24.339 7 WARNING stevedore.named [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 18:04:24.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-24 18:04:24.359 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: auto_allocate 2026-07-24 18:04:24.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-24 18:04:24.360 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: auto_allocate 2026-07-24 18:04:24.368 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: tag 2026-07-24 18:04:24.368 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: tag 2026-07-24 18:04:24.378 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: timestamp 2026-07-24 18:04:24.379 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: timestamp 2026-07-24 18:04:24.381 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: network_ip_availability 2026-07-24 18:04:24.382 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: network_ip_availability 2026-07-24 18:04:24.386 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: flavors 2026-07-24 18:04:24.389 7 INFO neutron.manager [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loading Plugin: revisions 2026-07-24 18:04:24.389 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: flavors 2026-07-24 18:04:24.394 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Initializing extension manager. 2026-07-24 18:04:24.395 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: aap-reject-multicast 2026-07-24 18:04:24.396 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: address-group 2026-07-24 18:04:24.397 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: address-scope 2026-07-24 18:04:24.398 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-24 18:04:24.399 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: agent 2026-07-24 18:04:24.400 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: agent-resources-synced 2026-07-24 18:04:24.401 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: agent_sort_key 2026-07-24 18:04:24.402 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-24 18:04:24.403 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-24 18:04:24.404 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: availability_zone 2026-07-24 18:04:24.405 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: availability_zone_filter 2026-07-24 18:04:24.406 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-24 18:04:24.407 8 INFO neutron.manager [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loading Plugin: revisions 2026-07-24 18:04:24.407 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: default-subnetpools 2026-07-24 18:04:24.409 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-24 18:04:24.410 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: dns-integration 2026-07-24 18:04:24.410 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: dns-domain-ports 2026-07-24 18:04:24.411 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-24 18:04:24.411 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: dvr 2026-07-24 18:04:24.412 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-24 18:04:24.412 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: empty-string-filtering 2026-07-24 18:04:24.413 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Initializing extension manager. 2026-07-24 18:04:24.413 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-24 18:04:24.413 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-24 18:04:24.414 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: aap-reject-multicast 2026-07-24 18:04:24.414 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-24 18:04:24.415 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: external-net 2026-07-24 18:04:24.415 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-24 18:04:24.415 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: address-group 2026-07-24 18:04:24.416 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: extraroute 2026-07-24 18:04:24.416 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: extraroute-atomic 2026-07-24 18:04:24.416 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: address-scope 2026-07-24 18:04:24.417 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: filter-validation 2026-07-24 18:04:24.417 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-24 18:04:24.417 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-24 18:04:24.418 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-24 18:04:24.418 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: agent 2026-07-24 18:04:24.418 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-24 18:04:24.419 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: fip-port-details 2026-07-24 18:04:24.419 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: agent-resources-synced 2026-07-24 18:04:24.419 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: agent_sort_key 2026-07-24 18:04:24.420 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: flavors 2026-07-24 18:04:24.421 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: allowed-address-pairs 2026-07-24 18:04:24.422 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: auto-allocated-topology 2026-07-24 18:04:24.423 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-24 18:04:24.423 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: availability_zone 2026-07-24 18:04:24.423 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: floatingip-pools 2026-07-24 18:04:24.423 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: availability_zone_filter 2026-07-24 18:04:24.424 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-24 18:04:24.424 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: ip_allocation 2026-07-24 18:04:24.425 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: default-subnetpools 2026-07-24 18:04:24.425 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-24 18:04:24.425 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: l2_adjacency 2026-07-24 18:04:24.427 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-24 18:04:24.427 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: router 2026-07-24 18:04:24.427 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: dns-integration 2026-07-24 18:04:24.428 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-24 18:04:24.428 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: dns-domain-ports 2026-07-24 18:04:24.429 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-24 18:04:24.429 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: dvr 2026-07-24 18:04:24.430 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-24 18:04:24.430 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-24 18:04:24.431 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: empty-string-filtering 2026-07-24 18:04:24.431 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-24 18:04:24.431 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-24 18:04:24.432 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-24 18:04:24.432 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: ext-gw-mode 2026-07-24 18:04:24.432 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-24 18:04:24.433 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: l3-ha 2026-07-24 18:04:24.433 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-24 18:04:24.433 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-24 18:04:24.433 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: external-net 2026-07-24 18:04:24.433 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-24 18:04:24.434 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: l3-flavors 2026-07-24 18:04:24.434 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-24 18:04:24.435 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: extraroute 2026-07-24 18:04:24.435 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-24 18:04:24.435 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-24 18:04:24.435 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: extraroute-atomic 2026-07-24 18:04:24.436 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: filter-validation 2026-07-24 18:04:24.437 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-24 18:04:24.437 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-24 18:04:24.438 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-24 18:04:24.439 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-24 18:04:24.440 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-24 18:04:24.442 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: fip-port-details 2026-07-24 18:04:24.443 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-24 18:04:24.443 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: flavors 2026-07-24 18:04:24.445 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-24 18:04:24.445 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-24 18:04:24.446 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: floatingip-pools 2026-07-24 18:04:24.446 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: ip_allocation 2026-07-24 18:04:24.447 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: ip-substring-filtering 2026-07-24 18:04:24.447 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-24 18:04:24.447 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: l2_adjacency 2026-07-24 18:04:24.448 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: multi-provider 2026-07-24 18:04:24.449 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: router 2026-07-24 18:04:24.449 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: net-mtu 2026-07-24 18:04:24.450 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-24 18:04:24.451 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: net-mtu-writable 2026-07-24 18:04:24.451 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: network_availability_zone 2026-07-24 18:04:24.452 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: network_ha 2026-07-24 18:04:24.452 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-24 18:04:24.452 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: network-ip-availability 2026-07-24 18:04:24.453 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-24 18:04:24.453 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: network-ip-availability-details 2026-07-24 18:04:24.454 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-24 18:04:24.454 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: ext-gw-mode 2026-07-24 18:04:24.455 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-24 18:04:24.455 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: l3-ha 2026-07-24 18:04:24.455 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: pagination 2026-07-24 18:04:24.456 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-24 18:04:24.456 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-device-profile 2026-07-24 18:04:24.456 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-24 18:04:24.456 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-24 18:04:24.457 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-24 18:04:24.457 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: l3-flavors 2026-07-24 18:04:24.457 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-24 18:04:24.458 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-mac-override 2026-07-24 18:04:24.458 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-24 18:04:24.458 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-24 18:04:24.459 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-24 18:04:24.459 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-24 18:04:24.459 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-24 18:04:24.460 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-resource-request 2026-07-24 18:04:24.460 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-24 18:04:24.461 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-24 18:04:24.461 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: binding 2026-07-24 18:04:24.462 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-24 18:04:24.462 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: binding-extended 2026-07-24 18:04:24.463 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-security 2026-07-24 18:04:24.463 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-24 18:04:24.463 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: project-id 2026-07-24 18:04:24.464 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: provider 2026-07-24 18:04:24.464 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-24 18:04:24.464 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-24 18:04:24.465 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-24 18:04:24.466 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-24 18:04:24.467 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos 2026-07-24 18:04:24.467 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-24 18:04:24.468 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: multi-provider 2026-07-24 18:04:24.468 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-24 18:04:24.468 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: net-mtu 2026-07-24 18:04:24.468 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-24 18:04:24.469 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-default 2026-07-24 18:04:24.469 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: net-mtu-writable 2026-07-24 18:04:24.469 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-fip 2026-07-24 18:04:24.470 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: network_availability_zone 2026-07-24 18:04:24.470 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-24 18:04:24.471 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: network_ha 2026-07-24 18:04:24.471 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-24 18:04:24.472 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-24 18:04:24.472 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: network-ip-availability 2026-07-24 18:04:24.472 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-24 18:04:24.473 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: network-ip-availability-details 2026-07-24 18:04:24.473 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-24 18:04:24.473 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-pps 2026-07-24 18:04:24.474 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-24 18:04:24.474 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-24 18:04:24.475 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-24 18:04:24.475 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: pagination 2026-07-24 18:04:24.475 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: qos-rules-alias 2026-07-24 18:04:24.475 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-device-profile 2026-07-24 18:04:24.476 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: quota-check-limit 2026-07-24 18:04:24.476 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-24 18:04:24.476 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-24 18:04:24.477 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-24 18:04:24.477 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-24 18:04:24.478 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-mac-override 2026-07-24 18:04:24.478 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: quotas 2026-07-24 18:04:24.479 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-24 18:04:24.479 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-24 18:04:24.480 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: quota_details 2026-07-24 18:04:24.480 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-24 18:04:24.480 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-resource-request 2026-07-24 18:04:24.481 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: rbac-policies 2026-07-24 18:04:24.481 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-resource-request-groups 2026-07-24 18:04:24.482 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: rbac-address-group 2026-07-24 18:04:24.482 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-24 18:04:24.482 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: rbac-address-scope 2026-07-24 18:04:24.482 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: binding 2026-07-24 18:04:24.483 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: rbac-security-groups 2026-07-24 18:04:24.483 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-24 18:04:24.483 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: binding-extended 2026-07-24 18:04:24.484 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: revision-if-match 2026-07-24 18:04:24.484 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-security 2026-07-24 18:04:24.484 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-24 18:04:24.485 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: project-id 2026-07-24 18:04:24.485 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: router_availability_zone 2026-07-24 18:04:24.485 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: provider 2026-07-24 18:04:24.485 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-24 18:04:24.486 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-24 18:04:24.486 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-24 18:04:24.487 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-24 18:04:24.488 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-24 18:04:24.488 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-24 18:04:24.489 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos 2026-07-24 18:04:24.489 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-24 18:04:24.489 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-24 18:04:24.489 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-24 18:04:24.490 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-24 18:04:24.490 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-24 18:04:24.490 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-default 2026-07-24 18:04:24.491 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-24 18:04:24.491 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-fip 2026-07-24 18:04:24.491 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-24 18:04:24.491 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-24 18:04:24.492 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-gateway-ip 2026-07-24 18:04:24.492 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-port-network-policy 2026-07-24 18:04:24.493 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-pps-minimum 2026-07-24 18:04:24.494 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-24 18:04:24.494 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-pps 2026-07-24 18:04:24.495 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-rule-type-details 2026-07-24 18:04:24.495 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-24 18:04:24.496 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: security-group 2026-07-24 18:04:24.496 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: qos-rules-alias 2026-07-24 18:04:24.496 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: quota-check-limit 2026-07-24 18:04:24.497 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: segment 2026-07-24 18:04:24.497 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: quota-check-limit-default 2026-07-24 18:04:24.497 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-24 18:04:24.498 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: service-type 2026-07-24 18:04:24.498 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: sorting 2026-07-24 18:04:24.499 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: standard-attr-segment 2026-07-24 18:04:24.499 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: quotas 2026-07-24 18:04:24.500 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: standard-attr-description 2026-07-24 18:04:24.500 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: quota_details 2026-07-24 18:04:24.500 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: stateful-security-group 2026-07-24 18:04:24.501 7 WARNING neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-24 18:04:24.501 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-24 18:04:24.502 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: rbac-policies 2026-07-24 18:04:24.502 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: subnet-external-network 2026-07-24 18:04:24.502 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: rbac-address-group 2026-07-24 18:04:24.502 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: subnet_onboard 2026-07-24 18:04:24.503 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: rbac-address-scope 2026-07-24 18:04:24.503 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-24 18:04:24.503 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: rbac-security-groups 2026-07-24 18:04:24.504 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: subnet-service-types 2026-07-24 18:04:24.504 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: subnet_allocation 2026-07-24 18:04:24.505 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: rbac-subnetpool 2026-07-24 18:04:24.505 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-24 18:04:24.505 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: revision-if-match 2026-07-24 18:04:24.506 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: tag-creation 2026-07-24 18:04:24.506 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: standard-attr-revisions 2026-07-24 18:04:24.506 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-24 18:04:24.507 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: router_availability_zone 2026-07-24 18:04:24.507 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-24 18:04:24.508 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-24 18:04:24.510 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-groups-default-rules 2026-07-24 18:04:24.510 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-24 18:04:24.511 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: standard-attr-tag 2026-07-24 18:04:24.511 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-24 18:04:24.511 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-24 18:04:24.511 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-24 18:04:24.512 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-24 18:04:24.512 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: trunk 2026-07-24 18:04:24.512 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-24 18:04:24.513 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: trunk-details 2026-07-24 18:04:24.513 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-24 18:04:24.513 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-24 18:04:24.514 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-24 18:04:24.514 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-24 18:04:24.515 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-24 18:04:24.517 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-24 18:04:24.518 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-24 18:04:24.518 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: security-group 2026-07-24 18:04:24.518 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: vpn-flavors 2026-07-24 18:04:24.519 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: segment 2026-07-24 18:04:24.519 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-24 18:04:24.520 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: vpnaas 2026-07-24 18:04:24.520 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: service-type 2026-07-24 18:04:24.520 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: sorting 2026-07-24 18:04:24.521 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: standard-attr-segment 2026-07-24 18:04:24.521 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: taas 2026-07-24 18:04:24.521 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: standard-attr-description 2026-07-24 18:04:24.522 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: stateful-security-group 2026-07-24 18:04:24.522 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: tap-mirror 2026-07-24 18:04:24.522 8 WARNING neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-24 18:04:24.523 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-24 18:04:24.523 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-24 18:04:24.523 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: subnet-external-network 2026-07-24 18:04:24.523 7 INFO neutron.api.extensions [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-24 18:04:24.524 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: subnet_onboard 2026-07-24 18:04:24.524 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-24 18:04:24.525 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: subnet-service-types 2026-07-24 18:04:24.525 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: subnet_allocation 2026-07-24 18:04:24.526 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-24 18:04:24.526 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-24 18:04:24.526 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.527 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-24 18:04:24.529 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-24 18:04:24.530 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-24 18:04:24.530 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: tag-creation 2026-07-24 18:04:24.531 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-24 18:04:24.531 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-24 18:04:24.532 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-24 18:04:24.536 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: standard-attr-tag 2026-07-24 18:04:24.537 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-24 18:04:24.537 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-24 18:04:24.538 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: trunk 2026-07-24 18:04:24.538 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-24 18:04:24.538 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: trunk-details 2026-07-24 18:04:24.538 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-24 18:04:24.539 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-24 18:04:24.539 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-24 18:04:24.539 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.539 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.540 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-24 18:04:24.540 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.540 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.541 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-24 18:04:24.541 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-24 18:04:24.541 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.541 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.542 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-24 18:04:24.542 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-24 18:04:24.543 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-24 18:04:24.543 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-24 18:04:24.543 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.543 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ipsecpolicy is already registered 2026-07-24 18:04:24.544 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-24 18:04:24.544 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.544 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ikepolicy is already registered 2026-07-24 18:04:24.544 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: vpn-flavors 2026-07-24 18:04:24.546 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: vpnaas 2026-07-24 18:04:24.547 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-24 18:04:24.547 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] router_route is already registered 2026-07-24 18:04:24.547 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: taas 2026-07-24 18:04:24.549 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: tap-mirror 2026-07-24 18:04:24.549 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-24 18:04:24.549 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] router is already registered 2026-07-24 18:04:24.549 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-24 18:04:24.549 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] floatingip is already registered 2026-07-24 18:04:24.549 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-24 18:04:24.550 8 INFO neutron.api.extensions [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Loaded extension: taas-vlan-filter 2026-07-24 18:04:24.553 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-24 18:04:24.553 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-24 18:04:24.553 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.554 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-24 18:04:24.554 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-24 18:04:24.554 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] rbac_policy is already registered 2026-07-24 18:04:24.555 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-24 18:04:24.555 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] security_group is already registered 2026-07-24 18:04:24.555 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-24 18:04:24.555 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] security_group_rule is already registered 2026-07-24 18:04:24.556 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-24 18:04:24.556 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.556 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.557 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.557 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.557 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-24 18:04:24.558 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] trunk is already registered 2026-07-24 18:04:24.558 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-24 18:04:24.558 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.558 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ikepolicy is already registered 2026-07-24 18:04:24.558 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-24 18:04:24.558 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.559 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ipsecpolicy is already registered 2026-07-24 18:04:24.559 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-24 18:04:24.559 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] endpoint_group is already registered 2026-07-24 18:04:24.559 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-24 18:04:24.560 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] vpnservice is already registered 2026-07-24 18:04:24.560 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-24 18:04:24.560 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ipsec_site_connection is already registered 2026-07-24 18:04:24.560 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.560 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ipsecpolicy is already registered 2026-07-24 18:04:24.561 7 INFO neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.561 7 WARNING neutron.quota.resource_registry [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] ikepolicy is already registered 2026-07-24 18:04:24.562 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-24 18:04:24.563 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-24 18:04:24.564 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-24 18:04:24.565 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.565 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.566 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.566 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.567 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-24 18:04:24.567 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.567 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.568 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-24 18:04:24.568 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-24 18:04:24.569 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-24 18:04:24.569 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.569 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ipsecpolicy is already registered 2026-07-24 18:04:24.570 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.570 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ikepolicy is already registered 2026-07-24 18:04:24.574 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-24 18:04:24.574 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] router_route is already registered 2026-07-24 18:04:24.575 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-24 18:04:24.575 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] router is already registered 2026-07-24 18:04:24.576 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-24 18:04:24.576 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] floatingip is already registered 2026-07-24 18:04:24.581 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-24 18:04:24.581 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] rbac_policy is already registered 2026-07-24 18:04:24.582 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-24 18:04:24.582 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] security_group is already registered 2026-07-24 18:04:24.583 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-24 18:04:24.583 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] security_group_rule is already registered 2026-07-24 18:04:24.584 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.584 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.584 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-24 18:04:24.585 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] subnetpool is already registered 2026-07-24 18:04:24.585 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-24 18:04:24.585 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] trunk is already registered 2026-07-24 18:04:24.586 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.586 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ikepolicy is already registered 2026-07-24 18:04:24.586 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.586 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ipsecpolicy is already registered 2026-07-24 18:04:24.587 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-24 18:04:24.587 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] endpoint_group is already registered 2026-07-24 18:04:24.587 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-24 18:04:24.587 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] vpnservice is already registered 2026-07-24 18:04:24.588 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-24 18:04:24.588 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ipsec_site_connection is already registered 2026-07-24 18:04:24.588 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-24 18:04:24.588 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ipsecpolicy is already registered 2026-07-24 18:04:24.589 8 INFO neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-24 18:04:24.589 8 WARNING neutron.quota.resource_registry [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] ikepolicy is already registered 2026-07-24 18:04:24.600 7 WARNING keystonemiddleware._common.config [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-24 18:04:24.608 7 WARNING keystonemiddleware.auth_token [None req-f6b7f079-5981-4378-bba8-ecb61c814362 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7fa47e8a0668 pid: 7 (default app) 2026-07-24 18:04:24.630 8 WARNING keystonemiddleware._common.config [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-24 18:04:24.637 8 WARNING keystonemiddleware.auth_token [None req-3bfa1168-ae54-44d1-a1fc-8c1209f9ca6b - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7fa47e8a0668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-24 18:04:28.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dcc6e0df-ff03-4363-b6b5-75dcb6ce8cda e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:04:27 2026] GET /v2.0/networks/public => generated 108 bytes in 994 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:04:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:04:29.254 7 ERROR stevedore.extension [None req-63aa81a5-239e-4209-aa0b-ea28be3925f6 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-07-24 18:04:29.256 7 ERROR stevedore.extension [None req-63aa81a5-239e-4209-aa0b-ea28be3925f6 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-24 18:04:29.258 7 ERROR stevedore.extension [None req-63aa81a5-239e-4209-aa0b-ea28be3925f6 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-24 18:04:30.731 7 WARNING neutron.services.revisions.revision_plugin [None req-63aa81a5-239e-4209-aa0b-ea28be3925f6 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:04:30.759 7 INFO neutron.db.segments_db [None req-63aa81a5-239e-4209-aa0b-ea28be3925f6 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment 35e69a15-4079-41b2-b4d7-c28962bc3ab3 of type flat for network f42d957b-2bb8-4bf8-8ec3-611e4a9edd38 2026-07-24 18:04:30.816 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63aa81a5-239e-4209-aa0b-ea28be3925f6 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:04:28 2026] POST /v2.0/networks => generated 124 bytes in 2466 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 18:04:37.239 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3207661d-4a23-4c2e-8128-e0ecb3944732 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:04:37 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: 8|app: 0|req: 3/9] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:04:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:04:37.365 7 WARNING neutron.services.revisions.revision_plugin [None req-096926d4-43f3-4c35-92d4-de82f53b6696 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:04:37.381 7 INFO neutron.db.segments_db [None req-096926d4-43f3-4c35-92d4-de82f53b6696 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment a99ef194-bafc-44a3-b755-8aa91f9516a2 of type flat for network c4311c2d-4d16-45a4-b7b2-d9dd11070020 2026-07-24 18:04:37.414 7 INFO neutron.pecan_wsgi.hooks.translation [None req-096926d4-43f3-4c35-92d4-de82f53b6696 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:04:37 2026] POST /v2.0/networks => generated 124 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 18:04:43.724 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df7c7bf4-1461-4ea4-bab0-f48cf8ec0fa3 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:04:43 2026] GET /v2.0/networks/public => generated 108 bytes in 407 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:04:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:04:44.279 8 ERROR stevedore.extension [None req-fcbf997a-974a-4e5c-8eb8-b11139e11866 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-07-24 18:04:44.280 8 ERROR stevedore.extension [None req-fcbf997a-974a-4e5c-8eb8-b11139e11866 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-24 18:04:44.282 8 ERROR stevedore.extension [None req-fcbf997a-974a-4e5c-8eb8-b11139e11866 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-24 18:04:44.448 8 WARNING neutron.services.revisions.revision_plugin [None req-fcbf997a-974a-4e5c-8eb8-b11139e11866 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:04:44.474 8 INFO neutron.db.segments_db [None req-fcbf997a-974a-4e5c-8eb8-b11139e11866 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment 2a6e030d-b46c-4ad6-8939-bc6c97cf192a of type flat for network 3e8b8bde-b8b5-45d1-bc52-b0bdbc3a2be9 2026-07-24 18:04:44.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcbf997a-974a-4e5c-8eb8-b11139e11866 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:04:43 2026] POST /v2.0/networks => generated 124 bytes in 785 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 18:04:50.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9d2af08-700b-4cad-9039-6f666a2a8978 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:04:50 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:04:50 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-07-24 18:04:50.493 7 WARNING neutron.services.revisions.revision_plugin [None req-4483b7ea-87ef-4b4a-82eb-61b4fbf8790b e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:04:50.519 7 INFO neutron.db.segments_db [None req-4483b7ea-87ef-4b4a-82eb-61b4fbf8790b e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment 8213b611-fa9d-4198-baa5-53263df79adb of type flat for network ae9f3292-7abe-4ccd-ab8a-7f6158c4a084 2026-07-24 18:04:50.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4483b7ea-87ef-4b4a-82eb-61b4fbf8790b e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:04:50 2026] POST /v2.0/networks => generated 124 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 18:04:56.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e93dda2-7496-42f4-bdff-6b8601f39f45 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:04:56 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: 8|app: 0|req: 8/19] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:04:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:04:56.630 7 WARNING neutron.services.revisions.revision_plugin [None req-90659c87-888f-47ea-b301-4bfd982c8f17 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:04:56.661 7 INFO neutron.db.segments_db [None req-90659c87-888f-47ea-b301-4bfd982c8f17 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment a80959f1-3a30-41c7-b042-7993f885e82a of type flat for network 95885c4b-a494-42f6-b1c0-fcdaaa36f3d7 2026-07-24 18:04:56.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90659c87-888f-47ea-b301-4bfd982c8f17 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:04:56 2026] POST /v2.0/networks => generated 124 bytes in 227 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 18:05:02.704 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a741ef7b-22d1-4b36-8b54-d43119c2d5e7 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:05:02 2026] GET /v2.0/networks/public => generated 108 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:05:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:05:02.782 8 WARNING neutron.services.revisions.revision_plugin [None req-32e81f6b-4e46-4b27-aa7f-d79d7e0ff7ad e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:05:02.818 8 INFO neutron.db.segments_db [None req-32e81f6b-4e46-4b27-aa7f-d79d7e0ff7ad e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment 2b60b95a-6e16-4475-b7bd-955c8f92e06c of type flat for network 3cfe7a01-c5e2-4a3e-91c5-790021758a1c 2026-07-24 18:05:02.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32e81f6b-4e46-4b27-aa7f-d79d7e0ff7ad e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:05:02 2026] POST /v2.0/networks => generated 124 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 18:05:08.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-728cd6b7-513d-4eb0-b30b-7dba957ed429 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:05:08 2026] GET /v2.0/networks/public => generated 108 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/26] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:05:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:05:08.902 8 WARNING neutron.services.revisions.revision_plugin [None req-e274b53c-8ef4-4945-9424-354d8921d54e e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Could not find related network for resource to bump revision. 2026-07-24 18:05:08.925 8 INFO neutron.db.segments_db [None req-e274b53c-8ef4-4945-9424-354d8921d54e e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment 68f8a824-312d-4a28-9de4-db608633327d of type flat for network 69508954-4a98-47bc-990f-a745509d4a09 [pid: 8|app: 0|req: 12/27] 199.204.45.61 () {48 vars in 963 bytes} [Fri Jul 24 18:05:08 2026] POST /v2.0/networks => generated 706 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-24 18:05:10.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53a4209b-6e29-4506-9782-b22a2a54690d e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.204.45.61 () {44 vars in 923 bytes} [Fri Jul 24 18:05:10 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: 8|app: 0|req: 13/29] 199.204.45.61 () {44 vars in 945 bytes} [Fri Jul 24 18:05:10 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-24 18:05:10.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8f20643-acc8-4c19-bc6d-a6068e573146 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.204.45.61 () {44 vars in 1030 bytes} [Fri Jul 24 18:05:10 2026] GET /v2.0/subnets/public-subnet?network_id=69508954-4a98-47bc-990f-a745509d4a09 => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.204.45.61 () {44 vars in 1053 bytes} [Fri Jul 24 18:05:10 2026] GET /v2.0/subnets?name=public-subnet&network_id=69508954-4a98-47bc-990f-a745509d4a09 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/32] 199.204.45.61 () {48 vars in 961 bytes} [Fri Jul 24 18:05:10 2026] POST /v2.0/subnets => generated 664 bytes in 1771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-24 18:10:33.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-644d9fac-7157-404c-ae64-526b9171edc5 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.61 () {44 vars in 933 bytes} [Fri Jul 24 18:10:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 244 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.61 () {44 vars in 955 bytes} [Fri Jul 24 18:10:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 18:10:33.402 8 INFO neutron.db.segments_db [None req-e41407ce-ef52-4643-827f-4c601157265a e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] Added segment 1eb56ce2-b2c3-4191-a5ba-ea86fb987bd2 of type vxlan for network 9a02840b-ef92-447f-bbfd-5daacf359063 [pid: 8|app: 0|req: 37/77] 199.204.45.61 () {48 vars in 962 bytes} [Fri Jul 24 18:10:33 2026] POST /v2.0/networks => generated 707 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-24 18:10:34.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59faf3d7-efff-4c8b-9dd6-aa5823fd0254 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/78] 199.204.45.61 () {44 vars in 933 bytes} [Fri Jul 24 18:10:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.61 () {44 vars in 955 bytes} [Fri Jul 24 18:10:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-24 18:10:34.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e663c7cf-b59b-479a-9a7b-23abb6277350 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/80] 199.204.45.61 () {44 vars in 1032 bytes} [Fri Jul 24 18:10:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9a02840b-ef92-447f-bbfd-5daacf359063 => generated 114 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.61 () {44 vars in 1055 bytes} [Fri Jul 24 18:10:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9a02840b-ef92-447f-bbfd-5daacf359063 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.61 () {48 vars in 961 bytes} [Fri Jul 24 18:10:34 2026] POST /v2.0/subnets => generated 651 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-24 18:10:36.078 8 INFO neutron.api.v2.resource [None req-eb3c1f15-ed1c-4198-9962-3b45e2e892b5 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/83] 199.204.45.61 () {44 vars in 967 bytes} [Fri Jul 24 18:10:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.61 () {44 vars in 989 bytes} [Fri Jul 24 18:10:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.61 () {48 vars in 976 bytes} [Fri Jul 24 18:10:36 2026] POST /v2.0/security-groups => generated 1616 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:37 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:37 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:37 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 1616 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:38 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:38 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:38 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:39 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 2846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:39 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => 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: 51/98] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:39 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:40 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:40 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 3462 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:40 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:42 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:42 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:42 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.61 () {44 vars in 983 bytes} [Fri Jul 24 18:10:43 2026] GET /v2.0/networks/9a02840b-ef92-447f-bbfd-5daacf359063 => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-24 18:10:43.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c887a31-5876-4104-b40d-2b1920d98823 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 199.204.45.61 () {44 vars in 1072 bytes} [Fri Jul 24 18:10:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9a02840b-ef92-447f-bbfd-5daacf359063 => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.61 () {44 vars in 1095 bytes} [Fri Jul 24 18:10:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9a02840b-ef92-447f-bbfd-5daacf359063 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:43 2026] GET /v2.0/security-groups/b8d415d1-716c-4cd3-8958-a59fb5725a4a => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.61 () {48 vars in 957 bytes} [Fri Jul 24 18:10:43 2026] POST /v2.0/ports => generated 1100 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-24 18:10:52.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf77697b-f645-4743-bdb1-f552dbca9cde e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/115] 199.204.45.61 () {44 vars in 976 bytes} [Fri Jul 24 18:10:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 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: 60/116] 199.204.45.61 () {44 vars in 998 bytes} [Fri Jul 24 18:10:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.61 () {48 vars in 1028 bytes} [Fri Jul 24 18:10:52 2026] PUT /v2.0/ports/daa39036-2a96-493c-b599-80c8f0a36402 => generated 1249 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.61 () {44 vars in 916 bytes} [Fri Jul 24 18:10:55 2026] GET /v2.0/ports => generated 3730 bytes in 91 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-07-24 18:10:56.182 8 INFO neutron.api.v2.resource [None req-340cb7c2-e4dd-4d2e-9f02-af0e807e29a7 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/119] 199.204.45.61 () {44 vars in 955 bytes} [Fri Jul 24 18:10:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.204.45.61 () {44 vars in 977 bytes} [Fri Jul 24 18:10:56 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.61 () {48 vars in 976 bytes} [Fri Jul 24 18:10:56 2026] POST /v2.0/security-groups => generated 1610 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:57 2026] GET /v2.0/security-groups/24a75d18-b9ef-4b6c-982b-261c5c21e9d2 => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:57 2026] GET /v2.0/security-groups/24a75d18-b9ef-4b6c-982b-261c5c21e9d2 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:57 2026] GET /v2.0/security-groups/24a75d18-b9ef-4b6c-982b-261c5c21e9d2 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/125] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:57 2026] POST /v2.0/security-group-rules => generated 623 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/126] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:58 2026] GET /v2.0/security-groups/24a75d18-b9ef-4b6c-982b-261c5c21e9d2 => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/127] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:58 2026] GET /v2.0/security-groups/24a75d18-b9ef-4b6c-982b-261c5c21e9d2 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/128] 199.204.45.61 () {44 vars in 997 bytes} [Fri Jul 24 18:10:58 2026] GET /v2.0/security-groups/24a75d18-b9ef-4b6c-982b-261c5c21e9d2 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/129] 199.204.45.61 () {48 vars in 987 bytes} [Fri Jul 24 18:10:58 2026] POST /v2.0/security-group-rules => generated 627 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/140] 199.204.45.61 () {44 vars in 971 bytes} [Fri Jul 24 18:12:17 2026] GET /v2.0/quotas/cfe3fc328c4c44ddb25ac1258aa90356 => generated 312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/141] 199.204.45.61 () {48 vars in 1023 bytes} [Fri Jul 24 18:12:17 2026] PUT /v2.0/quotas/cfe3fc328c4c44ddb25ac1258aa90356 => generated 311 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-07-24 18:15:00.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9340bf49-8cef-4cd9-8cce-169e3dc3a9a0 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/164] 199.204.45.61 () {30 vars in 740 bytes} [Fri Jul 24 18:14:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 327 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: 84/165] 199.204.45.61 () {30 vars in 762 bytes} [Fri Jul 24 18:15:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-24 18:15:02.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-839e7c0c-4ef9-4b3a-9b9f-71f6dd1cb767 e4eb59f66cbc4f0ab2df3b0ff857c18e cfe3fc328c4c44ddb25ac1258aa90356 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/166] 199.204.45.61 () {30 vars in 740 bytes} [Fri Jul 24 18:15:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/167] 199.204.45.61 () {30 vars in 762 bytes} [Fri Jul 24 18:15:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)