+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 30 19:35:07 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-79687fcf9d-tmrpv machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f1712faf668 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-30 19:35:11.053 7 INFO neutron.common.config [-] Logging enabled! 2026-07-30 19:35:11.054 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-30 19:35:11.163 8 INFO neutron.common.config [-] Logging enabled! 2026-07-30 19:35:11.163 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-30 19:35:12.109 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 19:35:12.180 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 19:35:13.677 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 19:35:13.679 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 19:35:13.683 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 19:35:13.684 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 19:35:13.684 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 19:35:13.684 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 19:35:13.685 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 19:35:13.692 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 19:35:13.692 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 19:35:13.692 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 19:35:13.715 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 19:35:13.716 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 19:35:13.717 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 19:35:13.747 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 19:35:13.747 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 19:35:13.747 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 19:35:13.748 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 19:35:13.762 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 19:35:13.765 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 19:35:13.769 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 19:35:13.770 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 19:35:13.770 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 19:35:13.770 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 19:35:13.771 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 19:35:13.779 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 19:35:13.779 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 19:35:13.779 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 19:35:13.803 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 19:35:13.804 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 19:35:13.804 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 19:35:13.836 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 19:35:13.836 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 19:35:13.836 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 19:35:13.836 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 19:35:14.020 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing driver for type 'vlan' 2026-07-30 19:35:14.114 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing driver for type 'vlan' 2026-07-30 19:35:14.281 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] VlanTypeDriver initialization complete 2026-07-30 19:35:14.281 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 19:35:14.282 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 19:35:14.295 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 19:35:14.295 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 19:35:14.295 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing extension driver 'port_security' 2026-07-30 19:35:14.295 7 INFO neutron.plugins.ml2.extensions.port_security [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 19:35:14.295 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing extension driver 'qos' 2026-07-30 19:35:14.295 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 19:35:14.296 7 INFO neutron.plugins.ml2.managers [None req-75254722-62e9-49ef-aad3-4f41a8adf245 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 19:35:14.311 7 INFO neutron.quota [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded quota_driver: . 2026-07-30 19:35:14.312 7 INFO neutron.plugins.ml2.plugin [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 19:35:14.312 7 INFO neutron.plugins.ml2.managers [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 19:35:14.312 7 INFO neutron.plugins.ml2.managers [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 19:35:14.312 7 INFO neutron.plugins.ml2.managers [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 19:35:14.313 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: qos 2026-07-30 19:35:14.325 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: router 2026-07-30 19:35:14.369 7 INFO neutron.services.service_base [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 19:35:14.369 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: segments 2026-07-30 19:35:14.378 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] VlanTypeDriver initialization complete 2026-07-30 19:35:14.378 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 19:35:14.378 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing extension driver 'port_security' 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.extensions.port_security [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing extension driver 'qos' 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 19:35:14.391 8 INFO neutron.plugins.ml2.managers [None req-5d4bb4eb-af75-4af1-bf30-887f538e2cdf - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 19:35:14.406 8 INFO neutron.quota [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded quota_driver: . 2026-07-30 19:35:14.406 8 INFO neutron.plugins.ml2.plugin [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 19:35:14.407 8 INFO neutron.plugins.ml2.managers [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 19:35:14.407 8 INFO neutron.plugins.ml2.managers [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 19:35:14.407 8 INFO neutron.plugins.ml2.managers [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 19:35:14.407 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: qos 2026-07-30 19:35:14.420 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: router 2026-07-30 19:35:14.468 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: trunk 2026-07-30 19:35:14.470 8 INFO neutron.services.service_base [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 19:35:14.470 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: segments 2026-07-30 19:35:14.487 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: vpnaas 2026-07-30 19:35:14.530 7 WARNING stevedore.named [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 19:35:14.571 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: trunk 2026-07-30 19:35:14.584 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: vpnaas 2026-07-30 19:35:14.598 7 INFO neutron_vpnaas.services.vpn.plugin [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 19:35:14.598 7 INFO neutron.common.utils [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 19:35:14.598 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: taas 2026-07-30 19:35:14.622 8 WARNING stevedore.named [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 19:35:14.624 7 WARNING stevedore.named [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 19:35:14.624 7 WARNING stevedore.named [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 19:35:14.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 19:35:14.644 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: tapmirror 2026-07-30 19:35:14.655 7 WARNING stevedore.named [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 19:35:14.656 7 WARNING stevedore.named [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 19:35:14.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 19:35:14.670 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: auto_allocate 2026-07-30 19:35:14.678 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: tag 2026-07-30 19:35:14.683 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 19:35:14.683 8 INFO neutron.common.utils [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 19:35:14.683 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: taas 2026-07-30 19:35:14.688 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: timestamp 2026-07-30 19:35:14.691 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 19:35:14.694 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: flavors 2026-07-30 19:35:14.697 7 INFO neutron.manager [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loading Plugin: revisions 2026-07-30 19:35:14.701 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Initializing extension manager. 2026-07-30 19:35:14.702 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: address-group 2026-07-30 19:35:14.703 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: address-scope 2026-07-30 19:35:14.704 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 19:35:14.705 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: agent 2026-07-30 19:35:14.705 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 19:35:14.706 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 19:35:14.707 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 19:35:14.708 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: availability_zone 2026-07-30 19:35:14.708 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 19:35:14.709 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 19:35:14.709 8 WARNING stevedore.named [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 19:35:14.709 8 WARNING stevedore.named [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 19:35:14.709 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: default-subnetpools 2026-07-30 19:35:14.711 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 19:35:14.711 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: dns-integration 2026-07-30 19:35:14.712 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 19:35:14.712 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 19:35:14.713 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: dvr 2026-07-30 19:35:14.713 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 19:35:14.714 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 19:35:14.714 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 19:35:14.715 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 19:35:14.715 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: external-net 2026-07-30 19:35:14.716 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 19:35:14.716 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: extraroute 2026-07-30 19:35:14.717 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 19:35:14.717 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 19:35:14.718 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 19:35:14.718 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 19:35:14.719 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 19:35:14.719 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: fip-port-details 2026-07-30 19:35:14.720 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: flavors 2026-07-30 19:35:14.722 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 19:35:14.722 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: floatingip-pools 2026-07-30 19:35:14.723 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: ip_allocation 2026-07-30 19:35:14.724 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 19:35:14.724 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: l2_adjacency 2026-07-30 19:35:14.726 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: router 2026-07-30 19:35:14.727 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 19:35:14.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 19:35:14.728 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 19:35:14.728 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: tapmirror 2026-07-30 19:35:14.728 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 19:35:14.729 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 19:35:14.729 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: l3-ha 2026-07-30 19:35:14.730 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 19:35:14.730 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 19:35:14.731 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: l3-flavors 2026-07-30 19:35:14.732 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 19:35:14.732 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 19:35:14.734 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 19:35:14.735 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 19:35:14.736 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 19:35:14.737 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 19:35:14.738 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 19:35:14.739 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: multi-provider 2026-07-30 19:35:14.739 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: net-mtu 2026-07-30 19:35:14.740 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 19:35:14.740 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: network_availability_zone 2026-07-30 19:35:14.740 8 WARNING stevedore.named [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 19:35:14.741 8 WARNING stevedore.named [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 19:35:14.741 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: network_ha 2026-07-30 19:35:14.741 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: network-ip-availability 2026-07-30 19:35:14.742 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 19:35:14.743 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: pagination 2026-07-30 19:35:14.743 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-device-profile 2026-07-30 19:35:14.744 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 19:35:14.744 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 19:35:14.745 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 19:35:14.745 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-mac-override 2026-07-30 19:35:14.746 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 19:35:14.746 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 19:35:14.747 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 19:35:14.748 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-resource-request 2026-07-30 19:35:14.748 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 19:35:14.749 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 19:35:14.749 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: binding 2026-07-30 19:35:14.750 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: binding-extended 2026-07-30 19:35:14.750 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-security 2026-07-30 19:35:14.751 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: project-id 2026-07-30 19:35:14.751 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: provider 2026-07-30 19:35:14.752 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 19:35:14.754 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos 2026-07-30 19:35:14.755 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 19:35:14.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 19:35:14.755 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: auto_allocate 2026-07-30 19:35:14.755 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 19:35:14.756 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-default 2026-07-30 19:35:14.756 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-fip 2026-07-30 19:35:14.757 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 19:35:14.757 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 19:35:14.757 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 19:35:14.758 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 19:35:14.759 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 19:35:14.759 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-pps 2026-07-30 19:35:14.760 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 19:35:14.760 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 19:35:14.761 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 19:35:14.761 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: quota-check-limit 2026-07-30 19:35:14.762 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 19:35:14.762 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: tag 2026-07-30 19:35:14.764 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: quotas 2026-07-30 19:35:14.765 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: quota_details 2026-07-30 19:35:14.767 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: rbac-policies 2026-07-30 19:35:14.767 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: rbac-address-group 2026-07-30 19:35:14.768 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 19:35:14.768 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 19:35:14.769 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 19:35:14.769 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: revision-if-match 2026-07-30 19:35:14.770 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 19:35:14.770 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: router_availability_zone 2026-07-30 19:35:14.771 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 19:35:14.772 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: timestamp 2026-07-30 19:35:14.772 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 19:35:14.773 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 19:35:14.773 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 19:35:14.774 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 19:35:14.774 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 19:35:14.775 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 19:35:14.775 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 19:35:14.779 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: flavors 2026-07-30 19:35:14.779 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: security-group 2026-07-30 19:35:14.781 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: segment 2026-07-30 19:35:14.782 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 19:35:14.783 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: service-type 2026-07-30 19:35:14.783 8 INFO neutron.manager [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loading Plugin: revisions 2026-07-30 19:35:14.783 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: sorting 2026-07-30 19:35:14.783 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 19:35:14.784 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: standard-attr-description 2026-07-30 19:35:14.785 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: stateful-security-group 2026-07-30 19:35:14.785 7 WARNING neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 19:35:14.786 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 19:35:14.786 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Initializing extension manager. 2026-07-30 19:35:14.787 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: subnet-external-network 2026-07-30 19:35:14.787 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: address-group 2026-07-30 19:35:14.788 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: subnet_onboard 2026-07-30 19:35:14.788 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: address-scope 2026-07-30 19:35:14.788 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 19:35:14.789 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 19:35:14.789 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: subnet-service-types 2026-07-30 19:35:14.789 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: subnet_allocation 2026-07-30 19:35:14.789 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: agent 2026-07-30 19:35:14.790 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 19:35:14.790 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 19:35:14.791 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: tag-creation 2026-07-30 19:35:14.791 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 19:35:14.791 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 19:35:14.792 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 19:35:14.793 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: availability_zone 2026-07-30 19:35:14.793 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 19:35:14.794 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 19:35:14.794 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: default-subnetpools 2026-07-30 19:35:14.795 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 19:35:14.795 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 19:35:14.796 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 19:35:14.796 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: trunk 2026-07-30 19:35:14.796 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: dns-integration 2026-07-30 19:35:14.796 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: trunk-details 2026-07-30 19:35:14.797 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 19:35:14.797 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 19:35:14.797 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 19:35:14.797 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 19:35:14.798 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: dvr 2026-07-30 19:35:14.798 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 19:35:14.798 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 19:35:14.799 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 19:35:14.799 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 19:35:14.799 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 19:35:14.800 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 19:35:14.800 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: external-net 2026-07-30 19:35:14.801 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 19:35:14.801 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 19:35:14.801 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: extraroute 2026-07-30 19:35:14.801 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 19:35:14.802 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 19:35:14.802 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: vpn-flavors 2026-07-30 19:35:14.802 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 19:35:14.803 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 19:35:14.803 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 19:35:14.803 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: vpnaas 2026-07-30 19:35:14.804 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 19:35:14.804 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: fip-port-details 2026-07-30 19:35:14.805 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: taas 2026-07-30 19:35:14.805 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: flavors 2026-07-30 19:35:14.806 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: tap-mirror 2026-07-30 19:35:14.806 7 INFO neutron.api.extensions [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 19:35:14.807 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 19:35:14.807 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: floatingip-pools 2026-07-30 19:35:14.808 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: ip_allocation 2026-07-30 19:35:14.808 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 19:35:14.809 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 19:35:14.809 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: l2_adjacency 2026-07-30 19:35:14.809 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 19:35:14.809 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.809 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 19:35:14.810 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: router 2026-07-30 19:35:14.811 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 19:35:14.812 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 19:35:14.812 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 19:35:14.813 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 19:35:14.813 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 19:35:14.813 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 19:35:14.814 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: l3-ha 2026-07-30 19:35:14.814 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 19:35:14.814 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 19:35:14.815 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: l3-flavors 2026-07-30 19:35:14.817 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 19:35:14.817 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 19:35:14.817 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 19:35:14.817 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 19:35:14.818 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 19:35:14.819 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.819 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.819 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 19:35:14.819 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.819 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.820 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 19:35:14.820 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.820 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 19:35:14.821 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.821 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 19:35:14.821 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 19:35:14.821 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 19:35:14.822 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 19:35:14.822 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.822 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ipsecpolicy is already registered 2026-07-30 19:35:14.822 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 19:35:14.823 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.823 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ikepolicy is already registered 2026-07-30 19:35:14.823 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 19:35:14.823 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: multi-provider 2026-07-30 19:35:14.824 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: net-mtu 2026-07-30 19:35:14.824 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 19:35:14.825 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: network_availability_zone 2026-07-30 19:35:14.825 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: network_ha 2026-07-30 19:35:14.826 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: network-ip-availability 2026-07-30 19:35:14.827 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 19:35:14.827 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 19:35:14.827 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] router is already registered 2026-07-30 19:35:14.828 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: pagination 2026-07-30 19:35:14.828 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 19:35:14.828 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] floatingip is already registered 2026-07-30 19:35:14.828 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-device-profile 2026-07-30 19:35:14.829 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 19:35:14.829 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 19:35:14.829 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 19:35:14.830 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-mac-override 2026-07-30 19:35:14.830 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 19:35:14.831 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 19:35:14.831 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 19:35:14.831 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 19:35:14.831 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] rbac_policy is already registered 2026-07-30 19:35:14.832 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-resource-request 2026-07-30 19:35:14.832 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 19:35:14.832 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] security_group is already registered 2026-07-30 19:35:14.832 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 19:35:14.832 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 19:35:14.833 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] security_group_rule is already registered 2026-07-30 19:35:14.833 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 19:35:14.833 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: binding 2026-07-30 19:35:14.833 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.834 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.834 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.834 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.834 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: binding-extended 2026-07-30 19:35:14.835 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-security 2026-07-30 19:35:14.835 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 19:35:14.835 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] trunk is already registered 2026-07-30 19:35:14.835 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: project-id 2026-07-30 19:35:14.835 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.835 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ikepolicy is already registered 2026-07-30 19:35:14.836 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.836 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ipsecpolicy is already registered 2026-07-30 19:35:14.836 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: provider 2026-07-30 19:35:14.836 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 19:35:14.836 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] endpoint_group is already registered 2026-07-30 19:35:14.837 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 19:35:14.837 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 19:35:14.837 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] vpnservice is already registered 2026-07-30 19:35:14.837 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 19:35:14.837 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ipsec_site_connection is already registered 2026-07-30 19:35:14.838 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.838 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ipsecpolicy is already registered 2026-07-30 19:35:14.838 7 INFO neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.838 7 WARNING neutron.quota.resource_registry [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] ikepolicy is already registered 2026-07-30 19:35:14.839 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos 2026-07-30 19:35:14.840 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 19:35:14.840 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 19:35:14.840 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-default 2026-07-30 19:35:14.841 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-fip 2026-07-30 19:35:14.841 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 19:35:14.842 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 19:35:14.842 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 19:35:14.843 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 19:35:14.843 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 19:35:14.844 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-pps 2026-07-30 19:35:14.845 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 19:35:14.845 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 19:35:14.846 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 19:35:14.846 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: quota-check-limit 2026-07-30 19:35:14.847 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 19:35:14.849 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: quotas 2026-07-30 19:35:14.850 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: quota_details 2026-07-30 19:35:14.851 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: rbac-policies 2026-07-30 19:35:14.852 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: rbac-address-group 2026-07-30 19:35:14.852 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 19:35:14.853 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 19:35:14.853 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 19:35:14.854 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: revision-if-match 2026-07-30 19:35:14.854 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 19:35:14.855 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: router_availability_zone 2026-07-30 19:35:14.855 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 19:35:14.857 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 19:35:14.858 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 19:35:14.858 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 19:35:14.859 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 19:35:14.859 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 19:35:14.860 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 19:35:14.864 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: security-group 2026-07-30 19:35:14.865 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: segment 2026-07-30 19:35:14.865 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 19:35:14.866 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: service-type 2026-07-30 19:35:14.866 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: sorting 2026-07-30 19:35:14.867 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 19:35:14.868 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: standard-attr-description 2026-07-30 19:35:14.868 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: stateful-security-group 2026-07-30 19:35:14.869 8 WARNING neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 19:35:14.869 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 19:35:14.869 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: subnet-external-network 2026-07-30 19:35:14.870 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: subnet_onboard 2026-07-30 19:35:14.871 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 19:35:14.871 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: subnet-service-types 2026-07-30 19:35:14.872 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: subnet_allocation 2026-07-30 19:35:14.874 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 19:35:14.874 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: tag-creation 2026-07-30 19:35:14.875 7 WARNING keystonemiddleware._common.config [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 19:35:14.875 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 19:35:14.879 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 19:35:14.879 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 19:35:14.880 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: trunk 2026-07-30 19:35:14.880 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: trunk-details 2026-07-30 19:35:14.881 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 19:35:14.881 7 WARNING oslo_config.cfg [None req-8aa39f70-c19f-418b-bcee-65923759abca - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-30 19:35:14.881 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 19:35:14.882 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 19:35:14.883 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: vpn-aes-ctr WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f1712faf668 pid: 7 (default app) 2026-07-30 19:35:14.884 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 19:35:14.885 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 19:35:14.886 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: vpn-flavors 2026-07-30 19:35:14.887 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: vpnaas 2026-07-30 19:35:14.889 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: taas 2026-07-30 19:35:14.890 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: tap-mirror 2026-07-30 19:35:14.890 8 INFO neutron.api.extensions [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 19:35:14.892 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 19:35:14.893 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 19:35:14.893 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.893 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 19:35:14.896 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 19:35:14.896 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 19:35:14.901 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 19:35:14.901 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 19:35:14.902 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 19:35:14.903 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.903 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.903 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.903 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.904 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 19:35:14.904 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.905 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.905 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 19:35:14.905 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 19:35:14.906 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 19:35:14.906 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.906 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ipsecpolicy is already registered 2026-07-30 19:35:14.907 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.907 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ikepolicy is already registered 2026-07-30 19:35:14.911 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 19:35:14.911 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] router is already registered 2026-07-30 19:35:14.912 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 19:35:14.912 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] floatingip is already registered 2026-07-30 19:35:14.915 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 19:35:14.916 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] rbac_policy is already registered 2026-07-30 19:35:14.916 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 19:35:14.916 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] security_group is already registered 2026-07-30 19:35:14.917 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 19:35:14.917 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] security_group_rule is already registered 2026-07-30 19:35:14.918 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.918 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.918 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 19:35:14.918 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] subnetpool is already registered 2026-07-30 19:35:14.919 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 19:35:14.919 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] trunk is already registered 2026-07-30 19:35:14.919 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.919 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ikepolicy is already registered 2026-07-30 19:35:14.920 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.920 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ipsecpolicy is already registered 2026-07-30 19:35:14.920 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 19:35:14.920 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] endpoint_group is already registered 2026-07-30 19:35:14.921 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 19:35:14.921 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] vpnservice is already registered 2026-07-30 19:35:14.921 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 19:35:14.921 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ipsec_site_connection is already registered 2026-07-30 19:35:14.922 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 19:35:14.922 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ipsecpolicy is already registered 2026-07-30 19:35:14.922 8 INFO neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 19:35:14.922 8 WARNING neutron.quota.resource_registry [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] ikepolicy is already registered 2026-07-30 19:35:14.964 8 WARNING keystonemiddleware._common.config [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 19:35:14.974 8 WARNING oslo_config.cfg [None req-5937f8a1-7409-47ef-a58d-b560c825d3c1 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f1712faf668 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-30 19:35:20.215 7 INFO neutron.pecan_wsgi.hooks.translation [None req-738cfeb3-d64b-4ea3-b12a-9d90db2f89c7 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:19 2026] GET /v2.0/networks/public => generated 108 bytes in 821 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.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 19:35:21.004 7 WARNING neutron.services.revisions.revision_plugin [None req-ab7a7c8e-a4dc-4423-96d7-554d85f8aacd 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Could not find related network for resource to bump revision. 2026-07-30 19:35:21.019 7 INFO neutron.db.segments_db [None req-ab7a7c8e-a4dc-4423-96d7-554d85f8aacd 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Added segment aad6fa87-b9e6-4ab5-9b09-d74f4b8b0630 of type flat for network 7f52e21a-4a1c-4225-be41-92b7208a4f8b 2026-07-30 19:35:21.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab7a7c8e-a4dc-4423-96d7-554d85f8aacd 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.242 () {48 vars in 968 bytes} [Thu Jul 30 19:35:20 2026] POST /v2.0/networks => generated 124 bytes in 485 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 19:35:27.278 8 INFO neutron.pecan_wsgi.hooks.translation [None req-598c36a2-d8c6-4d80-9cbf-07c179e74aa9 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:26 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 19:35:27.571 8 WARNING neutron.services.revisions.revision_plugin [None req-f25ab6fd-0d74-4335-8efa-781061fe7c7a 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Could not find related network for resource to bump revision. 2026-07-30 19:35:27.603 8 INFO neutron.db.segments_db [None req-f25ab6fd-0d74-4335-8efa-781061fe7c7a 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Added segment 6736876a-0352-4e20-8637-c033abb8669c of type flat for network 35b8d510-43b8-438d-9d62-742ba915b3f7 2026-07-30 19:35:27.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f25ab6fd-0d74-4335-8efa-781061fe7c7a 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.242 () {48 vars in 968 bytes} [Thu Jul 30 19:35:27 2026] POST /v2.0/networks => generated 124 bytes in 391 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 19:35:33.506 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c868ec22-b14e-471b-9680-069aa254f43e 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:33 2026] GET /v2.0/networks/public => generated 108 bytes in 42 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.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:33 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-30 19:35:33.594 8 WARNING neutron.services.revisions.revision_plugin [None req-6949fb1c-e37b-48f4-99cb-94fd2952f0be 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Could not find related network for resource to bump revision. 2026-07-30 19:35:33.607 8 INFO neutron.db.segments_db [None req-6949fb1c-e37b-48f4-99cb-94fd2952f0be 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Added segment d25b9852-94bd-4792-a40a-a8e217a1c6b2 of type flat for network d875769e-7833-4b2e-87c2-32fbb512f4cc 2026-07-30 19:35:33.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6949fb1c-e37b-48f4-99cb-94fd2952f0be 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.242 () {48 vars in 968 bytes} [Thu Jul 30 19:35:33 2026] POST /v2.0/networks => generated 124 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 19:35:39.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d326e9d-0e51-439f-8d56-228aa83ed333 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:39 2026] GET /v2.0/networks/public => generated 108 bytes in 39 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.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:39 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-30 19:35:39.621 7 WARNING neutron.services.revisions.revision_plugin [None req-778056d9-4ca2-4bcf-9f32-f25dc1b6dc5a 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Could not find related network for resource to bump revision. 2026-07-30 19:35:39.636 7 INFO neutron.db.segments_db [None req-778056d9-4ca2-4bcf-9f32-f25dc1b6dc5a 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Added segment 24b37973-cb71-4bd5-9b81-baa01c4a7029 of type flat for network 204f5fd2-c8ba-4e40-abb0-df4c89d06d92 2026-07-30 19:35:39.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-778056d9-4ca2-4bcf-9f32-f25dc1b6dc5a 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.242 () {48 vars in 968 bytes} [Thu Jul 30 19:35:39 2026] POST /v2.0/networks => generated 124 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 19:35:45.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-184f9acd-ec76-4fe8-add4-d78fa3c08cd2 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:45 2026] GET /v2.0/networks/public => generated 108 bytes in 39 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.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 19:35:45.596 7 WARNING neutron.services.revisions.revision_plugin [None req-138d94d7-a591-40d9-9088-46816a97500f 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Could not find related network for resource to bump revision. 2026-07-30 19:35:45.612 7 INFO neutron.db.segments_db [None req-138d94d7-a591-40d9-9088-46816a97500f 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Added segment a023af77-38a1-42be-9c4b-74974c03f23c of type flat for network ecca1d59-7f3c-46a2-8f1c-1993d8d7535e 2026-07-30 19:35:45.638 7 INFO neutron.pecan_wsgi.hooks.translation [None req-138d94d7-a591-40d9-9088-46816a97500f 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.242 () {48 vars in 968 bytes} [Thu Jul 30 19:35:45 2026] POST /v2.0/networks => generated 124 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 19:35:51.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-296a7e9a-10af-4259-9a04-54d4f03bd259 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:51 2026] GET /v2.0/networks/public => generated 108 bytes in 41 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.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:51 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-30 19:35:51.640 8 WARNING neutron.services.revisions.revision_plugin [None req-72a6ebbc-a055-49b5-a56a-b4e218463d8f 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Could not find related network for resource to bump revision. 2026-07-30 19:35:51.658 8 INFO neutron.db.segments_db [None req-72a6ebbc-a055-49b5-a56a-b4e218463d8f 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] Added segment 77d01101-f571-41d9-85a1-c8246cfad3ee of type flat for network edc3b317-9eb9-4771-9c99-f7e1f04ed41a [pid: 8|app: 0|req: 10/23] 199.204.45.242 () {48 vars in 968 bytes} [Thu Jul 30 19:35:51 2026] POST /v2.0/networks => generated 706 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 19:35:53.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7d4bd81-c62c-47e9-8605-e378756f5a05 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:35:53 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.242 () {44 vars in 950 bytes} [Thu Jul 30 19:35:53 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 19:35:53.253 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33e80ac6-fb9c-4563-97d1-33249a743bce 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.242 () {44 vars in 1035 bytes} [Thu Jul 30 19:35:53 2026] GET /v2.0/subnets/public-subnet?network_id=edc3b317-9eb9-4771-9c99-f7e1f04ed41a => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.242 () {44 vars in 1058 bytes} [Thu Jul 30 19:35:53 2026] GET /v2.0/subnets?name=public-subnet&network_id=edc3b317-9eb9-4771-9c99-f7e1f04ed41a => 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: 16/28] 199.204.45.242 () {48 vars in 966 bytes} [Thu Jul 30 19:35:53 2026] POST /v2.0/subnets => generated 664 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 19:44:08.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70d5a1d7-b9d1-4d19-9efc-1f04c2fdd24d 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/94] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:44:08 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: 46/95] 199.204.45.242 () {44 vars in 950 bytes} [Thu Jul 30 19:44:08 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 19:44:09.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a842ff72-aae8-4ac0-a415-f45b594ecd7d 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/96] 199.204.45.242 () {44 vars in 928 bytes} [Thu Jul 30 19:44:09 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.242 () {44 vars in 950 bytes} [Thu Jul 30 19:44:09 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 19:44:09.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72997530-fdcc-44f8-ac56-f34c0aa2c874 20baf6f393994c2f976705cb2b7bcb81 b369af4c4cdb4dbb89ed628138f1d01d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/98] 199.204.45.242 () {44 vars in 1035 bytes} [Thu Jul 30 19:44:09 2026] GET /v2.0/subnets/public-subnet?network_id=edc3b317-9eb9-4771-9c99-f7e1f04ed41a => generated 113 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.242 () {44 vars in 1058 bytes} [Thu Jul 30 19:44:09 2026] GET /v2.0/subnets?name=public-subnet&network_id=edc3b317-9eb9-4771-9c99-f7e1f04ed41a => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.242 () {44 vars in 950 bytes} [Thu Jul 30 19:44:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 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, ' [pid: 7|app: 0|req: 57/109] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 30 19:45:13 2026] GET /v2.0/networks => generated 753 bytes in 128 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, ' [pid: 8|app: 0|req: 54/112] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/ports => generated 1256 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/subnets => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/networks => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/security-groups => generated 2917 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 30 19:45:14 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 10.0.0.247 () {32 vars in 802 bytes} [Thu Jul 30 19:45:26 2026] GET /v2.0/extensions => generated 21537 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 10.0.0.247 () {30 vars in 724 bytes} [Thu Jul 30 19:45:26 2026] GET /v2.0/quotas/c5ef251b827e4a9f8b70ce1cf0080296/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/123] 10.0.0.247 () {32 vars in 802 bytes} [Thu Jul 30 19:45:29 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/124] 10.0.0.247 () {30 vars in 724 bytes} [Thu Jul 30 19:45:29 2026] GET /v2.0/quotas/c5ef251b827e4a9f8b70ce1cf0080296/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/125] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 30 19:45:33 2026] GET /v2.0/security-groups?tenant_id=c5ef251b827e4a9f8b70ce1cf0080296&name=default => generated 2921 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/126] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 30 19:45:34 2026] DELETE /v2.0/security-groups/a42cc5e8-4d1c-4ae7-a3ac-0c55e442d6ad => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/127] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 30 19:45:36 2026] GET /v2.0/networks => generated 753 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/128] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/129] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/130] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/ports => generated 1256 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/131] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/subnets => generated 667 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/132] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/networks => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/133] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/security-groups => generated 2917 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/134] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 30 19:45:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)