+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Jun 22 19:24:25 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-d67596d76-4b8rp 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 0x7fbbfd6c2668 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-06-22 19:24:29.912 8 INFO neutron.common.config [-] Logging enabled! 2026-06-22 19:24:29.912 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-22 19:24:29.913 7 INFO neutron.common.config [-] Logging enabled! 2026-06-22 19:24:29.913 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-22 19:24:31.022 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-22 19:24:31.102 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-22 19:24:32.515 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-22 19:24:32.518 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-22 19:24:32.522 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-22 19:24:32.523 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-22 19:24:32.523 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-22 19:24:32.523 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-22 19:24:32.523 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 19:24:32.531 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 19:24:32.531 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 19:24:32.531 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-22 19:24:32.553 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-22 19:24:32.554 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-22 19:24:32.554 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-22 19:24:32.582 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-22 19:24:32.582 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-22 19:24:32.582 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-22 19:24:32.582 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-22 19:24:32.778 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-22 19:24:32.781 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-22 19:24:32.784 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-22 19:24:32.785 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-22 19:24:32.785 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-22 19:24:32.786 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-22 19:24:32.786 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 19:24:32.793 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 19:24:32.793 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 19:24:32.793 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-22 19:24:32.815 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-22 19:24:32.816 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-22 19:24:32.816 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-22 19:24:32.844 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-22 19:24:32.844 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-22 19:24:32.845 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-22 19:24:32.845 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-22 19:24:32.858 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing driver for type 'vlan' 2026-06-22 19:24:33.142 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] VlanTypeDriver initialization complete 2026-06-22 19:24:33.142 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing driver for type 'vxlan' 2026-06-22 19:24:33.142 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-22 19:24:33.153 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing driver for type 'vlan' 2026-06-22 19:24:33.156 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-22 19:24:33.156 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-22 19:24:33.156 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing extension driver 'port_security' 2026-06-22 19:24:33.156 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-22 19:24:33.157 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing extension driver 'qos' 2026-06-22 19:24:33.157 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-22 19:24:33.157 8 INFO neutron.plugins.ml2.managers [None req-e10ba6b7-bb8d-445d-835b-fd3827b0c0a6 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-22 19:24:33.170 8 INFO neutron.quota [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded quota_driver: . 2026-06-22 19:24:33.171 8 INFO neutron.plugins.ml2.plugin [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Modular L2 Plugin initialization complete 2026-06-22 19:24:33.171 8 INFO neutron.plugins.ml2.managers [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-22 19:24:33.171 8 INFO neutron.plugins.ml2.managers [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-22 19:24:33.171 8 INFO neutron.plugins.ml2.managers [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-22 19:24:33.171 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: qos 2026-06-22 19:24:33.184 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: router 2026-06-22 19:24:33.228 8 INFO neutron.services.service_base [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-22 19:24:33.228 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: segments 2026-06-22 19:24:33.324 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: trunk 2026-06-22 19:24:33.338 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: vpnaas 2026-06-22 19:24:33.376 8 WARNING stevedore.named [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 19:24:33.450 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-22 19:24:33.451 8 INFO neutron.common.utils [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-22 19:24:33.451 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: taas 2026-06-22 19:24:33.471 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] VlanTypeDriver initialization complete 2026-06-22 19:24:33.472 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing driver for type 'vxlan' 2026-06-22 19:24:33.472 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-22 19:24:33.481 8 WARNING stevedore.named [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 19:24:33.481 8 WARNING stevedore.named [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-22 19:24:33.492 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-22 19:24:33.492 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-22 19:24:33.493 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing extension driver 'port_security' 2026-06-22 19:24:33.493 7 INFO neutron.plugins.ml2.extensions.port_security [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-22 19:24:33.493 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing extension driver 'qos' 2026-06-22 19:24:33.494 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-22 19:24:33.494 7 INFO neutron.plugins.ml2.managers [None req-7b611657-b1c7-4c8a-8b55-9383038edfe5 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-22 19:24:33.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-22 19:24:33.510 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: tapmirror 2026-06-22 19:24:33.511 7 INFO neutron.quota [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded quota_driver: . 2026-06-22 19:24:33.512 7 INFO neutron.plugins.ml2.plugin [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Modular L2 Plugin initialization complete 2026-06-22 19:24:33.512 7 INFO neutron.plugins.ml2.managers [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-22 19:24:33.512 7 INFO neutron.plugins.ml2.managers [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-22 19:24:33.512 7 INFO neutron.plugins.ml2.managers [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Got port-security extension from driver 'port_security' 2026-06-22 19:24:33.513 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: qos 2026-06-22 19:24:33.528 8 WARNING stevedore.named [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 19:24:33.528 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: router 2026-06-22 19:24:33.528 8 WARNING stevedore.named [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-22 19:24:33.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-22 19:24:33.550 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: auto_allocate 2026-06-22 19:24:33.560 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: tag 2026-06-22 19:24:33.569 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: timestamp 2026-06-22 19:24:33.571 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: network_ip_availability 2026-06-22 19:24:33.575 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: flavors 2026-06-22 19:24:33.578 8 INFO neutron.manager [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loading Plugin: revisions 2026-06-22 19:24:33.580 7 INFO neutron.services.service_base [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-22 19:24:33.580 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: segments 2026-06-22 19:24:33.582 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Initializing extension manager. 2026-06-22 19:24:33.583 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: address-group 2026-06-22 19:24:33.584 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: address-scope 2026-06-22 19:24:33.585 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-22 19:24:33.585 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: agent 2026-06-22 19:24:33.586 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: agent-resources-synced 2026-06-22 19:24:33.587 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-22 19:24:33.588 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-22 19:24:33.589 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: availability_zone 2026-06-22 19:24:33.589 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: availability_zone_filter 2026-06-22 19:24:33.590 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-22 19:24:33.590 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: default-subnetpools 2026-06-22 19:24:33.592 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-22 19:24:33.592 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: dns-integration 2026-06-22 19:24:33.593 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: dns-domain-ports 2026-06-22 19:24:33.594 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-22 19:24:33.594 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: dvr 2026-06-22 19:24:33.595 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-22 19:24:33.597 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: empty-string-filtering 2026-06-22 19:24:33.597 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-22 19:24:33.598 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-22 19:24:33.599 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: external-net 2026-06-22 19:24:33.599 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-22 19:24:33.600 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: extraroute 2026-06-22 19:24:33.601 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: extraroute-atomic 2026-06-22 19:24:33.602 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-22 19:24:33.602 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-22 19:24:33.603 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-22 19:24:33.604 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-22 19:24:33.604 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: fip-port-details 2026-06-22 19:24:33.605 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: flavors 2026-06-22 19:24:33.607 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-22 19:24:33.608 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: floatingip-pools 2026-06-22 19:24:33.608 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: ip_allocation 2026-06-22 19:24:33.609 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-22 19:24:33.609 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: l2_adjacency 2026-06-22 19:24:33.610 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: router 2026-06-22 19:24:33.612 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-22 19:24:33.613 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-22 19:24:33.613 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-22 19:24:33.614 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: ext-gw-mode 2026-06-22 19:24:33.614 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: l3-ha 2026-06-22 19:24:33.615 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-22 19:24:33.615 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-22 19:24:33.616 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: l3-flavors 2026-06-22 19:24:33.617 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-22 19:24:33.617 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-22 19:24:33.619 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-22 19:24:33.621 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-22 19:24:33.622 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-22 19:24:33.623 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-22 19:24:33.623 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-22 19:24:33.624 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: multi-provider 2026-06-22 19:24:33.624 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: net-mtu 2026-06-22 19:24:33.625 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: net-mtu-writable 2026-06-22 19:24:33.625 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: network_availability_zone 2026-06-22 19:24:33.626 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: network_ha 2026-06-22 19:24:33.626 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: network-ip-availability 2026-06-22 19:24:33.627 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-22 19:24:33.628 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: pagination 2026-06-22 19:24:33.628 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-device-profile 2026-06-22 19:24:33.629 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-22 19:24:33.630 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-22 19:24:33.630 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-22 19:24:33.631 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-mac-override 2026-06-22 19:24:33.631 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-22 19:24:33.632 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-22 19:24:33.632 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-22 19:24:33.633 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-resource-request 2026-06-22 19:24:33.633 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-22 19:24:33.634 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-22 19:24:33.634 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: binding 2026-06-22 19:24:33.635 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: binding-extended 2026-06-22 19:24:33.636 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-security 2026-06-22 19:24:33.636 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: project-id 2026-06-22 19:24:33.637 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: provider 2026-06-22 19:24:33.637 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-22 19:24:33.639 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos 2026-06-22 19:24:33.640 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-22 19:24:33.641 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-22 19:24:33.641 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-default 2026-06-22 19:24:33.642 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-fip 2026-06-22 19:24:33.642 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-22 19:24:33.643 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-22 19:24:33.643 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-22 19:24:33.644 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-22 19:24:33.644 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-22 19:24:33.645 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-pps 2026-06-22 19:24:33.645 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-22 19:24:33.646 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-22 19:24:33.646 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: qos-rules-alias 2026-06-22 19:24:33.647 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: quota-check-limit 2026-06-22 19:24:33.648 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-22 19:24:33.650 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: quotas 2026-06-22 19:24:33.651 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: quota_details 2026-06-22 19:24:33.652 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: rbac-policies 2026-06-22 19:24:33.653 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: rbac-address-group 2026-06-22 19:24:33.653 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: rbac-address-scope 2026-06-22 19:24:33.654 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: rbac-security-groups 2026-06-22 19:24:33.654 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-22 19:24:33.655 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: revision-if-match 2026-06-22 19:24:33.655 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-22 19:24:33.656 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: router_availability_zone 2026-06-22 19:24:33.656 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-22 19:24:33.659 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-22 19:24:33.659 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-22 19:24:33.660 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-22 19:24:33.660 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-22 19:24:33.661 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-22 19:24:33.661 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-22 19:24:33.666 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: security-group 2026-06-22 19:24:33.668 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: segment 2026-06-22 19:24:33.668 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-22 19:24:33.669 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: service-type 2026-06-22 19:24:33.670 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: sorting 2026-06-22 19:24:33.670 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: standard-attr-segment 2026-06-22 19:24:33.671 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: standard-attr-description 2026-06-22 19:24:33.671 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: stateful-security-group 2026-06-22 19:24:33.672 8 WARNING neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-22 19:24:33.672 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-22 19:24:33.673 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: subnet-external-network 2026-06-22 19:24:33.673 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: subnet_onboard 2026-06-22 19:24:33.674 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-22 19:24:33.674 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: subnet-service-types 2026-06-22 19:24:33.675 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: subnet_allocation 2026-06-22 19:24:33.676 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-22 19:24:33.676 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: tag-creation 2026-06-22 19:24:33.677 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-22 19:24:33.681 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: standard-attr-tag 2026-06-22 19:24:33.682 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-22 19:24:33.682 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: trunk 2026-06-22 19:24:33.683 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: trunk-details 2026-06-22 19:24:33.683 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-22 19:24:33.684 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-22 19:24:33.684 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-22 19:24:33.685 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-22 19:24:33.687 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-22 19:24:33.688 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-22 19:24:33.688 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: vpn-flavors 2026-06-22 19:24:33.689 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: trunk 2026-06-22 19:24:33.690 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: vpnaas 2026-06-22 19:24:33.691 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: taas 2026-06-22 19:24:33.692 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: tap-mirror 2026-06-22 19:24:33.693 8 INFO neutron.api.extensions [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-22 19:24:33.695 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-22 19:24:33.695 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-22 19:24:33.696 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:33.696 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-22 19:24:33.700 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-22 19:24:33.700 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-22 19:24:33.704 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-22 19:24:33.704 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: vpnaas 2026-06-22 19:24:33.705 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-22 19:24:33.706 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-22 19:24:33.706 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:33.707 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] subnetpool is already registered 2026-06-22 19:24:33.707 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:33.707 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] subnetpool is already registered 2026-06-22 19:24:33.708 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-22 19:24:33.708 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:33.708 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:33.709 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-22 19:24:33.709 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-22 19:24:33.710 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-22 19:24:33.710 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:33.710 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ipsecpolicy is already registered 2026-06-22 19:24:33.710 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:33.711 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ikepolicy is already registered 2026-06-22 19:24:33.715 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-22 19:24:33.715 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] router is already registered 2026-06-22 19:24:33.716 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-22 19:24:33.716 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] floatingip is already registered 2026-06-22 19:24:33.719 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-22 19:24:33.719 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] rbac_policy is already registered 2026-06-22 19:24:33.720 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-22 19:24:33.720 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] security_group is already registered 2026-06-22 19:24:33.720 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-22 19:24:33.721 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] security_group_rule is already registered 2026-06-22 19:24:33.721 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:33.722 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] subnetpool is already registered 2026-06-22 19:24:33.722 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:33.722 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] subnetpool is already registered 2026-06-22 19:24:33.722 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-22 19:24:33.723 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] trunk is already registered 2026-06-22 19:24:33.723 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:33.723 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ikepolicy is already registered 2026-06-22 19:24:33.723 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:33.724 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ipsecpolicy is already registered 2026-06-22 19:24:33.724 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-22 19:24:33.724 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] endpoint_group is already registered 2026-06-22 19:24:33.724 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-22 19:24:33.725 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] vpnservice is already registered 2026-06-22 19:24:33.725 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-22 19:24:33.725 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ipsec_site_connection is already registered 2026-06-22 19:24:33.725 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:33.726 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ipsecpolicy is already registered 2026-06-22 19:24:33.726 8 INFO neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:33.726 8 WARNING neutron.quota.resource_registry [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] ikepolicy is already registered 2026-06-22 19:24:33.762 7 WARNING stevedore.named [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 19:24:33.763 8 WARNING keystonemiddleware._common.config [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-22 19:24:33.770 8 WARNING oslo_config.cfg [None req-b18ebdea-9779-42db-a1e4-e2bf4fa975a7 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbbfd6c2668 pid: 8 (default app) 2026-06-22 19:24:33.833 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-22 19:24:33.834 7 INFO neutron.common.utils [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-22 19:24:33.834 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: taas 2026-06-22 19:24:33.870 7 WARNING stevedore.named [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 19:24:33.871 7 WARNING stevedore.named [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-22 19:24:33.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-22 19:24:33.893 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: tapmirror 2026-06-22 19:24:33.925 7 WARNING stevedore.named [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 19:24:33.927 7 WARNING stevedore.named [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-22 19:24:33.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-22 19:24:33.957 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: auto_allocate 2026-06-22 19:24:33.965 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: tag 2026-06-22 19:24:33.976 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: timestamp 2026-06-22 19:24:33.979 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: network_ip_availability 2026-06-22 19:24:33.984 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: flavors 2026-06-22 19:24:33.989 7 INFO neutron.manager [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loading Plugin: revisions 2026-06-22 19:24:33.993 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Initializing extension manager. 2026-06-22 19:24:33.995 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: address-group 2026-06-22 19:24:33.996 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: address-scope 2026-06-22 19:24:33.996 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-22 19:24:33.997 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: agent 2026-06-22 19:24:33.998 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: agent-resources-synced 2026-06-22 19:24:34.000 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: allowed-address-pairs 2026-06-22 19:24:34.000 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: auto-allocated-topology 2026-06-22 19:24:34.001 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: availability_zone 2026-06-22 19:24:34.002 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: availability_zone_filter 2026-06-22 19:24:34.002 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-22 19:24:34.003 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: default-subnetpools 2026-06-22 19:24:34.004 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-22 19:24:34.005 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: dns-integration 2026-06-22 19:24:34.005 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: dns-domain-ports 2026-06-22 19:24:34.006 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-22 19:24:34.006 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: dvr 2026-06-22 19:24:34.007 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-22 19:24:34.007 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: empty-string-filtering 2026-06-22 19:24:34.008 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-22 19:24:34.008 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-22 19:24:34.009 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: external-net 2026-06-22 19:24:34.009 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-22 19:24:34.010 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: extraroute 2026-06-22 19:24:34.011 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: extraroute-atomic 2026-06-22 19:24:34.011 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-22 19:24:34.012 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-22 19:24:34.012 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-22 19:24:34.013 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-22 19:24:34.013 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: fip-port-details 2026-06-22 19:24:34.014 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: flavors 2026-06-22 19:24:34.015 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-22 19:24:34.016 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: floatingip-pools 2026-06-22 19:24:34.016 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: ip_allocation 2026-06-22 19:24:34.017 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: ip-substring-filtering 2026-06-22 19:24:34.017 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: l2_adjacency 2026-06-22 19:24:34.018 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: router 2026-06-22 19:24:34.020 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-22 19:24:34.021 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-22 19:24:34.021 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-22 19:24:34.022 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: ext-gw-mode 2026-06-22 19:24:34.022 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: l3-ha 2026-06-22 19:24:34.023 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-22 19:24:34.023 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-22 19:24:34.024 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: l3-flavors 2026-06-22 19:24:34.025 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-22 19:24:34.025 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-22 19:24:34.028 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-22 19:24:34.029 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-22 19:24:34.030 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-22 19:24:34.032 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-22 19:24:34.032 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-22 19:24:34.033 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: multi-provider 2026-06-22 19:24:34.033 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: net-mtu 2026-06-22 19:24:34.034 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: net-mtu-writable 2026-06-22 19:24:34.034 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: network_availability_zone 2026-06-22 19:24:34.035 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: network_ha 2026-06-22 19:24:34.036 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: network-ip-availability 2026-06-22 19:24:34.037 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-22 19:24:34.037 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: pagination 2026-06-22 19:24:34.038 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-device-profile 2026-06-22 19:24:34.038 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-22 19:24:34.039 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-22 19:24:34.039 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-22 19:24:34.040 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-mac-override 2026-06-22 19:24:34.040 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-22 19:24:34.041 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-22 19:24:34.041 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-22 19:24:34.042 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-resource-request 2026-06-22 19:24:34.042 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-resource-request-groups 2026-06-22 19:24:34.043 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-22 19:24:34.043 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: binding 2026-06-22 19:24:34.044 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: binding-extended 2026-06-22 19:24:34.045 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-security 2026-06-22 19:24:34.045 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: project-id 2026-06-22 19:24:34.046 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: provider 2026-06-22 19:24:34.046 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-22 19:24:34.049 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos 2026-06-22 19:24:34.050 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-22 19:24:34.050 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-22 19:24:34.051 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-default 2026-06-22 19:24:34.052 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-fip 2026-06-22 19:24:34.052 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-22 19:24:34.053 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-gateway-ip 2026-06-22 19:24:34.053 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-port-network-policy 2026-06-22 19:24:34.054 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-pps-minimum 2026-06-22 19:24:34.054 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-22 19:24:34.055 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-pps 2026-06-22 19:24:34.055 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-rule-type-details 2026-06-22 19:24:34.056 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-22 19:24:34.057 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: qos-rules-alias 2026-06-22 19:24:34.057 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: quota-check-limit 2026-06-22 19:24:34.058 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: quota-check-limit-default 2026-06-22 19:24:34.060 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: quotas 2026-06-22 19:24:34.061 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: quota_details 2026-06-22 19:24:34.063 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: rbac-policies 2026-06-22 19:24:34.063 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: rbac-address-group 2026-06-22 19:24:34.064 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: rbac-address-scope 2026-06-22 19:24:34.064 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: rbac-security-groups 2026-06-22 19:24:34.065 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: rbac-subnetpool 2026-06-22 19:24:34.065 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: revision-if-match 2026-06-22 19:24:34.066 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: standard-attr-revisions 2026-06-22 19:24:34.067 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: router_availability_zone 2026-06-22 19:24:34.067 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-22 19:24:34.069 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: security-groups-default-rules 2026-06-22 19:24:34.069 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-22 19:24:34.070 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-22 19:24:34.070 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-22 19:24:34.071 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-22 19:24:34.071 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-22 19:24:34.076 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: security-group 2026-06-22 19:24:34.077 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: segment 2026-06-22 19:24:34.078 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-22 19:24:34.078 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: service-type 2026-06-22 19:24:34.079 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: sorting 2026-06-22 19:24:34.079 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: standard-attr-segment 2026-06-22 19:24:34.080 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: standard-attr-description 2026-06-22 19:24:34.081 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: stateful-security-group 2026-06-22 19:24:34.081 7 WARNING neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-22 19:24:34.081 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-22 19:24:34.082 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: subnet-external-network 2026-06-22 19:24:34.083 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: subnet_onboard 2026-06-22 19:24:34.083 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-22 19:24:34.084 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: subnet-service-types 2026-06-22 19:24:34.084 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: subnet_allocation 2026-06-22 19:24:34.087 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-22 19:24:34.087 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: tag-creation 2026-06-22 19:24:34.088 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-22 19:24:34.092 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: standard-attr-tag 2026-06-22 19:24:34.093 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-22 19:24:34.094 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: trunk 2026-06-22 19:24:34.094 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: trunk-details 2026-06-22 19:24:34.095 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-22 19:24:34.097 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-22 19:24:34.097 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-22 19:24:34.098 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-22 19:24:34.101 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-22 19:24:34.102 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-22 19:24:34.102 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: vpn-flavors 2026-06-22 19:24:34.104 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: vpnaas 2026-06-22 19:24:34.105 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: taas 2026-06-22 19:24:34.107 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: tap-mirror 2026-06-22 19:24:34.107 7 INFO neutron.api.extensions [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Loaded extension: taas-vlan-filter 2026-06-22 19:24:34.110 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-22 19:24:34.110 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-22 19:24:34.110 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:34.110 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-22 19:24:34.115 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-22 19:24:34.115 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-22 19:24:34.120 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-22 19:24:34.120 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-22 19:24:34.121 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-22 19:24:34.122 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:34.122 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] subnetpool is already registered 2026-06-22 19:24:34.122 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:34.122 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] subnetpool is already registered 2026-06-22 19:24:34.123 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-22 19:24:34.123 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:34.124 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:34.124 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-22 19:24:34.124 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-22 19:24:34.125 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-22 19:24:34.125 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:34.125 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ipsecpolicy is already registered 2026-06-22 19:24:34.126 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:34.126 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ikepolicy is already registered 2026-06-22 19:24:34.131 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-22 19:24:34.131 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] router is already registered 2026-06-22 19:24:34.132 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-22 19:24:34.132 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] floatingip is already registered 2026-06-22 19:24:34.135 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-22 19:24:34.136 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] rbac_policy is already registered 2026-06-22 19:24:34.136 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-22 19:24:34.136 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] security_group is already registered 2026-06-22 19:24:34.137 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-22 19:24:34.137 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] security_group_rule is already registered 2026-06-22 19:24:34.138 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:34.138 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] subnetpool is already registered 2026-06-22 19:24:34.138 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-22 19:24:34.138 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] subnetpool is already registered 2026-06-22 19:24:34.139 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-22 19:24:34.139 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] trunk is already registered 2026-06-22 19:24:34.139 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:34.140 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ikepolicy is already registered 2026-06-22 19:24:34.140 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:34.140 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ipsecpolicy is already registered 2026-06-22 19:24:34.141 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-22 19:24:34.141 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] endpoint_group is already registered 2026-06-22 19:24:34.141 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-22 19:24:34.141 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] vpnservice is already registered 2026-06-22 19:24:34.142 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-22 19:24:34.142 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ipsec_site_connection is already registered 2026-06-22 19:24:34.142 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-22 19:24:34.142 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ipsecpolicy is already registered 2026-06-22 19:24:34.143 7 INFO neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-22 19:24:34.143 7 WARNING neutron.quota.resource_registry [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] ikepolicy is already registered 2026-06-22 19:24:34.181 7 WARNING keystonemiddleware._common.config [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-22 19:24:34.189 7 WARNING oslo_config.cfg [None req-b9b24bb8-4211-4fa6-9461-c766b47250fa - - - - - -] 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 9 seconds on interpreter 0x7fbbfd6c2668 pid: 7 (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-06-22 19:24:38.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c5e1d05-4ff9-4b2c-b608-49125ddad7c3 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:24:37 2026] GET /v2.0/networks/public => generated 108 bytes in 852 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:24:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-22 19:24:39.013 8 WARNING neutron.services.revisions.revision_plugin [None req-70d31454-36ce-4d5f-96af-82b6a7005c00 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:24:39.030 8 INFO neutron.db.segments_db [None req-70d31454-36ce-4d5f-96af-82b6a7005c00 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment ca1b7ac0-5694-4d49-aea1-aa28c9c2198d of type flat for network 2575ffa5-7fb7-4abb-a60d-4b9f12519dcb 2026-06-22 19:24:39.070 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70d31454-36ce-4d5f-96af-82b6a7005c00 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:24:38 2026] POST /v2.0/networks => generated 124 bytes in 433 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-22 19:24:45.349 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a0803fc-05e9-442f-bdd5-1e961bfaa295 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:24:44 2026] GET /v2.0/networks/public => generated 108 bytes in 400 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:24:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-22 19:24:45.648 7 WARNING neutron.services.revisions.revision_plugin [None req-f8b71de5-0147-460f-a3db-50523b920c48 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:24:45.673 7 INFO neutron.db.segments_db [None req-f8b71de5-0147-460f-a3db-50523b920c48 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment 07517e14-9687-4288-a360-e74363dd5c29 of type flat for network 65f9621e-1793-4ae6-95cc-339d4d9fad2a 2026-06-22 19:24:45.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8b71de5-0147-460f-a3db-50523b920c48 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:24:45 2026] POST /v2.0/networks => generated 124 bytes in 354 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-22 19:24:51.721 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a1ffb09-1902-4c21-8940-4f2e57d7e9a5 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:24:51 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:24:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-22 19:24:51.799 7 WARNING neutron.services.revisions.revision_plugin [None req-079734d8-888d-4fec-b993-fef1017cf343 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:24:51.821 7 INFO neutron.db.segments_db [None req-079734d8-888d-4fec-b993-fef1017cf343 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment e589a534-bbed-4bd5-8179-58b917a245bf of type flat for network aeabdfdd-462b-4252-b5f9-21802211914c 2026-06-22 19:24:51.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-079734d8-888d-4fec-b993-fef1017cf343 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:24:51 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-22 19:24:57.689 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a6c8f91-c067-4a96-8eb9-4c79aade4116 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:24:57 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:24:57 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-06-22 19:24:57.763 8 WARNING neutron.services.revisions.revision_plugin [None req-837e8180-4ada-4e1e-83c6-fc35f3d7aa24 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:24:57.782 8 INFO neutron.db.segments_db [None req-837e8180-4ada-4e1e-83c6-fc35f3d7aa24 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment aac808e6-95ad-4169-b9fc-f4a2c5d63b38 of type flat for network 6bf6dd90-2ee0-4ea2-96f1-9d235fc7c959 2026-06-22 19:24:57.808 8 INFO neutron.pecan_wsgi.hooks.translation [None req-837e8180-4ada-4e1e-83c6-fc35f3d7aa24 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:24:57 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-22 19:25:03.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b12cc4ca-dc9e-41cc-85e0-18c1ff6d409f ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:25:03 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:25:03 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-06-22 19:25:03.789 8 WARNING neutron.services.revisions.revision_plugin [None req-1ce25818-7a82-441e-b800-ba5310ec87c9 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:25:03.809 8 INFO neutron.db.segments_db [None req-1ce25818-7a82-441e-b800-ba5310ec87c9 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment b7c698b0-89cc-43c1-b2c0-4a8d7d93781c of type flat for network f8749db4-60c3-4242-b530-d403484c421c 2026-06-22 19:25:03.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ce25818-7a82-441e-b800-ba5310ec87c9 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:25:03 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-22 19:25:09.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6acedb31-4ddb-4104-8b5a-a94e055fb1d5 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:25:09 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:25:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-22 19:25:09.822 7 WARNING neutron.services.revisions.revision_plugin [None req-5ff4e3ff-aac5-4385-ad51-fdcca9b981cc ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:25:09.852 7 INFO neutron.db.segments_db [None req-5ff4e3ff-aac5-4385-ad51-fdcca9b981cc ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment 59446797-ce97-4001-b5da-1910d9e10f9d of type flat for network 90997edf-347a-44f3-bf9d-d4e65ac849b0 2026-06-22 19:25:09.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ff4e3ff-aac5-4385-ad51-fdcca9b981cc ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:25:09 2026] POST /v2.0/networks => generated 124 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-22 19:25:15.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57986cf4-ee57-44b4-8eb3-eb85ad3afeda ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:25:15 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:25:15 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-06-22 19:25:15.874 8 WARNING neutron.services.revisions.revision_plugin [None req-348951b7-94d3-40b0-98e2-abde6f06a40b ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Could not find related network for resource to bump revision. 2026-06-22 19:25:15.900 8 INFO neutron.db.segments_db [None req-348951b7-94d3-40b0-98e2-abde6f06a40b ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment 085f4629-9d7a-49bc-ad2f-0ed4567c5574 of type flat for network 98fc8690-2624-4e6d-a05a-03616d1cc5b4 [pid: 8|app: 0|req: 14/26] 199.204.45.23 () {48 vars in 963 bytes} [Mon Jun 22 19:25:15 2026] POST /v2.0/networks => generated 706 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-22 19:25:17.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcfd8eff-c024-42cd-99e4-c1ad62c1c56a ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/27] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:25:17 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:25:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:25:17.283 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb4aab18-21e3-4d89-85d0-727e6689f63c ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/29] 199.204.45.23 () {44 vars in 1030 bytes} [Mon Jun 22 19:25:17 2026] GET /v2.0/subnets/public-subnet?network_id=98fc8690-2624-4e6d-a05a-03616d1cc5b4 => 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: 16/30] 199.204.45.23 () {44 vars in 1053 bytes} [Mon Jun 22 19:25:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=98fc8690-2624-4e6d-a05a-03616d1cc5b4 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/31] 199.204.45.23 () {48 vars in 961 bytes} [Mon Jun 22 19:25:17 2026] POST /v2.0/subnets => generated 664 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-22 19:30:12.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-edd7d617-5b23-4502-abc0-64bed90d60db ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/70] 199.204.45.23 () {44 vars in 933 bytes} [Mon Jun 22 19:30:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 199.204.45.23 () {44 vars in 955 bytes} [Mon Jun 22 19:30:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-22 19:30:12.960 8 INFO neutron.db.segments_db [None req-6ca132a8-cb2d-4b20-a778-ad636977e031 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] Added segment 0582b8ca-93a2-4d86-b79b-38c26e2fccf5 of type vxlan for network 9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 [pid: 8|app: 0|req: 37/72] 199.204.45.23 () {48 vars in 962 bytes} [Mon Jun 22 19:30:12 2026] POST /v2.0/networks => generated 688 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-22 19:30:13.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5eb3a2b3-5209-4d48-a4a5-617fc00969d9 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/73] 199.204.45.23 () {44 vars in 933 bytes} [Mon Jun 22 19:30:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/74] 199.204.45.23 () {44 vars in 955 bytes} [Mon Jun 22 19:30:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:30:14.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-852c0e06-184a-4010-b5e2-27ea72358da7 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/75] 199.204.45.23 () {44 vars in 1032 bytes} [Mon Jun 22 19:30:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.23 () {44 vars in 1055 bytes} [Mon Jun 22 19:30:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.23 () {48 vars in 961 bytes} [Mon Jun 22 19:30:14 2026] POST /v2.0/subnets => generated 651 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-22 19:30:15.428 8 INFO neutron.api.v2.resource [None req-247aac9e-8894-42c3-8d07-7c4300b87b92 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/78] 199.204.45.23 () {44 vars in 967 bytes} [Mon Jun 22 19:30:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.23 () {44 vars in 989 bytes} [Mon Jun 22 19:30:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.23 () {48 vars in 976 bytes} [Mon Jun 22 19:30:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:16 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 1616 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:16 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 1616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:16 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => 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/86] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:17 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:17 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => 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: 46/89] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:17 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => 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/90] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:18 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:18 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:18 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => 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/94] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:19 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:20 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:20 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:21 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4078 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:21 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:21 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4078 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.23 () {44 vars in 983 bytes} [Mon Jun 22 19:30:22 2026] GET /v2.0/networks/9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:30:22.561 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3fec537-cdb9-4dd4-aeb9-c13ff73b7e98 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.204.45.23 () {44 vars in 1072 bytes} [Mon Jun 22 19:30:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.23 () {44 vars in 1095 bytes} [Mon Jun 22 19:30:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => 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: 52/106] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:22 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.23 () {48 vars in 957 bytes} [Mon Jun 22 19:30:22 2026] POST /v2.0/ports => generated 1100 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-22 19:30:30.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bd1527c-f162-4c4e-88c3-d9c01b8de80c ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/108] 199.204.45.23 () {44 vars in 975 bytes} [Mon Jun 22 19:30:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 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: 56/109] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/112] 199.204.45.23 () {48 vars in 1027 bytes} [Mon Jun 22 19:30:30 2026] PUT /v2.0/ports/b581619c-d53d-47a5-8440-4e334c5f17df => generated 1249 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.204.45.23 () {44 vars in 916 bytes} [Mon Jun 22 19:30:33 2026] GET /v2.0/ports => generated 3730 bytes in 290 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-06-22 19:30:34.753 7 INFO neutron.api.v2.resource [None req-030018cf-b032-4ff2-a0ac-65fa524860d1 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/114] 199.204.45.23 () {44 vars in 955 bytes} [Mon Jun 22 19:30:34 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: 60/115] 199.204.45.23 () {44 vars in 977 bytes} [Mon Jun 22 19:30:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 199.204.45.23 () {48 vars in 976 bytes} [Mon Jun 22 19:30:34 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:35 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/118] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:35 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/119] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:35 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/120] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:35 2026] POST /v2.0/security-group-rules => generated 623 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/121] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:36 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2246 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:36 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/123] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:30:37 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/124] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:30:37 2026] POST /v2.0/security-group-rules => generated 627 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/133] 199.204.45.23 () {44 vars in 971 bytes} [Mon Jun 22 19:31:43 2026] GET /v2.0/quotas/b11f48e612e2431e94593c2e1452cc14 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/134] 199.204.45.23 () {48 vars in 1023 bytes} [Mon Jun 22 19:31:44 2026] PUT /v2.0/quotas/b11f48e612e2431e94593c2e1452cc14 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-22 19:34:04.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4233bed1-5b13-426d-a307-498fa5fd6836 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/155] 199.204.45.23 () {30 vars in 739 bytes} [Mon Jun 22 19:34:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 181 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: 80/156] 199.204.45.23 () {30 vars in 761 bytes} [Mon Jun 22 19:34:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-22 19:34:06.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60705cef-a99a-4475-a240-c6510dd3696a ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/157] 199.204.45.23 () {30 vars in 739 bytes} [Mon Jun 22 19:34:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/158] 199.204.45.23 () {30 vars in 761 bytes} [Mon Jun 22 19:34:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-22 19:40:34.786 7 INFO neutron.api.v2.resource [None req-badcf400-6afb-4265-b73b-36da83487b02 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/211] 199.204.45.23 () {44 vars in 1070 bytes} [Mon Jun 22 19:40:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=caa54096526a4a7087d214b32b58c6dc => generated 139 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/212] 199.204.45.23 () {44 vars in 1093 bytes} [Mon Jun 22 19:40:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=caa54096526a4a7087d214b32b58c6dc => generated 23 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/213] 199.204.45.23 () {48 vars in 977 bytes} [Mon Jun 22 19:40:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/214] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:36 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/215] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:40:36 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/216] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:36 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/217] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:40:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/218] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:37 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 2234 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/219] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:40:37 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => 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: 112/220] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:37 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/221] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:40:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/222] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:38 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/223] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:40:38 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/224] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:38 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/225] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:40:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/226] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:40 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 3460 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/227] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:40:40 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 3460 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/228] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:40:40 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 3460 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/229] 199.204.45.23 () {48 vars in 987 bytes} [Mon Jun 22 19:40:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/250] 199.204.45.23 () {30 vars in 738 bytes} [Mon Jun 22 19:43:02 2026] GET /v2.0/networks?tenant_id=caa54096526a4a7087d214b32b58c6dc&shared=False => generated 15 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-22 19:43:03.110 8 INFO neutron.db.segments_db [None req-06a0b9e6-bc35-4d96-a9c7-9dfe9d77d06c 59590980c2ad43798933111b37dd68a9 caa54096526a4a7087d214b32b58c6dc - - 176dd9327493420ebcd9d3ec6972b582 176dd9327493420ebcd9d3ec6972b582] Added segment 275013a8-4ac8-41c8-a598-694f499a4fb2 of type vxlan for network 2c547a1d-2a18-4b2a-9c35-857df2e5814e [pid: 8|app: 0|req: 127/251] 199.204.45.23 () {34 vars in 680 bytes} [Mon Jun 22 19:43:03 2026] POST /v2.0/networks => generated 699 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/252] 199.204.45.23 () {30 vars in 720 bytes} [Mon Jun 22 19:43:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/253] 199.204.45.23 () {30 vars in 631 bytes} [Mon Jun 22 19:43:03 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/254] 199.204.45.23 () {34 vars in 675 bytes} [Mon Jun 22 19:43:03 2026] POST /v2.0/ports => generated 999 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/255] 199.204.45.23 () {30 vars in 701 bytes} [Mon Jun 22 19:43:03 2026] GET /v2.0/networks/2c547a1d-2a18-4b2a-9c35-857df2e5814e => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/256] 199.204.45.23 () {30 vars in 720 bytes} [Mon Jun 22 19:43:05 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/257] 199.204.45.23 () {30 vars in 701 bytes} [Mon Jun 22 19:43:05 2026] GET /v2.0/networks/2c547a1d-2a18-4b2a-9c35-857df2e5814e => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/260] 199.204.45.23 () {44 vars in 971 bytes} [Mon Jun 22 19:43:21 2026] GET /v2.0/quotas/caa54096526a4a7087d214b32b58c6dc => 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: 132/261] 199.204.45.23 () {48 vars in 1023 bytes} [Mon Jun 22 19:43:21 2026] PUT /v2.0/quotas/caa54096526a4a7087d214b32b58c6dc => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:54:58.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69aee138-8af0-4eff-9be6-9c3ecb3423f9 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/354] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:54:58 2026] GET /v2.0/networks/public => generated 108 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/355] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:54:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:54:59.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32c1d5bc-374f-4bb4-8466-f160c54aa15c ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/356] 199.204.45.23 () {44 vars in 923 bytes} [Mon Jun 22 19:54:59 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/357] 199.204.45.23 () {44 vars in 945 bytes} [Mon Jun 22 19:54:59 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:54:59.538 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0606959-5889-409a-855b-36a601e8c2d9 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/358] 199.204.45.23 () {44 vars in 1030 bytes} [Mon Jun 22 19:54:59 2026] GET /v2.0/subnets/public-subnet?network_id=98fc8690-2624-4e6d-a05a-03616d1cc5b4 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/359] 199.204.45.23 () {44 vars in 1053 bytes} [Mon Jun 22 19:54:59 2026] GET /v2.0/subnets?name=public-subnet&network_id=98fc8690-2624-4e6d-a05a-03616d1cc5b4 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:55:26.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6160eb2-6e78-4363-b6c0-d9bae5b90b15 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/364] 199.204.45.23 () {44 vars in 933 bytes} [Mon Jun 22 19:55:26 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/365] 199.204.45.23 () {44 vars in 955 bytes} [Mon Jun 22 19:55:26 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:55:27.656 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6415c05-b682-499e-a7a4-a9b73e07eadb ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/366] 199.204.45.23 () {44 vars in 933 bytes} [Mon Jun 22 19:55:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 199.204.45.23 () {44 vars in 955 bytes} [Mon Jun 22 19:55:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:55:27.722 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7590991-21d3-407e-913f-a3eff9668e7a ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/368] 199.204.45.23 () {44 vars in 1032 bytes} [Mon Jun 22 19:55:27 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 114 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/369] 199.204.45.23 () {44 vars in 1055 bytes} [Mon Jun 22 19:55:27 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:55:28.815 8 INFO neutron.api.v2.resource [None req-35d5e873-26a9-489b-abbe-861bb8890360 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/370] 199.204.45.23 () {44 vars in 967 bytes} [Mon Jun 22 19:55:28 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 199.204.45.23 () {44 vars in 989 bytes} [Mon Jun 22 19:55:28 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/372] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:29 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/373] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:29 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/374] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:29 2026] GET /v2.0/security-group-rules/59ce7c52-2a56-47d6-bcda-52937353daac => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/377] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:30 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/378] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:30 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:30 2026] GET /v2.0/security-group-rules/64b28741-867c-4059-859f-831390161ee7 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/380] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:31 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:31 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/382] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:31 2026] GET /v2.0/security-group-rules/32455178-ae5a-4b65-9bda-1a5542d3badb => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:32 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:32 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/385] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:32 2026] GET /v2.0/security-group-rules/db0ab764-26f9-4297-8ed6-882c2aa443a8 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/386] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:33 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/387] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:33 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/388] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:33 2026] GET /v2.0/security-group-rules/a6d9dfa8-b565-4f8f-a522-4f4958c8c3cf => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/389] 199.204.45.23 () {44 vars in 983 bytes} [Mon Jun 22 19:55:34 2026] GET /v2.0/networks/9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:55:35.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1584b1f-4eba-4ad2-8360-4cf7c1d7b088 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/390] 199.204.45.23 () {44 vars in 1072 bytes} [Mon Jun 22 19:55:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/391] 199.204.45.23 () {44 vars in 1095 bytes} [Mon Jun 22 19:55:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9e4eb872-3b7b-4115-a0d4-2b4e6227ca33 => generated 1254 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/392] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:35 2026] GET /v2.0/security-groups/c35051ab-6fce-4c8a-9265-21f5cbd02e56 => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-22 19:55:42.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74053e5e-b285-4f00-8e47-be927284afbb ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/393] 199.204.45.23 () {44 vars in 975 bytes} [Mon Jun 22 19:55:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/394] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/395] 199.204.45.23 () {44 vars in 916 bytes} [Mon Jun 22 19:55:44 2026] GET /v2.0/ports => generated 4725 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-22 19:55:45.593 8 INFO neutron.api.v2.resource [None req-cb8901ba-58f0-4d7c-8f1b-b99e54d7affe ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/396] 199.204.45.23 () {44 vars in 955 bytes} [Mon Jun 22 19:55:45 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 199.204.45.23 () {44 vars in 977 bytes} [Mon Jun 22 19:55:45 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/400] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:46 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/401] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:46 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/402] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:46 2026] GET /v2.0/security-group-rules/ea078777-387e-49f5-a56c-56a06bea2230 => generated 623 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/403] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:47 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/404] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:55:47 2026] GET /v2.0/security-groups/1cba0f2d-133a-4304-b1e9-d48a19c310ee => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/405] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:55:47 2026] GET /v2.0/security-group-rules/e7ce2f1f-804e-41ff-b691-7184ba7c3973 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/406] 199.204.45.23 () {44 vars in 971 bytes} [Mon Jun 22 19:55:59 2026] GET /v2.0/quotas/b11f48e612e2431e94593c2e1452cc14 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-22 19:56:54.868 8 INFO neutron.api.v2.resource [None req-03a8990a-e51e-4577-86b1-50b2aa2b4dc4 ad283a269a134ef1b6f9939ef6a3accf b11f48e612e2431e94593c2e1452cc14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/415] 199.204.45.23 () {44 vars in 1070 bytes} [Mon Jun 22 19:56:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=caa54096526a4a7087d214b32b58c6dc => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/416] 199.204.45.23 () {44 vars in 1093 bytes} [Mon Jun 22 19:56:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=caa54096526a4a7087d214b32b58c6dc => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/417] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:56:55 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/418] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:56:55 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/419] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:56:55 2026] GET /v2.0/security-group-rules/4e9fdb71-007b-46d6-a29e-44fca6bd6e94 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/420] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:56:56 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/421] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:56:56 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/422] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:56:57 2026] GET /v2.0/security-group-rules/8d1e9829-e9de-49b9-aabb-5977ecfa929d => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/423] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:56:57 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/424] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:56:57 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:56:58 2026] GET /v2.0/security-group-rules/66dae51f-f88d-478f-916b-f932d0078b5e => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/426] 199.204.45.23 () {44 vars in 1084 bytes} [Mon Jun 22 19:56:58 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95?project_id=caa54096526a4a7087d214b32b58c6dc => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/427] 199.204.45.23 () {44 vars in 997 bytes} [Mon Jun 22 19:56:59 2026] GET /v2.0/security-groups/3ad763a4-e881-463c-bd10-096161fc6e95 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/428] 199.204.45.23 () {44 vars in 1007 bytes} [Mon Jun 22 19:56:59 2026] GET /v2.0/security-group-rules/54cfcec6-577f-4195-b0c3-757abb0cb7a3 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/431] 199.204.45.23 () {44 vars in 971 bytes} [Mon Jun 22 19:57:06 2026] GET /v2.0/quotas/caa54096526a4a7087d214b32b58c6dc => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)