+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri May 8 06:39:39 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5fbf99df74-p9zs6 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 0x7f27a5655668 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-05-08 06:39:42.948 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 06:39:42.948 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 06:39:43.046 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 06:39:43.046 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 06:39:43.944 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 06:39:44.068 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 06:39:45.502 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 06:39:45.505 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 06:39:45.509 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 06:39:45.509 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 06:39:45.510 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 06:39:45.510 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 06:39:45.510 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 06:39:45.517 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 06:39:45.518 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 06:39:45.518 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 06:39:45.542 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 06:39:45.543 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 06:39:45.543 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 06:39:45.574 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 06:39:45.574 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 06:39:45.574 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 06:39:45.574 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 06:39:45.674 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 06:39:45.677 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 06:39:45.680 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 06:39:45.681 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 06:39:45.681 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 06:39:45.682 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 06:39:45.682 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 06:39:45.691 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 06:39:45.692 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 06:39:45.692 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 06:39:45.719 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 06:39:45.720 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 06:39:45.721 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 06:39:45.750 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 06:39:45.750 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 06:39:45.750 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 06:39:45.750 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 06:39:45.889 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 06:39:46.040 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 06:39:46.176 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 06:39:46.176 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 06:39:46.176 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 06:39:46.191 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 06:39:46.191 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 06:39:46.192 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 06:39:46.192 7 INFO neutron.plugins.ml2.extensions.port_security [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 06:39:46.192 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing extension driver 'qos' 2026-05-08 06:39:46.192 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 06:39:46.192 7 INFO neutron.plugins.ml2.managers [None req-ae39943a-c3e0-4192-9022-7912675dc790 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 06:39:46.203 7 INFO neutron.quota [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded quota_driver: . 2026-05-08 06:39:46.204 7 INFO neutron.plugins.ml2.plugin [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 06:39:46.204 7 INFO neutron.plugins.ml2.managers [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 06:39:46.204 7 INFO neutron.plugins.ml2.managers [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 06:39:46.204 7 INFO neutron.plugins.ml2.managers [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 06:39:46.204 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: qos 2026-05-08 06:39:46.217 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: router 2026-05-08 06:39:46.262 7 INFO neutron.services.service_base [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 06:39:46.262 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: segments 2026-05-08 06:39:46.312 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 06:39:46.313 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 06:39:46.313 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing extension driver 'qos' 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 06:39:46.327 8 INFO neutron.plugins.ml2.managers [None req-3e13fe81-17cc-4e4d-bc45-876292bfeb11 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 06:39:46.339 8 INFO neutron.quota [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded quota_driver: . 2026-05-08 06:39:46.339 8 INFO neutron.plugins.ml2.plugin [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 06:39:46.339 8 INFO neutron.plugins.ml2.managers [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 06:39:46.339 8 INFO neutron.plugins.ml2.managers [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 06:39:46.340 8 INFO neutron.plugins.ml2.managers [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 06:39:46.340 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: qos 2026-05-08 06:39:46.352 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: router 2026-05-08 06:39:46.360 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: trunk 2026-05-08 06:39:46.374 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: vpnaas 2026-05-08 06:39:46.406 8 INFO neutron.services.service_base [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 06:39:46.407 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: segments 2026-05-08 06:39:46.414 7 WARNING stevedore.named [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 06:39:46.489 7 INFO neutron_vpnaas.services.vpn.plugin [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 06:39:46.489 7 INFO neutron.common.utils [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 06:39:46.489 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: taas 2026-05-08 06:39:46.513 7 WARNING stevedore.named [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 06:39:46.513 7 WARNING stevedore.named [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 06:39:46.515 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: trunk 2026-05-08 06:39:46.533 7 INFO neutron_taas.services.taas.taas_plugin [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 06:39:46.534 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: vpnaas 2026-05-08 06:39:46.534 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: tapmirror 2026-05-08 06:39:46.549 7 WARNING stevedore.named [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 06:39:46.550 7 WARNING stevedore.named [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 06:39:46.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 06:39:46.563 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: auto_allocate 2026-05-08 06:39:46.572 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: tag 2026-05-08 06:39:46.576 8 WARNING stevedore.named [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 06:39:46.581 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: timestamp 2026-05-08 06:39:46.584 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 06:39:46.587 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: flavors 2026-05-08 06:39:46.591 7 INFO neutron.manager [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loading Plugin: revisions 2026-05-08 06:39:46.594 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Initializing extension manager. 2026-05-08 06:39:46.595 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: address-group 2026-05-08 06:39:46.596 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: address-scope 2026-05-08 06:39:46.597 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 06:39:46.598 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: agent 2026-05-08 06:39:46.598 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 06:39:46.599 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 06:39:46.600 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 06:39:46.601 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: availability_zone 2026-05-08 06:39:46.601 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 06:39:46.602 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 06:39:46.602 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: default-subnetpools 2026-05-08 06:39:46.604 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 06:39:46.604 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: dns-integration 2026-05-08 06:39:46.605 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 06:39:46.605 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 06:39:46.606 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: dvr 2026-05-08 06:39:46.606 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 06:39:46.607 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 06:39:46.607 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 06:39:46.608 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 06:39:46.609 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: external-net 2026-05-08 06:39:46.609 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 06:39:46.610 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: extraroute 2026-05-08 06:39:46.610 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 06:39:46.611 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 06:39:46.611 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 06:39:46.612 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 06:39:46.612 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 06:39:46.613 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: fip-port-details 2026-05-08 06:39:46.614 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: flavors 2026-05-08 06:39:46.615 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 06:39:46.616 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: floatingip-pools 2026-05-08 06:39:46.617 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: ip_allocation 2026-05-08 06:39:46.617 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 06:39:46.618 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: l2_adjacency 2026-05-08 06:39:46.619 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: router 2026-05-08 06:39:46.621 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 06:39:46.621 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 06:39:46.622 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 06:39:46.622 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 06:39:46.623 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: l3-ha 2026-05-08 06:39:46.623 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 06:39:46.624 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 06:39:46.624 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: l3-flavors 2026-05-08 06:39:46.625 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 06:39:46.625 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 06:39:46.627 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 06:39:46.629 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 06:39:46.630 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 06:39:46.631 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 06:39:46.631 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 06:39:46.632 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: multi-provider 2026-05-08 06:39:46.632 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: net-mtu 2026-05-08 06:39:46.633 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 06:39:46.633 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: network_availability_zone 2026-05-08 06:39:46.634 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: network_ha 2026-05-08 06:39:46.635 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: network-ip-availability 2026-05-08 06:39:46.636 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 06:39:46.636 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: pagination 2026-05-08 06:39:46.637 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-device-profile 2026-05-08 06:39:46.637 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 06:39:46.638 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 06:39:46.638 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 06:39:46.638 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-mac-override 2026-05-08 06:39:46.639 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 06:39:46.639 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 06:39:46.640 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 06:39:46.641 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-resource-request 2026-05-08 06:39:46.641 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 06:39:46.642 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 06:39:46.642 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 06:39:46.642 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: binding 2026-05-08 06:39:46.642 8 INFO neutron.common.utils [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 06:39:46.642 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: taas 2026-05-08 06:39:46.643 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: binding-extended 2026-05-08 06:39:46.643 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-security 2026-05-08 06:39:46.644 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: project-id 2026-05-08 06:39:46.644 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: provider 2026-05-08 06:39:46.645 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 06:39:46.647 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos 2026-05-08 06:39:46.648 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 06:39:46.648 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 06:39:46.649 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-default 2026-05-08 06:39:46.649 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-fip 2026-05-08 06:39:46.650 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 06:39:46.650 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 06:39:46.651 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 06:39:46.651 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 06:39:46.652 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 06:39:46.653 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-pps 2026-05-08 06:39:46.653 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 06:39:46.653 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 06:39:46.654 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 06:39:46.655 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: quota-check-limit 2026-05-08 06:39:46.655 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 06:39:46.657 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: quotas 2026-05-08 06:39:46.658 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: quota_details 2026-05-08 06:39:46.660 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: rbac-policies 2026-05-08 06:39:46.660 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: rbac-address-group 2026-05-08 06:39:46.661 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 06:39:46.661 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 06:39:46.662 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 06:39:46.662 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: revision-if-match 2026-05-08 06:39:46.663 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 06:39:46.663 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: router_availability_zone 2026-05-08 06:39:46.664 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 06:39:46.666 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 06:39:46.666 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 06:39:46.667 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 06:39:46.667 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 06:39:46.667 8 WARNING stevedore.named [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 06:39:46.667 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 06:39:46.668 8 WARNING stevedore.named [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 06:39:46.668 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 06:39:46.674 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: security-group 2026-05-08 06:39:46.675 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: segment 2026-05-08 06:39:46.675 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 06:39:46.676 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: service-type 2026-05-08 06:39:46.676 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: sorting 2026-05-08 06:39:46.677 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 06:39:46.677 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: standard-attr-description 2026-05-08 06:39:46.678 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: stateful-security-group 2026-05-08 06:39:46.678 7 WARNING neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 06:39:46.680 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 06:39:46.680 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: subnet-external-network 2026-05-08 06:39:46.681 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: subnet_onboard 2026-05-08 06:39:46.681 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 06:39:46.682 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: subnet-service-types 2026-05-08 06:39:46.682 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: subnet_allocation 2026-05-08 06:39:46.683 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 06:39:46.684 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: tag-creation 2026-05-08 06:39:46.684 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 06:39:46.688 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 06:39:46.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 06:39:46.688 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 06:39:46.689 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: tapmirror 2026-05-08 06:39:46.689 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: trunk 2026-05-08 06:39:46.690 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: trunk-details 2026-05-08 06:39:46.690 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 06:39:46.691 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 06:39:46.691 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 06:39:46.692 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 06:39:46.694 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 06:39:46.694 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 06:39:46.695 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: vpn-flavors 2026-05-08 06:39:46.697 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: vpnaas 2026-05-08 06:39:46.698 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: taas 2026-05-08 06:39:46.699 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: tap-mirror 2026-05-08 06:39:46.699 7 INFO neutron.api.extensions [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 06:39:46.701 8 WARNING stevedore.named [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 06:39:46.701 8 WARNING stevedore.named [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 06:39:46.702 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 06:39:46.702 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 06:39:46.702 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.702 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 06:39:46.705 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 06:39:46.706 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 06:39:46.710 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 06:39:46.711 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 06:39:46.711 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 06:39:46.712 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.712 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.713 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.713 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.713 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 06:39:46.714 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.714 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.715 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 06:39:46.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 06:39:46.715 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 06:39:46.715 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 06:39:46.715 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 06:39:46.716 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.716 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ipsecpolicy is already registered 2026-05-08 06:39:46.716 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.716 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ikepolicy is already registered 2026-05-08 06:39:46.721 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 06:39:46.721 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] router is already registered 2026-05-08 06:39:46.722 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 06:39:46.722 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] floatingip is already registered 2026-05-08 06:39:46.723 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: tag 2026-05-08 06:39:46.725 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 06:39:46.725 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] rbac_policy is already registered 2026-05-08 06:39:46.726 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 06:39:46.726 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] security_group is already registered 2026-05-08 06:39:46.726 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 06:39:46.727 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] security_group_rule is already registered 2026-05-08 06:39:46.727 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.727 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.728 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.728 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.728 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 06:39:46.729 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] trunk is already registered 2026-05-08 06:39:46.729 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.729 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ikepolicy is already registered 2026-05-08 06:39:46.729 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.730 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ipsecpolicy is already registered 2026-05-08 06:39:46.730 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 06:39:46.730 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] endpoint_group is already registered 2026-05-08 06:39:46.730 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 06:39:46.731 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] vpnservice is already registered 2026-05-08 06:39:46.731 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 06:39:46.731 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: timestamp 2026-05-08 06:39:46.731 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ipsec_site_connection is already registered 2026-05-08 06:39:46.731 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.731 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ipsecpolicy is already registered 2026-05-08 06:39:46.732 7 INFO neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.732 7 WARNING neutron.quota.resource_registry [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] ikepolicy is already registered 2026-05-08 06:39:46.734 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 06:39:46.738 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: flavors 2026-05-08 06:39:46.741 8 INFO neutron.manager [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loading Plugin: revisions 2026-05-08 06:39:46.745 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Initializing extension manager. 2026-05-08 06:39:46.746 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: address-group 2026-05-08 06:39:46.747 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: address-scope 2026-05-08 06:39:46.747 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 06:39:46.748 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: agent 2026-05-08 06:39:46.749 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 06:39:46.750 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 06:39:46.751 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 06:39:46.751 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: availability_zone 2026-05-08 06:39:46.752 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 06:39:46.752 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 06:39:46.753 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 06:39:46.754 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 06:39:46.755 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: dns-integration 2026-05-08 06:39:46.755 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 06:39:46.756 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 06:39:46.757 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: dvr 2026-05-08 06:39:46.757 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 06:39:46.758 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 06:39:46.758 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 06:39:46.759 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 06:39:46.759 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: external-net 2026-05-08 06:39:46.760 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 06:39:46.760 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: extraroute 2026-05-08 06:39:46.761 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 06:39:46.762 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 06:39:46.762 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 06:39:46.762 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 06:39:46.763 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 06:39:46.763 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: fip-port-details 2026-05-08 06:39:46.764 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: flavors 2026-05-08 06:39:46.765 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 06:39:46.766 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 06:39:46.767 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: ip_allocation 2026-05-08 06:39:46.767 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 06:39:46.768 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 06:39:46.769 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: router 2026-05-08 06:39:46.770 7 WARNING keystonemiddleware._common.config [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 06:39:46.771 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 06:39:46.771 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 06:39:46.772 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 06:39:46.772 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 06:39:46.773 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: l3-ha 2026-05-08 06:39:46.773 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 06:39:46.774 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 06:39:46.775 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: l3-flavors 2026-05-08 06:39:46.776 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 06:39:46.776 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 06:39:46.777 7 WARNING oslo_config.cfg [None req-14024723-bac6-4330-94db-259e4a52c50c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-08 06:39:46.778 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: l3_agent_scheduler WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f27a5655668 pid: 7 (default app) 2026-05-08 06:39:46.780 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 06:39:46.781 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 06:39:46.782 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 06:39:46.782 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 06:39:46.783 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: multi-provider 2026-05-08 06:39:46.783 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: net-mtu 2026-05-08 06:39:46.784 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 06:39:46.784 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 06:39:46.785 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: network_ha 2026-05-08 06:39:46.785 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 06:39:46.787 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 06:39:46.787 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: pagination 2026-05-08 06:39:46.788 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-device-profile 2026-05-08 06:39:46.788 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 06:39:46.789 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 06:39:46.789 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 06:39:46.790 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-mac-override 2026-05-08 06:39:46.790 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 06:39:46.791 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 06:39:46.791 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 06:39:46.792 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-resource-request 2026-05-08 06:39:46.792 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 06:39:46.793 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 06:39:46.793 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: binding 2026-05-08 06:39:46.794 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: binding-extended 2026-05-08 06:39:46.795 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-security 2026-05-08 06:39:46.795 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: project-id 2026-05-08 06:39:46.796 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: provider 2026-05-08 06:39:46.796 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 06:39:46.798 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos 2026-05-08 06:39:46.799 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 06:39:46.799 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 06:39:46.800 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-default 2026-05-08 06:39:46.800 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-fip 2026-05-08 06:39:46.801 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 06:39:46.801 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 06:39:46.802 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 06:39:46.802 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 06:39:46.803 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 06:39:46.804 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-pps 2026-05-08 06:39:46.804 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 06:39:46.805 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 06:39:46.805 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 06:39:46.806 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 06:39:46.807 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 06:39:46.809 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: quotas 2026-05-08 06:39:46.810 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: quota_details 2026-05-08 06:39:46.811 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: rbac-policies 2026-05-08 06:39:46.812 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 06:39:46.812 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 06:39:46.813 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 06:39:46.813 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 06:39:46.814 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: revision-if-match 2026-05-08 06:39:46.814 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 06:39:46.815 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 06:39:46.815 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 06:39:46.817 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 06:39:46.818 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 06:39:46.818 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 06:39:46.819 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 06:39:46.819 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 06:39:46.820 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 06:39:46.825 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: security-group 2026-05-08 06:39:46.827 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: segment 2026-05-08 06:39:46.827 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 06:39:46.828 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: service-type 2026-05-08 06:39:46.828 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: sorting 2026-05-08 06:39:46.829 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 06:39:46.829 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 06:39:46.830 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 06:39:46.830 8 WARNING neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 06:39:46.831 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 06:39:46.831 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 06:39:46.832 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 06:39:46.832 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 06:39:46.833 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 06:39:46.833 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 06:39:46.835 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 06:39:46.835 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: tag-creation 2026-05-08 06:39:46.836 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 06:39:46.840 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 06:39:46.840 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 06:39:46.841 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: trunk 2026-05-08 06:39:46.841 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: trunk-details 2026-05-08 06:39:46.842 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 06:39:46.842 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 06:39:46.843 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 06:39:46.844 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 06:39:46.845 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 06:39:46.846 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 06:39:46.847 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 06:39:46.848 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: vpnaas 2026-05-08 06:39:46.850 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: taas 2026-05-08 06:39:46.851 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: tap-mirror 2026-05-08 06:39:46.851 8 INFO neutron.api.extensions [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 06:39:46.854 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 06:39:46.854 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 06:39:46.854 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.854 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 06:39:46.858 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 06:39:46.858 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 06:39:46.863 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 06:39:46.863 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 06:39:46.864 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 06:39:46.865 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.865 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.865 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.865 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.866 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 06:39:46.866 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.867 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.867 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 06:39:46.868 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 06:39:46.868 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 06:39:46.868 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.868 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ipsecpolicy is already registered 2026-05-08 06:39:46.869 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.869 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ikepolicy is already registered 2026-05-08 06:39:46.873 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 06:39:46.873 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] router is already registered 2026-05-08 06:39:46.874 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 06:39:46.874 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] floatingip is already registered 2026-05-08 06:39:46.878 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 06:39:46.878 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] rbac_policy is already registered 2026-05-08 06:39:46.878 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 06:39:46.879 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] security_group is already registered 2026-05-08 06:39:46.879 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 06:39:46.879 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] security_group_rule is already registered 2026-05-08 06:39:46.880 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.880 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.880 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 06:39:46.880 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] subnetpool is already registered 2026-05-08 06:39:46.881 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 06:39:46.881 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] trunk is already registered 2026-05-08 06:39:46.881 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.882 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ikepolicy is already registered 2026-05-08 06:39:46.882 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.882 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ipsecpolicy is already registered 2026-05-08 06:39:46.882 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 06:39:46.883 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] endpoint_group is already registered 2026-05-08 06:39:46.883 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 06:39:46.883 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] vpnservice is already registered 2026-05-08 06:39:46.883 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 06:39:46.884 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ipsec_site_connection is already registered 2026-05-08 06:39:46.884 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 06:39:46.884 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ipsecpolicy is already registered 2026-05-08 06:39:46.884 8 INFO neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 06:39:46.885 8 WARNING neutron.quota.resource_registry [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] ikepolicy is already registered 2026-05-08 06:39:46.922 8 WARNING keystonemiddleware._common.config [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 06:39:46.929 8 WARNING oslo_config.cfg [None req-3667097b-e633-4204-9dfd-6c2faa1dfd44 - - - - - -] 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 0x7f27a5655668 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-05-08 06:39:51.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c304279-2344-4462-b3c8-7a1aa9ba2cb4 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:39:50 2026] GET /v2.0/networks/public => generated 108 bytes in 798 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:39:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:51.812 7 WARNING neutron.services.revisions.revision_plugin [None req-c349bae1-6361-4a54-ba79-af2bb36cd3dc a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Could not find related network for resource to bump revision. 2026-05-08 06:39:51.834 7 INFO neutron.db.segments_db [None req-c349bae1-6361-4a54-ba79-af2bb36cd3dc a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 56427474-5420-4592-8dbb-5dfbc1abd9fa of type flat for network aebc7bb7-f5c8-4851-8eee-cc802e7f286f 2026-05-08 06:39:51.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c349bae1-6361-4a54-ba79-af2bb36cd3dc a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.19.213.154 () {48 vars in 968 bytes} [Fri May 8 06:39:51 2026] POST /v2.0/networks => generated 124 bytes in 487 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:58.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-434d658e-91c0-4a2c-a109-12e50dc40fe6 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:39:57 2026] GET /v2.0/networks/public => generated 108 bytes in 343 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:39:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:58.299 8 WARNING neutron.services.revisions.revision_plugin [None req-572b187b-a0a7-440c-b31a-34dd80886e8d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Could not find related network for resource to bump revision. 2026-05-08 06:39:58.321 8 INFO neutron.db.segments_db [None req-572b187b-a0a7-440c-b31a-34dd80886e8d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 9d32e1b5-b2f4-4308-87ee-e2b0f98c2630 of type flat for network bc259de7-83f0-416c-a0f4-d84d7a9fba78 2026-05-08 06:39:58.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-572b187b-a0a7-440c-b31a-34dd80886e8d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.19.213.154 () {48 vars in 968 bytes} [Fri May 8 06:39:58 2026] POST /v2.0/networks => generated 124 bytes in 306 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:40:04.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45cfe882-0804-4761-ac1b-0feac77cf539 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:04.285 8 WARNING neutron.services.revisions.revision_plugin [None req-b453cf02-0b6d-4960-ae35-5110d4a76dab a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Could not find related network for resource to bump revision. 2026-05-08 06:40:04.298 8 INFO neutron.db.segments_db [None req-b453cf02-0b6d-4960-ae35-5110d4a76dab a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 93ab3b74-65c5-4234-9f5c-8001c837ebe7 of type flat for network e8e349d4-6aa8-4006-82b0-50f3123abcf5 2026-05-08 06:40:04.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b453cf02-0b6d-4960-ae35-5110d4a76dab a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.19.213.154 () {48 vars in 968 bytes} [Fri May 8 06:40:04 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:40:10.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdb7e793-6224-4107-ac85-0ef92237f42d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:40:10 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:40:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:10.214 7 WARNING neutron.services.revisions.revision_plugin [None req-0a0a33c9-ba8b-4b06-94cc-0732c13eb29d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Could not find related network for resource to bump revision. 2026-05-08 06:40:10.228 7 INFO neutron.db.segments_db [None req-0a0a33c9-ba8b-4b06-94cc-0732c13eb29d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 62569893-f50e-4b5b-8280-030536b63554 of type flat for network 5327e4a5-50a5-430d-8952-5ea3b11d71d3 2026-05-08 06:40:10.246 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a0a33c9-ba8b-4b06-94cc-0732c13eb29d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.19.213.154 () {48 vars in 968 bytes} [Fri May 8 06:40:10 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:40:16.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc1ae80a-610a-4280-8b78-c158c3d2e6a5 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:40:16 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:40:16 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-05-08 06:40:16.210 7 WARNING neutron.services.revisions.revision_plugin [None req-a4ffea25-d6e0-47db-906a-fd8137290827 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Could not find related network for resource to bump revision. 2026-05-08 06:40:16.224 7 INFO neutron.db.segments_db [None req-a4ffea25-d6e0-47db-906a-fd8137290827 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 637c6a98-f760-4233-a9cc-7bc168c63128 of type flat for network 5ead169c-9a39-4553-86b2-bce86d5629a4 2026-05-08 06:40:16.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4ffea25-d6e0-47db-906a-fd8137290827 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.19.213.154 () {48 vars in 968 bytes} [Fri May 8 06:40:16 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:40:22.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e37f111-5a48-4c19-86fd-a4a760bf6e07 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:40:22 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:40:22 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-05-08 06:40:22.153 8 WARNING neutron.services.revisions.revision_plugin [None req-84c193ab-03c6-4106-80ed-2f0574a3c4f1 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Could not find related network for resource to bump revision. 2026-05-08 06:40:22.173 8 INFO neutron.db.segments_db [None req-84c193ab-03c6-4106-80ed-2f0574a3c4f1 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 1e01fed1-ce07-43d9-bed6-80657b5622e9 of type flat for network 62221ee9-b4c3-4702-81a3-1e8fb3083cbd [pid: 8|app: 0|req: 10/22] 199.19.213.154 () {48 vars in 968 bytes} [Fri May 8 06:40:22 2026] POST /v2.0/networks => generated 706 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:23.312 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79ebbb4e-0460-44e4-8e43-39ee25ef8656 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.19.213.154 () {44 vars in 928 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.19.213.154 () {44 vars in 950 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:23.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b11c2692-7c9c-4b5f-9e20-0f6e1bed1f92 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/25] 199.19.213.154 () {44 vars in 1035 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/subnets/public-subnet?network_id=62221ee9-b4c3-4702-81a3-1e8fb3083cbd => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.19.213.154 () {44 vars in 1058 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=62221ee9-b4c3-4702-81a3-1e8fb3083cbd => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.19.213.154 () {48 vars in 966 bytes} [Fri May 8 06:40:23 2026] POST /v2.0/subnets => generated 664 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:23.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8c3df7d-b975-4266-906d-c849017a3e53 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.19.213.154 () {44 vars in 938 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.19.213.154 () {44 vars in 960 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:23.218 7 INFO neutron.db.segments_db [None req-7bdcdb21-0ade-4ae1-b35c-15b6245367a7 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] Added segment 39bff774-c3df-4d74-9cfd-6ff2908d2b3f of type vxlan for network 62927c04-6bc0-4885-86b2-35cea7bd6a19 [pid: 7|app: 0|req: 36/69] 199.19.213.154 () {48 vars in 967 bytes} [Fri May 8 06:45:23 2026] POST /v2.0/networks => generated 688 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:24.213 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cb9aecd-5bd7-4def-83f9-e6b8fe2a4776 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.19.213.154 () {44 vars in 938 bytes} [Fri May 8 06:45:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.19.213.154 () {44 vars in 960 bytes} [Fri May 8 06:45:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:24.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb90fb89-03da-421e-9e63-75eabacc050d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.19.213.154 () {44 vars in 1037 bytes} [Fri May 8 06:45:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=62927c04-6bc0-4885-86b2-35cea7bd6a19 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.19.213.154 () {44 vars in 1060 bytes} [Fri May 8 06:45:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=62927c04-6bc0-4885-86b2-35cea7bd6a19 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.19.213.154 () {48 vars in 966 bytes} [Fri May 8 06:45:24 2026] POST /v2.0/subnets => generated 651 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:25.621 7 INFO neutron.api.v2.resource [None req-fcd03452-5899-4fd4-ba39-c5eefab46473 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/75] 199.19.213.154 () {44 vars in 972 bytes} [Fri May 8 06:45:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.19.213.154 () {44 vars in 994 bytes} [Fri May 8 06:45:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.19.213.154 () {48 vars in 981 bytes} [Fri May 8 06:45:25 2026] POST /v2.0/security-groups => generated 1616 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:26 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 1616 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:26 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:26 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:27 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 2230 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:27 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => 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/84] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:27 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:28 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:28 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:28 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:30 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:30 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:30 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:31 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:31 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:31 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => 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: 51/99] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.19.213.154 () {44 vars in 988 bytes} [Fri May 8 06:45:32 2026] GET /v2.0/networks/62927c04-6bc0-4885-86b2-35cea7bd6a19 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:32.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee5a98ee-e72e-437c-9df0-e2679637f32d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/101] 199.19.213.154 () {44 vars in 1077 bytes} [Fri May 8 06:45:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=62927c04-6bc0-4885-86b2-35cea7bd6a19 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.19.213.154 () {44 vars in 1100 bytes} [Fri May 8 06:45:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=62927c04-6bc0-4885-86b2-35cea7bd6a19 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:32 2026] GET /v2.0/security-groups/2cdf819b-2191-4e86-84b3-fe925462da56 => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.19.213.154 () {48 vars in 962 bytes} [Fri May 8 06:45:32 2026] POST /v2.0/ports => generated 1100 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:45:41.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68830932-492d-404b-9546-8f9b7b1f961d a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/105] 199.19.213.154 () {44 vars in 980 bytes} [Fri May 8 06:45:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 40 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: 52/106] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.19.213.154 () {48 vars in 1032 bytes} [Fri May 8 06:45:41 2026] PUT /v2.0/ports/91e55108-1e9e-41fc-806c-4e8ceac4388a => generated 1249 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.19.213.154 () {44 vars in 921 bytes} [Fri May 8 06:45:44 2026] GET /v2.0/ports => generated 3730 bytes in 86 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-05-08 06:45:45.298 7 INFO neutron.api.v2.resource [None req-5247b452-128d-462f-8f09-89fc57f33c8f a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/111] 199.19.213.154 () {44 vars in 960 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.19.213.154 () {44 vars in 982 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.19.213.154 () {48 vars in 981 bytes} [Fri May 8 06:45:45 2026] POST /v2.0/security-groups => generated 1610 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:46 2026] GET /v2.0/security-groups/c230ca2a-ffe8-4a11-afcb-3bbc265d0579 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:46 2026] GET /v2.0/security-groups/c230ca2a-ffe8-4a11-afcb-3bbc265d0579 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:46 2026] GET /v2.0/security-groups/c230ca2a-ffe8-4a11-afcb-3bbc265d0579 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:46 2026] POST /v2.0/security-group-rules => generated 623 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:47 2026] GET /v2.0/security-groups/c230ca2a-ffe8-4a11-afcb-3bbc265d0579 => generated 2246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:47 2026] GET /v2.0/security-groups/c230ca2a-ffe8-4a11-afcb-3bbc265d0579 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:45:47 2026] GET /v2.0/security-groups/c230ca2a-ffe8-4a11-afcb-3bbc265d0579 => generated 2246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/121] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:45:47 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/132] 199.19.213.154 () {44 vars in 976 bytes} [Fri May 8 06:47:12 2026] GET /v2.0/quotas/537007368e774657b832a95cc6c5f71e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/133] 199.19.213.154 () {48 vars in 1028 bytes} [Fri May 8 06:47:13 2026] PUT /v2.0/quotas/537007368e774657b832a95cc6c5f71e => generated 291 bytes in 35 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-05-08 06:49:35.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d17d95bc-8add-45cc-97b9-49bcc1beaffc a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/154] 199.19.213.154 () {30 vars in 741 bytes} [Fri May 8 06:49:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 164 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: 76/155] 199.19.213.154 () {30 vars in 763 bytes} [Fri May 8 06:49:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:49:37.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ed0b035-2fab-46a1-806c-641ad4b4b9a3 a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/156] 199.19.213.154 () {30 vars in 741 bytes} [Fri May 8 06:49:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/157] 199.19.213.154 () {30 vars in 763 bytes} [Fri May 8 06:49:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:56:57.153 8 INFO neutron.api.v2.resource [None req-3128e96f-6b1b-45db-af82-4f95ca622abc a0a7744f178c45d1a90f7db37797597b 537007368e774657b832a95cc6c5f71e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 107/216] 199.19.213.154 () {44 vars in 1075 bytes} [Fri May 8 06:56:57 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 139 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.19.213.154 () {44 vars in 1098 bytes} [Fri May 8 06:56:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=062abdae257e4e5d839b366b0ea30a5a => generated 23 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.19.213.154 () {48 vars in 982 bytes} [Fri May 8 06:56:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:56:58 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:56:58 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:56:58 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:56:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:56:59 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:56:59 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:56:59 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 2234 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:56:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/229] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:57:00 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/230] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:57:00 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1 => 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: 115/231] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:57:00 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/232] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:57:00 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: 116/233] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:57:01 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 3460 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/234] 199.19.213.154 () {44 vars in 1002 bytes} [Fri May 8 06:57:01 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/235] 199.19.213.154 () {44 vars in 1089 bytes} [Fri May 8 06:57:02 2026] GET /v2.0/security-groups/05e9fe8f-63c3-4aa1-91c1-6eb32bb73ae1?project_id=062abdae257e4e5d839b366b0ea30a5a => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/236] 199.19.213.154 () {48 vars in 992 bytes} [Fri May 8 06:57:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/255] 199.19.213.154 () {30 vars in 740 bytes} [Fri May 8 06:59:19 2026] GET /v2.0/networks?tenant_id=062abdae257e4e5d839b366b0ea30a5a&shared=False => generated 15 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:59:20.184 7 INFO neutron.db.segments_db [None req-b5a7defb-8151-4e8a-8e9b-2c6f5c28c0c7 577ed19f711d4e2998d402db634f86e2 062abdae257e4e5d839b366b0ea30a5a - - eda86a4fadbe4f79a82bde0882df8bbf eda86a4fadbe4f79a82bde0882df8bbf] Added segment af5f38f8-1bd8-4f17-82d1-c072f06b9813 of type vxlan for network 9f2aeb33-6cae-4726-9a5c-d3114e352054 [pid: 7|app: 0|req: 129/256] 199.19.213.154 () {34 vars in 682 bytes} [Fri May 8 06:59:20 2026] POST /v2.0/networks => generated 699 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/257] 199.19.213.154 () {30 vars in 722 bytes} [Fri May 8 06:59:20 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/258] 199.19.213.154 () {30 vars in 633 bytes} [Fri May 8 06:59:20 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/259] 199.19.213.154 () {34 vars in 677 bytes} [Fri May 8 06:59:20 2026] POST /v2.0/ports => generated 999 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/260] 199.19.213.154 () {30 vars in 703 bytes} [Fri May 8 06:59:20 2026] GET /v2.0/networks/9f2aeb33-6cae-4726-9a5c-d3114e352054 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/261] 199.19.213.154 () {30 vars in 722 bytes} [Fri May 8 06:59:22 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/262] 199.19.213.154 () {30 vars in 703 bytes} [Fri May 8 06:59:22 2026] GET /v2.0/networks/9f2aeb33-6cae-4726-9a5c-d3114e352054 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/267] 199.19.213.154 () {44 vars in 976 bytes} [Fri May 8 06:59:47 2026] GET /v2.0/quotas/062abdae257e4e5d839b366b0ea30a5a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/268] 199.19.213.154 () {48 vars in 1028 bytes} [Fri May 8 06:59:48 2026] PUT /v2.0/quotas/062abdae257e4e5d839b366b0ea30a5a => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)