+ 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 19:35:36 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-564d8b6b75-9lk2s machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7faa86e33668 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 19:35:40.801 7 INFO neutron.common.config [-] Logging enabled! 2026-03-02 19:35:40.801 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-02 19:35:40.881 8 INFO neutron.common.config [-] Logging enabled! 2026-03-02 19:35:40.881 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-02 19:35:41.176 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-02 19:35:41.299 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-02 19:35:42.661 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 19:35:42.663 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-02 19:35:42.667 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-02 19:35:42.668 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 19:35:42.668 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-02 19:35:42.669 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-02 19:35:42.669 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 19:35:42.676 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 19:35:42.676 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 19:35:42.677 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 19:35:42.699 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-02 19:35:42.700 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 19:35:42.700 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-02 19:35:42.726 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-02 19:35:42.726 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-02 19:35:42.726 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-02 19:35:42.727 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-02 19:35:42.864 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 19:35:42.867 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-02 19:35:42.870 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-02 19:35:42.871 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-02 19:35:42.872 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-02 19:35:42.872 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-02 19:35:42.872 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 19:35:42.879 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 19:35:42.879 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-02 19:35:42.879 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 19:35:42.901 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-02 19:35:42.902 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-02 19:35:42.902 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-02 19:35:42.928 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-02 19:35:42.928 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-02 19:35:42.928 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-02 19:35:42.928 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-02 19:35:43.015 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing driver for type 'vlan' 2026-03-02 19:35:43.232 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing driver for type 'vlan' 2026-03-02 19:35:43.314 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] VlanTypeDriver initialization complete 2026-03-02 19:35:43.314 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing driver for type 'vxlan' 2026-03-02 19:35:43.315 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-02 19:35:43.329 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-02 19:35:43.329 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-02 19:35:43.329 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing extension driver 'port_security' 2026-03-02 19:35:43.329 7 INFO neutron.plugins.ml2.extensions.port_security [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-02 19:35:43.329 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing extension driver 'qos' 2026-03-02 19:35:43.329 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-02 19:35:43.330 7 INFO neutron.plugins.ml2.managers [None req-689c094b-6965-4883-a0bf-5a7825e44dc6 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-02 19:35:43.344 7 INFO neutron.quota [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded quota_driver: . 2026-03-02 19:35:43.344 7 INFO neutron.plugins.ml2.plugin [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Modular L2 Plugin initialization complete 2026-03-02 19:35:43.344 7 INFO neutron.plugins.ml2.managers [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-02 19:35:43.344 7 INFO neutron.plugins.ml2.managers [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-02 19:35:43.344 7 INFO neutron.plugins.ml2.managers [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-02 19:35:43.345 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: qos 2026-03-02 19:35:43.358 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: router 2026-03-02 19:35:43.402 7 INFO neutron.services.service_base [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-02 19:35:43.403 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: segments 2026-03-02 19:35:43.502 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: trunk 2026-03-02 19:35:43.514 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] VlanTypeDriver initialization complete 2026-03-02 19:35:43.515 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing driver for type 'vxlan' 2026-03-02 19:35:43.515 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-02 19:35:43.516 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: vpnaas 2026-03-02 19:35:43.527 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-02 19:35:43.528 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-02 19:35:43.528 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing extension driver 'port_security' 2026-03-02 19:35:43.528 8 INFO neutron.plugins.ml2.extensions.port_security [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-02 19:35:43.528 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing extension driver 'qos' 2026-03-02 19:35:43.528 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-02 19:35:43.528 8 INFO neutron.plugins.ml2.managers [None req-15455033-8faf-42c2-8806-45a627a4e015 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-02 19:35:43.543 8 INFO neutron.quota [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded quota_driver: . 2026-03-02 19:35:43.543 8 INFO neutron.plugins.ml2.plugin [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Modular L2 Plugin initialization complete 2026-03-02 19:35:43.544 8 INFO neutron.plugins.ml2.managers [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-02 19:35:43.544 8 INFO neutron.plugins.ml2.managers [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-02 19:35:43.544 8 INFO neutron.plugins.ml2.managers [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-02 19:35:43.544 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: qos 2026-03-02 19:35:43.554 7 WARNING stevedore.named [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 19:35:43.559 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: router 2026-03-02 19:35:43.599 8 INFO neutron.services.service_base [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-02 19:35:43.600 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: segments 2026-03-02 19:35:43.621 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-02 19:35:43.622 7 INFO neutron.common.utils [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-02 19:35:43.622 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: taas 2026-03-02 19:35:43.647 7 WARNING stevedore.named [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 19:35:43.648 7 WARNING stevedore.named [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 19:35:43.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-02 19:35:43.671 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: tapmirror 2026-03-02 19:35:43.684 7 WARNING stevedore.named [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 19:35:43.684 7 WARNING stevedore.named [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 19:35:43.698 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: trunk 2026-03-02 19:35:43.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-02 19:35:43.703 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: auto_allocate 2026-03-02 19:35:43.712 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: vpnaas 2026-03-02 19:35:43.714 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: tag 2026-03-02 19:35:43.726 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: timestamp 2026-03-02 19:35:43.729 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: network_ip_availability 2026-03-02 19:35:43.732 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: flavors 2026-03-02 19:35:43.736 7 INFO neutron.manager [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loading Plugin: revisions 2026-03-02 19:35:43.739 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Initializing extension manager. 2026-03-02 19:35:43.740 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: address-group 2026-03-02 19:35:43.741 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: address-scope 2026-03-02 19:35:43.742 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-02 19:35:43.743 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: agent 2026-03-02 19:35:43.743 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: agent-resources-synced 2026-03-02 19:35:43.744 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-02 19:35:43.745 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-02 19:35:43.746 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: availability_zone 2026-03-02 19:35:43.747 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: availability_zone_filter 2026-03-02 19:35:43.747 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-02 19:35:43.748 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: default-subnetpools 2026-03-02 19:35:43.749 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-02 19:35:43.751 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: dns-integration 2026-03-02 19:35:43.752 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: dns-domain-ports 2026-03-02 19:35:43.752 8 WARNING stevedore.named [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 19:35:43.753 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-02 19:35:43.754 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: dvr 2026-03-02 19:35:43.754 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-02 19:35:43.755 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: empty-string-filtering 2026-03-02 19:35:43.756 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 19:35:43.756 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-02 19:35:43.757 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: external-net 2026-03-02 19:35:43.757 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-02 19:35:43.758 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: extraroute 2026-03-02 19:35:43.758 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: extraroute-atomic 2026-03-02 19:35:43.759 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-02 19:35:43.760 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-02 19:35:43.760 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-02 19:35:43.761 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-02 19:35:43.761 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: fip-port-details 2026-03-02 19:35:43.762 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: flavors 2026-03-02 19:35:43.764 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-02 19:35:43.764 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: floatingip-pools 2026-03-02 19:35:43.765 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: ip_allocation 2026-03-02 19:35:43.766 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-02 19:35:43.766 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: l2_adjacency 2026-03-02 19:35:43.770 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: router 2026-03-02 19:35:43.772 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 19:35:43.773 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-02 19:35:43.774 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-02 19:35:43.774 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: ext-gw-mode 2026-03-02 19:35:43.775 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: l3-ha 2026-03-02 19:35:43.775 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-02 19:35:43.776 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-02 19:35:43.776 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: l3-flavors 2026-03-02 19:35:43.777 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-02 19:35:43.778 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-02 19:35:43.780 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-02 19:35:43.782 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-02 19:35:43.783 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-02 19:35:43.784 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-02 19:35:43.785 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-02 19:35:43.786 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: multi-provider 2026-03-02 19:35:43.786 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: net-mtu 2026-03-02 19:35:43.787 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: net-mtu-writable 2026-03-02 19:35:43.788 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: network_availability_zone 2026-03-02 19:35:43.788 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: network_ha 2026-03-02 19:35:43.789 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: network-ip-availability 2026-03-02 19:35:43.790 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-02 19:35:43.791 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: pagination 2026-03-02 19:35:43.791 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-device-profile 2026-03-02 19:35:43.792 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-02 19:35:43.792 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-02 19:35:43.793 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-02 19:35:43.793 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-mac-override 2026-03-02 19:35:43.794 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-02 19:35:43.794 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-02 19:35:43.795 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-02 19:35:43.795 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-resource-request 2026-03-02 19:35:43.796 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-02 19:35:43.796 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-02 19:35:43.797 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: binding 2026-03-02 19:35:43.798 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: binding-extended 2026-03-02 19:35:43.798 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-security 2026-03-02 19:35:43.798 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: project-id 2026-03-02 19:35:43.799 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: provider 2026-03-02 19:35:43.800 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-02 19:35:43.802 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos 2026-03-02 19:35:43.802 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-02 19:35:43.803 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-02 19:35:43.803 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-default 2026-03-02 19:35:43.804 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-fip 2026-03-02 19:35:43.804 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-02 19:35:43.805 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-02 19:35:43.805 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-02 19:35:43.806 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-02 19:35:43.807 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-02 19:35:43.807 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-pps 2026-03-02 19:35:43.808 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-02 19:35:43.808 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-02 19:35:43.809 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: qos-rules-alias 2026-03-02 19:35:43.809 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: quota-check-limit 2026-03-02 19:35:43.810 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-02 19:35:43.812 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: quotas 2026-03-02 19:35:43.813 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: quota_details 2026-03-02 19:35:43.815 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: rbac-policies 2026-03-02 19:35:43.815 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: rbac-address-group 2026-03-02 19:35:43.817 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: rbac-address-scope 2026-03-02 19:35:43.817 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: rbac-security-groups 2026-03-02 19:35:43.818 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-02 19:35:43.818 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: revision-if-match 2026-03-02 19:35:43.819 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-02 19:35:43.820 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: router_availability_zone 2026-03-02 19:35:43.820 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-02 19:35:43.822 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-02 19:35:43.822 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-02 19:35:43.823 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-02 19:35:43.823 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-02 19:35:43.823 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-02 19:35:43.824 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-02 19:35:43.824 8 INFO neutron.common.utils [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-02 19:35:43.824 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: taas 2026-03-02 19:35:43.824 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-02 19:35:43.829 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: security-group 2026-03-02 19:35:43.830 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: segment 2026-03-02 19:35:43.830 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-02 19:35:43.831 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: service-type 2026-03-02 19:35:43.832 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: sorting 2026-03-02 19:35:43.832 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: standard-attr-segment 2026-03-02 19:35:43.833 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: standard-attr-description 2026-03-02 19:35:43.833 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: stateful-security-group 2026-03-02 19:35:43.834 7 WARNING neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-02 19:35:43.834 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-02 19:35:43.835 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: subnet-external-network 2026-03-02 19:35:43.835 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: subnet_onboard 2026-03-02 19:35:43.836 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-02 19:35:43.836 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: subnet-service-types 2026-03-02 19:35:43.837 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: subnet_allocation 2026-03-02 19:35:43.838 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-02 19:35:43.838 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: tag-creation 2026-03-02 19:35:43.839 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-02 19:35:43.843 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: standard-attr-tag 2026-03-02 19:35:43.843 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-02 19:35:43.844 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: trunk 2026-03-02 19:35:43.845 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: trunk-details 2026-03-02 19:35:43.845 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-02 19:35:43.846 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-02 19:35:43.846 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-02 19:35:43.847 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-02 19:35:43.849 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-02 19:35:43.849 8 WARNING stevedore.named [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 19:35:43.849 8 WARNING stevedore.named [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 19:35:43.851 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-02 19:35:43.851 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: vpn-flavors 2026-03-02 19:35:43.853 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: vpnaas 2026-03-02 19:35:43.854 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: taas 2026-03-02 19:35:43.855 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: tap-mirror 2026-03-02 19:35:43.856 7 INFO neutron.api.extensions [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-02 19:35:43.859 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-02 19:35:43.859 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-02 19:35:43.859 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:43.859 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-02 19:35:43.863 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 19:35:43.863 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 19:35:43.868 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 19:35:43.868 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 19:35:43.869 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 19:35:43.869 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:43.870 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] subnetpool is already registered 2026-03-02 19:35:43.870 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:43.870 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] subnetpool is already registered 2026-03-02 19:35:43.871 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 19:35:43.871 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:43.871 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:43.872 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 19:35:43.872 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 19:35:43.873 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 19:35:43.873 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:43.873 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ipsecpolicy is already registered 2026-03-02 19:35:43.874 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:43.874 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ikepolicy is already registered 2026-03-02 19:35:43.878 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 19:35:43.878 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] router is already registered 2026-03-02 19:35:43.879 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 19:35:43.879 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] floatingip is already registered 2026-03-02 19:35:43.882 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 19:35:43.882 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] rbac_policy is already registered 2026-03-02 19:35:43.883 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 19:35:43.883 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] security_group is already registered 2026-03-02 19:35:43.884 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 19:35:43.884 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] security_group_rule is already registered 2026-03-02 19:35:43.884 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:43.885 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] subnetpool is already registered 2026-03-02 19:35:43.885 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:43.885 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] subnetpool is already registered 2026-03-02 19:35:43.886 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 19:35:43.887 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] trunk is already registered 2026-03-02 19:35:43.887 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:43.887 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ikepolicy is already registered 2026-03-02 19:35:43.887 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:43.888 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ipsecpolicy is already registered 2026-03-02 19:35:43.888 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 19:35:43.888 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] endpoint_group is already registered 2026-03-02 19:35:43.888 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 19:35:43.889 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] vpnservice is already registered 2026-03-02 19:35:43.889 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 19:35:43.889 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ipsec_site_connection is already registered 2026-03-02 19:35:43.889 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:43.889 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ipsecpolicy is already registered 2026-03-02 19:35:43.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-02 19:35:43.890 7 INFO neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:43.890 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: tapmirror 2026-03-02 19:35:43.890 7 WARNING neutron.quota.resource_registry [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] ikepolicy is already registered 2026-03-02 19:35:43.906 8 WARNING stevedore.named [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-02 19:35:43.906 8 WARNING stevedore.named [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-02 19:35:43.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-02 19:35:43.920 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: auto_allocate 2026-03-02 19:35:43.928 7 WARNING keystonemiddleware._common.config [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-02 19:35:43.928 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: tag 2026-03-02 19:35:43.934 7 WARNING oslo_config.cfg [None req-a826319d-ee99-4d64-b913-f54a093acf79 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7faa86e33668 pid: 7 (default app) 2026-03-02 19:35:43.939 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: timestamp 2026-03-02 19:35:43.949 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: network_ip_availability 2026-03-02 19:35:43.955 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: flavors 2026-03-02 19:35:43.960 8 INFO neutron.manager [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loading Plugin: revisions 2026-03-02 19:35:43.965 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Initializing extension manager. 2026-03-02 19:35:43.967 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: address-group 2026-03-02 19:35:43.968 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: address-scope 2026-03-02 19:35:43.968 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-02 19:35:43.969 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: agent 2026-03-02 19:35:43.970 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: agent-resources-synced 2026-03-02 19:35:43.971 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-02 19:35:43.972 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-02 19:35:43.973 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: availability_zone 2026-03-02 19:35:43.974 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: availability_zone_filter 2026-03-02 19:35:43.975 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-02 19:35:43.975 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: default-subnetpools 2026-03-02 19:35:43.977 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-02 19:35:43.978 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: dns-integration 2026-03-02 19:35:43.978 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: dns-domain-ports 2026-03-02 19:35:43.979 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-02 19:35:43.980 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: dvr 2026-03-02 19:35:43.980 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-02 19:35:43.981 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: empty-string-filtering 2026-03-02 19:35:43.981 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 19:35:43.982 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-02 19:35:43.982 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: external-net 2026-03-02 19:35:43.983 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-02 19:35:43.983 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: extraroute 2026-03-02 19:35:43.984 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: extraroute-atomic 2026-03-02 19:35:43.985 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-02 19:35:43.985 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-02 19:35:43.986 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-02 19:35:43.986 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-02 19:35:43.987 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: fip-port-details 2026-03-02 19:35:43.987 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: flavors 2026-03-02 19:35:43.989 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-02 19:35:43.989 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: floatingip-pools 2026-03-02 19:35:43.990 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: ip_allocation 2026-03-02 19:35:43.990 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-02 19:35:43.991 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: l2_adjacency 2026-03-02 19:35:43.992 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: router 2026-03-02 19:35:43.994 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-02 19:35:43.995 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-02 19:35:43.996 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-02 19:35:43.997 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: ext-gw-mode 2026-03-02 19:35:43.997 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: l3-ha 2026-03-02 19:35:43.998 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-02 19:35:44.001 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-02 19:35:44.002 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: l3-flavors 2026-03-02 19:35:44.003 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-02 19:35:44.003 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-02 19:35:44.006 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-02 19:35:44.007 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-02 19:35:44.008 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-02 19:35:44.010 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-02 19:35:44.010 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-02 19:35:44.011 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: multi-provider 2026-03-02 19:35:44.011 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: net-mtu 2026-03-02 19:35:44.012 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: net-mtu-writable 2026-03-02 19:35:44.013 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: network_availability_zone 2026-03-02 19:35:44.013 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: network_ha 2026-03-02 19:35:44.014 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: network-ip-availability 2026-03-02 19:35:44.015 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-02 19:35:44.015 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: pagination 2026-03-02 19:35:44.016 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-device-profile 2026-03-02 19:35:44.016 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-02 19:35:44.017 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-02 19:35:44.017 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-02 19:35:44.018 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-mac-override 2026-03-02 19:35:44.018 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-02 19:35:44.019 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-02 19:35:44.019 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-02 19:35:44.020 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-resource-request 2026-03-02 19:35:44.020 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-02 19:35:44.021 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-02 19:35:44.021 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: binding 2026-03-02 19:35:44.022 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: binding-extended 2026-03-02 19:35:44.023 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-security 2026-03-02 19:35:44.023 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: project-id 2026-03-02 19:35:44.024 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: provider 2026-03-02 19:35:44.024 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-02 19:35:44.027 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos 2026-03-02 19:35:44.028 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-02 19:35:44.028 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-02 19:35:44.029 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-default 2026-03-02 19:35:44.029 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-fip 2026-03-02 19:35:44.030 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-02 19:35:44.030 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-02 19:35:44.031 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-02 19:35:44.032 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-02 19:35:44.032 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-02 19:35:44.033 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-pps 2026-03-02 19:35:44.034 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-02 19:35:44.034 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-02 19:35:44.035 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: qos-rules-alias 2026-03-02 19:35:44.035 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: quota-check-limit 2026-03-02 19:35:44.036 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-02 19:35:44.039 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: quotas 2026-03-02 19:35:44.041 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: quota_details 2026-03-02 19:35:44.042 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: rbac-policies 2026-03-02 19:35:44.043 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: rbac-address-group 2026-03-02 19:35:44.044 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: rbac-address-scope 2026-03-02 19:35:44.044 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: rbac-security-groups 2026-03-02 19:35:44.045 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-02 19:35:44.045 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: revision-if-match 2026-03-02 19:35:44.046 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-02 19:35:44.047 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: router_availability_zone 2026-03-02 19:35:44.047 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-02 19:35:44.049 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-02 19:35:44.050 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-02 19:35:44.050 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-02 19:35:44.051 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-02 19:35:44.051 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-02 19:35:44.052 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-02 19:35:44.057 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: security-group 2026-03-02 19:35:44.058 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: segment 2026-03-02 19:35:44.059 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-02 19:35:44.060 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: service-type 2026-03-02 19:35:44.060 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: sorting 2026-03-02 19:35:44.061 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: standard-attr-segment 2026-03-02 19:35:44.062 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: standard-attr-description 2026-03-02 19:35:44.062 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: stateful-security-group 2026-03-02 19:35:44.063 8 WARNING neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-02 19:35:44.063 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-02 19:35:44.064 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: subnet-external-network 2026-03-02 19:35:44.065 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: subnet_onboard 2026-03-02 19:35:44.065 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-02 19:35:44.066 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: subnet-service-types 2026-03-02 19:35:44.066 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: subnet_allocation 2026-03-02 19:35:44.067 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-02 19:35:44.068 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: tag-creation 2026-03-02 19:35:44.068 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-02 19:35:44.073 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: standard-attr-tag 2026-03-02 19:35:44.075 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-02 19:35:44.075 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: trunk 2026-03-02 19:35:44.076 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: trunk-details 2026-03-02 19:35:44.076 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-02 19:35:44.077 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-02 19:35:44.078 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-02 19:35:44.078 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-02 19:35:44.080 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-02 19:35:44.081 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-02 19:35:44.082 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: vpn-flavors 2026-03-02 19:35:44.084 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: vpnaas 2026-03-02 19:35:44.085 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: taas 2026-03-02 19:35:44.086 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: tap-mirror 2026-03-02 19:35:44.087 8 INFO neutron.api.extensions [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-02 19:35:44.090 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-02 19:35:44.090 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-02 19:35:44.090 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:44.090 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-02 19:35:44.094 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 19:35:44.094 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 19:35:44.099 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 19:35:44.100 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 19:35:44.101 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 19:35:44.101 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:44.102 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] subnetpool is already registered 2026-03-02 19:35:44.102 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:44.102 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] subnetpool is already registered 2026-03-02 19:35:44.102 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 19:35:44.103 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:44.103 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:44.104 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 19:35:44.104 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 19:35:44.105 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 19:35:44.105 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:44.105 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ipsecpolicy is already registered 2026-03-02 19:35:44.106 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:44.106 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ikepolicy is already registered 2026-03-02 19:35:44.110 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-02 19:35:44.111 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] router is already registered 2026-03-02 19:35:44.111 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-02 19:35:44.111 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] floatingip is already registered 2026-03-02 19:35:44.115 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-02 19:35:44.115 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] rbac_policy is already registered 2026-03-02 19:35:44.116 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-02 19:35:44.116 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] security_group is already registered 2026-03-02 19:35:44.117 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-02 19:35:44.117 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] security_group_rule is already registered 2026-03-02 19:35:44.118 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:44.118 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] subnetpool is already registered 2026-03-02 19:35:44.118 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-02 19:35:44.119 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] subnetpool is already registered 2026-03-02 19:35:44.120 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-02 19:35:44.120 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] trunk is already registered 2026-03-02 19:35:44.121 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:44.121 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ikepolicy is already registered 2026-03-02 19:35:44.121 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:44.121 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ipsecpolicy is already registered 2026-03-02 19:35:44.122 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-02 19:35:44.122 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] endpoint_group is already registered 2026-03-02 19:35:44.122 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-02 19:35:44.122 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] vpnservice is already registered 2026-03-02 19:35:44.123 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-02 19:35:44.123 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ipsec_site_connection is already registered 2026-03-02 19:35:44.123 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-02 19:35:44.123 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ipsecpolicy is already registered 2026-03-02 19:35:44.124 8 INFO neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-02 19:35:44.124 8 WARNING neutron.quota.resource_registry [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] ikepolicy is already registered 2026-03-02 19:35:44.163 8 WARNING keystonemiddleware._common.config [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-02 19:35:44.172 8 WARNING oslo_config.cfg [None req-b989f5ad-9e54-45d6-b43c-65d1ed312354 - - - - - -] 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 0x7faa86e33668 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 19:35:48.453 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd0bba6b-1afb-41ae-a5df-5d6630f42a34 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:35:47 2026] GET /v2.0/networks/public => generated 108 bytes in 854 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: 2/5] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:35:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 19:35:49.251 7 WARNING neutron.services.revisions.revision_plugin [None req-15457ffd-1980-4980-a465-85c83fbc4028 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Could not find related network for resource to bump revision. 2026-03-02 19:35:49.274 7 INFO neutron.db.segments_db [None req-15457ffd-1980-4980-a465-85c83fbc4028 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment 430f824a-2a11-4167-a9cd-2a868195bf41 of type flat for network cd7e3f00-e379-45f1-a533-4a8aae3c990c 2026-03-02 19:35:49.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15457ffd-1980-4980-a465-85c83fbc4028 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 162.253.55.36 () {48 vars in 964 bytes} [Mon Mar 2 19:35:48 2026] POST /v2.0/networks => generated 124 bytes in 502 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 19:35:59.226 8 INFO neutron.pecan_wsgi.hooks.translation [None req-916e6bea-fc8b-4879-82fb-2cfa6778b68b 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:35:56 2026] GET /v2.0/networks/public => generated 108 bytes in 2386 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:35:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 19:35:59.501 8 WARNING neutron.services.revisions.revision_plugin [None req-6167ec3c-9ee1-451e-87be-b1919f042933 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Could not find related network for resource to bump revision. 2026-03-02 19:35:59.525 8 INFO neutron.db.segments_db [None req-6167ec3c-9ee1-451e-87be-b1919f042933 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment 6552c6c3-7168-4ef2-aba5-b46bd222cf7a of type flat for network 4d3ab4f9-a959-413c-bfcb-f25bfacfef00 2026-03-02 19:35:59.578 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6167ec3c-9ee1-451e-87be-b1919f042933 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 162.253.55.36 () {48 vars in 964 bytes} [Mon Mar 2 19:35:59 2026] POST /v2.0/networks => generated 124 bytes in 329 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 19:36:05.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c112531-22ef-4df8-9f1e-c4f63dd4c592 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/11] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:36:05 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: 7/12] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:36:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 19:36:05.527 8 WARNING neutron.services.revisions.revision_plugin [None req-afc424f5-dc0e-4aab-b566-35967b684d5b 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Could not find related network for resource to bump revision. 2026-03-02 19:36:05.542 8 INFO neutron.db.segments_db [None req-afc424f5-dc0e-4aab-b566-35967b684d5b 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment 37bfa367-ad70-4c7d-9d2c-c6b30b51f0f8 of type flat for network f1ed0187-0bb0-41b2-b8f5-bacfe79fba5c 2026-03-02 19:36:05.566 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afc424f5-dc0e-4aab-b566-35967b684d5b 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/13] 162.253.55.36 () {48 vars in 964 bytes} [Mon Mar 2 19:36:05 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 19:36:11.456 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c824744e-60fe-4255-bf56-87f1d7fcf6a1 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:36:11 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:36:11 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 19:36:11.565 7 WARNING neutron.services.revisions.revision_plugin [None req-9c723f17-1f72-4cd6-a046-a961f62e4ade 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Could not find related network for resource to bump revision. 2026-03-02 19:36:11.601 7 INFO neutron.db.segments_db [None req-9c723f17-1f72-4cd6-a046-a961f62e4ade 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment 4b08c17f-7d8e-4b16-8260-7783adbf9a5a of type flat for network c480c537-0a54-4f5f-b413-5d0250f5df08 2026-03-02 19:36:11.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c723f17-1f72-4cd6-a046-a961f62e4ade 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 162.253.55.36 () {48 vars in 964 bytes} [Mon Mar 2 19:36:11 2026] POST /v2.0/networks => generated 124 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 19:36:17.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-005031e5-4487-4c93-9500-05171676178b 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:36:17 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:36:17 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 19:36:17.570 8 WARNING neutron.services.revisions.revision_plugin [None req-6d089660-e89d-445e-bd63-f061a887768e 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Could not find related network for resource to bump revision. 2026-03-02 19:36:17.588 8 INFO neutron.db.segments_db [None req-6d089660-e89d-445e-bd63-f061a887768e 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment ab5b36c5-a558-451e-8d31-ff70fde7655c of type flat for network cdddb528-e4be-433e-8199-82b258f45059 2026-03-02 19:36:17.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d089660-e89d-445e-bd63-f061a887768e 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 162.253.55.36 () {48 vars in 964 bytes} [Mon Mar 2 19:36:17 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-02 19:36:23.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca46bd24-75ef-4378-b81d-a1047b6e1ec8 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:36:23 2026] GET /v2.0/networks/public => generated 108 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:36:23 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 19:36:23.556 8 WARNING neutron.services.revisions.revision_plugin [None req-cb3dbfb3-5a3a-426e-bc39-0ef4c1794e9d 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Could not find related network for resource to bump revision. 2026-03-02 19:36:23.572 8 INFO neutron.db.segments_db [None req-cb3dbfb3-5a3a-426e-bc39-0ef4c1794e9d 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment 2a98cf7e-b3c0-47ad-9ec1-a1917136b9e9 of type flat for network 560752d6-0dd8-46ca-8db5-3f38b7f0ffbb [pid: 8|app: 0|req: 11/23] 162.253.55.36 () {48 vars in 964 bytes} [Mon Mar 2 19:36:23 2026] POST /v2.0/networks => generated 706 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 19:36:24.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4ea70d5-3482-4fb0-a858-8b5e791b2637 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 162.253.55.36 () {44 vars in 924 bytes} [Mon Mar 2 19:36:24 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 162.253.55.36 () {44 vars in 946 bytes} [Mon Mar 2 19:36:24 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-02 19:36:24.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66acb1ea-ee9d-4dd9-a619-83283694a1d5 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 162.253.55.36 () {44 vars in 1031 bytes} [Mon Mar 2 19:36:24 2026] GET /v2.0/subnets/public-subnet?network_id=560752d6-0dd8-46ca-8db5-3f38b7f0ffbb => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 162.253.55.36 () {44 vars in 1054 bytes} [Mon Mar 2 19:36:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=560752d6-0dd8-46ca-8db5-3f38b7f0ffbb => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 162.253.55.36 () {48 vars in 962 bytes} [Mon Mar 2 19:36:24 2026] POST /v2.0/subnets => generated 664 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 19:41:12.156 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab654234-4e1c-4210-8014-c8fc4a9c090c 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/66] 162.253.55.36 () {44 vars in 934 bytes} [Mon Mar 2 19:41:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/67] 162.253.55.36 () {44 vars in 956 bytes} [Mon Mar 2 19:41:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 19:41:12.250 7 INFO neutron.db.segments_db [None req-c3ff63e9-6b30-4a12-8e68-c4f6c6d935ec 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] Added segment 97a2c6b0-656b-408f-9479-6f14eaccaf70 of type vxlan for network 72d7a6fa-20c5-4b2c-9339-f2b9f80f53f1 [pid: 7|app: 0|req: 35/68] 162.253.55.36 () {48 vars in 963 bytes} [Mon Mar 2 19:41:12 2026] POST /v2.0/networks => generated 688 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 19:41:13.333 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc02af12-d6b6-4196-befa-906cae891d8a 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/69] 162.253.55.36 () {44 vars in 934 bytes} [Mon Mar 2 19:41:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 162.253.55.36 () {44 vars in 956 bytes} [Mon Mar 2 19:41:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-02 19:41:13.406 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3ed9531-212a-4567-af7d-ec4dbcab58ea 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 162.253.55.36 () {44 vars in 1033 bytes} [Mon Mar 2 19:41:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=72d7a6fa-20c5-4b2c-9339-f2b9f80f53f1 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 162.253.55.36 () {44 vars in 1056 bytes} [Mon Mar 2 19:41:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=72d7a6fa-20c5-4b2c-9339-f2b9f80f53f1 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 162.253.55.36 () {48 vars in 962 bytes} [Mon Mar 2 19:41:13 2026] POST /v2.0/subnets => generated 651 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-02 19:41:14.718 7 INFO neutron.api.v2.resource [None req-a47a4510-0b0e-4d34-925a-86573387496a 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/74] 162.253.55.36 () {44 vars in 968 bytes} [Mon Mar 2 19:41:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 162.253.55.36 () {44 vars in 990 bytes} [Mon Mar 2 19:41:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 162.253.55.36 () {48 vars in 977 bytes} [Mon Mar 2 19:41:14 2026] POST /v2.0/security-groups => generated 1616 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:15 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 1616 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:16 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:16 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:16 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:17 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:17 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:18 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:18 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:18 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:19 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:19 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => 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: 48/93] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:19 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 3462 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:20 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 4078 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:20 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:20 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 4078 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 162.253.55.36 () {44 vars in 984 bytes} [Mon Mar 2 19:41:21 2026] GET /v2.0/networks/72d7a6fa-20c5-4b2c-9339-f2b9f80f53f1 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-02 19:41:21.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0217f9e-410a-41d4-8511-1dd31f1bcd7f 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 162.253.55.36 () {44 vars in 1073 bytes} [Mon Mar 2 19:41:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=72d7a6fa-20c5-4b2c-9339-f2b9f80f53f1 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 162.253.55.36 () {44 vars in 1096 bytes} [Mon Mar 2 19:41:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=72d7a6fa-20c5-4b2c-9339-f2b9f80f53f1 => 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: 50/102] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:21 2026] GET /v2.0/security-groups/5113d8a5-3852-4990-999a-2519e4c3c1bf => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 162.253.55.36 () {48 vars in 958 bytes} [Mon Mar 2 19:41:21 2026] POST /v2.0/ports => generated 1100 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-02 19:41:29.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8696ee2-2dcd-4f41-8d6c-2522e4a3807a 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 162.253.55.36 () {44 vars in 976 bytes} [Mon Mar 2 19:41:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/105] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 162.253.55.36 () {48 vars in 1028 bytes} [Mon Mar 2 19:41:29 2026] PUT /v2.0/ports/c15fcba8-27cd-4712-8437-894cde0356a2 => generated 1249 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 162.253.55.36 () {44 vars in 917 bytes} [Mon Mar 2 19:41:31 2026] GET /v2.0/ports => generated 3730 bytes in 95 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 19:41:32.802 8 INFO neutron.api.v2.resource [None req-e8f569a1-2dda-4c31-b8ff-abd6a356e930 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 162.253.55.36 () {44 vars in 956 bytes} [Mon Mar 2 19:41:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 162.253.55.36 () {44 vars in 978 bytes} [Mon Mar 2 19:41:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 162.253.55.36 () {48 vars in 977 bytes} [Mon Mar 2 19:41:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:33 2026] GET /v2.0/security-groups/b75ccbdb-a59d-4a98-a789-52f4ee5f0d57 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:33 2026] GET /v2.0/security-groups/b75ccbdb-a59d-4a98-a789-52f4ee5f0d57 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:33 2026] GET /v2.0/security-groups/b75ccbdb-a59d-4a98-a789-52f4ee5f0d57 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:33 2026] POST /v2.0/security-group-rules => generated 623 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:34 2026] GET /v2.0/security-groups/b75ccbdb-a59d-4a98-a789-52f4ee5f0d57 => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:34 2026] GET /v2.0/security-groups/b75ccbdb-a59d-4a98-a789-52f4ee5f0d57 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:41:34 2026] GET /v2.0/security-groups/b75ccbdb-a59d-4a98-a789-52f4ee5f0d57 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:41:34 2026] POST /v2.0/security-group-rules => generated 627 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/129] 162.253.55.36 () {44 vars in 972 bytes} [Mon Mar 2 19:42:41 2026] GET /v2.0/quotas/ffc749b5133a4132bd515fe06f0493e0 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/130] 162.253.55.36 () {48 vars in 1024 bytes} [Mon Mar 2 19:42:42 2026] PUT /v2.0/quotas/ffc749b5133a4132bd515fe06f0493e0 => generated 291 bytes in 36 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 19:45:02.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50c4a837-ca7f-4e31-a64e-1b925607fbea 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/149] 162.253.55.36 () {30 vars in 740 bytes} [Mon Mar 2 19:45:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 208 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: 8|app: 0|req: 74/150] 162.253.55.36 () {30 vars in 762 bytes} [Mon Mar 2 19:45:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-02 19:45:04.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af303aa6-70b9-449e-a5ae-66ef727aa663 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/153] 162.253.55.36 () {30 vars in 740 bytes} [Mon Mar 2 19:45:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/154] 162.253.55.36 () {30 vars in 762 bytes} [Mon Mar 2 19:45:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-02 19:52:57.255 7 INFO neutron.api.v2.resource [None req-64b909c7-8186-4be1-ae55-dffa90f8a445 974e90276dab46ca99df683df12825ac ffc749b5133a4132bd515fe06f0493e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 110/217] 162.253.55.36 () {44 vars in 1071 bytes} [Mon Mar 2 19:52:57 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 139 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 162.253.55.36 () {44 vars in 1094 bytes} [Mon Mar 2 19:52:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 162.253.55.36 () {48 vars in 978 bytes} [Mon Mar 2 19:52:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:52:58 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:52:58 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:52:58 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:52:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:52:59 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:52:59 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:52:59 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:52:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:53:00 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:53:01 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:53:01 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:53:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:53:02 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 162.253.55.36 () {44 vars in 998 bytes} [Mon Mar 2 19:53:02 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 162.253.55.36 () {44 vars in 1085 bytes} [Mon Mar 2 19:53:02 2026] GET /v2.0/security-groups/1a2fe57c-a7cb-49b8-9184-26c5fbd34e08?project_id=d9df69f7ee864e0ca5ee7c489e0b1514 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 162.253.55.36 () {48 vars in 988 bytes} [Mon Mar 2 19:53:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/256] 162.253.55.36 () {30 vars in 739 bytes} [Mon Mar 2 19:55:22 2026] GET /v2.0/networks?tenant_id=d9df69f7ee864e0ca5ee7c489e0b1514&shared=False => generated 15 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-02 19:55:22.959 7 INFO neutron.db.segments_db [None req-2d3f18fb-8076-4855-a315-122ce04bacb5 7bfbaedd315b4f45a3cfe5f06411cce5 d9df69f7ee864e0ca5ee7c489e0b1514 - - 6a59e099bff44894b9e1d942b521b7a0 6a59e099bff44894b9e1d942b521b7a0] Added segment 72a4755e-a1cc-4c3f-ad6a-0a5ed0d550f9 of type vxlan for network ecc8fd11-96ca-4548-bab6-79182dbdcaff [pid: 7|app: 0|req: 130/257] 162.253.55.36 () {34 vars in 681 bytes} [Mon Mar 2 19:55:22 2026] POST /v2.0/networks => generated 699 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 162.253.55.36 () {30 vars in 721 bytes} [Mon Mar 2 19:55:23 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 162.253.55.36 () {30 vars in 632 bytes} [Mon Mar 2 19:55:23 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/260] 162.253.55.36 () {34 vars in 676 bytes} [Mon Mar 2 19:55:23 2026] POST /v2.0/ports => generated 999 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 162.253.55.36 () {30 vars in 702 bytes} [Mon Mar 2 19:55:23 2026] GET /v2.0/networks/ecc8fd11-96ca-4548-bab6-79182dbdcaff => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 162.253.55.36 () {30 vars in 721 bytes} [Mon Mar 2 19:55:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/263] 162.253.55.36 () {30 vars in 702 bytes} [Mon Mar 2 19:55:25 2026] GET /v2.0/networks/ecc8fd11-96ca-4548-bab6-79182dbdcaff => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/268] 162.253.55.36 () {44 vars in 972 bytes} [Mon Mar 2 19:55:51 2026] GET /v2.0/quotas/d9df69f7ee864e0ca5ee7c489e0b1514 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/269] 162.253.55.36 () {48 vars in 1024 bytes} [Mon Mar 2 19:55:51 2026] PUT /v2.0/quotas/d9df69f7ee864e0ca5ee7c489e0b1514 => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/282] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/routers => generated 15 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/283] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/284] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/285] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/ports => generated 4725 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/286] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/287] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:57:25 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: 146/288] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/289] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/290] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 19:57:25 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: 8|app: 0|req: 144/291] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 19:57:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/292] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:57:25 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: 149/301] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/302] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/303] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/304] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:58:25 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: 151/305] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/306] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/307] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/308] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/309] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 19:58:25 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/310] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 19:58:25 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: 154/311] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 19:58:25 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: 8|app: 0|req: 159/320] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 19:59:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/321] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:59:25 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: 8|app: 0|req: 160/322] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 19:59:25 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/323] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:59:25 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/324] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 19:59:25 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: 164/325] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 19:59:25 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/326] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 19:59:25 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/327] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 19:59:25 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: 163/328] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 19:59:25 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: 166/329] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 19:59:25 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: 164/330] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 19:59:25 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/339] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:00:24 2026] GET /v2.0/subnets => generated 1308 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/340] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/341] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/342] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/343] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/344] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/agents => generated 3384 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/345] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/ports => generated 4725 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/346] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:00:25 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: 175/347] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:00:25 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: 173/348] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/349] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:00:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/358] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:01:25 2026] GET /v2.0/floatingips => generated 19 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/359] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:01:25 2026] GET /v2.0/networks => generated 2168 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:01:25 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: 182/361] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:01:25 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/362] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:01:25 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: 183/363] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:01:25 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/364] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:01:25 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: 7|app: 0|req: 184/365] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:01:25 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: 182/366] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:01:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:01:25 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/368] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:01:25 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: 190/377] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/subnets => generated 1308 bytes in 106 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.85 () {28 vars in 590 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/floatingips => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/routers => generated 15 bytes in 24 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.85 () {28 vars in 623 bytes} [Mon Mar 2 20:02:25 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: 193/383] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/agents => generated 3384 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.85 () {28 vars in 582 bytes} [Mon Mar 2 20:02:25 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: 194/385] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:02:25 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: 192/386] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:02:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:02:25 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: 7|app: 0|req: 200/396] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:03:25 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: 198/399] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:03:25 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: 200/403] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/agents => generated 3384 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:03:25 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: 205/406] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:03:25 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:04:25 2026] GET /v2.0/subnets => generated 1308 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:04:25 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: 8|app: 0|req: 207/417] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:04:25 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/418] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:04:25 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: 208/419] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:04:25 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: 212/420] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:04:25 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: 209/421] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:04:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/422] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:04:25 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:04:25 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: 214/424] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:04:25 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:04:25 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:05:25 2026] GET /v2.0/ports => generated 4725 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:05:25 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: 7|app: 0|req: 220/436] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:05:25 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: 217/437] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:05:25 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: 221/438] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:05:25 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: 218/439] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:05:25 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: 222/440] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:05:25 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/441] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:05:25 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: 223/442] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:05:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/443] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:05:25 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:05:25 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:06:25 2026] GET /v2.0/ports => generated 4725 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/454] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:06:25 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:06:25 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: 226/456] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:06:25 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: 231/457] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:06:25 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: 227/458] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:06:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:06:25 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:06:25 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: 233/461] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:06:25 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:06:25 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: 234/463] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:06:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.85 () {28 vars in 584 bytes} [Mon Mar 2 20:07:25 2026] GET /v2.0/networks => generated 2168 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.85 () {28 vars in 598 bytes} [Mon Mar 2 20:07:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.85 () {28 vars in 618 bytes} [Mon Mar 2 20:07:25 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: 235/475] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:07:25 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: 241/476] 10.0.0.85 () {28 vars in 578 bytes} [Mon Mar 2 20:07:25 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/477] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:07:25 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: 7|app: 0|req: 242/478] 10.0.0.85 () {28 vars in 623 bytes} [Mon Mar 2 20:07:25 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: 237/479] 10.0.0.85 () {28 vars in 580 bytes} [Mon Mar 2 20:07:25 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.85 () {28 vars in 582 bytes} [Mon Mar 2 20:07:25 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: 8|app: 0|req: 238/481] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:07:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/482] 10.0.0.85 () {28 vars in 590 bytes} [Mon Mar 2 20:07:25 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)