+ 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 [Mon Mar 2 02:44:51 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-74dc65b95c-w2c7s 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7efeecf33668 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-03-02 02:44:56.379 7 INFO neutron.common.config [-] Logging enabled! 2026-03-02 02:44:56.379 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-02 02:44:56.500 8 INFO neutron.common.config [-] Logging enabled! 2026-03-02 02:44:56.500 8 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-02 02:44:56.769 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-02 02:44:56.880 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-02 02:44:58.263 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 02:44:58.266 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-02 02:44:58.270 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-02 02:44:58.271 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 02:44:58.271 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-02 02:44:58.271 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-02 02:44:58.271 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 02:44:58.279 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 02:44:58.279 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 02:44:58.279 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 02:44:58.301 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-02 02:44:58.302 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 02:44:58.302 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-02 02:44:58.328 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-02 02:44:58.328 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-02 02:44:58.328 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-02 02:44:58.329 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-02 02:44:58.418 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 02:44:58.420 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-02 02:44:58.424 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-02 02:44:58.425 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 02:44:58.425 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-02 02:44:58.425 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-02 02:44:58.425 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 02:44:58.433 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 02:44:58.433 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 02:44:58.433 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 02:44:58.454 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-02 02:44:58.456 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 02:44:58.456 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-02 02:44:58.482 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-02 02:44:58.483 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-02 02:44:58.483 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-02 02:44:58.483 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-02 02:44:58.622 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing driver for type 'vlan' 2026-03-02 02:44:58.759 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing driver for type 'vlan' 2026-03-02 02:44:58.906 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] VlanTypeDriver initialization complete 2026-03-02 02:44:58.906 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing driver for type 'vxlan' 2026-03-02 02:44:58.906 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-02 02:44:58.918 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-02 02:44:58.919 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-02 02:44:58.919 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing extension driver 'port_security' 2026-03-02 02:44:58.919 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-02 02:44:58.919 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing extension driver 'qos' 2026-03-02 02:44:58.919 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-02 02:44:58.919 7 INFO neutron.plugins.ml2.managers [None req-fc19f0e1-2704-42ee-9e32-56fffa07bc3e - - - - - -] Initializing mechanism driver 'l2population' 2026-03-02 02:44:58.935 7 INFO neutron.quota [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded quota_driver: . 2026-03-02 02:44:58.935 7 INFO neutron.plugins.ml2.plugin [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Modular L2 Plugin initialization complete 2026-03-02 02:44:58.936 7 INFO neutron.plugins.ml2.managers [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-02 02:44:58.936 7 INFO neutron.plugins.ml2.managers [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-02 02:44:58.936 7 INFO neutron.plugins.ml2.managers [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Got port-security extension from driver 'port_security' 2026-03-02 02:44:58.936 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: qos 2026-03-02 02:44:58.950 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: router 2026-03-02 02:44:58.991 7 INFO neutron.services.service_base [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-02 02:44:58.991 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: segments 2026-03-02 02:44:59.034 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] VlanTypeDriver initialization complete 2026-03-02 02:44:59.034 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing driver for type 'vxlan' 2026-03-02 02:44:59.034 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-02 02:44:59.047 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-02 02:44:59.048 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-02 02:44:59.048 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing extension driver 'port_security' 2026-03-02 02:44:59.048 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-02 02:44:59.048 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing extension driver 'qos' 2026-03-02 02:44:59.048 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-02 02:44:59.048 8 INFO neutron.plugins.ml2.managers [None req-9ff171e9-5ae6-4307-b393-d458aa8fcebf - - - - - -] Initializing mechanism driver 'l2population' 2026-03-02 02:44:59.059 8 INFO neutron.quota [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded quota_driver: . 2026-03-02 02:44:59.060 8 INFO neutron.plugins.ml2.plugin [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Modular L2 Plugin initialization complete 2026-03-02 02:44:59.060 8 INFO neutron.plugins.ml2.managers [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-02 02:44:59.060 8 INFO neutron.plugins.ml2.managers [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-02 02:44:59.060 8 INFO neutron.plugins.ml2.managers [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Got port-security extension from driver 'port_security' 2026-03-02 02:44:59.060 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: qos 2026-03-02 02:44:59.073 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: router 2026-03-02 02:44:59.086 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: trunk 2026-03-02 02:44:59.100 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: vpnaas 2026-03-02 02:44:59.113 8 INFO neutron.services.service_base [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-02 02:44:59.113 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: segments 2026-03-02 02:44:59.138 7 WARNING stevedore.named [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 02:44:59.206 7 INFO neutron_vpnaas.services.vpn.plugin [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-02 02:44:59.206 7 INFO neutron.common.utils [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-02 02:44:59.206 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: trunk 2026-03-02 02:44:59.206 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: taas 2026-03-02 02:44:59.220 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: vpnaas 2026-03-02 02:44:59.233 7 WARNING stevedore.named [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 02:44:59.233 7 WARNING stevedore.named [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 02:44:59.257 8 WARNING stevedore.named [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 02:44:59.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-02 02:44:59.260 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: tapmirror 2026-03-02 02:44:59.274 7 WARNING stevedore.named [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 02:44:59.275 7 WARNING stevedore.named [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 02:44:59.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-02 02:44:59.291 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: auto_allocate 2026-03-02 02:44:59.298 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: tag 2026-03-02 02:44:59.308 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: timestamp 2026-03-02 02:44:59.312 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: network_ip_availability 2026-03-02 02:44:59.313 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-02 02:44:59.314 8 INFO neutron.common.utils [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-02 02:44:59.314 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: taas 2026-03-02 02:44:59.316 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: flavors 2026-03-02 02:44:59.319 7 INFO neutron.manager [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loading Plugin: revisions 2026-03-02 02:44:59.322 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Initializing extension manager. 2026-03-02 02:44:59.324 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: address-group 2026-03-02 02:44:59.324 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: address-scope 2026-03-02 02:44:59.325 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-02 02:44:59.326 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: agent 2026-03-02 02:44:59.326 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: agent-resources-synced 2026-03-02 02:44:59.328 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: allowed-address-pairs 2026-03-02 02:44:59.328 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: auto-allocated-topology 2026-03-02 02:44:59.329 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: availability_zone 2026-03-02 02:44:59.329 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: availability_zone_filter 2026-03-02 02:44:59.330 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-02 02:44:59.330 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: default-subnetpools 2026-03-02 02:44:59.332 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-02 02:44:59.333 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: dns-integration 2026-03-02 02:44:59.333 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: dns-domain-ports 2026-03-02 02:44:59.334 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-02 02:44:59.335 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: dvr 2026-03-02 02:44:59.335 8 WARNING stevedore.named [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 02:44:59.335 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-02 02:44:59.335 8 WARNING stevedore.named [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 02:44:59.336 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: empty-string-filtering 2026-03-02 02:44:59.336 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 02:44:59.337 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-02 02:44:59.337 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: external-net 2026-03-02 02:44:59.338 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-02 02:44:59.338 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: extraroute 2026-03-02 02:44:59.339 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: extraroute-atomic 2026-03-02 02:44:59.340 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-02 02:44:59.340 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-02 02:44:59.341 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-02 02:44:59.341 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-02 02:44:59.342 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: fip-port-details 2026-03-02 02:44:59.342 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: flavors 2026-03-02 02:44:59.343 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-02 02:44:59.344 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: floatingip-pools 2026-03-02 02:44:59.345 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: ip_allocation 2026-03-02 02:44:59.345 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: ip-substring-filtering 2026-03-02 02:44:59.346 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: l2_adjacency 2026-03-02 02:44:59.347 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: router 2026-03-02 02:44:59.349 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 02:44:59.350 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-02 02:44:59.350 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-02 02:44:59.351 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: ext-gw-mode 2026-03-02 02:44:59.351 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: l3-ha 2026-03-02 02:44:59.352 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-02 02:44:59.352 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-02 02:44:59.353 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: l3-flavors 2026-03-02 02:44:59.354 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-02 02:44:59.354 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-02 02:44:59.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-02 02:44:59.356 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: tapmirror 2026-03-02 02:44:59.358 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-02 02:44:59.359 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-02 02:44:59.360 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-02 02:44:59.361 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-02 02:44:59.362 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-02 02:44:59.362 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: multi-provider 2026-03-02 02:44:59.363 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: net-mtu 2026-03-02 02:44:59.364 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: net-mtu-writable 2026-03-02 02:44:59.364 8 WARNING stevedore.named [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 02:44:59.364 8 WARNING stevedore.named [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 02:44:59.365 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: network_availability_zone 2026-03-02 02:44:59.366 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: network_ha 2026-03-02 02:44:59.367 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: network-ip-availability 2026-03-02 02:44:59.368 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-02 02:44:59.370 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: pagination 2026-03-02 02:44:59.370 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-device-profile 2026-03-02 02:44:59.371 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-02 02:44:59.371 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-02 02:44:59.372 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-02 02:44:59.372 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-mac-override 2026-03-02 02:44:59.373 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-02 02:44:59.373 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-02 02:44:59.374 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-02 02:44:59.374 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-resource-request 2026-03-02 02:44:59.375 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-resource-request-groups 2026-03-02 02:44:59.375 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-02 02:44:59.376 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: binding 2026-03-02 02:44:59.377 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: binding-extended 2026-03-02 02:44:59.377 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-security 2026-03-02 02:44:59.378 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: project-id 2026-03-02 02:44:59.378 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: provider 2026-03-02 02:44:59.379 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-02 02:44:59.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-02 02:44:59.379 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: auto_allocate 2026-03-02 02:44:59.381 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos 2026-03-02 02:44:59.382 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-02 02:44:59.382 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-02 02:44:59.383 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-default 2026-03-02 02:44:59.383 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-fip 2026-03-02 02:44:59.384 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-02 02:44:59.384 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-gateway-ip 2026-03-02 02:44:59.385 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-port-network-policy 2026-03-02 02:44:59.385 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-pps-minimum 2026-03-02 02:44:59.386 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: tag 2026-03-02 02:44:59.386 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-02 02:44:59.386 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-pps 2026-03-02 02:44:59.387 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-rule-type-details 2026-03-02 02:44:59.387 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-02 02:44:59.388 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: qos-rules-alias 2026-03-02 02:44:59.389 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: quota-check-limit 2026-03-02 02:44:59.389 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: quota-check-limit-default 2026-03-02 02:44:59.391 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: quotas 2026-03-02 02:44:59.392 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: quota_details 2026-03-02 02:44:59.393 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: timestamp 2026-03-02 02:44:59.394 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: rbac-policies 2026-03-02 02:44:59.394 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: rbac-address-group 2026-03-02 02:44:59.395 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: rbac-address-scope 2026-03-02 02:44:59.395 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: rbac-security-groups 2026-03-02 02:44:59.396 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: network_ip_availability 2026-03-02 02:44:59.396 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: rbac-subnetpool 2026-03-02 02:44:59.396 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: revision-if-match 2026-03-02 02:44:59.397 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: standard-attr-revisions 2026-03-02 02:44:59.397 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: router_availability_zone 2026-03-02 02:44:59.398 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-02 02:44:59.400 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: security-groups-default-rules 2026-03-02 02:44:59.400 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: flavors 2026-03-02 02:44:59.400 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-02 02:44:59.401 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-02 02:44:59.401 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-02 02:44:59.402 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-02 02:44:59.402 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-02 02:44:59.404 8 INFO neutron.manager [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loading Plugin: revisions 2026-03-02 02:44:59.406 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: security-group 2026-03-02 02:44:59.407 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Initializing extension manager. 2026-03-02 02:44:59.407 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: segment 2026-03-02 02:44:59.408 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-02 02:44:59.409 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: address-group 2026-03-02 02:44:59.409 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: service-type 2026-03-02 02:44:59.409 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: sorting 2026-03-02 02:44:59.410 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: address-scope 2026-03-02 02:44:59.410 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: standard-attr-segment 2026-03-02 02:44:59.410 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-02 02:44:59.410 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: standard-attr-description 2026-03-02 02:44:59.411 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: agent 2026-03-02 02:44:59.411 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: stateful-security-group 2026-03-02 02:44:59.411 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: agent-resources-synced 2026-03-02 02:44:59.412 7 WARNING neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-02 02:44:59.412 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-02 02:44:59.413 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: allowed-address-pairs 2026-03-02 02:44:59.413 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: subnet-external-network 2026-03-02 02:44:59.413 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: auto-allocated-topology 2026-03-02 02:44:59.413 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: subnet_onboard 2026-03-02 02:44:59.414 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-02 02:44:59.414 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: availability_zone 2026-03-02 02:44:59.414 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: subnet-service-types 2026-03-02 02:44:59.415 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: availability_zone_filter 2026-03-02 02:44:59.415 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: subnet_allocation 2026-03-02 02:44:59.415 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-02 02:44:59.416 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: default-subnetpools 2026-03-02 02:44:59.416 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-02 02:44:59.416 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: tag-creation 2026-03-02 02:44:59.417 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-02 02:44:59.417 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-02 02:44:59.418 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: dns-integration 2026-03-02 02:44:59.418 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: dns-domain-ports 2026-03-02 02:44:59.419 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-02 02:44:59.419 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: dvr 2026-03-02 02:44:59.420 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-02 02:44:59.420 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: empty-string-filtering 2026-03-02 02:44:59.421 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: standard-attr-tag 2026-03-02 02:44:59.421 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 02:44:59.421 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-02 02:44:59.421 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-02 02:44:59.422 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: external-net 2026-03-02 02:44:59.422 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: trunk 2026-03-02 02:44:59.422 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-02 02:44:59.422 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: trunk-details 2026-03-02 02:44:59.423 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: extraroute 2026-03-02 02:44:59.423 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-02 02:44:59.423 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: extraroute-atomic 2026-03-02 02:44:59.423 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-02 02:44:59.424 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-02 02:44:59.424 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-02 02:44:59.425 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-02 02:44:59.425 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-02 02:44:59.425 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-02 02:44:59.426 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-02 02:44:59.426 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: fip-port-details 2026-03-02 02:44:59.426 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-02 02:44:59.427 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: flavors 2026-03-02 02:44:59.427 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-02 02:44:59.428 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: vpn-flavors 2026-03-02 02:44:59.428 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-02 02:44:59.429 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: floatingip-pools 2026-03-02 02:44:59.429 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: ip_allocation 2026-03-02 02:44:59.429 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: vpnaas 2026-03-02 02:44:59.430 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: ip-substring-filtering 2026-03-02 02:44:59.430 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: l2_adjacency 2026-03-02 02:44:59.431 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: taas 2026-03-02 02:44:59.431 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: router 2026-03-02 02:44:59.432 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: tap-mirror 2026-03-02 02:44:59.432 7 INFO neutron.api.extensions [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Loaded extension: taas-vlan-filter 2026-03-02 02:44:59.433 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 02:44:59.433 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-02 02:44:59.434 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-02 02:44:59.435 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-02 02:44:59.435 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.435 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-02 02:44:59.439 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 02:44:59.439 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-02 02:44:59.439 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 02:44:59.440 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: ext-gw-mode 2026-03-02 02:44:59.440 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: l3-ha 2026-03-02 02:44:59.441 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-02 02:44:59.441 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-02 02:44:59.442 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: l3-flavors 2026-03-02 02:44:59.443 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-02 02:44:59.443 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-02 02:44:59.444 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 02:44:59.444 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 02:44:59.445 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 02:44:59.445 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-02 02:44:59.445 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.446 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.446 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.446 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.447 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 02:44:59.447 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-02 02:44:59.447 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.447 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.448 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 02:44:59.448 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-02 02:44:59.448 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 02:44:59.449 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 02:44:59.449 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.449 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-02 02:44:59.449 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ipsecpolicy is already registered 2026-03-02 02:44:59.450 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.450 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ikepolicy is already registered 2026-03-02 02:44:59.450 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-02 02:44:59.451 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: multi-provider 2026-03-02 02:44:59.451 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: net-mtu 2026-03-02 02:44:59.452 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: net-mtu-writable 2026-03-02 02:44:59.452 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: network_availability_zone 2026-03-02 02:44:59.453 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: network_ha 2026-03-02 02:44:59.453 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: network-ip-availability 2026-03-02 02:44:59.454 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-02 02:44:59.455 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 02:44:59.455 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: pagination 2026-03-02 02:44:59.455 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] router is already registered 2026-03-02 02:44:59.455 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 02:44:59.455 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-device-profile 2026-03-02 02:44:59.455 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] floatingip is already registered 2026-03-02 02:44:59.456 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-02 02:44:59.456 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-02 02:44:59.457 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-02 02:44:59.458 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-mac-override 2026-03-02 02:44:59.458 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-02 02:44:59.459 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-02 02:44:59.459 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 02:44:59.459 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-02 02:44:59.459 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] rbac_policy is already registered 2026-03-02 02:44:59.459 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-resource-request 2026-03-02 02:44:59.460 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 02:44:59.460 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] security_group is already registered 2026-03-02 02:44:59.460 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-resource-request-groups 2026-03-02 02:44:59.460 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 02:44:59.460 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] security_group_rule is already registered 2026-03-02 02:44:59.460 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-02 02:44:59.461 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.461 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: binding 2026-03-02 02:44:59.461 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.462 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.462 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.462 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: binding-extended 2026-03-02 02:44:59.462 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 02:44:59.462 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] trunk is already registered 2026-03-02 02:44:59.462 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-security 2026-03-02 02:44:59.463 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.463 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ikepolicy is already registered 2026-03-02 02:44:59.463 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: project-id 2026-03-02 02:44:59.463 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: provider 2026-03-02 02:44:59.464 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.464 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ipsecpolicy is already registered 2026-03-02 02:44:59.464 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-02 02:44:59.464 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 02:44:59.464 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] endpoint_group is already registered 2026-03-02 02:44:59.465 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 02:44:59.465 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] vpnservice is already registered 2026-03-02 02:44:59.465 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 02:44:59.465 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ipsec_site_connection is already registered 2026-03-02 02:44:59.466 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.466 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ipsecpolicy is already registered 2026-03-02 02:44:59.466 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos 2026-03-02 02:44:59.466 7 INFO neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.466 7 WARNING neutron.quota.resource_registry [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] ikepolicy is already registered 2026-03-02 02:44:59.467 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-02 02:44:59.467 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-02 02:44:59.468 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-default 2026-03-02 02:44:59.468 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-fip 2026-03-02 02:44:59.469 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-02 02:44:59.469 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-gateway-ip 2026-03-02 02:44:59.469 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-port-network-policy 2026-03-02 02:44:59.470 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-pps-minimum 2026-03-02 02:44:59.471 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-02 02:44:59.471 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-pps 2026-03-02 02:44:59.472 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-rule-type-details 2026-03-02 02:44:59.472 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-02 02:44:59.473 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: qos-rules-alias 2026-03-02 02:44:59.473 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: quota-check-limit 2026-03-02 02:44:59.474 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: quota-check-limit-default 2026-03-02 02:44:59.476 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: quotas 2026-03-02 02:44:59.477 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: quota_details 2026-03-02 02:44:59.478 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: rbac-policies 2026-03-02 02:44:59.479 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: rbac-address-group 2026-03-02 02:44:59.479 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: rbac-address-scope 2026-03-02 02:44:59.480 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: rbac-security-groups 2026-03-02 02:44:59.480 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: rbac-subnetpool 2026-03-02 02:44:59.481 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: revision-if-match 2026-03-02 02:44:59.482 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: standard-attr-revisions 2026-03-02 02:44:59.482 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: router_availability_zone 2026-03-02 02:44:59.483 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-02 02:44:59.484 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: security-groups-default-rules 2026-03-02 02:44:59.485 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-02 02:44:59.485 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-02 02:44:59.486 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-02 02:44:59.486 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-02 02:44:59.487 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-02 02:44:59.491 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: security-group 2026-03-02 02:44:59.492 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: segment 2026-03-02 02:44:59.493 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-02 02:44:59.493 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: service-type 2026-03-02 02:44:59.494 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: sorting 2026-03-02 02:44:59.494 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: standard-attr-segment 2026-03-02 02:44:59.495 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: standard-attr-description 2026-03-02 02:44:59.496 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: stateful-security-group 2026-03-02 02:44:59.496 8 WARNING neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-02 02:44:59.496 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-02 02:44:59.497 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: subnet-external-network 2026-03-02 02:44:59.498 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: subnet_onboard 2026-03-02 02:44:59.498 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-02 02:44:59.498 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: subnet-service-types 2026-03-02 02:44:59.499 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: subnet_allocation 2026-03-02 02:44:59.500 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-02 02:44:59.500 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: tag-creation 2026-03-02 02:44:59.501 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-02 02:44:59.503 7 WARNING keystonemiddleware._common.config [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-02 02:44:59.504 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: standard-attr-tag 2026-03-02 02:44:59.505 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-02 02:44:59.506 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: trunk 2026-03-02 02:44:59.506 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: trunk-details 2026-03-02 02:44:59.507 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-02 02:44:59.507 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-02 02:44:59.508 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-02 02:44:59.509 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-02 02:44:59.510 7 WARNING oslo_config.cfg [None req-6c698bf2-1a9f-4862-8a15-dd0d7ab37d2d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-03-02 02:44:59.511 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-02 02:44:59.512 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: vpn-endpoint-groups WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7efeecf33668 pid: 7 (default app) 2026-03-02 02:44:59.513 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: vpn-flavors 2026-03-02 02:44:59.514 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: vpnaas 2026-03-02 02:44:59.515 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: taas 2026-03-02 02:44:59.516 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: tap-mirror 2026-03-02 02:44:59.517 8 INFO neutron.api.extensions [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Loaded extension: taas-vlan-filter 2026-03-02 02:44:59.519 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-02 02:44:59.520 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-02 02:44:59.520 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.520 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-02 02:44:59.523 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 02:44:59.523 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 02:44:59.528 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 02:44:59.529 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 02:44:59.529 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 02:44:59.530 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.530 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.530 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.531 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.531 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 02:44:59.531 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.532 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.532 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 02:44:59.533 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 02:44:59.533 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 02:44:59.533 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.534 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ipsecpolicy is already registered 2026-03-02 02:44:59.534 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.534 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ikepolicy is already registered 2026-03-02 02:44:59.538 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 02:44:59.539 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] router is already registered 2026-03-02 02:44:59.539 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 02:44:59.539 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] floatingip is already registered 2026-03-02 02:44:59.543 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 02:44:59.543 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] rbac_policy is already registered 2026-03-02 02:44:59.543 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 02:44:59.543 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] security_group is already registered 2026-03-02 02:44:59.544 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 02:44:59.544 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] security_group_rule is already registered 2026-03-02 02:44:59.545 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.545 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.545 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 02:44:59.545 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] subnetpool is already registered 2026-03-02 02:44:59.546 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 02:44:59.547 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] trunk is already registered 2026-03-02 02:44:59.547 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.547 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ikepolicy is already registered 2026-03-02 02:44:59.547 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.548 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ipsecpolicy is already registered 2026-03-02 02:44:59.548 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 02:44:59.548 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] endpoint_group is already registered 2026-03-02 02:44:59.548 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 02:44:59.549 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] vpnservice is already registered 2026-03-02 02:44:59.549 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 02:44:59.549 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ipsec_site_connection is already registered 2026-03-02 02:44:59.549 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 02:44:59.549 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ipsecpolicy is already registered 2026-03-02 02:44:59.550 8 INFO neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 02:44:59.550 8 WARNING neutron.quota.resource_registry [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] ikepolicy is already registered 2026-03-02 02:44:59.590 8 WARNING keystonemiddleware._common.config [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-02 02:44:59.597 8 WARNING oslo_config.cfg [None req-4fe69fdf-7ae3-44c3-a1e0-a3e8d527cecc - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7efeecf33668 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-03-02 02:45:03.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2800dbc4-2dea-4ba9-ba2a-cc2dae8a94dc 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.6 () {44 vars in 920 bytes} [Mon Mar 2 02:45:02 2026] GET /v2.0/networks/public => generated 108 bytes in 841 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/4] 199.204.45.6 () {44 vars in 942 bytes} [Mon Mar 2 02:45:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 02:45:04.458 7 WARNING neutron.services.revisions.revision_plugin [None req-a85e50de-c522-4a5a-8012-4a11660d88ae 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Could not find related network for resource to bump revision. 2026-03-02 02:45:04.479 7 INFO neutron.db.segments_db [None req-a85e50de-c522-4a5a-8012-4a11660d88ae 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Added segment 06b7ce4d-1322-49c3-8e24-983f6ce5977b of type flat for network 476d84b2-905e-4a56-9215-69ea8d97ca90 2026-03-02 02:45:04.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a85e50de-c522-4a5a-8012-4a11660d88ae 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.6 () {48 vars in 960 bytes} [Mon Mar 2 02:45:04 2026] POST /v2.0/networks => generated 124 bytes in 451 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 02:45:10.356 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d745289-6e43-44f4-bcc4-c5261b9afaa4 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.6 () {44 vars in 920 bytes} [Mon Mar 2 02:45:10 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.6 () {44 vars in 942 bytes} [Mon Mar 2 02:45:10 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-03-02 02:45:10.428 7 WARNING neutron.services.revisions.revision_plugin [None req-b3d148f4-68f7-4545-b15c-f09f5b0b9a31 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Could not find related network for resource to bump revision. 2026-03-02 02:45:10.445 7 INFO neutron.db.segments_db [None req-b3d148f4-68f7-4545-b15c-f09f5b0b9a31 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Added segment 19758800-8c4f-4a73-8758-d30327888951 of type flat for network ce156ccf-d8fe-4928-99e0-cd1662aaae7f 2026-03-02 02:45:10.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3d148f4-68f7-4545-b15c-f09f5b0b9a31 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.6 () {48 vars in 960 bytes} [Mon Mar 2 02:45:10 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 02:45:16.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90ae1f9e-1fb9-4f9f-878d-5338a584042c 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.6 () {44 vars in 920 bytes} [Mon Mar 2 02:45:16 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: 7/11] 199.204.45.6 () {44 vars in 942 bytes} [Mon Mar 2 02:45:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 02:45:16.905 8 WARNING neutron.services.revisions.revision_plugin [None req-bc9f49c6-a535-42e9-b419-8ca34325aa1b 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Could not find related network for resource to bump revision. 2026-03-02 02:45:16.922 8 INFO neutron.db.segments_db [None req-bc9f49c6-a535-42e9-b419-8ca34325aa1b 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Added segment ecbe44d1-4066-413f-a415-89d6044417c5 of type flat for network e2e276ce-afa8-4cac-9e20-886a06597403 2026-03-02 02:45:16.964 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc9f49c6-a535-42e9-b419-8ca34325aa1b 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.6 () {48 vars in 960 bytes} [Mon Mar 2 02:45:16 2026] POST /v2.0/networks => generated 124 bytes in 318 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 02:45:22.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eda9d546-d1f0-4203-92e2-bf00a9b4e2a7 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.6 () {44 vars in 920 bytes} [Mon Mar 2 02:45:22 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.6 () {44 vars in 942 bytes} [Mon Mar 2 02:45:22 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-03-02 02:45:22.911 8 WARNING neutron.services.revisions.revision_plugin [None req-579a2097-20d4-4681-be43-57ba82dbf593 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Could not find related network for resource to bump revision. 2026-03-02 02:45:22.928 8 INFO neutron.db.segments_db [None req-579a2097-20d4-4681-be43-57ba82dbf593 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Added segment 26c93891-09d1-48a7-b612-e7c90e688c61 of type flat for network 4c8ff663-d741-4508-8ca1-7c7b83f182f5 2026-03-02 02:45:22.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-579a2097-20d4-4681-be43-57ba82dbf593 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.6 () {48 vars in 960 bytes} [Mon Mar 2 02:45:22 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 02:45:28.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a2d74e9-528f-412a-b1c9-36f563ac0bff 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.6 () {44 vars in 920 bytes} [Mon Mar 2 02:45:28 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.6 () {44 vars in 942 bytes} [Mon Mar 2 02:45:28 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-03-02 02:45:28.887 7 WARNING neutron.services.revisions.revision_plugin [None req-c99a5a09-5751-4145-acb3-41e6b69cd2e4 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Could not find related network for resource to bump revision. 2026-03-02 02:45:28.902 7 INFO neutron.db.segments_db [None req-c99a5a09-5751-4145-acb3-41e6b69cd2e4 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Added segment 52dd2668-7e4b-43a6-9f07-6bac54ce7e1e of type flat for network 187b08d1-d97d-4b7c-9cb1-b76f4276597b [pid: 7|app: 0|req: 11/19] 199.204.45.6 () {48 vars in 960 bytes} [Mon Mar 2 02:45:28 2026] POST /v2.0/networks => generated 706 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 02:45:30.023 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03178d0d-d1ab-48b1-9391-9461c7e82e57 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.6 () {44 vars in 920 bytes} [Mon Mar 2 02:45:29 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.6 () {44 vars in 942 bytes} [Mon Mar 2 02:45:30 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-02 02:45:30.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-909b21b8-6425-45c6-9f7b-c0107532cc56 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.6 () {44 vars in 1027 bytes} [Mon Mar 2 02:45:30 2026] GET /v2.0/subnets/public-subnet?network_id=187b08d1-d97d-4b7c-9cb1-b76f4276597b => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.204.45.6 () {44 vars in 1050 bytes} [Mon Mar 2 02:45:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=187b08d1-d97d-4b7c-9cb1-b76f4276597b => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.6 () {48 vars in 958 bytes} [Mon Mar 2 02:45:30 2026] POST /v2.0/subnets => generated 664 bytes in 2046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 02:50:08.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a5c20a1-f96c-4c2c-bae9-8ddc3060026a 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 30/62] 199.204.45.6 () {44 vars in 930 bytes} [Mon Mar 2 02:50:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/63] 199.204.45.6 () {44 vars in 952 bytes} [Mon Mar 2 02:50:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 02:50:08.527 8 INFO neutron.db.segments_db [None req-5cf5749d-773f-4e31-a96a-1ff52743da07 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] Added segment 1fffb24d-831d-4d66-a7a7-b25b924b78b0 of type vxlan for network fead27e6-2078-4b23-bfc0-91b0c0f6ab7d [pid: 8|app: 0|req: 31/64] 199.204.45.6 () {48 vars in 959 bytes} [Mon Mar 2 02:50:08 2026] POST /v2.0/networks => generated 707 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 02:50:09.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c997eca-be46-4845-90d4-0bee09925256 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/65] 199.204.45.6 () {44 vars in 930 bytes} [Mon Mar 2 02:50:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/66] 199.204.45.6 () {44 vars in 952 bytes} [Mon Mar 2 02:50:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-02 02:50:09.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b138d267-920c-4793-84a4-0f46fa4ce369 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.204.45.6 () {44 vars in 1029 bytes} [Mon Mar 2 02:50:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fead27e6-2078-4b23-bfc0-91b0c0f6ab7d => generated 114 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.6 () {44 vars in 1052 bytes} [Mon Mar 2 02:50:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fead27e6-2078-4b23-bfc0-91b0c0f6ab7d => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.6 () {48 vars in 958 bytes} [Mon Mar 2 02:50:09 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 02:50:10.933 8 INFO neutron.api.v2.resource [None req-5273eff8-a830-4185-9c9c-2fe2cbd9006f 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.204.45.6 () {44 vars in 964 bytes} [Mon Mar 2 02:50:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.6 () {44 vars in 986 bytes} [Mon Mar 2 02:50:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.6 () {48 vars in 973 bytes} [Mon Mar 2 02:50:10 2026] POST /v2.0/security-groups => generated 1616 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:12 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:12 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:12 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:13 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:13 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:13 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:14 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:14 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:14 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:15 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:15 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 3462 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:15 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:16 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 4078 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:16 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:16 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.6 () {44 vars in 980 bytes} [Mon Mar 2 02:50:17 2026] GET /v2.0/networks/fead27e6-2078-4b23-bfc0-91b0c0f6ab7d => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-02 02:50:17.435 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a903bc5b-a4b5-4b23-b119-ebd4a232ac94 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/94] 199.204.45.6 () {44 vars in 1069 bytes} [Mon Mar 2 02:50:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fead27e6-2078-4b23-bfc0-91b0c0f6ab7d => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.6 () {44 vars in 1092 bytes} [Mon Mar 2 02:50:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fead27e6-2078-4b23-bfc0-91b0c0f6ab7d => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:17 2026] GET /v2.0/security-groups/766da8de-224a-405b-8e57-44f5c1d1c432 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.6 () {48 vars in 954 bytes} [Mon Mar 2 02:50:17 2026] POST /v2.0/ports => generated 1096 bytes in 800 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-02 02:50:26.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be830db6-d45d-46d9-9731-8a91e3c051c5 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.6 () {44 vars in 972 bytes} [Mon Mar 2 02:50:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.6 () {48 vars in 1024 bytes} [Mon Mar 2 02:50:26 2026] PUT /v2.0/ports/a2cb96c4-5e8d-4013-81c3-bf32c4076cbe => generated 1245 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.6 () {44 vars in 913 bytes} [Mon Mar 2 02:50:28 2026] GET /v2.0/ports => generated 3726 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-02 02:50:29.168 7 INFO neutron.api.v2.resource [None req-2f5976d8-e232-4614-93df-56e8a0ed3e48 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.204.45.6 () {44 vars in 952 bytes} [Mon Mar 2 02:50:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.6 () {44 vars in 974 bytes} [Mon Mar 2 02:50:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.6 () {48 vars in 973 bytes} [Mon Mar 2 02:50:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:30 2026] GET /v2.0/security-groups/fe372b4a-9cf4-42c2-848a-202e3e72586e => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:30 2026] GET /v2.0/security-groups/fe372b4a-9cf4-42c2-848a-202e3e72586e => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:30 2026] GET /v2.0/security-groups/fe372b4a-9cf4-42c2-848a-202e3e72586e => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:30 2026] POST /v2.0/security-group-rules => generated 621 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:31 2026] GET /v2.0/security-groups/fe372b4a-9cf4-42c2-848a-202e3e72586e => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:31 2026] GET /v2.0/security-groups/fe372b4a-9cf4-42c2-848a-202e3e72586e => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 02:50:31 2026] GET /v2.0/security-groups/fe372b4a-9cf4-42c2-848a-202e3e72586e => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 02:50:31 2026] POST /v2.0/security-group-rules => generated 625 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.6 () {44 vars in 968 bytes} [Mon Mar 2 02:51:32 2026] GET /v2.0/quotas/ad38eb693a4b451bba1c5f0ef3bb4f3a => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.204.45.6 () {48 vars in 1020 bytes} [Mon Mar 2 02:51:33 2026] PUT /v2.0/quotas/ad38eb693a4b451bba1c5f0ef3bb4f3a => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-02 02:53:54.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9426c5c-dcb9-4d3e-8e55-913b3c36241b 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 71/145] 199.204.45.6 () {30 vars in 739 bytes} [Mon Mar 2 02:53:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/146] 199.204.45.6 () {30 vars in 761 bytes} [Mon Mar 2 02:53:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-02 02:53:55.888 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5d48cfa-e990-4c40-8c61-bc35fb073a17 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/147] 199.204.45.6 () {30 vars in 739 bytes} [Mon Mar 2 02:53:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/148] 199.204.45.6 () {30 vars in 761 bytes} [Mon Mar 2 02:53:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-02 03:00:56.878 8 INFO neutron.api.v2.resource [None req-584eb386-7cb7-43a4-b1a4-881417baec32 632f457814b34f3486d875b0543395d3 ad38eb693a4b451bba1c5f0ef3bb4f3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/205] 199.204.45.6 () {44 vars in 1067 bytes} [Mon Mar 2 03:00:56 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 139 bytes in 310 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.6 () {44 vars in 1090 bytes} [Mon Mar 2 03:00:56 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.6 () {48 vars in 974 bytes} [Mon Mar 2 03:00:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:00:58 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 03:00:58 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:00:58 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 03:00:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:00:59 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 2234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 03:00:59 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:00:59 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 2234 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 03:00:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:01:00 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 03:01:00 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:01:00 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 03:01:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:01:01 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 3460 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.204.45.6 () {44 vars in 994 bytes} [Mon Mar 2 03:01:01 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/222] 199.204.45.6 () {44 vars in 1081 bytes} [Mon Mar 2 03:01:01 2026] GET /v2.0/security-groups/8860488b-4965-4d54-8fdc-bac1e649c9b9?project_id=997445bee9014b9e9ee8a836b3a92a94 => generated 3460 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.204.45.6 () {48 vars in 984 bytes} [Mon Mar 2 03:01:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 199.204.45.6 () {30 vars in 738 bytes} [Mon Mar 2 03:03:16 2026] GET /v2.0/networks?tenant_id=997445bee9014b9e9ee8a836b3a92a94&shared=False => generated 15 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 03:03:17.123 8 INFO neutron.db.segments_db [None req-e3f83f85-e4eb-4368-be58-4a7057e47940 db6aac164b6240d782836f0934e3a655 997445bee9014b9e9ee8a836b3a92a94 - - 7c69422e270943fb97fd54b8d7d32b22 7c69422e270943fb97fd54b8d7d32b22] Added segment 68429c4a-ee78-4905-b16a-c929956e1d98 of type vxlan for network 21e7583a-dc1c-44a7-b94f-a6cdb6f18023 [pid: 8|app: 0|req: 120/243] 199.204.45.6 () {34 vars in 680 bytes} [Mon Mar 2 03:03:17 2026] POST /v2.0/networks => generated 718 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/244] 199.204.45.6 () {30 vars in 720 bytes} [Mon Mar 2 03:03:17 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/245] 199.204.45.6 () {30 vars in 631 bytes} [Mon Mar 2 03:03:17 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.6 () {34 vars in 675 bytes} [Mon Mar 2 03:03:17 2026] POST /v2.0/ports => generated 999 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.204.45.6 () {30 vars in 701 bytes} [Mon Mar 2 03:03:17 2026] GET /v2.0/networks/21e7583a-dc1c-44a7-b94f-a6cdb6f18023 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 199.204.45.6 () {30 vars in 720 bytes} [Mon Mar 2 03:03:19 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/249] 199.204.45.6 () {30 vars in 701 bytes} [Mon Mar 2 03:03:19 2026] GET /v2.0/networks/21e7583a-dc1c-44a7-b94f-a6cdb6f18023 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/252] 199.204.45.6 () {44 vars in 968 bytes} [Mon Mar 2 03:03:32 2026] GET /v2.0/quotas/997445bee9014b9e9ee8a836b3a92a94 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/253] 199.204.45.6 () {48 vars in 1020 bytes} [Mon Mar 2 03:03:32 2026] PUT /v2.0/quotas/997445bee9014b9e9ee8a836b3a92a94 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:04:35 2026] GET /v2.0/subnets => generated 1308 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:04:35 2026] GET /v2.0/ports => generated 4721 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/264] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/266] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/270] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/agents => generated 3383 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/271] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/272] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:04:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/281] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:05:35 2026] GET /v2.0/subnets => generated 1308 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/282] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:05:35 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/283] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:05:35 2026] GET /v2.0/ports => generated 4721 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/284] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:05:35 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/285] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:05:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/286] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:05:35 2026] GET /v2.0/agents => generated 3383 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/287] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:05:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/288] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:05:36 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/289] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:05:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/290] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:05:36 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/291] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:05:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/300] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/301] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/302] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/303] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/304] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/305] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/306] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/307] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/308] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/309] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/ports => generated 4721 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/310] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:06:35 2026] GET /v2.0/agents => generated 3383 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/319] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/320] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/ports => generated 4721 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/321] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/322] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/323] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/324] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/325] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/326] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/327] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:07:35 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/328] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:07:36 2026] GET /v2.0/agents => generated 3383 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/329] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:07:36 2026] GET /v2.0/networks => generated 2168 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/338] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/339] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/340] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/341] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:08:35 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: 169/342] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/343] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/agents => generated 3383 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/344] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/345] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/346] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/347] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:08:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/348] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:08:36 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/357] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/agents => generated 3383 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/360] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/361] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/362] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/363] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/364] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:09:35 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) [pid: 8|app: 0|req: 181/365] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/367] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:09:35 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/networks => generated 2168 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/ports => generated 4721 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/378] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:10:35 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: 8|app: 0|req: 189/380] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:10:35 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: 192/381] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/agents => generated 3383 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:10:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:11:35 2026] GET /v2.0/agents => generated 3383 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:11:35 2026] GET /v2.0/floatingips => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:11:35 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:11:35 2026] GET /v2.0/ports => generated 4721 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:11:35 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:11:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:11:36 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:11:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:11:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:11:36 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:11:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:12:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:12:35 2026] GET /v2.0/agents => generated 3383 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:12:35 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:12:35 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:12:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:12:36 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:12:36 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:12:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:12:36 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: 212/423] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:12:36 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:12:36 2026] GET /v2.0/ports => generated 4721 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/433] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/subnets => generated 1308 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/436] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/438] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/agents => generated 3383 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/439] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/440] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/442] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/443] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:13:36 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/452] 10.0.0.244 () {28 vars in 599 bytes} [Mon Mar 2 03:14:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/453] 10.0.0.244 () {28 vars in 585 bytes} [Mon Mar 2 03:14:35 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/454] 10.0.0.244 () {28 vars in 579 bytes} [Mon Mar 2 03:14:35 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.244 () {28 vars in 581 bytes} [Mon Mar 2 03:14:35 2026] GET /v2.0/agents => generated 3383 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.244 () {28 vars in 619 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.244 () {28 vars in 624 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.244 () {28 vars in 583 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/462] 10.0.0.244 () {28 vars in 591 bytes} [Mon Mar 2 03:14:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)