+ 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 00:38:22 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-78dd865b76-7f2nw machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f4449540668 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 00:38:26.257 8 INFO neutron.common.config [-] Logging enabled! 2026-07-31 00:38:26.257 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-31 00:38:26.347 7 INFO neutron.common.config [-] Logging enabled! 2026-07-31 00:38:26.347 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-31 00:38:27.325 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-31 00:38:27.432 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-31 00:38:28.807 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:38:28.809 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-31 00:38:28.813 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-31 00:38:28.814 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:38:28.814 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-31 00:38:28.815 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-31 00:38:28.815 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:38:28.822 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:38:28.822 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:38:28.822 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:38:28.845 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-31 00:38:28.846 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:38:28.846 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-31 00:38:28.877 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-31 00:38:28.877 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-31 00:38:28.877 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-31 00:38:28.877 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-31 00:38:29.077 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:38:29.080 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-31 00:38:29.083 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-31 00:38:29.084 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:38:29.085 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-31 00:38:29.085 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-31 00:38:29.085 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:38:29.092 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:38:29.092 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:38:29.093 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:38:29.118 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-31 00:38:29.119 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:38:29.119 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-31 00:38:29.152 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-31 00:38:29.152 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-31 00:38:29.153 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-31 00:38:29.153 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-31 00:38:29.163 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing driver for type 'vlan' 2026-07-31 00:38:29.445 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing driver for type 'vlan' 2026-07-31 00:38:29.454 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] VlanTypeDriver initialization complete 2026-07-31 00:38:29.454 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing driver for type 'vxlan' 2026-07-31 00:38:29.455 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-31 00:38:29.468 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-31 00:38:29.468 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-31 00:38:29.468 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing extension driver 'port_security' 2026-07-31 00:38:29.468 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-31 00:38:29.468 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing extension driver 'qos' 2026-07-31 00:38:29.469 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-31 00:38:29.469 8 INFO neutron.plugins.ml2.managers [None req-c4b25912-01f6-4d47-8f51-58874bc47d09 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-31 00:38:29.482 8 INFO neutron.quota [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded quota_driver: . 2026-07-31 00:38:29.483 8 INFO neutron.plugins.ml2.plugin [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Modular L2 Plugin initialization complete 2026-07-31 00:38:29.483 8 INFO neutron.plugins.ml2.managers [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-31 00:38:29.483 8 INFO neutron.plugins.ml2.managers [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-31 00:38:29.483 8 INFO neutron.plugins.ml2.managers [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-31 00:38:29.483 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: qos 2026-07-31 00:38:29.496 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: router 2026-07-31 00:38:29.542 8 INFO neutron.services.service_base [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-31 00:38:29.542 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: segments 2026-07-31 00:38:29.642 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: trunk 2026-07-31 00:38:29.656 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: vpnaas 2026-07-31 00:38:29.697 8 WARNING stevedore.named [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:38:29.723 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] VlanTypeDriver initialization complete 2026-07-31 00:38:29.723 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing driver for type 'vxlan' 2026-07-31 00:38:29.724 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-31 00:38:29.735 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-31 00:38:29.736 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-31 00:38:29.736 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing extension driver 'port_security' 2026-07-31 00:38:29.736 7 INFO neutron.plugins.ml2.extensions.port_security [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-31 00:38:29.736 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing extension driver 'qos' 2026-07-31 00:38:29.736 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-31 00:38:29.736 7 INFO neutron.plugins.ml2.managers [None req-5705bc8d-52ca-4bbb-adc8-4fd94922a907 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-31 00:38:29.750 7 INFO neutron.quota [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded quota_driver: . 2026-07-31 00:38:29.751 7 INFO neutron.plugins.ml2.plugin [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Modular L2 Plugin initialization complete 2026-07-31 00:38:29.751 7 INFO neutron.plugins.ml2.managers [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-31 00:38:29.751 7 INFO neutron.plugins.ml2.managers [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-31 00:38:29.751 7 INFO neutron.plugins.ml2.managers [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Got port-security extension from driver 'port_security' 2026-07-31 00:38:29.752 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: qos 2026-07-31 00:38:29.764 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-31 00:38:29.764 8 INFO neutron.common.utils [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-31 00:38:29.764 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: taas 2026-07-31 00:38:29.764 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: router 2026-07-31 00:38:29.792 8 WARNING stevedore.named [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:38:29.792 8 WARNING stevedore.named [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:38:29.809 7 INFO neutron.services.service_base [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-31 00:38:29.810 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: segments 2026-07-31 00:38:29.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:38:29.814 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: tapmirror 2026-07-31 00:38:29.828 8 WARNING stevedore.named [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:38:29.829 8 WARNING stevedore.named [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:38:29.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:38:29.846 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: auto_allocate 2026-07-31 00:38:29.856 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: tag 2026-07-31 00:38:29.865 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: timestamp 2026-07-31 00:38:29.868 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: network_ip_availability 2026-07-31 00:38:29.872 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: flavors 2026-07-31 00:38:29.875 8 INFO neutron.manager [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loading Plugin: revisions 2026-07-31 00:38:29.879 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Initializing extension manager. 2026-07-31 00:38:29.880 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: address-group 2026-07-31 00:38:29.881 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: address-scope 2026-07-31 00:38:29.881 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-31 00:38:29.882 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: agent 2026-07-31 00:38:29.883 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: agent-resources-synced 2026-07-31 00:38:29.884 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-31 00:38:29.885 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-31 00:38:29.886 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: availability_zone 2026-07-31 00:38:29.886 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: availability_zone_filter 2026-07-31 00:38:29.887 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-31 00:38:29.887 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: default-subnetpools 2026-07-31 00:38:29.889 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-31 00:38:29.889 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: dns-integration 2026-07-31 00:38:29.890 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: dns-domain-ports 2026-07-31 00:38:29.890 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-31 00:38:29.891 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: dvr 2026-07-31 00:38:29.891 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-31 00:38:29.892 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: empty-string-filtering 2026-07-31 00:38:29.893 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:38:29.894 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-31 00:38:29.894 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: external-net 2026-07-31 00:38:29.895 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-31 00:38:29.896 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: extraroute 2026-07-31 00:38:29.896 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: extraroute-atomic 2026-07-31 00:38:29.897 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-31 00:38:29.897 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-31 00:38:29.898 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-31 00:38:29.898 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-31 00:38:29.899 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: fip-port-details 2026-07-31 00:38:29.899 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: flavors 2026-07-31 00:38:29.901 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-31 00:38:29.901 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: floatingip-pools 2026-07-31 00:38:29.902 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: ip_allocation 2026-07-31 00:38:29.902 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-31 00:38:29.903 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: l2_adjacency 2026-07-31 00:38:29.904 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: router 2026-07-31 00:38:29.906 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:38:29.906 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-31 00:38:29.907 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-31 00:38:29.907 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: ext-gw-mode 2026-07-31 00:38:29.908 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: l3-ha 2026-07-31 00:38:29.908 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:38:29.908 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: trunk 2026-07-31 00:38:29.909 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-31 00:38:29.909 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: l3-flavors 2026-07-31 00:38:29.910 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:38:29.911 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-31 00:38:29.913 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-31 00:38:29.914 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-31 00:38:29.915 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-31 00:38:29.916 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-31 00:38:29.917 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-31 00:38:29.918 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: multi-provider 2026-07-31 00:38:29.918 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: net-mtu 2026-07-31 00:38:29.919 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: net-mtu-writable 2026-07-31 00:38:29.919 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: network_availability_zone 2026-07-31 00:38:29.920 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: network_ha 2026-07-31 00:38:29.920 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: network-ip-availability 2026-07-31 00:38:29.922 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-31 00:38:29.922 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: pagination 2026-07-31 00:38:29.923 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-device-profile 2026-07-31 00:38:29.923 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: vpnaas 2026-07-31 00:38:29.923 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-31 00:38:29.924 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-31 00:38:29.924 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-31 00:38:29.925 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-mac-override 2026-07-31 00:38:29.926 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-31 00:38:29.926 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-31 00:38:29.927 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-31 00:38:29.927 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-resource-request 2026-07-31 00:38:29.928 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-31 00:38:29.928 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-31 00:38:29.929 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: binding 2026-07-31 00:38:29.929 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: binding-extended 2026-07-31 00:38:29.930 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-security 2026-07-31 00:38:29.930 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: project-id 2026-07-31 00:38:29.931 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: provider 2026-07-31 00:38:29.932 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-31 00:38:29.934 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos 2026-07-31 00:38:29.934 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-31 00:38:29.935 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-31 00:38:29.935 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-default 2026-07-31 00:38:29.936 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-fip 2026-07-31 00:38:29.936 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-31 00:38:29.937 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-31 00:38:29.937 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-31 00:38:29.938 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-31 00:38:29.938 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-31 00:38:29.939 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-pps 2026-07-31 00:38:29.940 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-31 00:38:29.940 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-31 00:38:29.941 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: qos-rules-alias 2026-07-31 00:38:29.941 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: quota-check-limit 2026-07-31 00:38:29.942 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-31 00:38:29.944 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: quotas 2026-07-31 00:38:29.945 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: quota_details 2026-07-31 00:38:29.946 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: rbac-policies 2026-07-31 00:38:29.947 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: rbac-address-group 2026-07-31 00:38:29.948 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: rbac-address-scope 2026-07-31 00:38:29.948 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: rbac-security-groups 2026-07-31 00:38:29.949 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-31 00:38:29.949 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: revision-if-match 2026-07-31 00:38:29.950 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-31 00:38:29.951 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: router_availability_zone 2026-07-31 00:38:29.951 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-31 00:38:29.953 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-31 00:38:29.953 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-31 00:38:29.954 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-31 00:38:29.954 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-31 00:38:29.955 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-31 00:38:29.955 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-31 00:38:29.960 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: security-group 2026-07-31 00:38:29.963 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: segment 2026-07-31 00:38:29.963 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-31 00:38:29.964 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: service-type 2026-07-31 00:38:29.964 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: sorting 2026-07-31 00:38:29.965 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: standard-attr-segment 2026-07-31 00:38:29.966 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: standard-attr-description 2026-07-31 00:38:29.966 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: stateful-security-group 2026-07-31 00:38:29.966 8 WARNING neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-31 00:38:29.967 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-31 00:38:29.967 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: subnet-external-network 2026-07-31 00:38:29.968 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: subnet_onboard 2026-07-31 00:38:29.969 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-31 00:38:29.969 7 WARNING stevedore.named [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:38:29.969 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: subnet-service-types 2026-07-31 00:38:29.970 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: subnet_allocation 2026-07-31 00:38:29.971 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-31 00:38:29.971 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: tag-creation 2026-07-31 00:38:29.972 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-31 00:38:29.976 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: standard-attr-tag 2026-07-31 00:38:29.976 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-31 00:38:29.977 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: trunk 2026-07-31 00:38:29.977 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: trunk-details 2026-07-31 00:38:29.978 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-31 00:38:29.978 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-31 00:38:29.979 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-31 00:38:29.980 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-31 00:38:29.982 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-31 00:38:29.982 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-31 00:38:29.983 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: vpn-flavors 2026-07-31 00:38:29.984 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: vpnaas 2026-07-31 00:38:29.986 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: taas 2026-07-31 00:38:29.987 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: tap-mirror 2026-07-31 00:38:29.987 8 INFO neutron.api.extensions [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-31 00:38:29.990 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-31 00:38:29.990 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-31 00:38:29.990 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:29.990 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-31 00:38:29.994 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:38:29.995 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:38:29.999 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:38:30.000 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:38:30.000 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:38:30.001 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.001 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.002 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.002 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.002 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:38:30.003 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.003 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.004 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:38:30.004 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:38:30.004 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:38:30.005 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.005 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ipsecpolicy is already registered 2026-07-31 00:38:30.005 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.006 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ikepolicy is already registered 2026-07-31 00:38:30.010 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:38:30.010 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] router is already registered 2026-07-31 00:38:30.011 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:38:30.011 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] floatingip is already registered 2026-07-31 00:38:30.015 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:38:30.015 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] rbac_policy is already registered 2026-07-31 00:38:30.015 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:38:30.016 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] security_group is already registered 2026-07-31 00:38:30.016 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:38:30.016 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] security_group_rule is already registered 2026-07-31 00:38:30.017 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.017 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.017 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.018 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.018 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:38:30.018 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] trunk is already registered 2026-07-31 00:38:30.019 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.019 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ikepolicy is already registered 2026-07-31 00:38:30.019 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.019 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ipsecpolicy is already registered 2026-07-31 00:38:30.020 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:38:30.020 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] endpoint_group is already registered 2026-07-31 00:38:30.020 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:38:30.020 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] vpnservice is already registered 2026-07-31 00:38:30.021 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:38:30.021 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ipsec_site_connection is already registered 2026-07-31 00:38:30.021 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.021 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ipsecpolicy is already registered 2026-07-31 00:38:30.022 8 INFO neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.022 8 WARNING neutron.quota.resource_registry [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] ikepolicy is already registered 2026-07-31 00:38:30.036 7 INFO neutron_vpnaas.services.vpn.plugin [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-31 00:38:30.036 7 INFO neutron.common.utils [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-31 00:38:30.037 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: taas 2026-07-31 00:38:30.059 7 WARNING stevedore.named [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:38:30.060 7 WARNING stevedore.named [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:38:30.060 8 WARNING keystonemiddleware._common.config [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-31 00:38:30.066 8 WARNING oslo_config.cfg [None req-5ba30e89-936c-4556-a438-676757ee06a6 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f4449540668 pid: 8 (default app) 2026-07-31 00:38:30.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:38:30.088 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: tapmirror 2026-07-31 00:38:30.104 7 WARNING stevedore.named [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:38:30.104 7 WARNING stevedore.named [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:38:30.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:38:30.129 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: auto_allocate 2026-07-31 00:38:30.138 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: tag 2026-07-31 00:38:30.149 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: timestamp 2026-07-31 00:38:30.152 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: network_ip_availability 2026-07-31 00:38:30.156 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: flavors 2026-07-31 00:38:30.160 7 INFO neutron.manager [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loading Plugin: revisions 2026-07-31 00:38:30.166 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Initializing extension manager. 2026-07-31 00:38:30.168 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: address-group 2026-07-31 00:38:30.169 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: address-scope 2026-07-31 00:38:30.170 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-31 00:38:30.172 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: agent 2026-07-31 00:38:30.173 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: agent-resources-synced 2026-07-31 00:38:30.175 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: allowed-address-pairs 2026-07-31 00:38:30.176 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: auto-allocated-topology 2026-07-31 00:38:30.176 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: availability_zone 2026-07-31 00:38:30.177 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: availability_zone_filter 2026-07-31 00:38:30.178 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-31 00:38:30.178 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: default-subnetpools 2026-07-31 00:38:30.180 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-31 00:38:30.181 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: dns-integration 2026-07-31 00:38:30.182 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: dns-domain-ports 2026-07-31 00:38:30.183 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-31 00:38:30.184 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: dvr 2026-07-31 00:38:30.185 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-31 00:38:30.185 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: empty-string-filtering 2026-07-31 00:38:30.186 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:38:30.186 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-31 00:38:30.187 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: external-net 2026-07-31 00:38:30.188 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-31 00:38:30.188 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: extraroute 2026-07-31 00:38:30.189 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: extraroute-atomic 2026-07-31 00:38:30.190 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-31 00:38:30.191 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-31 00:38:30.191 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-31 00:38:30.192 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-31 00:38:30.192 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: fip-port-details 2026-07-31 00:38:30.193 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: flavors 2026-07-31 00:38:30.194 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-31 00:38:30.195 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: floatingip-pools 2026-07-31 00:38:30.196 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: ip_allocation 2026-07-31 00:38:30.197 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: ip-substring-filtering 2026-07-31 00:38:30.197 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: l2_adjacency 2026-07-31 00:38:30.198 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: router 2026-07-31 00:38:30.200 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:38:30.201 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-31 00:38:30.201 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-31 00:38:30.202 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: ext-gw-mode 2026-07-31 00:38:30.202 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: l3-ha 2026-07-31 00:38:30.203 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:38:30.204 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-31 00:38:30.204 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: l3-flavors 2026-07-31 00:38:30.205 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:38:30.206 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-31 00:38:30.208 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-31 00:38:30.211 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-31 00:38:30.213 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-31 00:38:30.216 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-31 00:38:30.218 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-31 00:38:30.219 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: multi-provider 2026-07-31 00:38:30.220 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: net-mtu 2026-07-31 00:38:30.222 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: net-mtu-writable 2026-07-31 00:38:30.223 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: network_availability_zone 2026-07-31 00:38:30.223 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: network_ha 2026-07-31 00:38:30.224 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: network-ip-availability 2026-07-31 00:38:30.225 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-31 00:38:30.225 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: pagination 2026-07-31 00:38:30.226 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-device-profile 2026-07-31 00:38:30.226 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-31 00:38:30.227 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-31 00:38:30.227 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-31 00:38:30.228 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-mac-override 2026-07-31 00:38:30.229 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-31 00:38:30.229 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-31 00:38:30.230 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-31 00:38:30.230 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-resource-request 2026-07-31 00:38:30.231 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-resource-request-groups 2026-07-31 00:38:30.231 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-31 00:38:30.232 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: binding 2026-07-31 00:38:30.232 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: binding-extended 2026-07-31 00:38:30.233 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-security 2026-07-31 00:38:30.233 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: project-id 2026-07-31 00:38:30.234 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: provider 2026-07-31 00:38:30.235 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-31 00:38:30.237 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos 2026-07-31 00:38:30.238 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-31 00:38:30.238 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-31 00:38:30.239 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-default 2026-07-31 00:38:30.239 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-fip 2026-07-31 00:38:30.240 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-31 00:38:30.240 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-gateway-ip 2026-07-31 00:38:30.241 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-port-network-policy 2026-07-31 00:38:30.242 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-pps-minimum 2026-07-31 00:38:30.242 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-31 00:38:30.243 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-pps 2026-07-31 00:38:30.243 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-rule-type-details 2026-07-31 00:38:30.244 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-31 00:38:30.245 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: qos-rules-alias 2026-07-31 00:38:30.245 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: quota-check-limit 2026-07-31 00:38:30.246 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: quota-check-limit-default 2026-07-31 00:38:30.248 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: quotas 2026-07-31 00:38:30.250 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: quota_details 2026-07-31 00:38:30.251 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: rbac-policies 2026-07-31 00:38:30.252 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: rbac-address-group 2026-07-31 00:38:30.252 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: rbac-address-scope 2026-07-31 00:38:30.253 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: rbac-security-groups 2026-07-31 00:38:30.253 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: rbac-subnetpool 2026-07-31 00:38:30.254 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: revision-if-match 2026-07-31 00:38:30.255 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: standard-attr-revisions 2026-07-31 00:38:30.255 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: router_availability_zone 2026-07-31 00:38:30.256 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-31 00:38:30.258 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: security-groups-default-rules 2026-07-31 00:38:30.258 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-31 00:38:30.259 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-31 00:38:30.259 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-31 00:38:30.260 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-31 00:38:30.260 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-31 00:38:30.265 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: security-group 2026-07-31 00:38:30.266 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: segment 2026-07-31 00:38:30.266 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-31 00:38:30.267 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: service-type 2026-07-31 00:38:30.267 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: sorting 2026-07-31 00:38:30.268 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: standard-attr-segment 2026-07-31 00:38:30.269 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: standard-attr-description 2026-07-31 00:38:30.269 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: stateful-security-group 2026-07-31 00:38:30.271 7 WARNING neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-31 00:38:30.272 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-31 00:38:30.272 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: subnet-external-network 2026-07-31 00:38:30.273 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: subnet_onboard 2026-07-31 00:38:30.273 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-31 00:38:30.274 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: subnet-service-types 2026-07-31 00:38:30.275 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: subnet_allocation 2026-07-31 00:38:30.276 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-31 00:38:30.276 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: tag-creation 2026-07-31 00:38:30.277 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-31 00:38:30.281 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: standard-attr-tag 2026-07-31 00:38:30.281 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-31 00:38:30.282 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: trunk 2026-07-31 00:38:30.282 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: trunk-details 2026-07-31 00:38:30.283 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-31 00:38:30.283 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-31 00:38:30.284 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-31 00:38:30.285 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-31 00:38:30.287 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-31 00:38:30.288 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-31 00:38:30.288 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: vpn-flavors 2026-07-31 00:38:30.290 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: vpnaas 2026-07-31 00:38:30.291 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: taas 2026-07-31 00:38:30.292 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: tap-mirror 2026-07-31 00:38:30.293 7 INFO neutron.api.extensions [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Loaded extension: taas-vlan-filter 2026-07-31 00:38:30.295 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-31 00:38:30.296 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-31 00:38:30.296 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.296 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-31 00:38:30.299 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:38:30.300 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:38:30.304 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:38:30.305 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:38:30.306 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:38:30.306 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.307 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.307 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.307 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.308 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:38:30.308 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.308 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.309 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:38:30.309 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:38:30.310 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:38:30.310 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.310 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ipsecpolicy is already registered 2026-07-31 00:38:30.311 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.311 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ikepolicy is already registered 2026-07-31 00:38:30.316 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:38:30.316 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] router is already registered 2026-07-31 00:38:30.316 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:38:30.317 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] floatingip is already registered 2026-07-31 00:38:30.320 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:38:30.321 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] rbac_policy is already registered 2026-07-31 00:38:30.321 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:38:30.321 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] security_group is already registered 2026-07-31 00:38:30.322 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:38:30.322 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] security_group_rule is already registered 2026-07-31 00:38:30.323 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.323 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.323 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:38:30.324 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] subnetpool is already registered 2026-07-31 00:38:30.324 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:38:30.324 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] trunk is already registered 2026-07-31 00:38:30.325 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.325 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ikepolicy is already registered 2026-07-31 00:38:30.325 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.325 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ipsecpolicy is already registered 2026-07-31 00:38:30.326 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:38:30.326 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] endpoint_group is already registered 2026-07-31 00:38:30.326 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:38:30.326 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] vpnservice is already registered 2026-07-31 00:38:30.327 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:38:30.327 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ipsec_site_connection is already registered 2026-07-31 00:38:30.327 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:38:30.327 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ipsecpolicy is already registered 2026-07-31 00:38:30.328 7 INFO neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:38:30.328 7 WARNING neutron.quota.resource_registry [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] ikepolicy is already registered 2026-07-31 00:38:30.366 7 WARNING keystonemiddleware._common.config [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-31 00:38:30.372 7 WARNING oslo_config.cfg [None req-483944fa-4165-411d-a0e1-c00f71914e2e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f4449540668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 00:38:34.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd8b415d-e85c-4d4d-8f06-eb215de81348 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:38:33 2026] GET /v2.0/networks/public => generated 108 bytes in 883 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: 4/5] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:38:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:38:35.681 7 WARNING neutron.services.revisions.revision_plugin [None req-d478c282-158e-4e3e-808b-431534609c03 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:38:35.701 7 INFO neutron.db.segments_db [None req-d478c282-158e-4e3e-808b-431534609c03 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment d4a0bfc1-c179-4756-a1e1-1ec2310220dd of type flat for network 08efbe65-dae7-4f9b-9659-33956be4169f 2026-07-31 00:38:35.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d478c282-158e-4e3e-808b-431534609c03 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.169 () {48 vars in 967 bytes} [Fri Jul 31 00:38:35 2026] POST /v2.0/networks => generated 124 bytes in 580 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:38:41.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de9f21fe-ddc0-4e28-8155-0b70c3b1bdff a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:38:41 2026] GET /v2.0/networks/public => generated 108 bytes in 349 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:38:41 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 00:38:42.282 8 WARNING neutron.services.revisions.revision_plugin [None req-f64492b3-1181-45aa-abd3-9f498360d926 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:38:42.306 8 INFO neutron.db.segments_db [None req-f64492b3-1181-45aa-abd3-9f498360d926 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment af20b595-9ad4-4800-9b37-ee5b51f5fdd7 of type flat for network 8046f6ae-48a1-43c8-9379-e9d43982e8d3 2026-07-31 00:38:42.353 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f64492b3-1181-45aa-abd3-9f498360d926 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.169 () {48 vars in 967 bytes} [Fri Jul 31 00:38:42 2026] POST /v2.0/networks => generated 124 bytes in 392 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:38:48.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50153a99-b88c-4bee-95d8-c4735cd590d4 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:38: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: 5/12] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:38:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:38:48.347 8 WARNING neutron.services.revisions.revision_plugin [None req-cc360353-a835-43bb-8352-79ba1ef5fd43 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:38:48.357 8 INFO neutron.db.segments_db [None req-cc360353-a835-43bb-8352-79ba1ef5fd43 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment 461ece23-d0be-4abc-8d69-ece016eb0177 of type flat for network a8e2b2c7-6a9e-468d-a8f5-f196a5259dfc 2026-07-31 00:38:48.374 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc360353-a835-43bb-8352-79ba1ef5fd43 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.169 () {48 vars in 967 bytes} [Fri Jul 31 00:38:48 2026] POST /v2.0/networks => generated 124 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:38:54.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ddec67f-cfa4-4546-a00a-b3136c6cbe53 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:38:54 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:38: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 00:38:54.342 7 WARNING neutron.services.revisions.revision_plugin [None req-442da861-cff4-461a-b3cb-0096551cd832 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:38:54.363 7 INFO neutron.db.segments_db [None req-442da861-cff4-461a-b3cb-0096551cd832 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment cdd536e2-a222-49be-82aa-dd60618fd7b9 of type flat for network c55305f8-e02e-4a77-a0c2-e87b2edd3e04 2026-07-31 00:38:54.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-442da861-cff4-461a-b3cb-0096551cd832 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.169 () {48 vars in 967 bytes} [Fri Jul 31 00:38:54 2026] POST /v2.0/networks => generated 124 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:39:00.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dce1276e-dfb3-41dc-b5e8-057ab3df7f00 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:39:00 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:39: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 00:39:00.400 8 WARNING neutron.services.revisions.revision_plugin [None req-e72baa40-3696-46ee-8626-1326b989fa07 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:39:00.422 8 INFO neutron.db.segments_db [None req-e72baa40-3696-46ee-8626-1326b989fa07 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment fb1f01dd-2c72-47f4-83a0-2bf014788750 of type flat for network aba0db52-70ea-43d6-9a56-b3339f024e51 2026-07-31 00:39:00.450 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e72baa40-3696-46ee-8626-1326b989fa07 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.169 () {48 vars in 967 bytes} [Fri Jul 31 00:39:00 2026] POST /v2.0/networks => generated 124 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:39:06.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03acf121-521f-47ba-9925-3d1fc2f34012 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:39:06 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: 7|app: 0|req: 10/22] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:39:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:39:06.470 8 WARNING neutron.services.revisions.revision_plugin [None req-3d50bde1-e5e7-42fd-b066-11926f64439b a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:39:06.482 8 INFO neutron.db.segments_db [None req-3d50bde1-e5e7-42fd-b066-11926f64439b a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment ed9edda3-8951-4576-94ab-181bd4c030ee of type flat for network 7c6edec7-b6d2-4172-9ac8-08a97e65113a [pid: 8|app: 0|req: 13/23] 199.204.45.169 () {48 vars in 967 bytes} [Fri Jul 31 00:39:06 2026] POST /v2.0/networks => generated 706 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:39:07.867 7 INFO neutron.pecan_wsgi.hooks.translation [None req-670e4333-db3e-4b3e-b624-ad21d9a2aa93 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 00:39:07 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 00:39:07 2026] GET /v2.0/networks?name=public => generated 709 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 00:39:07.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b044376-ced3-4bce-9744-460d3a683968 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.169 () {44 vars in 1034 bytes} [Fri Jul 31 00:39:07 2026] GET /v2.0/subnets/public-subnet?network_id=7c6edec7-b6d2-4172-9ac8-08a97e65113a => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.169 () {44 vars in 1057 bytes} [Fri Jul 31 00:39:07 2026] GET /v2.0/subnets?name=public-subnet&network_id=7c6edec7-b6d2-4172-9ac8-08a97e65113a => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.169 () {48 vars in 965 bytes} [Fri Jul 31 00:39:07 2026] POST /v2.0/subnets => generated 664 bytes in 5831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:44:20.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0479e69d-4b38-43da-85bf-92553cae72d2 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/70] 199.204.45.169 () {44 vars in 937 bytes} [Fri Jul 31 00:44:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.169 () {44 vars in 959 bytes} [Fri Jul 31 00:44:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:44:21.040 8 INFO neutron.db.segments_db [None req-c5b1ba45-7d38-4908-bd22-482a08675498 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Added segment 0aa9c31f-4cd0-4beb-aa4b-b642f2918f2d of type vxlan for network f5b24f66-64bd-47e7-87e3-7cb6f4015975 [pid: 8|app: 0|req: 38/72] 199.204.45.169 () {48 vars in 966 bytes} [Fri Jul 31 00:44:20 2026] POST /v2.0/networks => generated 688 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:44:22.122 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4f39e52-7943-4b11-9da7-38e32accdd11 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 199.204.45.169 () {44 vars in 937 bytes} [Fri Jul 31 00:44:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.169 () {44 vars in 959 bytes} [Fri Jul 31 00:44:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 00:44:22.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdad51c9-49ae-4491-a577-6edb5672ac09 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/75] 199.204.45.169 () {44 vars in 1036 bytes} [Fri Jul 31 00:44:22 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.169 () {44 vars in 1059 bytes} [Fri Jul 31 00:44:22 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.169 () {48 vars in 965 bytes} [Fri Jul 31 00:44:22 2026] POST /v2.0/subnets => generated 651 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:44:23.694 8 INFO neutron.api.v2.resource [None req-628ea791-1a0c-48b1-b232-931272cfa90b a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/78] 199.204.45.169 () {44 vars in 971 bytes} [Fri Jul 31 00:44:23 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.169 () {44 vars in 993 bytes} [Fri Jul 31 00:44:23 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.169 () {48 vars in 980 bytes} [Fri Jul 31 00:44:23 2026] POST /v2.0/security-groups => generated 1616 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:25 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 1616 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:25 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:25 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:26 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:26 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:26 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:27 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:27 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:27 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:28 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:28 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:28 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:29 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:29 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:29 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.169 () {44 vars in 987 bytes} [Fri Jul 31 00:44:31 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 732 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 00:44:31.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c08eeda-bcab-42d3-a336-491d35df9a31 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.169 () {44 vars in 1076 bytes} [Fri Jul 31 00:44:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.169 () {44 vars in 1099 bytes} [Fri Jul 31 00:44:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:31 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.169 () {48 vars in 961 bytes} [Fri Jul 31 00:44:31 2026] POST /v2.0/ports => generated 1100 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-31 00:44:38.586 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b199c5d0-c661-4e97-aa29-2a1e251b4e7b a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.204.45.169 () {44 vars in 979 bytes} [Fri Jul 31 00:44:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/109] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.169 () {48 vars in 1031 bytes} [Fri Jul 31 00:44:38 2026] PUT /v2.0/ports/d35485ea-f429-4f2f-9681-39bb04b45c9f => generated 1249 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.169 () {44 vars in 920 bytes} [Fri Jul 31 00:44:40 2026] GET /v2.0/ports => generated 3730 bytes in 285 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 00:44:42.236 8 INFO neutron.api.v2.resource [None req-97ce81cf-6de1-4814-b6db-336467e4f4a0 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/112] 199.204.45.169 () {44 vars in 959 bytes} [Fri Jul 31 00:44:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.169 () {44 vars in 981 bytes} [Fri Jul 31 00:44:42 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: 8|app: 0|req: 59/114] 199.204.45.169 () {48 vars in 980 bytes} [Fri Jul 31 00:44:42 2026] POST /v2.0/security-groups => generated 1610 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:43 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:43 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:43 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:43 2026] POST /v2.0/security-group-rules => generated 623 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:44 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:44 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 00:44:44 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/122] 199.204.45.169 () {48 vars in 991 bytes} [Fri Jul 31 00:44:44 2026] POST /v2.0/security-group-rules => generated 627 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/133] 199.204.45.169 () {44 vars in 975 bytes} [Fri Jul 31 00:45:53 2026] GET /v2.0/quotas/abfc9b2f12ea4f81a6a8a6e72993a076 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/134] 199.204.45.169 () {48 vars in 1027 bytes} [Fri Jul 31 00:45:54 2026] PUT /v2.0/quotas/abfc9b2f12ea4f81a6a8a6e72993a076 => generated 291 bytes in 87 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 00:51:26.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e43b6495-e551-4cc8-b477-6b6076d2c935 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 88/179] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 00:51:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 251 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: 92/180] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 00:51:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 00:51:28.867 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5ce9e3c-d552-456d-a1e2-3b5ddbc83c40 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 89/181] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 00:51:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/182] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 00:51:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:08:20.519 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17cc6f12-c01d-40cc-a988-4dc5e51cf404 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 162/319] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 01:08:20 2026] GET /v2.0/networks/public => generated 108 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/320] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 01:08:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:21.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5179e9bc-6292-4bba-bbad-09c01480b36d a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 163/321] 199.204.45.169 () {44 vars in 927 bytes} [Fri Jul 31 01:08:21 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/322] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 01:08:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:21.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed2dfbc8-c83f-4baa-8799-7993914fe305 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 164/323] 199.204.45.169 () {44 vars in 1034 bytes} [Fri Jul 31 01:08:21 2026] GET /v2.0/subnets/public-subnet?network_id=7c6edec7-b6d2-4172-9ac8-08a97e65113a => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/324] 199.204.45.169 () {44 vars in 1057 bytes} [Fri Jul 31 01:08:21 2026] GET /v2.0/subnets?name=public-subnet&network_id=7c6edec7-b6d2-4172-9ac8-08a97e65113a => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:49.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e234038-1241-4166-8c5b-6185dfc89b41 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 163/329] 199.204.45.169 () {44 vars in 937 bytes} [Fri Jul 31 01:08:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/330] 199.204.45.169 () {44 vars in 959 bytes} [Fri Jul 31 01:08:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:50.596 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf162de0-8873-49e2-8156-17d1e51972b8 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 164/331] 199.204.45.169 () {44 vars in 937 bytes} [Fri Jul 31 01:08:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/332] 199.204.45.169 () {44 vars in 959 bytes} [Fri Jul 31 01:08:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:50.666 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72e999d1-b70b-4ca1-ae78-8650e376961f a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 165/333] 199.204.45.169 () {44 vars in 1036 bytes} [Fri Jul 31 01:08:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/334] 199.204.45.169 () {44 vars in 1059 bytes} [Fri Jul 31 01:08:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:51.822 7 INFO neutron.api.v2.resource [None req-4e51b714-9dd9-43a7-a33b-fd44a3413ca2 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 166/335] 199.204.45.169 () {44 vars in 971 bytes} [Fri Jul 31 01:08:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/336] 199.204.45.169 () {44 vars in 993 bytes} [Fri Jul 31 01:08:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/337] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:53 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/338] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:53 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/339] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:08:53 2026] GET /v2.0/security-group-rules/49dad5f9-338d-48c2-9e7f-eade60893f84 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/340] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:53 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/341] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:54 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/342] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:08:54 2026] GET /v2.0/security-group-rules/6b4dea7c-4f90-4d1a-ae5c-49a9127a90b6 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/343] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:54 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/344] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:54 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/345] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:08:55 2026] GET /v2.0/security-group-rules/382e77fe-5122-4a85-8e66-aecfe4db6354 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/346] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:55 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/347] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:55 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/348] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:08:55 2026] GET /v2.0/security-group-rules/5c14283e-c3b1-49d2-99b0-e1b736285753 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/349] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:56 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/350] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:56 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/351] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:08:56 2026] GET /v2.0/security-group-rules/7a7e0d8c-ba0c-487b-bcfd-e189e898d8c9 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/352] 199.204.45.169 () {44 vars in 987 bytes} [Fri Jul 31 01:08:58 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 732 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:08:58.299 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b168c2ab-8c95-4b76-829e-cb39631db3db a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/353] 199.204.45.169 () {44 vars in 1076 bytes} [Fri Jul 31 01:08:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/354] 199.204.45.169 () {44 vars in 1099 bytes} [Fri Jul 31 01:08:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 1254 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/355] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:08:58 2026] GET /v2.0/security-groups/1f6b41ad-7805-4fbc-8cc6-1f49ccd0edbf => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:09:05.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ab24181-1967-4974-a5c8-8be9bdb6092e a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/358] 199.204.45.169 () {44 vars in 979 bytes} [Fri Jul 31 01:09:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/359] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:09:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/360] 199.204.45.169 () {44 vars in 920 bytes} [Fri Jul 31 01:09:07 2026] GET /v2.0/ports => generated 3732 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:09:08.271 7 INFO neutron.api.v2.resource [None req-edb21f5a-694f-40b5-8913-157d199e5d0b a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/361] 199.204.45.169 () {44 vars in 959 bytes} [Fri Jul 31 01:09:08 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/362] 199.204.45.169 () {44 vars in 981 bytes} [Fri Jul 31 01:09:08 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/363] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:09:09 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2886 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/364] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:09:09 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/365] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:09:09 2026] GET /v2.0/security-group-rules/8d3bdd67-86ef-46fc-a2c0-e94196a04d4e => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/366] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:09:10 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 199.204.45.169 () {44 vars in 1001 bytes} [Fri Jul 31 01:09:10 2026] GET /v2.0/security-groups/31cc698d-03d0-44ff-be43-a449f0f850f4 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/368] 199.204.45.169 () {44 vars in 1011 bytes} [Fri Jul 31 01:09:10 2026] GET /v2.0/security-group-rules/f966779e-685c-4b94-b217-cc6c9b1f047d => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 199.204.45.169 () {44 vars in 975 bytes} [Fri Jul 31 01:09:22 2026] GET /v2.0/quotas/abfc9b2f12ea4f81a6a8a6e72993a076 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/382] 199.204.45.169 () {44 vars in 949 bytes} [Fri Jul 31 01:10:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 10.0.0.155 () {32 vars in 649 bytes} [Fri Jul 31 01:11:14 2026] GET /v2.0/networks => generated 1474 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 10.0.0.155 () {32 vars in 655 bytes} [Fri Jul 31 01:11:15 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 10.0.0.155 () {32 vars in 647 bytes} [Fri Jul 31 01:11:15 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 10.0.0.155 () {32 vars in 643 bytes} [Fri Jul 31 01:11:15 2026] GET /v2.0/ports => generated 3732 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 10.0.0.155 () {32 vars in 647 bytes} [Fri Jul 31 01:11:15 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 10.0.0.155 () {32 vars in 649 bytes} [Fri Jul 31 01:11:15 2026] GET /v2.0/networks => generated 1474 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 10.0.0.155 () {32 vars in 663 bytes} [Fri Jul 31 01:11:15 2026] GET /v2.0/security-groups => generated 10450 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 10.0.0.155 () {32 vars in 655 bytes} [Fri Jul 31 01:11:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/427] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/430] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/433] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/434] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/435] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/438] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/441] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/442] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/452] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/455] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.228 () {30 vars in 629 bytes} [Fri Jul 31 01:11:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-31 01:11:42.195 8 INFO neutron.db.segments_db [None req-433414da-852e-47f5-836e-b8f6a0666b75 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Added segment b2c67429-9f78-4233-848d-7c248df68315 of type vxlan for network 8ca7c660-1135-41f2-bb56-4d3ef21608eb [pid: 8|app: 0|req: 230/461] 10.0.0.155 () {34 vars in 670 bytes} [Fri Jul 31 01:11:41 2026] POST /v2.0/networks => generated 621 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:42 2026] POST /v2.0/subnets => generated 657 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 10.0.0.155 () {32 vars in 722 bytes} [Fri Jul 31 01:11:42 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:42 2026] POST /v2.0/subnets => generated 732 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:11:43.077 8 INFO neutron.db.segments_db [None req-f714383a-624e-4df1-8b41-b31b82fede07 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Added segment b8b36670-0d96-479f-bec6-72a02573f039 of type vxlan for network c4eefade-df41-4cfa-8f7d-e9fe190a91c5 [pid: 8|app: 0|req: 232/465] 10.0.0.155 () {34 vars in 670 bytes} [Fri Jul 31 01:11:43 2026] POST /v2.0/networks => generated 618 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/466] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:43 2026] POST /v2.0/subnets => generated 656 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/467] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:43 2026] POST /v2.0/subnets => generated 726 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:11:44.017 7 INFO neutron.db.segments_db [None req-0eeda428-8aea-496d-94ed-c8ea1112fdb4 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Added segment 887c4e03-6797-41e5-927f-0db05ad90b87 of type vxlan for network 35c88a0c-59e1-4735-a43c-2abfddb6bc9c [pid: 7|app: 0|req: 235/468] 10.0.0.155 () {34 vars in 670 bytes} [Fri Jul 31 01:11:43 2026] POST /v2.0/networks => generated 618 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:44 2026] POST /v2.0/subnets => generated 655 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:44 2026] POST /v2.0/subnets => generated 729 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:11:44.915 8 INFO neutron.db.segments_db [None req-35da7de8-a60e-4d25-8adc-8252c007c98e d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Added segment f8274d90-ad5e-4b63-8a47-c333dfec5b02 of type vxlan for network c324b6f9-76f5-4676-b347-14b88ab87eb6 2026-07-31 01:11:45.241 8 INFO neutron.db.l3_hamode_db [None req-35da7de8-a60e-4d25-8adc-8252c007c98e d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:11:46.506 8 INFO neutron.db.l3_hamode_db [None req-35da7de8-a60e-4d25-8adc-8252c007c98e d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/473] 10.0.0.155 () {34 vars in 669 bytes} [Fri Jul 31 01:11:44 2026] POST /v2.0/routers => generated 685 bytes in 2729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.155 () {34 vars in 783 bytes} [Fri Jul 31 01:11:47 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/add_router_interface => generated 309 bytes in 1834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/475] 10.0.0.155 () {34 vars in 783 bytes} [Fri Jul 31 01:11:49 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.155 () {34 vars in 783 bytes} [Fri Jul 31 01:11:50 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.155 () {34 vars in 684 bytes} [Fri Jul 31 01:11:52 2026] POST /v2.0/security-groups => generated 1626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/479] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:52 2026] POST /v2.0/security-group-rules => generated 599 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/485] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/487] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.155 () {34 vars in 695 bytes} [Fri Jul 31 01:11:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 10.0.0.75 () {34 vars in 1095 bytes} [Fri Jul 31 01:11:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1504332313&fields=id&tenant_id=ae7d26af075c47819245839df2457844 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jul 31 01:11:55 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/491] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jul 31 01:11:55 2026] GET /v2.0/quotas/ae7d26af075c47819245839df2457844 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/492] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jul 31 01:11:55 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&fields=id => generated 287 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/493] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jul 31 01:11:56 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jul 31 01:11:56 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jul 31 01:11:56 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:11:56 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/499] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:12:01 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 704 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/500] 199.204.45.169 () {34 vars in 911 bytes} [Fri Jul 31 01:12:01 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/501] 199.204.45.169 () {34 vars in 1050 bytes} [Fri Jul 31 01:12:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae7d26af075c47819245839df2457844 => generated 179 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/502] 199.204.45.169 () {38 vars in 955 bytes} [Fri Jul 31 01:12:01 2026] POST /v2.0/ports => generated 1179 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/503] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:02 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1182 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 250/504] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:02 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/505] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:12:02 2026] PUT /v2.0/ports/e360f498-3256-45f3-a45e-0f6485d4f11f => generated 1460 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:12:03.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2a43d72-69ee-43c5-a789-0a70bea26360'] response: {'name': 'network-changed', 'server_uuid': 'bb0c167b-5c73-4c0d-82c5-ac72b232e03d', 'tag': 'e360f498-3256-45f3-a45e-0f6485d4f11f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 251/506] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1463 bytes in 78 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 256/507] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/508] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A88&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/509] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/510] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/511] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/512] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/513] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:12:04 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/514] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:12:05 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/515] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:12:05 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/516] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/517] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A88&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/518] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:12:06 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/519] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:06 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/520] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:06 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/521] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:12:06 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/522] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:12:06 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/523] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:07 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1194 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/524] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:07 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/525] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:12 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/526] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:12 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/529] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:17 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/530] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:17 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/531] 10.0.0.155 () {32 vars in 818 bytes} [Fri Jul 31 01:12:17 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&mac_address=fa%3A16%3A3e%3Ae5%3Aec%3Aa6 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:12:18.991 8 INFO neutron.db.l3_db [None req-8bf01e06-caf0-4890-9ddc-db44411c1fe6 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Floating IP 2bd51768-fb64-409e-be70-81a5ea95cac4 associated. External IP: 10.96.250.220, port: e360f498-3256-45f3-a45e-0f6485d4f11f. [pid: 8|app: 0|req: 264/532] 10.0.0.155 () {34 vars in 677 bytes} [Fri Jul 31 01:12:18 2026] POST /v2.0/floatingips => generated 855 bytes in 1284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/533] 10.0.0.75 () {34 vars in 1095 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1504332313&fields=id&tenant_id=ae7d26af075c47819245839df2457844 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/534] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/535] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/quotas/ae7d26af075c47819245839df2457844 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/536] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&fields=id => generated 333 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:12:19.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68c19b0f-82a3-4ec7-97cb-1ef938279f0e'] response: {'name': 'network-changed', 'server_uuid': 'bb0c167b-5c73-4c0d-82c5-ac72b232e03d', 'tag': 'e360f498-3256-45f3-a45e-0f6485d4f11f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 271/537] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/538] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/539] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:19 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/540] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/541] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/542] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/543] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A88&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/544] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/545] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/546] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/547] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/548] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:12:20 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/549] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:12:24 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/550] 199.204.45.169 () {34 vars in 1050 bytes} [Fri Jul 31 01:12:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae7d26af075c47819245839df2457844 => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/551] 199.204.45.169 () {38 vars in 955 bytes} [Fri Jul 31 01:12:24 2026] POST /v2.0/ports => generated 1187 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 279/552] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:25 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1190 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/553] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:25 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/554] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:12:24 2026] PUT /v2.0/ports/b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 1468 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:12:25.477 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34a0846e-a9d9-433e-97cd-fe3dc182d9a3'] response: {'name': 'network-changed', 'server_uuid': '376c8723-65d9-44d2-86da-c7a1a3bf1f83', 'tag': 'b91c8072-184d-4a06-8f8f-a57812a9b235', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 281/555] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:12:25 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1471 bytes in 60 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 275/556] 199.204.45.169 () {34 vars in 1018 bytes} [Fri Jul 31 01:12:26 2026] GET /v2.0/networks?tenant_id=ae7d26af075c47819245839df2457844&shared=False => generated 2374 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/557] 199.204.45.169 () {34 vars in 930 bytes} [Fri Jul 31 01:12:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/558] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1471 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/559] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/560] 10.0.0.149 () {34 vars in 990 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1465 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/561] 199.204.45.169 () {34 vars in 1106 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A385&port_id=b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/562] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/subnets?id=f8130435-8fa6-4d8a-ae6f-635e7eb712ef&id=85d6d806-94a2-4bb4-8384-614640ef383b => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/563] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/564] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/565] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/566] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/567] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:12:27 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/568] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:30 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1202 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/569] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:30 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/572] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:12:35 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/573] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:12:35 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.155 () {32 vars in 818 bytes} [Fri Jul 31 01:12:35 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&mac_address=fa%3A16%3A3e%3A8d%3A6b%3A93 => generated 1204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:12:36.352 8 INFO neutron.db.l3_db [None req-38644d42-0b3c-4c3a-9abd-5051feaf3695 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Floating IP 14d3b476-da07-4a59-95a2-03ebe312ec79 associated. External IP: 10.96.250.212, port: b91c8072-184d-4a06-8f8f-a57812a9b235. [pid: 8|app: 0|req: 282/575] 10.0.0.155 () {34 vars in 677 bytes} [Fri Jul 31 01:12:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:12:36.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14d27bd8-683c-4623-bb75-d83bfc5f8029'] response: {'name': 'network-changed', 'server_uuid': '376c8723-65d9-44d2-86da-c7a1a3bf1f83', 'tag': 'b91c8072-184d-4a06-8f8f-a57812a9b235', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/576] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/577] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/578] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/579] 199.204.45.169 () {34 vars in 1106 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A385&port_id=b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/580] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/subnets?id=f8130435-8fa6-4d8a-ae6f-635e7eb712ef&id=85d6d806-94a2-4bb4-8384-614640ef383b => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/581] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/582] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/583] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/584] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/585] 10.0.0.149 () {34 vars in 990 bytes} [Fri Jul 31 01:12:43 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/586] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Jul 31 01:12:43 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/589] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:12:59 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/590] 10.0.0.89 () {30 vars in 689 bytes} [Fri Jul 31 01:13:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/591] 10.0.0.89 () {30 vars in 691 bytes} [Fri Jul 31 01:13:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/592] 10.0.0.89 () {30 vars in 667 bytes} [Fri Jul 31 01:13:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/593] 10.0.0.89 () {30 vars in 703 bytes} [Fri Jul 31 01:13:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/596] 10.0.0.89 () {28 vars in 438 bytes} [Fri Jul 31 01:13:00 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/597] 10.0.0.89 () {30 vars in 727 bytes} [Fri Jul 31 01:13:00 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 657 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/598] 10.0.0.89 () {30 vars in 689 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/599] 10.0.0.89 () {30 vars in 691 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/600] 10.0.0.89 () {30 vars in 667 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/601] 10.0.0.89 () {30 vars in 703 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/602] 10.0.0.89 () {30 vars in 727 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/603] 10.0.0.89 () {30 vars in 689 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/604] 10.0.0.89 () {30 vars in 691 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/605] 10.0.0.89 () {30 vars in 667 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/606] 10.0.0.89 () {30 vars in 703 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/607] 10.0.0.89 () {30 vars in 729 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/608] 10.0.0.89 () {30 vars in 681 bytes} [Fri Jul 31 01:13:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/609] 10.0.0.89 () {34 vars in 703 bytes} [Fri Jul 31 01:13:01 2026] POST /v2.0/ports => generated 1132 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/610] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:13:04 2026] GET /v2.0/extensions/security-group => generated 170 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, ' [pid: 7|app: 0|req: 312/611] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/612] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/613] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/614] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/615] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/616] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/617] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/618] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:13:05.719 7 INFO neutron.api.v2.resource [None req-2dbd8d79-9c4e-4fae-9dca-a75656db64db a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 316/619] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/security-groups/lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/620] 199.204.45.169 () {30 vars in 785 bytes} [Fri Jul 31 01:13:05 2026] GET /v2.0/security-groups?name=lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/621] 199.204.45.169 () {34 vars in 736 bytes} [Fri Jul 31 01:13:05 2026] POST /v2.0/security-groups => generated 1634 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/622] 199.204.45.169 () {30 vars in 815 bytes} [Fri Jul 31 01:13:06 2026] GET /v2.0/security-group-rules?security_group_id=ec7cd354-24c5-4f94-adf8-02a903ccb3df => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/623] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:13:06 2026] PUT /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/624] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:13:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 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, ' [pid: 7|app: 0|req: 319/625] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:13:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/626] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:13:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/627] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:13:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/628] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:13:06 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/629] 10.0.0.75 () {34 vars in 1015 bytes} [Fri Jul 31 01:13:14 2026] GET /v2.0/security-groups?id=31cc698d-03d0-44ff-be43-a449f0f850f4&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/630] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jul 31 01:13:15 2026] GET /v2.0/networks?id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/631] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jul 31 01:13:15 2026] GET /v2.0/quotas/abfc9b2f12ea4f81a6a8a6e72993a076 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/632] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jul 31 01:13:15 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/633] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jul 31 01:13:15 2026] GET /v2.0/extensions => generated 21537 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/634] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jul 31 01:13:15 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/635] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jul 31 01:13:15 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/638] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:17 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/639] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:17 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/640] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:13:20 2026] GET /v2.0/networks?id=f5b24f66-64bd-47e7-87e3-7cb6f4015975 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/641] 199.204.45.169 () {34 vars in 1050 bytes} [Fri Jul 31 01:13:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/642] 199.204.45.169 () {38 vars in 955 bytes} [Fri Jul 31 01:13:20 2026] POST /v2.0/ports => generated 1082 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 329/643] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:21 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1085 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/644] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:13:21 2026] GET /v2.0/security-groups?id=31cc698d-03d0-44ff-be43-a449f0f850f4&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/645] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:21 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1105 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/646] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:13:21 2026] PUT /v2.0/ports/36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 1243 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:13:21.911 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39109ec6-f56d-4230-a877-2b2b941bcf9d'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': '36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 332/647] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:13:22 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1246 bytes in 48 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 316/648] 199.204.45.169 () {34 vars in 1018 bytes} [Fri Jul 31 01:13:22 2026] GET /v2.0/networks?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/649] 199.204.45.169 () {34 vars in 930 bytes} [Fri Jul 31 01:13:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/650] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:13:23 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/651] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:13:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/652] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:13:23 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:13:23 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/654] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:13:23 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/655] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:13:23 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/656] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:26 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/657] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:13:26 2026] GET /v2.0/security-groups?id=31cc698d-03d0-44ff-be43-a449f0f850f4&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/658] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:26 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/659] 199.204.45.169 () {34 vars in 994 bytes} [Fri Jul 31 01:13:29 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/660] 199.204.45.169 () {34 vars in 1044 bytes} [Fri Jul 31 01:13:29 2026] GET /v2.0/security-groups?id=31cc698d-03d0-44ff-be43-a449f0f850f4&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/661] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:30 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/662] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:13:30 2026] GET /v2.0/security-groups?id=31cc698d-03d0-44ff-be43-a449f0f850f4&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/663] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:30 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/666] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:34 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/667] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:13:35 2026] GET /v2.0/security-groups?id=31cc698d-03d0-44ff-be43-a449f0f850f4&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/668] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:13:35 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/673] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/674] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/675] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/676] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/677] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/678] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/679] 199.204.45.169 () {34 vars in 717 bytes} [Fri Jul 31 01:14:12 2026] POST /v2.0/ports => generated 1059 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/680] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1059 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/681] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jul 31 01:14:12 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/682] 199.204.45.169 () {34 vars in 1262 bytes} [Fri Jul 31 01:14:13 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/683] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:13 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/684] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:13 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/685] 199.204.45.169 () {34 vars in 975 bytes} [Fri Jul 31 01:14:14 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1059 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/686] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:14:14 2026] GET /v2.0/networks?id=8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/687] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:14:14 2026] PUT /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1249 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:14:14.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf5be8df-e703-46aa-8d00-32d709cf1cf0'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': 'd4768602-7541-4973-b9ca-7293ad0cb19b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/688] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/689] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/networks?id=8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/690] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/691] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/692] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/693] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/694] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:15 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/697] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:14:16 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/698] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:14:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/699] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:16 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/700] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:16 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/701] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:16 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/702] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:17 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/703] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:14:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/704] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:17 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/705] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:17 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/706] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:17 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/707] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:17 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/708] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jul 31 01:14:21 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1251 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/709] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:14:21 2026] PUT /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1276 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:14:21.730 7 INFO neutron.api.v2.resource [None req-5ea13c79-873d-462d-a2f8-eab19142bd25 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 364/710] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 01:14:21 2026] GET /v2.0/security-groups/lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:14:21.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e411a22-2b85-4d5e-8905-ef6ffffacb08'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': 'd4768602-7541-4973-b9ca-7293ad0cb19b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 347/711] 199.204.45.169 () {30 vars in 785 bytes} [Fri Jul 31 01:14:21 2026] GET /v2.0/security-groups?name=lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 1635 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/712] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:14:21 2026] PUT /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1314 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:14:22.072 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-382a0591-f6c6-4147-afd8-89c11c4de6d8'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': 'd4768602-7541-4973-b9ca-7293ad0cb19b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 348/713] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 41 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 366/714] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/networks?id=8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/715] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/716] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/717] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/718] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/720] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/721] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/722] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/723] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/724] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/725] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/726] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1350 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/727] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/728] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/729] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:14:22 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/730] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/731] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/732] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/networks?id=8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/733] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/734] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/735] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/736] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/737] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:23 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:14:33.731 7 INFO neutron.db.l3_db [None req-570ac101-08a2-4e1a-8fac-bc57188dbe45 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Floating IP 2bba4ecc-b011-4745-b949-fa9c5fa87335 associated. External IP: 10.96.250.215, port: 93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42. [pid: 7|app: 0|req: 379/740] 10.0.0.155 () {34 vars in 677 bytes} [Fri Jul 31 01:14:32 2026] POST /v2.0/floatingips => generated 899 bytes in 1556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/741] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/742] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/743] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/744] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:14:39.404 8 INFO neutron.api.v2.resource [None req-18df9742-d177-4df4-8df2-42743da8a6d8 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/745] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/security-groups/lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/746] 199.204.45.169 () {30 vars in 785 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/security-groups?name=lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 1635 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/747] 199.204.45.169 () {30 vars in 815 bytes} [Fri Jul 31 01:14:39 2026] GET /v2.0/security-group-rules?security_group_id=ec7cd354-24c5-4f94-adf8-02a903ccb3df => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/748] 199.204.45.169 () {34 vars in 747 bytes} [Fri Jul 31 01:14:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/749] 199.204.45.169 () {34 vars in 747 bytes} [Fri Jul 31 01:14:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/752] 10.0.0.89 () {30 vars in 689 bytes} [Fri Jul 31 01:14:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/753] 10.0.0.89 () {30 vars in 691 bytes} [Fri Jul 31 01:14:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/754] 10.0.0.89 () {30 vars in 667 bytes} [Fri Jul 31 01:14:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/755] 10.0.0.89 () {30 vars in 703 bytes} [Fri Jul 31 01:14:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/756] 10.0.0.89 () {28 vars in 438 bytes} [Fri Jul 31 01:14:51 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/757] 10.0.0.89 () {30 vars in 727 bytes} [Fri Jul 31 01:14:51 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/758] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/759] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/760] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/761] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/762] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/763] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/764] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/765] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/766] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/767] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/768] 199.204.45.169 () {34 vars in 717 bytes} [Fri Jul 31 01:14:54 2026] POST /v2.0/ports => generated 1320 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/769] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jul 31 01:14:54 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1320 bytes in 34 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 394/770] 199.204.45.169 () {34 vars in 1262 bytes} [Fri Jul 31 01:14:56 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/771] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:56 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/772] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:56 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/773] 199.204.45.169 () {34 vars in 975 bytes} [Fri Jul 31 01:14:56 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1320 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/774] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:14:56 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/775] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:14:56 2026] PUT /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1510 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:14:57.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a980bdc9-67c8-4b6e-97c4-abcc89af78a8'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': 'c2cf7389-b643-49cc-8864-4f67e351ee09', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 397/776] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:14:57 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4092 bytes in 42 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 380/777] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:14:57 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/778] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:14:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.27&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/779] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:14:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/780] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:14:58 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/781] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:58 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/782] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:58 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/783] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:58 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/784] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:58 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/785] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4092 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/786] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/787] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/788] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/789] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/790] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/791] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/792] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/793] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/794] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/795] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/796] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.27&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/797] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/798] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/799] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/800] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/801] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:14:59 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/802] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:00 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/805] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1510 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/806] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/807] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/808] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/subnets/54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 744 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/809] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/810] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/811] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/812] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/813] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/814] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/815] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/816] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/817] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/818] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/819] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:04 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/820] 10.0.0.89 () {30 vars in 689 bytes} [Fri Jul 31 01:15:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/821] 10.0.0.89 () {30 vars in 691 bytes} [Fri Jul 31 01:15:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/822] 10.0.0.89 () {30 vars in 667 bytes} [Fri Jul 31 01:15:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/823] 10.0.0.89 () {30 vars in 703 bytes} [Fri Jul 31 01:15:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/824] 10.0.0.89 () {28 vars in 438 bytes} [Fri Jul 31 01:15:12 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/825] 10.0.0.89 () {30 vars in 727 bytes} [Fri Jul 31 01:15:12 2026] GET /v2.0/subnets/85d6d806-94a2-4bb4-8384-614640ef383b => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/828] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/829] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/830] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/831] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/832] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/833] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/subnets/85d6d806-94a2-4bb4-8384-614640ef383b => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/834] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:16 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/835] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/836] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/837] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/838] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/839] 199.204.45.169 () {34 vars in 717 bytes} [Fri Jul 31 01:15:17 2026] POST /v2.0/ports => generated 1324 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/840] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jul 31 01:15:18 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1324 bytes in 34 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 429/841] 199.204.45.169 () {34 vars in 1262 bytes} [Fri Jul 31 01:15:19 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/842] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:19 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/843] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:19 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/844] 199.204.45.169 () {34 vars in 975 bytes} [Fri Jul 31 01:15:19 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/845] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:15:19 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/846] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:15:19 2026] PUT /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1514 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:20.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46014940-2a14-46a2-b6e2-11445a9953f7'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': '36071904-2568-4202-9436-4f5dca6b971f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 432/847] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:15:20 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 5600 bytes in 49 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 416/848] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:15:20 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/849] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.98&port_id=36071904-2568-4202-9436-4f5dca6b971f => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/850] 199.204.45.169 () {34 vars in 1104 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aab&port_id=36071904-2568-4202-9436-4f5dca6b971f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/851] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/subnets?id=f8130435-8fa6-4d8a-ae6f-635e7eb712ef&id=85d6d806-94a2-4bb4-8384-614640ef383b => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/852] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/853] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/854] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/855] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/856] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 5600 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/857] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/858] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/859] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/860] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/861] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/862] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/863] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/864] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/865] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/866] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/867] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.27&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/868] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/869] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/870] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:22 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/871] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/872] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/873] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/874] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.98&port_id=36071904-2568-4202-9436-4f5dca6b971f => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/875] 199.204.45.169 () {34 vars in 1104 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aab&port_id=36071904-2568-4202-9436-4f5dca6b971f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/876] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/subnets?id=f8130435-8fa6-4d8a-ae6f-635e7eb712ef&id=85d6d806-94a2-4bb4-8384-614640ef383b => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/877] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/878] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/879] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/880] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:23 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/881] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jul 31 01:15:27 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/882] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:27 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/883] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:27 2026] GET /v2.0/subnets/85d6d806-94a2-4bb4-8384-614640ef383b => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/884] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:27 2026] GET /v2.0/subnets/f8130435-8fa6-4d8a-ae6f-635e7eb712ef => generated 747 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/885] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:27 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1512 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/886] 199.204.45.169 () {34 vars in 790 bytes} [Fri Jul 31 01:15:27 2026] PUT /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1251 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:28.448 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d8dd79b-d792-4ee9-a16d-1344819569a1'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': 'c2cf7389-b643-49cc-8864-4f67e351ee09', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 452/887] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 797 bytes in 70 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, ' [pid: 8|app: 0|req: 436/888] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/889] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/890] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/891] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/892] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/893] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/894] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/895] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/896] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 5377 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/897] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/898] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/899] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/900] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.27&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/901] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/902] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/903] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/904] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/905] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/906] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/909] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/910] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/911] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/912] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/913] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/914] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 5377 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/915] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/916] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/917] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/918] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/919] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1516 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/920] 199.204.45.169 () {34 vars in 790 bytes} [Fri Jul 31 01:15:43 2026] PUT /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1307 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:43.662 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4065726e-9e22-4be3-b7d2-3bb00ff36c7c'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': '36071904-2568-4202-9436-4f5dca6b971f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 469/921] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 797 bytes in 46 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, ' [pid: 8|app: 0|req: 453/922] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/subnets/f8130435-8fa6-4d8a-ae6f-635e7eb712ef => generated 747 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/923] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1343 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/924] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 5204 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/925] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:15:43 2026] PUT /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1080 bytes in 514 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 472/926] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/927] 199.204.45.169 () {34 vars in 1104 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aab&port_id=36071904-2568-4202-9436-4f5dca6b971f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/928] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/929] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/subnets?id=f8130435-8fa6-4d8a-ae6f-635e7eb712ef => generated 750 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/930] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/931] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/932] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/933] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/934] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/935] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:45 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:45.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0657685-9cc2-460e-a55c-cb888aa33ae2'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': '36071904-2568-4202-9436-4f5dca6b971f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 479/938] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/939] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/940] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/941] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/942] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/943] 199.204.45.169 () {34 vars in 975 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/944] 199.204.45.169 () {34 vars in 1060 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/945] 199.204.45.169 () {34 vars in 1016 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/946] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:15:46 2026] PUT /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 917 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/947] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3869 bytes in 42 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:15:47.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-53d938b8-c8c2-4064-b71b-f59d67d476ac a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] TaaS: Handle Delete Port: 36071904-2568-4202-9436-4f5dca6b971f 2026-07-31 01:15:47.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53d938b8-c8c2-4064-b71b-f59d67d476ac a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Tap Mirror: Handle Delete Port: 36071904-2568-4202-9436-4f5dca6b971f [pid: 7|app: 0|req: 484/948] 199.204.45.169 () {32 vars in 759 bytes} [Fri Jul 31 01:15:47 2026] DELETE /v2.0/ports/36071904-2568-4202-9436-4f5dca6b971f => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/949] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/950] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/951] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/952] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/953] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/954] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/955] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/956] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/957] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/958] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/959] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/960] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/961] 199.204.45.169 () {34 vars in 1226 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/networks?id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 3095 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/962] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/963] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/964] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/965] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/966] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/967] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/968] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/969] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/970] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/971] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/972] 199.204.45.169 () {34 vars in 1056 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.27&port_id=c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/973] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/974] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/975] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/976] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/977] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/978] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/979] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/980] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/981] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3869 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/982] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/983] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/984] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/985] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/986] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1287 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/987] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:15:59 2026] PUT /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1080 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:00.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4a4dcc5-b704-45e5-a811-6dbc08822f4f'] response: {'name': 'network-changed', 'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'tag': 'c2cf7389-b643-49cc-8864-4f67e351ee09', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 504/988] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 797 bytes in 49 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, ' [pid: 8|app: 0|req: 485/989] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/990] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/993] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/994] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/995] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/996] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/997] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/998] 199.204.45.169 () {34 vars in 975 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/999] 199.204.45.169 () {34 vars in 1060 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1000] 199.204.45.169 () {34 vars in 1016 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1001] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1002] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:16:02 2026] PUT /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 917 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1003] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 41 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:16:03.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-46f27c20-a6c4-4afe-82a3-43dab1904df9 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] TaaS: Handle Delete Port: c2cf7389-b643-49cc-8864-4f67e351ee09 2026-07-31 01:16:03.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46f27c20-a6c4-4afe-82a3-43dab1904df9 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Tap Mirror: Handle Delete Port: c2cf7389-b643-49cc-8864-4f67e351ee09 [pid: 8|app: 0|req: 491/1004] 199.204.45.169 () {32 vars in 759 bytes} [Fri Jul 31 01:16:03 2026] DELETE /v2.0/ports/c2cf7389-b643-49cc-8864-4f67e351ee09 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1005] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1006] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1007] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1008] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1009] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1010] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1011] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1012] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1013] 199.204.45.169 () {34 vars in 1146 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks?id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 2309 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1014] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1015] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1016] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1017] 199.204.45.169 () {30 vars in 743 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1018] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1019] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1020] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1021] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1022] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1023] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=d4768602-7541-4973-b9ca-7293ad0cb19b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1024] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/subnets?id=63fabd94-2137-4ca6-842b-df208fafd9ac => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1025] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports?network_id=8ca7c660-1135-41f2-bb56-4d3ef21608eb&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1026] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1027] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1030] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:16:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1031] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1032] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1033] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:16.056 7 INFO neutron.api.v2.resource [None req-0210777e-6afe-4969-a59c-2d7727c64778 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 529/1034] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/security-groups/lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1035] 199.204.45.169 () {30 vars in 785 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/security-groups?name=lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 2859 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1036] 199.204.45.169 () {30 vars in 815 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/security-group-rules?security_group_id=ec7cd354-24c5-4f94-adf8-02a903ccb3df => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1037] 199.204.45.169 () {32 vars in 789 bytes} [Fri Jul 31 01:16:16 2026] DELETE /v2.0/security-group-rules/22346fce-1eb5-470e-9569-afc4957491cf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1038] 199.204.45.169 () {32 vars in 789 bytes} [Fri Jul 31 01:16:16 2026] DELETE /v2.0/security-group-rules/a767e3bb-13c4-4ba4-8c6a-10297b2a65b1 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:18.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-829a0f96-3019-45d8-ac00-6016e0b70198 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 99494419-c315-4062-afb8-bc50f7945fa8 2026-07-31 01:16:18.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-829a0f96-3019-45d8-ac00-6016e0b70198 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 99494419-c315-4062-afb8-bc50f7945fa8 2026-07-31 01:16:18.351 8 INFO neutron.db.l3_db [None req-829a0f96-3019-45d8-ac00-6016e0b70198 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Floating IP 2bba4ecc-b011-4745-b949-fa9c5fa87335 disassociated (deleted). External IP: 10.96.250.215, port: 93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42. [pid: 8|app: 0|req: 508/1039] 10.0.0.155 () {32 vars in 732 bytes} [Fri Jul 31 01:16:18 2026] DELETE /v2.0/floatingips/2bba4ecc-b011-4745-b949-fa9c5fa87335 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:18.668 7 INFO neutron.api.v2.resource [None req-c3b357ef-844a-49e5-872c-6a1598e7ce31 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1040] 10.0.0.155 () {32 vars in 729 bytes} [Fri Jul 31 01:16:18 2026] GET /v2.0/floatingips/2bba4ecc-b011-4745-b949-fa9c5fa87335 => generated 144 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1041] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1042] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1043] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1044] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:20.444 8 INFO neutron.api.v2.resource [None req-be4e5eb2-150b-47c1-88ee-bf4805feac90 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/1045] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/security-groups/lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1046] 199.204.45.169 () {30 vars in 785 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/security-groups?name=lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 1635 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1047] 199.204.45.169 () {30 vars in 815 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/security-group-rules?security_group_id=ec7cd354-24c5-4f94-adf8-02a903ccb3df => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1048] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1049] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1050] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1051] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1052] 199.204.45.169 () {30 vars in 741 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1053] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1054] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1055] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:21 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1056] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1057] 199.204.45.169 () {34 vars in 975 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1058] 199.204.45.169 () {34 vars in 1060 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1059] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1060] 199.204.45.169 () {34 vars in 1016 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1061] 199.204.45.169 () {38 vars in 1028 bytes} [Fri Jul 31 01:16:23 2026] PUT /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1151 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1062] 199.204.45.169 () {30 vars in 769 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 33 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 520/1063] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:16:24 2026] PUT /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1090 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1064] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 1090 bytes in 41 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:16:24.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-35a121cc-a560-414d-855e-6ac3fe5e2912 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] TaaS: Handle Delete Port: d4768602-7541-4973-b9ca-7293ad0cb19b 2026-07-31 01:16:24.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35a121cc-a560-414d-855e-6ac3fe5e2912 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Tap Mirror: Handle Delete Port: d4768602-7541-4973-b9ca-7293ad0cb19b [pid: 8|app: 0|req: 521/1065] 199.204.45.169 () {32 vars in 759 bytes} [Fri Jul 31 01:16:24 2026] DELETE /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1066] 199.204.45.169 () {30 vars in 703 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1067] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/ports?tenant_id=abfc9b2f12ea4f81a6a8a6e72993a076&device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1068] 199.204.45.169 () {30 vars in 705 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1069] 199.204.45.169 () {30 vars in 681 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1070] 199.204.45.169 () {30 vars in 717 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1071] 199.204.45.169 () {34 vars in 1066 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/networks?id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&id=8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 1523 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:25.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12182e96-6cf0-46b4-89dc-039a4be8d994 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1072] 199.204.45.169 () {32 vars in 759 bytes} [Fri Jul 31 01:16:25 2026] DELETE /v2.0/ports/d4768602-7541-4973-b9ca-7293ad0cb19b => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1073] 199.204.45.169 () {34 vars in 1062 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.113&port_id=36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1074] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1075] 199.204.45.169 () {34 vars in 984 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/subnets?id=a9540403-93aa-4846-b2c1-dabe1a2ee3e3 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:25.147 8 INFO neutron.api.v2.resource [None req-4e145e86-5eef-4f59-9cd6-be2dd6e32d26 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1076] 199.204.45.169 () {30 vars in 763 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/security-groups/lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1077] 199.204.45.169 () {30 vars in 785 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/security-groups?name=lb-77349c2b-64d1-4653-998d-9b84a601152a => generated 1635 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1078] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports?network_id=f5b24f66-64bd-47e7-87e3-7cb6f4015975&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1079] 199.204.45.169 () {30 vars in 737 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1080] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1081] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/networks/f5b24f66-64bd-47e7-87e3-7cb6f4015975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1082] 199.204.45.169 () {34 vars in 789 bytes} [Fri Jul 31 01:16:25 2026] PUT /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 1094 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1083] 199.204.45.169 () {32 vars in 779 bytes} [Fri Jul 31 01:16:25 2026] DELETE /v2.0/security-groups/ec7cd354-24c5-4f94-adf8-02a903ccb3df => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:25.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-0adab99b-b0ed-4f3f-9620-d39d6c1c8be8 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] TaaS: Handle Delete Port: 93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 2026-07-31 01:16:25.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0adab99b-b0ed-4f3f-9620-d39d6c1c8be8 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Tap Mirror: Handle Delete Port: 93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 [pid: 7|app: 0|req: 552/1084] 199.204.45.169 () {32 vars in 759 bytes} [Fri Jul 31 01:16:25 2026] DELETE /v2.0/ports/93e7d9ad-8aa1-4d29-ad1f-a4a64e0f6b42 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1085] 199.204.45.169 () {34 vars in 994 bytes} [Fri Jul 31 01:16:28 2026] GET /v2.0/ports?device_id=4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:29.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc4b34f3-5d7a-4ab3-85df-ce9853150e6d d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 785861be-d3aa-4f5e-ba5b-b6d7ed9b3ece 2026-07-31 01:16:29.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc4b34f3-5d7a-4ab3-85df-ce9853150e6d d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 785861be-d3aa-4f5e-ba5b-b6d7ed9b3ece 2026-07-31 01:16:29.049 7 INFO neutron_taas.services.taas.taas_plugin [req-7404a25f-f88f-413a-8793-0641168aa5bd req-77d3edb4-1c7a-462a-94aa-a4706b0b8282 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] TaaS: Handle Delete Port: 36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 2026-07-31 01:16:29.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7404a25f-f88f-413a-8793-0641168aa5bd req-77d3edb4-1c7a-462a-94aa-a4706b0b8282 a94cb3f5fbd84822984c2e8a4e273ffc abfc9b2f12ea4f81a6a8a6e72993a076 - - default default] Tap Mirror: Handle Delete Port: 36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 [pid: 7|app: 0|req: 554/1086] 199.204.45.169 () {36 vars in 997 bytes} [Fri Jul 31 01:16:28 2026] DELETE /v2.0/ports/36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:29.210 8 INFO neutron.db.l3_db [None req-fc4b34f3-5d7a-4ab3-85df-ce9853150e6d d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Floating IP 14d3b476-da07-4a59-95a2-03ebe312ec79 disassociated (deleted). External IP: 10.96.250.212, port: b91c8072-184d-4a06-8f8f-a57812a9b235. 2026-07-31 01:16:29.231 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-485efb7e-91d6-47e5-a57a-3cb4e4e0ba7a'] response: {'server_uuid': '4b8c14e9-6fd4-4fa1-bde3-cc1fd0aba015', 'name': 'network-vif-deleted', 'tag': '36a3e7f9-0a6b-43f8-aa0b-fe43c3dd9a23', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 533/1087] 10.0.0.155 () {32 vars in 732 bytes} [Fri Jul 31 01:16:28 2026] DELETE /v2.0/floatingips/14d3b476-da07-4a59-95a2-03ebe312ec79 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:29.553 7 INFO neutron.api.v2.resource [None req-116a6f57-7a73-4add-b282-b1f9601092a4 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 555/1088] 10.0.0.155 () {32 vars in 729 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/floatingips/14d3b476-da07-4a59-95a2-03ebe312ec79 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:29.563 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0851165-9d2a-4ee5-805a-e7c89545ed18'] response: {'name': 'network-changed', 'server_uuid': '376c8723-65d9-44d2-86da-c7a1a3bf1f83', 'tag': 'b91c8072-184d-4a06-8f8f-a57812a9b235', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 534/1089] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1204 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1090] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1091] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1092] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/networks?id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1093] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1094] 199.204.45.169 () {34 vars in 1106 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A385&port_id=b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1095] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/subnets?id=f8130435-8fa6-4d8a-ae6f-635e7eb712ef&id=85d6d806-94a2-4bb4-8384-614640ef383b => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1096] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1097] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/ports?network_id=35c88a0c-59e1-4735-a43c-2abfddb6bc9c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1098] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1099] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1102] 199.204.45.169 () {34 vars in 994 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 1204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:32.388 7 INFO neutron_taas.services.taas.taas_plugin [req-acd5c91e-d924-4ea4-a42a-8087321f74bd req-0507d49d-e18d-4798-9266-f0c242aa8d13 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: b91c8072-184d-4a06-8f8f-a57812a9b235 2026-07-31 01:16:32.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acd5c91e-d924-4ea4-a42a-8087321f74bd req-0507d49d-e18d-4798-9266-f0c242aa8d13 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: b91c8072-184d-4a06-8f8f-a57812a9b235 [pid: 7|app: 0|req: 562/1103] 199.204.45.169 () {36 vars in 997 bytes} [Fri Jul 31 01:16:32 2026] DELETE /v2.0/ports/b91c8072-184d-4a06-8f8f-a57812a9b235 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:32.671 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57fec028-6f06-470b-979e-23bd4e2970e9'] response: {'server_uuid': '376c8723-65d9-44d2-86da-c7a1a3bf1f83', 'name': 'network-vif-deleted', 'tag': 'b91c8072-184d-4a06-8f8f-a57812a9b235', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 542/1104] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:16:35 2026] GET /v2.0/ports?device_id=376c8723-65d9-44d2-86da-c7a1a3bf1f83 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:40.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-91d6c689-7d6c-4354-b398-48618abfbdc4 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 91adffc7-a353-48b2-8043-6264bf306826 2026-07-31 01:16:40.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91d6c689-7d6c-4354-b398-48618abfbdc4 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 91adffc7-a353-48b2-8043-6264bf306826 2026-07-31 01:16:40.473 7 INFO neutron.db.l3_db [None req-91d6c689-7d6c-4354-b398-48618abfbdc4 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Floating IP 2bd51768-fb64-409e-be70-81a5ea95cac4 disassociated (deleted). External IP: 10.96.250.220, port: e360f498-3256-45f3-a45e-0f6485d4f11f. [pid: 7|app: 0|req: 563/1105] 10.0.0.155 () {32 vars in 732 bytes} [Fri Jul 31 01:16:40 2026] DELETE /v2.0/floatingips/2bd51768-fb64-409e-be70-81a5ea95cac4 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:40.772 8 INFO neutron.api.v2.resource [None req-8b8d18cc-9045-4d9a-b7ee-24f12ddc9c59 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1106] 10.0.0.155 () {32 vars in 729 bytes} [Fri Jul 31 01:16:40 2026] GET /v2.0/floatingips/2bd51768-fb64-409e-be70-81a5ea95cac4 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:40.793 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffa157e8-7a39-4ca6-8722-539c41468d43'] response: {'name': 'network-changed', 'server_uuid': 'bb0c167b-5c73-4c0d-82c5-ac72b232e03d', 'tag': 'e360f498-3256-45f3-a45e-0f6485d4f11f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 564/1107] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1108] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/security-groups?id=2db41638-cfbd-430c-8ca6-7bd25a34152c&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1109] 199.204.45.169 () {34 vars in 1080 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/ports?tenant_id=ae7d26af075c47819245839df2457844&device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1110] 199.204.45.169 () {34 vars in 986 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/networks?id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1111] 199.204.45.169 () {34 vars in 1058 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1112] 199.204.45.169 () {34 vars in 1102 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A88&port_id=e360f498-3256-45f3-a45e-0f6485d4f11f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1113] 199.204.45.169 () {34 vars in 1064 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/subnets?id=2c1922e7-d385-4c7b-b2ae-cf951308a755&id=54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1114] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1115] 199.204.45.169 () {34 vars in 1052 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/ports?network_id=c4eefade-df41-4cfa-8f7d-e9fe190a91c5&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1116] 199.204.45.169 () {34 vars in 1012 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1117] 199.204.45.169 () {34 vars in 1112 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1118] 199.204.45.169 () {34 vars in 994 bytes} [Fri Jul 31 01:16:43 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 1196 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:43.681 7 INFO neutron_taas.services.taas.taas_plugin [req-db2b5b98-cf01-4cb8-b131-2c710f85149f req-f9987f23-80c3-459e-9e41-06d2606ca204 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: e360f498-3256-45f3-a45e-0f6485d4f11f 2026-07-31 01:16:43.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-db2b5b98-cf01-4cb8-b131-2c710f85149f req-f9987f23-80c3-459e-9e41-06d2606ca204 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: e360f498-3256-45f3-a45e-0f6485d4f11f [pid: 7|app: 0|req: 570/1119] 199.204.45.169 () {36 vars in 997 bytes} [Fri Jul 31 01:16:43 2026] DELETE /v2.0/ports/e360f498-3256-45f3-a45e-0f6485d4f11f => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:43.885 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94ef2c9c-6b47-42e4-b5fa-57aa7806e39c'] response: {'server_uuid': 'bb0c167b-5c73-4c0d-82c5-ac72b232e03d', 'name': 'network-vif-deleted', 'tag': 'e360f498-3256-45f3-a45e-0f6485d4f11f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 572/1122] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jul 31 01:16:46 2026] GET /v2.0/ports?device_id=bb0c167b-5c73-4c0d-82c5-ac72b232e03d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1123] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/security-group-rules/d6a5d323-6040-444c-8001-23393a93feb1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:51.539 7 INFO neutron.api.v2.resource [None req-df98e546-ebc0-4643-93dd-e04f331a7cff d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1124] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:51 2026] GET /v2.0/security-group-rules/d6a5d323-6040-444c-8001-23393a93feb1 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1125] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/security-group-rules/dcc16f7a-5271-47f4-95ae-265a5587a9fb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:51.675 7 INFO neutron.api.v2.resource [None req-2344fd95-71c1-4115-915d-4f892f71da31 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1126] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:51 2026] GET /v2.0/security-group-rules/dcc16f7a-5271-47f4-95ae-265a5587a9fb => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1127] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/security-group-rules/49954b78-2859-415d-8502-2ea012d8cba9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:51.797 7 INFO neutron.api.v2.resource [None req-f076eaf3-bb69-47a0-a785-eac2f44828c9 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1128] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:51 2026] GET /v2.0/security-group-rules/49954b78-2859-415d-8502-2ea012d8cba9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1129] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/security-group-rules/d1f33862-0a3b-499a-8c42-e0a2bf95b8d2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:51.919 7 INFO neutron.api.v2.resource [None req-e6467fc3-29bd-44a8-9066-4b3212decd75 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1130] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:51 2026] GET /v2.0/security-group-rules/d1f33862-0a3b-499a-8c42-e0a2bf95b8d2 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1131] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/security-group-rules/b28d5ea2-9205-4b05-9f08-44d43da0714a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:52.059 7 INFO neutron.api.v2.resource [None req-b8d50b76-7ea0-43ec-ad41-aaeaa703f036 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1132] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/security-group-rules/b28d5ea2-9205-4b05-9f08-44d43da0714a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1133] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/security-group-rules/651d1ad9-1591-4a95-85cb-c9aa3ca5cdab => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:52.200 7 INFO neutron.api.v2.resource [None req-708de134-db0e-477d-b09a-18160585efce d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 578/1134] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/security-group-rules/651d1ad9-1591-4a95-85cb-c9aa3ca5cdab => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1135] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/security-group-rules/7c21c3e2-ac06-4ae0-852f-28acaf5ab518 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:52.353 7 INFO neutron.api.v2.resource [None req-a5d33175-00ff-4de3-8198-6095863806fa d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1136] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/security-group-rules/7c21c3e2-ac06-4ae0-852f-28acaf5ab518 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1137] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/security-group-rules/4c8ebb14-5d61-4014-95aa-d0c41f3a8385 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:52.501 7 INFO neutron.api.v2.resource [None req-4b745b23-550e-41f8-b5af-23731df592c5 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1138] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/security-group-rules/4c8ebb14-5d61-4014-95aa-d0c41f3a8385 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1139] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/security-group-rules/089824d5-52a5-4279-bd87-7a017f8163c0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:52.666 7 INFO neutron.api.v2.resource [None req-9ffb0eed-96f0-4238-b5b5-a658d541872c d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1140] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/security-group-rules/089824d5-52a5-4279-bd87-7a017f8163c0 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1141] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/security-group-rules/28ad53d2-5f1e-4a76-a69b-7e4ed4f1bc3d => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:52.928 7 INFO neutron.api.v2.resource [None req-4318f95e-06f6-4780-8c79-ea686f7dea85 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1142] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/security-group-rules/28ad53d2-5f1e-4a76-a69b-7e4ed4f1bc3d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1143] 10.0.0.155 () {32 vars in 750 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/security-group-rules/5414a874-ff9a-4a57-a5f1-c7ab70f04040 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:53.041 7 INFO neutron.api.v2.resource [None req-838a82c8-ef36-4409-b92d-dfb166ad48a6 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1144] 10.0.0.155 () {32 vars in 747 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/security-group-rules/5414a874-ff9a-4a57-a5f1-c7ab70f04040 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1145] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:16:53 2026] DELETE /v2.0/security-groups/2db41638-cfbd-430c-8ca6-7bd25a34152c => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:53.269 7 INFO neutron.api.v2.resource [None req-f69ff213-5eda-4a73-acb6-4248e02105ae d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 584/1146] 10.0.0.155 () {32 vars in 737 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/security-groups/2db41638-cfbd-430c-8ca6-7bd25a34152c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:53.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfbba65a-f56c-4fdd-87e9-462a0ad14791 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 8ce4eb30-5a1f-4987-bf8d-b8760b47284f 2026-07-31 01:16:53.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfbba65a-f56c-4fdd-87e9-462a0ad14791 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 8ce4eb30-5a1f-4987-bf8d-b8760b47284f [pid: 8|app: 0|req: 563/1147] 10.0.0.155 () {34 vars in 789 bytes} [Fri Jul 31 01:16:53 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/remove_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:54.638 7 INFO neutron.api.v2.resource [None req-cf43acdf-e49f-4ece-9c95-5aa2335427bd d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1148] 10.0.0.155 () {34 vars in 789 bytes} [Fri Jul 31 01:16:54 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/remove_router_interface => generated 198 bytes in 204 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:55.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-66a27445-7462-4425-a925-dffe4d87864b d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 26d65742-0971-4522-8e90-4338df38e7c4 2026-07-31 01:16:55.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66a27445-7462-4425-a925-dffe4d87864b d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 26d65742-0971-4522-8e90-4338df38e7c4 [pid: 8|app: 0|req: 564/1149] 10.0.0.155 () {34 vars in 789 bytes} [Fri Jul 31 01:16:54 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:55.819 7 INFO neutron.api.v2.resource [None req-9b5c9eb3-ca62-4274-80dd-283959f5ccf5 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 586/1150] 10.0.0.155 () {34 vars in 789 bytes} [Fri Jul 31 01:16:55 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:56.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc66acde-28a3-4197-a524-041b4901f2cd d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 577df3c6-fc5c-47e0-81c1-fca8b578a16f 2026-07-31 01:16:56.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc66acde-28a3-4197-a524-041b4901f2cd d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 577df3c6-fc5c-47e0-81c1-fca8b578a16f [pid: 8|app: 0|req: 565/1151] 10.0.0.155 () {34 vars in 789 bytes} [Fri Jul 31 01:16:55 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:57.035 7 INFO neutron.api.v2.resource [None req-675fb9c7-ad73-4fe9-b1ec-544b4d46d9e1 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1152] 10.0.0.155 () {34 vars in 789 bytes} [Fri Jul 31 01:16:56 2026] PUT /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181/remove_router_interface => generated 198 bytes in 189 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:57.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-09dfab0f-bd4b-481a-bd41-0538eb5cefcf d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 267c9e8d-bf89-400c-ad56-57ce0c7b7006 2026-07-31 01:16:57.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09dfab0f-bd4b-481a-bd41-0538eb5cefcf d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 267c9e8d-bf89-400c-ad56-57ce0c7b7006 2026-07-31 01:16:57.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-09dfab0f-bd4b-481a-bd41-0538eb5cefcf d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: ae7ca616-28e6-4404-bd29-0e859ebdc70b 2026-07-31 01:16:57.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09dfab0f-bd4b-481a-bd41-0538eb5cefcf d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: ae7ca616-28e6-4404-bd29-0e859ebdc70b 2026-07-31 01:16:57.706 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-09dfab0f-bd4b-481a-bd41-0538eb5cefcf d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-31 01:16:58.194 8 INFO neutron.db.l3_hamode_db [None req-09dfab0f-bd4b-481a-bd41-0538eb5cefcf d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] HA network c324b6f9-76f5-4676-b347-14b88ab87eb6 was deleted as no HA routers are present in tenant ae7d26af075c47819245839df2457844. [pid: 8|app: 0|req: 566/1153] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:16:57 2026] DELETE /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181 => generated 0 bytes in 1161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:58.225 7 INFO neutron.api.v2.resource [None req-2bb74122-b6ee-4f6f-b62c-a04bf6ec9a14 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1154] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/routers/258fa935-c803-4388-9f8c-5a206f16e181 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1155] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:16:58 2026] DELETE /v2.0/subnets/f8130435-8fa6-4d8a-ae6f-635e7eb712ef => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:58.503 8 INFO neutron.services.segments.plugin [-] Segment f8274d90-ad5e-4b63-8a47-c333dfec5b02 resource provider aggregate not found 2026-07-31 01:16:58.519 8 INFO neutron.services.segments.plugin [-] Segment f8274d90-ad5e-4b63-8a47-c333dfec5b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8274d90-ad5e-4b63-8a47-c333dfec5b02 found for delete ", "request_id": "req-b46c606b-b467-46da-ab87-28b0e71642c5"}]} 2026-07-31 01:16:58.520 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6204223-47f7-43c3-9c73-82d09403fc64 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1156] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/subnets/f8130435-8fa6-4d8a-ae6f-635e7eb712ef => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:58.547 8 INFO neutron.services.segments.plugin [-] Segment f8274d90-ad5e-4b63-8a47-c333dfec5b02 resource provider aggregate not found 2026-07-31 01:16:58.572 8 INFO neutron.services.segments.plugin [-] Segment f8274d90-ad5e-4b63-8a47-c333dfec5b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8274d90-ad5e-4b63-8a47-c333dfec5b02 found for delete ", "request_id": "req-83978681-e5dc-48f1-9791-d1b808cbf7f2"}]} [pid: 8|app: 0|req: 568/1157] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:16:58 2026] DELETE /v2.0/subnets/85d6d806-94a2-4bb4-8384-614640ef383b => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:58.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c94d4eba-4e1d-441a-94ef-f4997b3abf53 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1158] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/subnets/85d6d806-94a2-4bb4-8384-614640ef383b => generated 136 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:58.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-584ce108-7add-4243-b964-572dca824516 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 78885142-d9ff-4d56-bb6a-4aabbe887a47 2026-07-31 01:16:58.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-584ce108-7add-4243-b964-572dca824516 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 78885142-d9ff-4d56-bb6a-4aabbe887a47 [pid: 8|app: 0|req: 569/1159] 10.0.0.155 () {32 vars in 726 bytes} [Fri Jul 31 01:16:58 2026] DELETE /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:59.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-054e2504-1bf2-4381-80fb-87376da40cc7 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1160] 10.0.0.155 () {32 vars in 723 bytes} [Fri Jul 31 01:16:59 2026] GET /v2.0/networks/35c88a0c-59e1-4735-a43c-2abfddb6bc9c => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1161] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:16:59 2026] DELETE /v2.0/subnets/54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:59.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dd87064-01c6-4abf-9d65-eea574f60563 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1162] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:16:59 2026] GET /v2.0/subnets/54c15a56-50cb-4d4e-9dbb-c759fdfc20ee => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1163] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:16:59 2026] DELETE /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:59.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d9f7b90-4dd6-42b3-a9c5-8776c680f8a9 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1164] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:16:59 2026] GET /v2.0/subnets/2c1922e7-d385-4c7b-b2ae-cf951308a755 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:59.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-e364d93d-e190-4e9a-b6a5-ffb20f3a3994 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 870b3c7c-a570-439b-8f09-85a445442276 2026-07-31 01:16:59.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e364d93d-e190-4e9a-b6a5-ffb20f3a3994 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 870b3c7c-a570-439b-8f09-85a445442276 [pid: 8|app: 0|req: 572/1165] 10.0.0.155 () {32 vars in 726 bytes} [Fri Jul 31 01:16:59 2026] DELETE /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:00.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0243a56-508f-4614-86a4-8a48dd494b20 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 594/1166] 10.0.0.155 () {32 vars in 723 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/networks/c4eefade-df41-4cfa-8f7d-e9fe190a91c5 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1167] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:17:00 2026] DELETE /v2.0/subnets/87f36560-b726-470e-9400-7dd2cf4719f9 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:00.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07839bba-fee2-4b70-ab8c-72a279ef11b1 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 595/1168] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/subnets/87f36560-b726-470e-9400-7dd2cf4719f9 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1169] 10.0.0.155 () {32 vars in 724 bytes} [Fri Jul 31 01:17:00 2026] DELETE /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:00.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-970781c3-5149-4cad-983f-01418a114eba d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1170] 10.0.0.155 () {32 vars in 721 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/subnets/63fabd94-2137-4ca6-842b-df208fafd9ac => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:00.543 8 INFO neutron.services.segments.plugin [-] Segment 887c4e03-6797-41e5-927f-0db05ad90b87 resource provider aggregate not found 2026-07-31 01:17:00.568 8 INFO neutron.services.segments.plugin [-] Segment 887c4e03-6797-41e5-927f-0db05ad90b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 887c4e03-6797-41e5-927f-0db05ad90b87 found for delete ", "request_id": "req-02c5bd04-56de-4bf8-b3e8-9c1f8a24ada8"}]} 2026-07-31 01:17:00.594 8 INFO neutron.services.segments.plugin [-] Segment 887c4e03-6797-41e5-927f-0db05ad90b87 resource provider aggregate not found 2026-07-31 01:17:00.601 8 INFO neutron.services.segments.plugin [-] Segment b8b36670-0d96-479f-bec6-72a02573f039 resource provider aggregate not found 2026-07-31 01:17:00.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-a49a9465-5402-4098-936f-5a4fc9f96005 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] TaaS: Handle Delete Port: 5ac12c5d-afa1-49da-ba30-e87a424386f4 2026-07-31 01:17:00.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a49a9465-5402-4098-936f-5a4fc9f96005 d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] Tap Mirror: Handle Delete Port: 5ac12c5d-afa1-49da-ba30-e87a424386f4 2026-07-31 01:17:00.617 8 INFO neutron.services.segments.plugin [-] Segment 887c4e03-6797-41e5-927f-0db05ad90b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 887c4e03-6797-41e5-927f-0db05ad90b87 found for delete ", "request_id": "req-38a00b59-3b9b-4e65-81b2-07d3ac942542"}]} 2026-07-31 01:17:00.618 8 INFO neutron.services.segments.plugin [-] Segment b8b36670-0d96-479f-bec6-72a02573f039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b36670-0d96-479f-bec6-72a02573f039 found for delete ", "request_id": "req-32f92380-9dea-43a9-a7f1-ac8f7acab834"}]} 2026-07-31 01:17:00.638 8 INFO neutron.services.segments.plugin [-] Segment b8b36670-0d96-479f-bec6-72a02573f039 resource provider aggregate not found 2026-07-31 01:17:00.664 8 INFO neutron.services.segments.plugin [-] Segment b8b36670-0d96-479f-bec6-72a02573f039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b36670-0d96-479f-bec6-72a02573f039 found for delete ", "request_id": "req-c1a3ef10-b1fd-4f2b-8bbb-cc123ae4959c"}]} [pid: 8|app: 0|req: 575/1173] 10.0.0.155 () {32 vars in 726 bytes} [Fri Jul 31 01:17:00 2026] DELETE /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:00.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73277081-5cad-4a73-b178-9dac9ff3fece d6c5219ffba8440aabee9e2a13c51166 ae7d26af075c47819245839df2457844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 599/1174] 10.0.0.155 () {32 vars in 723 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/networks/8ca7c660-1135-41f2-bb56-4d3ef21608eb => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:02.642 8 INFO neutron.services.segments.plugin [-] Segment b2c67429-9f78-4233-848d-7c248df68315 resource provider aggregate not found 2026-07-31 01:17:02.660 8 INFO neutron.services.segments.plugin [-] Segment b2c67429-9f78-4233-848d-7c248df68315 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c67429-9f78-4233-848d-7c248df68315 found for delete ", "request_id": "req-b97a830d-6bba-438b-acf7-14dfea2b3cff"}]} 2026-07-31 01:17:02.685 8 INFO neutron.services.segments.plugin [-] Segment b2c67429-9f78-4233-848d-7c248df68315 resource provider aggregate not found 2026-07-31 01:17:02.707 8 INFO neutron.services.segments.plugin [-] Segment b2c67429-9f78-4233-848d-7c248df68315 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c67429-9f78-4233-848d-7c248df68315 found for delete ", "request_id": "req-87d61c94-3893-4d6c-99ec-97e28ec8c358"}]} [pid: 8|app: 0|req: 576/1175] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:03 2026] GET /v2.0/security-groups?tenant_id=38b686ef15c24093820740faac436d5b&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1176] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:04 2026] DELETE /v2.0/security-groups/fd286a23-919e-42f9-9b76-46699448d177 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1177] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:04 2026] GET /v2.0/security-groups?tenant_id=d087e10473ee4ae1bd24327600f421a8&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1178] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:04 2026] DELETE /v2.0/security-groups/4cacba5f-f6c3-4995-89e9-476e963cfb10 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1179] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:05 2026] GET /v2.0/security-groups?tenant_id=f413c4d8322b4b6ba0bec8c347fd0fbb&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1180] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/security-groups/a1c59e15-6e85-4e8f-bc30-67867e428c14 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1181] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:05 2026] GET /v2.0/security-groups?tenant_id=b8a378f4729d4b3e931d9c2487266cf3&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1182] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/security-groups/f4e886fa-3cb7-4d1c-b0db-1a447246e289 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1183] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:06 2026] GET /v2.0/security-groups?tenant_id=ae7d26af075c47819245839df2457844&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1184] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:06 2026] DELETE /v2.0/security-groups/0642a911-86d5-4e6f-8aff-480bd4d440bb => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1185] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:06 2026] GET /v2.0/security-groups?tenant_id=6d2674934a5c45b982f8b76010d9280a&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1186] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:06 2026] DELETE /v2.0/security-groups/ccf14370-b911-4cf1-b136-9aab7bc309db => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1187] 10.0.0.155 () {32 vars in 774 bytes} [Fri Jul 31 01:17:07 2026] GET /v2.0/security-groups?tenant_id=1eb92f986cc94f0eb9897cee393432b1&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1188] 10.0.0.155 () {32 vars in 740 bytes} [Fri Jul 31 01:17:07 2026] DELETE /v2.0/security-groups/e2079f19-13ad-4e21-a301-400757867dd3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1189] 10.0.0.155 () {32 vars in 649 bytes} [Fri Jul 31 01:17:09 2026] GET /v2.0/networks => generated 1474 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1190] 10.0.0.155 () {32 vars in 655 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1191] 10.0.0.155 () {32 vars in 647 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1192] 10.0.0.155 () {32 vars in 643 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/ports => generated 3732 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1193] 10.0.0.155 () {32 vars in 647 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1194] 10.0.0.155 () {32 vars in 649 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/networks => generated 1474 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1195] 10.0.0.155 () {32 vars in 663 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/security-groups => generated 13350 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1196] 10.0.0.155 () {32 vars in 655 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)