+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri Jul 31 22:07:22 2026] *** compiled with version: 13.3.0 on 03 July 2026 22:28:27 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-854c5f5b5-n5mxq 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, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7ffac0cdb668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-31 22:07:26.177 7 INFO neutron.common.config [-] Logging enabled! 2026-07-31 22:07:26.177 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-07-31 22:07:26.181 8 INFO neutron.common.config [-] Logging enabled! 2026-07-31 22:07:26.182 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-07-31 22:07:27.370 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-31 22:07:27.394 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-31 22:07:28.772 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 22:07:28.775 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-31 22:07:28.778 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-31 22:07:28.779 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 22:07:28.779 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-31 22:07:28.779 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-07-31 22:07:28.780 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-31 22:07:28.780 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 22:07:28.788 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 22:07:28.788 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 22:07:28.788 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 22:07:28.812 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-31 22:07:28.813 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 22:07:28.813 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-31 22:07:28.832 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 22:07:28.835 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-31 22:07:28.839 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-31 22:07:28.840 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 22:07:28.840 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-31 22:07:28.840 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-07-31 22:07:28.841 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-31 22:07:28.841 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 22:07:28.844 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-31 22:07:28.845 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-31 22:07:28.845 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-31 22:07:28.845 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-31 22:07:28.849 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 22:07:28.849 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 22:07:28.849 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 22:07:28.871 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-31 22:07:28.872 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 22:07:28.872 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-31 22:07:28.902 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-31 22:07:28.902 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-31 22:07:28.902 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-31 22:07:28.902 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-31 22:07:29.346 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing driver for type 'vlan' 2026-07-31 22:07:29.409 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing driver for type 'vlan' 2026-07-31 22:07:29.504 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] VlanTypeDriver initialization complete 2026-07-31 22:07:29.504 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing driver for type 'vxlan' 2026-07-31 22:07:29.505 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-31 22:07:29.515 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-31 22:07:29.515 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-31 22:07:29.515 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing extension driver 'port_security' 2026-07-31 22:07:29.515 7 INFO neutron.plugins.ml2.extensions.port_security [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-31 22:07:29.515 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing extension driver 'qos' 2026-07-31 22:07:29.516 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-31 22:07:29.516 7 INFO neutron.plugins.ml2.managers [None req-84886eec-d047-42c6-99c7-ea6ac4fa811d - - - - - -] Initializing mechanism driver 'l2population' 2026-07-31 22:07:29.531 7 INFO neutron.quota [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded quota_driver: . 2026-07-31 22:07:29.532 7 INFO neutron.plugins.ml2.plugin [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Modular L2 Plugin initialization complete 2026-07-31 22:07:29.532 7 INFO neutron.plugins.ml2.managers [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-31 22:07:29.532 7 INFO neutron.plugins.ml2.managers [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-31 22:07:29.532 7 INFO neutron.plugins.ml2.managers [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Got port-security extension from driver 'port_security' 2026-07-31 22:07:29.532 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: qos 2026-07-31 22:07:29.545 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: router 2026-07-31 22:07:29.567 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] VlanTypeDriver initialization complete 2026-07-31 22:07:29.567 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing driver for type 'vxlan' 2026-07-31 22:07:29.567 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing extension driver 'port_security' 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing extension driver 'qos' 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-31 22:07:29.580 8 INFO neutron.plugins.ml2.managers [None req-2e6093ff-7c7c-4e39-8472-4d4408714a62 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-31 22:07:29.590 7 INFO neutron.services.service_base [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-31 22:07:29.590 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: segments 2026-07-31 22:07:29.596 8 INFO neutron.quota [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded quota_driver: . 2026-07-31 22:07:29.596 8 INFO neutron.plugins.ml2.plugin [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Modular L2 Plugin initialization complete 2026-07-31 22:07:29.596 8 INFO neutron.plugins.ml2.managers [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-31 22:07:29.596 8 INFO neutron.plugins.ml2.managers [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-31 22:07:29.596 8 INFO neutron.plugins.ml2.managers [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-31 22:07:29.597 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: qos 2026-07-31 22:07:29.609 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: router 2026-07-31 22:07:29.654 8 INFO neutron.services.service_base [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-31 22:07:29.655 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: segments 2026-07-31 22:07:29.705 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: trunk 2026-07-31 22:07:29.724 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: vpnaas 2026-07-31 22:07:29.757 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: trunk 2026-07-31 22:07:29.763 7 WARNING stevedore.named [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 22:07:29.771 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: vpnaas 2026-07-31 22:07:29.810 8 WARNING stevedore.named [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 22:07:29.823 7 INFO neutron_vpnaas.services.vpn.plugin [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-31 22:07:29.823 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: taas 2026-07-31 22:07:29.848 7 WARNING stevedore.named [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 22:07:29.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-31 22:07:29.867 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: tapmirror 2026-07-31 22:07:29.873 8 INFO neutron_vpnaas.services.vpn.plugin [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-31 22:07:29.873 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: taas 2026-07-31 22:07:29.879 7 WARNING stevedore.named [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 22:07:29.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-31 22:07:29.893 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: auto_allocate 2026-07-31 22:07:29.898 8 WARNING stevedore.named [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 22:07:29.900 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: tag 2026-07-31 22:07:29.910 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: timestamp 2026-07-31 22:07:29.913 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: network_ip_availability 2026-07-31 22:07:29.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-31 22:07:29.917 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: tapmirror 2026-07-31 22:07:29.918 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: flavors 2026-07-31 22:07:29.921 7 INFO neutron.manager [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loading Plugin: revisions 2026-07-31 22:07:29.924 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Initializing extension manager. 2026-07-31 22:07:29.925 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: aap-reject-multicast 2026-07-31 22:07:29.926 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: address-group 2026-07-31 22:07:29.927 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: address-scope 2026-07-31 22:07:29.927 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-31 22:07:29.928 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: agent 2026-07-31 22:07:29.929 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: agent-resources-synced 2026-07-31 22:07:29.929 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: agent_sort_key 2026-07-31 22:07:29.929 8 WARNING stevedore.named [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 22:07:29.930 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: allowed-address-pairs 2026-07-31 22:07:29.931 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: auto-allocated-topology 2026-07-31 22:07:29.932 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: availability_zone 2026-07-31 22:07:29.933 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: availability_zone_filter 2026-07-31 22:07:29.933 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-31 22:07:29.934 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: default-subnetpools 2026-07-31 22:07:29.935 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-31 22:07:29.936 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: dns-integration 2026-07-31 22:07:29.936 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: dns-domain-ports 2026-07-31 22:07:29.937 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-31 22:07:29.937 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: dvr 2026-07-31 22:07:29.938 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-31 22:07:29.938 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: empty-string-filtering 2026-07-31 22:07:29.939 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-31 22:07:29.939 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 22:07:29.940 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-31 22:07:29.940 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: external-net 2026-07-31 22:07:29.941 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-31 22:07:29.941 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: extraroute 2026-07-31 22:07:29.942 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: extraroute-atomic 2026-07-31 22:07:29.943 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: filter-validation 2026-07-31 22:07:29.943 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-31 22:07:29.944 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-31 22:07:29.944 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-31 22:07:29.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-31 22:07:29.945 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: auto_allocate 2026-07-31 22:07:29.945 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: fip-port-details 2026-07-31 22:07:29.945 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: flavors 2026-07-31 22:07:29.947 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-31 22:07:29.948 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: floatingip-pools 2026-07-31 22:07:29.949 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: ip_allocation 2026-07-31 22:07:29.950 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: ip-substring-filtering 2026-07-31 22:07:29.950 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: l2_adjacency 2026-07-31 22:07:29.952 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: router 2026-07-31 22:07:29.952 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-31 22:07:29.954 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: tag 2026-07-31 22:07:29.954 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 22:07:29.955 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-31 22:07:29.956 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-31 22:07:29.956 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: ext-gw-mode 2026-07-31 22:07:29.957 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: l3-ha 2026-07-31 22:07:29.957 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-31 22:07:29.958 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-31 22:07:29.958 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: l3-flavors 2026-07-31 22:07:29.959 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-31 22:07:29.960 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-31 22:07:29.962 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-31 22:07:29.963 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-31 22:07:29.964 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-31 22:07:29.965 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-31 22:07:29.966 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: timestamp 2026-07-31 22:07:29.966 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-31 22:07:29.967 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: multi-provider 2026-07-31 22:07:29.968 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: net-mtu 2026-07-31 22:07:29.968 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: net-mtu-writable 2026-07-31 22:07:29.969 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: network_availability_zone 2026-07-31 22:07:29.969 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: network_ha 2026-07-31 22:07:29.969 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: network_ip_availability 2026-07-31 22:07:29.970 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: network-ip-availability 2026-07-31 22:07:29.970 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: network-ip-availability-details 2026-07-31 22:07:29.971 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-31 22:07:29.972 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: pagination 2026-07-31 22:07:29.972 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-device-profile 2026-07-31 22:07:29.973 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-31 22:07:29.973 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-31 22:07:29.974 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-31 22:07:29.974 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-mac-override 2026-07-31 22:07:29.975 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-31 22:07:29.975 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-31 22:07:29.976 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: flavors 2026-07-31 22:07:29.976 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-31 22:07:29.976 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-resource-request 2026-07-31 22:07:29.977 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-resource-request-groups 2026-07-31 22:07:29.977 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-31 22:07:29.978 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: binding 2026-07-31 22:07:29.978 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: binding-extended 2026-07-31 22:07:29.979 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-security 2026-07-31 22:07:29.979 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: project-id 2026-07-31 22:07:29.980 8 INFO neutron.manager [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loading Plugin: revisions 2026-07-31 22:07:29.980 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: provider 2026-07-31 22:07:29.980 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-31 22:07:29.981 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-31 22:07:29.983 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos 2026-07-31 22:07:29.984 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-31 22:07:29.984 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Initializing extension manager. 2026-07-31 22:07:29.984 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-31 22:07:29.985 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: aap-reject-multicast 2026-07-31 22:07:29.985 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-default 2026-07-31 22:07:29.985 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-fip 2026-07-31 22:07:29.986 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-31 22:07:29.986 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: address-group 2026-07-31 22:07:29.986 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-gateway-ip 2026-07-31 22:07:29.987 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-port-network-policy 2026-07-31 22:07:29.987 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: address-scope 2026-07-31 22:07:29.987 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-31 22:07:29.987 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-pps-minimum 2026-07-31 22:07:29.988 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-31 22:07:29.988 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: agent 2026-07-31 22:07:29.989 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: agent-resources-synced 2026-07-31 22:07:29.989 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-pps 2026-07-31 22:07:29.989 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-rule-type-details 2026-07-31 22:07:29.989 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: agent_sort_key 2026-07-31 22:07:29.990 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-31 22:07:29.990 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: qos-rules-alias 2026-07-31 22:07:29.990 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-31 22:07:29.991 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: quota-check-limit 2026-07-31 22:07:29.991 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-31 22:07:29.991 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: quota-check-limit-default 2026-07-31 22:07:29.992 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: availability_zone 2026-07-31 22:07:29.993 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: availability_zone_filter 2026-07-31 22:07:29.993 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-31 22:07:29.993 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: quotas 2026-07-31 22:07:29.994 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: default-subnetpools 2026-07-31 22:07:29.995 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: quota_details 2026-07-31 22:07:29.996 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-31 22:07:29.996 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: rbac-policies 2026-07-31 22:07:29.997 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: dns-integration 2026-07-31 22:07:29.997 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: rbac-address-group 2026-07-31 22:07:29.997 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: dns-domain-ports 2026-07-31 22:07:29.998 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: rbac-address-scope 2026-07-31 22:07:29.998 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-31 22:07:29.998 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: rbac-security-groups 2026-07-31 22:07:29.998 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: dvr 2026-07-31 22:07:29.999 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: rbac-subnetpool 2026-07-31 22:07:29.999 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: revision-if-match 2026-07-31 22:07:30.000 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: standard-attr-revisions 2026-07-31 22:07:30.000 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-31 22:07:30.000 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: empty-string-filtering 2026-07-31 22:07:30.000 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: router_availability_zone 2026-07-31 22:07:30.001 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-31 22:07:30.001 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-31 22:07:30.001 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-31 22:07:30.001 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 22:07:30.002 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-31 22:07:30.003 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: external-net 2026-07-31 22:07:30.003 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-groups-default-rules 2026-07-31 22:07:30.003 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-31 22:07:30.004 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-31 22:07:30.004 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: extraroute 2026-07-31 22:07:30.004 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-31 22:07:30.004 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: extraroute-atomic 2026-07-31 22:07:30.005 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-31 22:07:30.005 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-31 22:07:30.005 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: filter-validation 2026-07-31 22:07:30.006 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-31 22:07:30.006 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-31 22:07:30.006 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-31 22:07:30.006 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-31 22:07:30.007 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-31 22:07:30.007 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: fip-port-details 2026-07-31 22:07:30.008 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: flavors 2026-07-31 22:07:30.010 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-31 22:07:30.011 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: security-group 2026-07-31 22:07:30.011 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: floatingip-pools 2026-07-31 22:07:30.011 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: ip_allocation 2026-07-31 22:07:30.012 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: segment 2026-07-31 22:07:30.012 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-31 22:07:30.012 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-31 22:07:30.012 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: l2_adjacency 2026-07-31 22:07:30.013 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: service-type 2026-07-31 22:07:30.014 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: sorting 2026-07-31 22:07:30.014 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: router 2026-07-31 22:07:30.015 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: standard-attr-segment 2026-07-31 22:07:30.015 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-31 22:07:30.015 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: standard-attr-description 2026-07-31 22:07:30.016 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: stateful-security-group 2026-07-31 22:07:30.016 7 WARNING neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-31 22:07:30.016 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 22:07:30.017 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-31 22:07:30.017 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-31 22:07:30.017 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: subnet-external-network 2026-07-31 22:07:30.018 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-31 22:07:30.018 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: subnet_onboard 2026-07-31 22:07:30.018 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-31 22:07:30.018 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: ext-gw-mode 2026-07-31 22:07:30.019 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: subnet-service-types 2026-07-31 22:07:30.019 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: l3-ha 2026-07-31 22:07:30.019 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: subnet_allocation 2026-07-31 22:07:30.019 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-31 22:07:30.020 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-31 22:07:30.020 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-31 22:07:30.020 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: l3-flavors 2026-07-31 22:07:30.021 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: tag-creation 2026-07-31 22:07:30.021 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-31 22:07:30.021 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-31 22:07:30.022 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-31 22:07:30.025 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-31 22:07:30.026 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-31 22:07:30.026 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: standard-attr-tag 2026-07-31 22:07:30.027 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-31 22:07:30.027 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-31 22:07:30.027 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: trunk 2026-07-31 22:07:30.028 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: trunk-details 2026-07-31 22:07:30.028 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-31 22:07:30.028 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-31 22:07:30.029 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-31 22:07:30.029 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-31 22:07:30.029 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: multi-provider 2026-07-31 22:07:30.029 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-31 22:07:30.030 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: net-mtu 2026-07-31 22:07:30.030 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-31 22:07:30.030 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: net-mtu-writable 2026-07-31 22:07:30.031 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: network_availability_zone 2026-07-31 22:07:30.031 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: network_ha 2026-07-31 22:07:30.032 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-31 22:07:30.033 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: network-ip-availability 2026-07-31 22:07:30.033 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-31 22:07:30.034 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: network-ip-availability-details 2026-07-31 22:07:30.034 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: vpn-flavors 2026-07-31 22:07:30.035 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-31 22:07:30.035 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: pagination 2026-07-31 22:07:30.035 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: vpnaas 2026-07-31 22:07:30.036 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-device-profile 2026-07-31 22:07:30.036 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-31 22:07:30.036 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: taas 2026-07-31 22:07:30.037 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-31 22:07:30.037 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-31 22:07:30.037 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: tap-mirror 2026-07-31 22:07:30.038 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-mac-override 2026-07-31 22:07:30.038 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-31 22:07:30.038 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-31 22:07:30.039 7 INFO neutron.api.extensions [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Loaded extension: taas-vlan-filter 2026-07-31 22:07:30.039 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-31 22:07:30.039 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-31 22:07:30.040 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-resource-request 2026-07-31 22:07:30.041 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-31 22:07:30.041 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-31 22:07:30.041 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-31 22:07:30.041 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-31 22:07:30.042 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.042 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: binding 2026-07-31 22:07:30.042 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-31 22:07:30.042 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: binding-extended 2026-07-31 22:07:30.043 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-security 2026-07-31 22:07:30.043 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: project-id 2026-07-31 22:07:30.044 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-31 22:07:30.044 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: provider 2026-07-31 22:07:30.044 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-31 22:07:30.045 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-31 22:07:30.045 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 22:07:30.046 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 22:07:30.047 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos 2026-07-31 22:07:30.048 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-31 22:07:30.049 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-31 22:07:30.049 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-default 2026-07-31 22:07:30.050 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 22:07:30.050 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-fip 2026-07-31 22:07:30.050 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-31 22:07:30.051 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 22:07:30.051 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-31 22:07:30.051 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 22:07:30.051 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-31 22:07:30.052 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.052 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.052 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-31 22:07:30.052 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.053 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.053 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-31 22:07:30.053 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 22:07:30.053 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.053 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-pps 2026-07-31 22:07:30.054 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.054 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-31 22:07:30.054 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 22:07:30.055 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-31 22:07:30.055 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 22:07:30.055 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 22:07:30.055 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: qos-rules-alias 2026-07-31 22:07:30.055 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.055 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ipsecpolicy is already registered 2026-07-31 22:07:30.056 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: quota-check-limit 2026-07-31 22:07:30.056 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.056 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ikepolicy is already registered 2026-07-31 22:07:30.056 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-31 22:07:30.058 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: quotas 2026-07-31 22:07:30.059 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-31 22:07:30.059 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] router_route is already registered 2026-07-31 22:07:30.059 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: quota_details 2026-07-31 22:07:30.061 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 22:07:30.061 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] router is already registered 2026-07-31 22:07:30.061 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 22:07:30.061 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] floatingip is already registered 2026-07-31 22:07:30.061 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: rbac-policies 2026-07-31 22:07:30.062 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: rbac-address-group 2026-07-31 22:07:30.063 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: rbac-address-scope 2026-07-31 22:07:30.063 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: rbac-security-groups 2026-07-31 22:07:30.064 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-31 22:07:30.064 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: revision-if-match 2026-07-31 22:07:30.065 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-31 22:07:30.065 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 22:07:30.065 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] rbac_policy is already registered 2026-07-31 22:07:30.066 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: router_availability_zone 2026-07-31 22:07:30.066 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 22:07:30.066 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-31 22:07:30.066 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] security_group is already registered 2026-07-31 22:07:30.067 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 22:07:30.067 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-31 22:07:30.067 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] security_group_rule is already registered 2026-07-31 22:07:30.068 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.068 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.068 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.068 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.069 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-31 22:07:30.069 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 22:07:30.069 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] trunk is already registered 2026-07-31 22:07:30.069 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-31 22:07:30.069 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.070 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ikepolicy is already registered 2026-07-31 22:07:30.070 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-31 22:07:30.070 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.070 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ipsecpolicy is already registered 2026-07-31 22:07:30.070 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-31 22:07:30.070 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 22:07:30.071 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] endpoint_group is already registered 2026-07-31 22:07:30.071 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-31 22:07:30.071 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 22:07:30.071 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] vpnservice is already registered 2026-07-31 22:07:30.071 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 22:07:30.071 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-31 22:07:30.072 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ipsec_site_connection is already registered 2026-07-31 22:07:30.072 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.072 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-31 22:07:30.072 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ipsecpolicy is already registered 2026-07-31 22:07:30.072 7 INFO neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.072 7 WARNING neutron.quota.resource_registry [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] ikepolicy is already registered 2026-07-31 22:07:30.077 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: security-group 2026-07-31 22:07:30.078 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: segment 2026-07-31 22:07:30.078 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-31 22:07:30.079 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: service-type 2026-07-31 22:07:30.079 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: sorting 2026-07-31 22:07:30.080 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: standard-attr-segment 2026-07-31 22:07:30.081 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: standard-attr-description 2026-07-31 22:07:30.081 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: stateful-security-group 2026-07-31 22:07:30.082 8 WARNING neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-31 22:07:30.082 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-31 22:07:30.083 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: subnet-external-network 2026-07-31 22:07:30.083 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: subnet_onboard 2026-07-31 22:07:30.084 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-31 22:07:30.085 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: subnet-service-types 2026-07-31 22:07:30.085 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: subnet_allocation 2026-07-31 22:07:30.086 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-31 22:07:30.087 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: tag-creation 2026-07-31 22:07:30.087 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-31 22:07:30.093 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: standard-attr-tag 2026-07-31 22:07:30.094 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-31 22:07:30.094 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: trunk 2026-07-31 22:07:30.095 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: trunk-details 2026-07-31 22:07:30.095 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-31 22:07:30.096 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-31 22:07:30.096 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-31 22:07:30.097 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-31 22:07:30.100 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-31 22:07:30.100 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-31 22:07:30.101 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: vpn-flavors 2026-07-31 22:07:30.103 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: vpnaas 2026-07-31 22:07:30.104 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: taas 2026-07-31 22:07:30.105 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: tap-mirror 2026-07-31 22:07:30.106 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-31 22:07:30.106 8 INFO neutron.api.extensions [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-31 22:07:30.109 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-31 22:07:30.109 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-31 22:07:30.109 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.109 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-31 22:07:30.111 7 WARNING keystonemiddleware._common.config [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-31 22:07:30.111 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-31 22:07:30.113 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 22:07:30.113 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 22:07:30.117 7 WARNING keystonemiddleware.auth_token [None req-896bb25d-dd11-47dd-843f-f94da1dbdf5c - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint 2026-07-31 22:07:30.117 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 22:07:30.118 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 22:07:30.119 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ffac0cdb668 pid: 7 (default app) 2026-07-31 22:07:30.119 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.120 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.120 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.120 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.121 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 22:07:30.121 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.122 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.122 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 22:07:30.122 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 22:07:30.123 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 22:07:30.123 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.123 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ipsecpolicy is already registered 2026-07-31 22:07:30.124 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.124 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ikepolicy is already registered 2026-07-31 22:07:30.127 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-07-31 22:07:30.128 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] router_route is already registered 2026-07-31 22:07:30.129 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 22:07:30.130 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] router is already registered 2026-07-31 22:07:30.130 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 22:07:30.130 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] floatingip is already registered 2026-07-31 22:07:30.134 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 22:07:30.134 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] rbac_policy is already registered 2026-07-31 22:07:30.135 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 22:07:30.135 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] security_group is already registered 2026-07-31 22:07:30.136 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 22:07:30.136 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] security_group_rule is already registered 2026-07-31 22:07:30.137 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.137 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.137 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 22:07:30.137 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] subnetpool is already registered 2026-07-31 22:07:30.138 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 22:07:30.138 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] trunk is already registered 2026-07-31 22:07:30.138 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.139 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ikepolicy is already registered 2026-07-31 22:07:30.139 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.139 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ipsecpolicy is already registered 2026-07-31 22:07:30.139 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 22:07:30.140 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] endpoint_group is already registered 2026-07-31 22:07:30.140 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 22:07:30.140 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] vpnservice is already registered 2026-07-31 22:07:30.140 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 22:07:30.141 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ipsec_site_connection is already registered 2026-07-31 22:07:30.141 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 22:07:30.141 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ipsecpolicy is already registered 2026-07-31 22:07:30.141 8 INFO neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 22:07:30.142 8 WARNING neutron.quota.resource_registry [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] ikepolicy is already registered 2026-07-31 22:07:30.180 8 WARNING keystonemiddleware._common.config [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-31 22:07:30.187 8 WARNING keystonemiddleware.auth_token [None req-121ee97c-5753-4f17-9254-aaa876fc4a58 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ffac0cdb668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 22:07:34.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a76c7cd5-4918-4f9e-92f6-9386dc82e15e 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:07:33 2026] GET /v2.0/networks/public => generated 108 bytes in 827 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:07:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:07:34.981 7 ERROR stevedore.extension [None req-fda6b625-fb27-483b-831a-05450b009877 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-31 22:07:34.983 7 ERROR stevedore.extension [None req-fda6b625-fb27-483b-831a-05450b009877 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-07-31 22:07:34.984 7 ERROR stevedore.extension [None req-fda6b625-fb27-483b-831a-05450b009877 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-31 22:07:35.290 7 WARNING neutron.services.revisions.revision_plugin [None req-fda6b625-fb27-483b-831a-05450b009877 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:07:35.312 7 INFO neutron.db.segments_db [None req-fda6b625-fb27-483b-831a-05450b009877 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment d11da129-0197-4605-871e-de4ee01484db of type flat for network 611c9db3-7fe6-4fce-ac12-5ca998622e27 2026-07-31 22:07:35.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fda6b625-fb27-483b-831a-05450b009877 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:07:34 2026] POST /v2.0/networks => generated 124 bytes in 613 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 22:07:41.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67fdfd97-1c46-4152-8a7e-ee66441dbf6f 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:07:41 2026] GET /v2.0/networks/public => generated 108 bytes in 378 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:07:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:07:41.902 8 ERROR stevedore.extension [None req-2c0df9ed-da19-43ff-a7b7-a3b10e25cfe1 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-31 22:07:41.905 8 ERROR stevedore.extension [None req-2c0df9ed-da19-43ff-a7b7-a3b10e25cfe1 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-07-31 22:07:41.906 8 ERROR stevedore.extension [None req-2c0df9ed-da19-43ff-a7b7-a3b10e25cfe1 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-07-31 22:07:42.069 8 WARNING neutron.services.revisions.revision_plugin [None req-2c0df9ed-da19-43ff-a7b7-a3b10e25cfe1 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:07:42.090 8 INFO neutron.db.segments_db [None req-2c0df9ed-da19-43ff-a7b7-a3b10e25cfe1 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment e3d80ea1-db2f-4261-9333-3987f1aea2ed of type flat for network 3604e0da-d509-4360-97b3-df372de9cfcf 2026-07-31 22:07:42.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c0df9ed-da19-43ff-a7b7-a3b10e25cfe1 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:07:41 2026] POST /v2.0/networks => generated 124 bytes in 505 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 22:07:48.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af85f36e-4b23-4a2c-845e-cbc1c337b753 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:07:48 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:07:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:07:48.126 8 WARNING neutron.services.revisions.revision_plugin [None req-aeea5df1-6152-4307-b21d-923ca1220bfe 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:07:48.138 8 INFO neutron.db.segments_db [None req-aeea5df1-6152-4307-b21d-923ca1220bfe 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment c0ffb5e9-3ba0-4d03-9f45-73e8f217524c of type flat for network 908b8742-daca-4842-9075-297cea1215fd 2026-07-31 22:07:48.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aeea5df1-6152-4307-b21d-923ca1220bfe 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:07:48 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 22:07:54.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2df6f2a4-6d70-4ce1-a8d1-80c303fca4c9 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:07:54 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:07:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:07:54.125 7 WARNING neutron.services.revisions.revision_plugin [None req-d72e74a7-d156-4b04-99a4-f3c4f4ea7028 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:07:54.154 7 INFO neutron.db.segments_db [None req-d72e74a7-d156-4b04-99a4-f3c4f4ea7028 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment fc8ed9ee-b5d4-4ee7-8c77-c41811661024 of type flat for network 0791343e-8720-4a27-b324-e6ccc11b7382 2026-07-31 22:07:54.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d72e74a7-d156-4b04-99a4-f3c4f4ea7028 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:07:54 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 22:08:00.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b1bfb22-68b4-44ff-b9db-b704e20ec389 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:08:00 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:08:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:08:00.117 7 WARNING neutron.services.revisions.revision_plugin [None req-e2f1ebd1-1f3e-4636-a364-e8f3ebd55127 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:08:00.136 7 INFO neutron.db.segments_db [None req-e2f1ebd1-1f3e-4636-a364-e8f3ebd55127 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment d6a3f930-495e-485e-8cd1-eeca627567da of type flat for network e676d893-7bd6-4d4c-8e5a-2bba34706216 2026-07-31 22:08:00.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2f1ebd1-1f3e-4636-a364-e8f3ebd55127 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:08:00 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 22:08:06.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f818623-591e-4b19-895d-d458c3c91098 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:08:05 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:08:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:08:06.111 8 WARNING neutron.services.revisions.revision_plugin [None req-665f1cdb-3cd8-4700-876a-3ac74f5144d6 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:08:06.127 8 INFO neutron.db.segments_db [None req-665f1cdb-3cd8-4700-876a-3ac74f5144d6 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment 6146363a-39e6-4d22-8462-3c23a782b0c8 of type flat for network 732d1c0b-5d29-4703-a42b-75bc3f149a19 2026-07-31 22:08:06.150 8 INFO neutron.pecan_wsgi.hooks.translation [None req-665f1cdb-3cd8-4700-876a-3ac74f5144d6 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:08:06 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 22:08:12.065 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2178754-1184-4d90-acf9-03e3df35a504 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:08:12 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:08:12 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-07-31 22:08:12.153 7 WARNING neutron.services.revisions.revision_plugin [None req-4cd6fe36-cf06-40ed-9960-3ab83f43f9c6 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Could not find related network for resource to bump revision. 2026-07-31 22:08:12.171 7 INFO neutron.db.segments_db [None req-4cd6fe36-cf06-40ed-9960-3ab83f43f9c6 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment df49c599-4a85-48ec-9bec-3e00e0792441 of type flat for network c78e469c-581e-444c-bdb6-30d411c50c2e [pid: 7|app: 0|req: 15/26] 199.204.45.229 () {48 vars in 966 bytes} [Fri Jul 31 22:08:12 2026] POST /v2.0/networks => generated 706 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 22:08:13.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9cf87ab-7595-4961-9dac-75276851b892 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.204.45.229 () {44 vars in 926 bytes} [Fri Jul 31 22:08:13 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/29] 199.204.45.229 () {44 vars in 948 bytes} [Fri Jul 31 22:08:13 2026] GET /v2.0/networks?name=public => generated 709 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 22:08:13.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ee39f3d-0b63-4135-a821-8b4f2d7744cd 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.204.45.229 () {44 vars in 1033 bytes} [Fri Jul 31 22:08:13 2026] GET /v2.0/subnets/public-subnet?network_id=c78e469c-581e-444c-bdb6-30d411c50c2e => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.204.45.229 () {44 vars in 1056 bytes} [Fri Jul 31 22:08:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=c78e469c-581e-444c-bdb6-30d411c50c2e => 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: 18/32] 199.204.45.229 () {48 vars in 964 bytes} [Fri Jul 31 22:08:13 2026] POST /v2.0/subnets => generated 664 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 22:13:20.202 7 INFO neutron.pecan_wsgi.hooks.translation [None req-260c2a32-2d7e-47bf-9f57-be9ed8115be3 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.204.45.229 () {44 vars in 936 bytes} [Fri Jul 31 22:13:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.229 () {44 vars in 958 bytes} [Fri Jul 31 22:13:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 22:13:20.291 7 INFO neutron.db.segments_db [None req-3830244c-c6d8-4aa6-aaac-e4f94c5f5a51 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] Added segment 7860a8f2-e7aa-42a5-a8af-aea1b9531ac2 of type vxlan for network c45097a2-5ae2-448e-844d-332224c35cd7 [pid: 7|app: 0|req: 40/75] 199.204.45.229 () {48 vars in 965 bytes} [Fri Jul 31 22:13:20 2026] POST /v2.0/networks => generated 707 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 22:13:21.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb272da6-e4b8-47cc-9537-780124f54421 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/76] 199.204.45.229 () {44 vars in 936 bytes} [Fri Jul 31 22:13:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.229 () {44 vars in 958 bytes} [Fri Jul 31 22:13:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 22:13:21.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ca590db-8e60-4b6c-9714-9c4d52103355 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/78] 199.204.45.229 () {44 vars in 1035 bytes} [Fri Jul 31 22:13:21 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c45097a2-5ae2-448e-844d-332224c35cd7 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.229 () {44 vars in 1058 bytes} [Fri Jul 31 22:13:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c45097a2-5ae2-448e-844d-332224c35cd7 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.229 () {48 vars in 964 bytes} [Fri Jul 31 22:13:21 2026] POST /v2.0/subnets => generated 651 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 22:13:22.808 7 INFO neutron.api.v2.resource [None req-b8821fd6-4d06-4c46-8727-ccdb393b8ad5 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 43/81] 199.204.45.229 () {44 vars in 970 bytes} [Fri Jul 31 22:13:22 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.229 () {44 vars in 992 bytes} [Fri Jul 31 22:13:22 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.229 () {48 vars in 979 bytes} [Fri Jul 31 22:13:22 2026] POST /v2.0/security-groups => generated 1616 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:24 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 1616 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:24 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:24 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => 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: 46/87] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:25 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:25 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:25 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:26 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:26 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:26 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:27 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:27 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 3462 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:27 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:28 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:28 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/102] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:28 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.229 () {44 vars in 986 bytes} [Fri Jul 31 22:13:29 2026] GET /v2.0/networks/c45097a2-5ae2-448e-844d-332224c35cd7 => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 22:13:29.879 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90cba469-cc77-4d2d-ad7a-0cdefe9bdef7 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/107] 199.204.45.229 () {44 vars in 1075 bytes} [Fri Jul 31 22:13:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c45097a2-5ae2-448e-844d-332224c35cd7 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.229 () {44 vars in 1098 bytes} [Fri Jul 31 22:13:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c45097a2-5ae2-448e-844d-332224c35cd7 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:29 2026] GET /v2.0/security-groups/31202156-bd7f-42e0-8078-7f059123aa82 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.229 () {48 vars in 960 bytes} [Fri Jul 31 22:13:29 2026] POST /v2.0/ports => generated 1100 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-31 22:13:38.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2df2c94-68e9-4a3a-9b25-d2329a848a1f 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/111] 199.204.45.229 () {44 vars in 979 bytes} [Fri Jul 31 22:13:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 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: 55/112] 199.204.45.229 () {44 vars in 1001 bytes} [Fri Jul 31 22:13:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.229 () {48 vars in 1031 bytes} [Fri Jul 31 22:13:38 2026] PUT /v2.0/ports/ac5090af-6468-4b55-9fde-7aea48fdd7f7 => generated 1249 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.229 () {44 vars in 919 bytes} [Fri Jul 31 22:13:40 2026] GET /v2.0/ports => generated 3730 bytes in 96 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-07-31 22:13:41.479 7 INFO neutron.api.v2.resource [None req-d99bd353-b93a-48ad-ba92-bdfe3787434a 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/115] 199.204.45.229 () {44 vars in 958 bytes} [Fri Jul 31 22:13:41 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.229 () {44 vars in 980 bytes} [Fri Jul 31 22:13:41 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.229 () {48 vars in 979 bytes} [Fri Jul 31 22:13:41 2026] POST /v2.0/security-groups => generated 1610 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:42 2026] GET /v2.0/security-groups/4e3253e1-b2e6-4177-bb4c-526e0ea435ad => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:42 2026] GET /v2.0/security-groups/4e3253e1-b2e6-4177-bb4c-526e0ea435ad => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:42 2026] GET /v2.0/security-groups/4e3253e1-b2e6-4177-bb4c-526e0ea435ad => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/121] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:42 2026] POST /v2.0/security-group-rules => generated 623 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/124] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:43 2026] GET /v2.0/security-groups/4e3253e1-b2e6-4177-bb4c-526e0ea435ad => generated 2246 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/125] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:43 2026] GET /v2.0/security-groups/4e3253e1-b2e6-4177-bb4c-526e0ea435ad => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/126] 199.204.45.229 () {44 vars in 1000 bytes} [Fri Jul 31 22:13:43 2026] GET /v2.0/security-groups/4e3253e1-b2e6-4177-bb4c-526e0ea435ad => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/127] 199.204.45.229 () {48 vars in 990 bytes} [Fri Jul 31 22:13:43 2026] POST /v2.0/security-group-rules => generated 627 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/136] 199.204.45.229 () {44 vars in 974 bytes} [Fri Jul 31 22:14:46 2026] GET /v2.0/quotas/da60602fe9be426b993a3d5e03fcf490 => generated 312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/137] 199.204.45.229 () {48 vars in 1026 bytes} [Fri Jul 31 22:14:46 2026] PUT /v2.0/quotas/da60602fe9be426b993a3d5e03fcf490 => generated 311 bytes in 33 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-07-31 22:17:07.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f68bd85-f27b-4293-b224-886d70c52a0a 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/156] 199.204.45.229 () {30 vars in 741 bytes} [Fri Jul 31 22:17:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 137 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: 77/157] 199.204.45.229 () {30 vars in 763 bytes} [Fri Jul 31 22:17:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 22:17:10.071 7 INFO neutron.pecan_wsgi.hooks.translation [None req-687215ff-a688-4c2b-b4d5-35a102443c97 6525befcea684ce2a072a7c6267ada84 da60602fe9be426b993a3d5e03fcf490 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/158] 199.204.45.229 () {30 vars in 741 bytes} [Fri Jul 31 22:17:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 214 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/159] 199.204.45.229 () {30 vars in 763 bytes} [Fri Jul 31 22:17:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)