+ 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 [Wed Jul 8 22:10:47 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-6cb64dc76c-4w44z machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f1bb9f91668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-08 22:10:51.509 7 INFO neutron.common.config [-] Logging enabled! 2026-07-08 22:10:51.510 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev31 2026-07-08 22:10:51.521 8 INFO neutron.common.config [-] Logging enabled! 2026-07-08 22:10:51.521 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev31 2026-07-08 22:10:52.512 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-08 22:10:52.655 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-08 22:10:53.956 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-08 22:10:53.958 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-08 22:10:53.962 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-08 22:10:53.963 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-08 22:10:53.963 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-08 22:10:53.963 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-08 22:10:53.964 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 22:10:53.972 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 22:10:53.972 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 22:10:53.972 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-08 22:10:53.994 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-08 22:10:53.995 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-08 22:10:53.995 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-08 22:10:54.047 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-08 22:10:54.047 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-08 22:10:54.047 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-08 22:10:54.047 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-08 22:10:54.087 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-08 22:10:54.090 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-08 22:10:54.094 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-08 22:10:54.095 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-08 22:10:54.095 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-08 22:10:54.096 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-08 22:10:54.096 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 22:10:54.105 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 22:10:54.105 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 22:10:54.105 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-08 22:10:54.127 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-08 22:10:54.128 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-08 22:10:54.128 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-08 22:10:54.178 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-08 22:10:54.178 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-08 22:10:54.178 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-08 22:10:54.179 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-08 22:10:54.350 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing driver for type 'vlan' 2026-07-08 22:10:54.462 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing driver for type 'vlan' 2026-07-08 22:10:54.619 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] VlanTypeDriver initialization complete 2026-07-08 22:10:54.620 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing driver for type 'vxlan' 2026-07-08 22:10:54.620 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-08 22:10:54.632 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-08 22:10:54.632 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-08 22:10:54.632 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing extension driver 'port_security' 2026-07-08 22:10:54.632 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-08 22:10:54.632 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing extension driver 'qos' 2026-07-08 22:10:54.633 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-08 22:10:54.633 8 INFO neutron.plugins.ml2.managers [None req-c2934002-bd88-4e31-b7b0-0cd66440d348 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-08 22:10:54.647 8 INFO neutron.quota [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded quota_driver: . 2026-07-08 22:10:54.647 8 INFO neutron.plugins.ml2.plugin [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Modular L2 Plugin initialization complete 2026-07-08 22:10:54.647 8 INFO neutron.plugins.ml2.managers [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-08 22:10:54.647 8 INFO neutron.plugins.ml2.managers [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-08 22:10:54.647 8 INFO neutron.plugins.ml2.managers [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Got port-security extension from driver 'port_security' 2026-07-08 22:10:54.647 8 INFO neutron.extensions.vlantransparent [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Disabled vlantransparent extension. 2026-07-08 22:10:54.648 8 INFO neutron.extensions.qinq [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Disabled VLAN QinQ extension. 2026-07-08 22:10:54.648 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: qos 2026-07-08 22:10:54.660 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: router 2026-07-08 22:10:54.705 8 INFO neutron.services.service_base [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-08 22:10:54.705 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: segments 2026-07-08 22:10:54.740 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] VlanTypeDriver initialization complete 2026-07-08 22:10:54.740 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing driver for type 'vxlan' 2026-07-08 22:10:54.741 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-08 22:10:54.755 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-08 22:10:54.755 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-08 22:10:54.755 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing extension driver 'port_security' 2026-07-08 22:10:54.755 7 INFO neutron.plugins.ml2.extensions.port_security [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-08 22:10:54.756 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing extension driver 'qos' 2026-07-08 22:10:54.756 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-08 22:10:54.756 7 INFO neutron.plugins.ml2.managers [None req-6ea283d3-8c04-49f6-bebf-b394f4606cc6 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-08 22:10:54.770 7 INFO neutron.quota [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded quota_driver: . 2026-07-08 22:10:54.771 7 INFO neutron.plugins.ml2.plugin [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Modular L2 Plugin initialization complete 2026-07-08 22:10:54.771 7 INFO neutron.plugins.ml2.managers [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-08 22:10:54.771 7 INFO neutron.plugins.ml2.managers [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-08 22:10:54.771 7 INFO neutron.plugins.ml2.managers [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-08 22:10:54.771 7 INFO neutron.extensions.vlantransparent [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Disabled vlantransparent extension. 2026-07-08 22:10:54.771 7 INFO neutron.extensions.qinq [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Disabled VLAN QinQ extension. 2026-07-08 22:10:54.772 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: qos 2026-07-08 22:10:54.784 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: router 2026-07-08 22:10:54.802 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: trunk 2026-07-08 22:10:54.816 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: vpnaas 2026-07-08 22:10:54.829 7 INFO neutron.services.service_base [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-08 22:10:54.829 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: segments 2026-07-08 22:10:54.854 8 WARNING stevedore.named [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-08 22:10:54.854 8 WARNING stevedore.named [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 22:10:54.926 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: trunk 2026-07-08 22:10:54.929 8 INFO neutron_vpnaas.services.vpn.plugin [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-08 22:10:54.929 8 INFO neutron.common.utils [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-08 22:10:54.929 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: taas 2026-07-08 22:10:54.940 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: vpnaas 2026-07-08 22:10:54.954 8 WARNING stevedore.named [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 22:10:54.979 7 WARNING stevedore.named [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-08 22:10:54.979 7 WARNING stevedore.named [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 22:10:54.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-08 22:10:54.981 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: tapmirror 2026-07-08 22:10:54.992 8 WARNING stevedore.named [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 22:10:55.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-08 22:10:55.009 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: auto_allocate 2026-07-08 22:10:55.016 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: tag 2026-07-08 22:10:55.024 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: timestamp 2026-07-08 22:10:55.028 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: network_ip_availability 2026-07-08 22:10:55.033 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: flavors 2026-07-08 22:10:55.036 8 INFO neutron.manager [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loading Plugin: revisions 2026-07-08 22:10:55.040 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Initializing extension manager. 2026-07-08 22:10:55.041 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: address-group 2026-07-08 22:10:55.042 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: address-scope 2026-07-08 22:10:55.043 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-08 22:10:55.044 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: agent 2026-07-08 22:10:55.044 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: agent-resources-synced 2026-07-08 22:10:55.046 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: allowed-address-pairs 2026-07-08 22:10:55.047 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: auto-allocated-topology 2026-07-08 22:10:55.047 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: availability_zone 2026-07-08 22:10:55.048 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: availability_zone_filter 2026-07-08 22:10:55.049 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-08 22:10:55.049 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: default-subnetpools 2026-07-08 22:10:55.051 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-08 22:10:55.051 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: dns-integration 2026-07-08 22:10:55.052 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: dns-domain-ports 2026-07-08 22:10:55.052 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-08 22:10:55.053 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: dvr 2026-07-08 22:10:55.053 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-08 22:10:55.054 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: empty-string-filtering 2026-07-08 22:10:55.054 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-08 22:10:55.055 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-08 22:10:55.055 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: external-net 2026-07-08 22:10:55.056 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-08 22:10:55.056 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: extraroute 2026-07-08 22:10:55.057 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: extraroute-atomic 2026-07-08 22:10:55.057 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-08 22:10:55.058 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-08 22:10:55.058 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-08 22:10:55.059 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-08 22:10:55.059 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: fip-port-details 2026-07-08 22:10:55.060 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: flavors 2026-07-08 22:10:55.063 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-08 22:10:55.064 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: floatingip-pools 2026-07-08 22:10:55.064 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: ip_allocation 2026-07-08 22:10:55.065 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: ip-substring-filtering 2026-07-08 22:10:55.065 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: l2_adjacency 2026-07-08 22:10:55.066 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: router 2026-07-08 22:10:55.068 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-08 22:10:55.069 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-08 22:10:55.069 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-08 22:10:55.070 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: ext-gw-mode 2026-07-08 22:10:55.070 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: l3-ha 2026-07-08 22:10:55.071 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-08 22:10:55.072 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-08 22:10:55.072 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: l3-flavors 2026-07-08 22:10:55.074 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-08 22:10:55.074 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-08 22:10:55.076 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-08 22:10:55.080 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-08 22:10:55.081 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-08 22:10:55.083 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-08 22:10:55.083 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-08 22:10:55.086 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: multi-provider 2026-07-08 22:10:55.087 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: net-mtu 2026-07-08 22:10:55.087 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: net-mtu-writable 2026-07-08 22:10:55.088 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: network_availability_zone 2026-07-08 22:10:55.090 7 INFO neutron_vpnaas.services.vpn.plugin [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-08 22:10:55.090 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: network_ha 2026-07-08 22:10:55.090 7 INFO neutron.common.utils [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-08 22:10:55.091 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: taas 2026-07-08 22:10:55.092 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: network-ip-availability 2026-07-08 22:10:55.095 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-08 22:10:55.097 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: pagination 2026-07-08 22:10:55.097 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-device-profile 2026-07-08 22:10:55.099 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-08 22:10:55.100 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-08 22:10:55.100 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-08 22:10:55.101 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-mac-override 2026-07-08 22:10:55.102 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-08 22:10:55.103 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-08 22:10:55.103 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-08 22:10:55.104 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-resource-request 2026-07-08 22:10:55.104 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-resource-request-groups 2026-07-08 22:10:55.105 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-08 22:10:55.105 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: binding 2026-07-08 22:10:55.107 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: binding-extended 2026-07-08 22:10:55.107 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-security 2026-07-08 22:10:55.108 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: project-id 2026-07-08 22:10:55.108 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: provider 2026-07-08 22:10:55.109 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-08 22:10:55.113 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos 2026-07-08 22:10:55.114 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-08 22:10:55.115 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-08 22:10:55.115 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-default 2026-07-08 22:10:55.116 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-fip 2026-07-08 22:10:55.116 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-08 22:10:55.117 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-gateway-ip 2026-07-08 22:10:55.117 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-port-network-policy 2026-07-08 22:10:55.118 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-pps-minimum 2026-07-08 22:10:55.118 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-08 22:10:55.119 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-pps 2026-07-08 22:10:55.120 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-rule-type-details 2026-07-08 22:10:55.120 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-08 22:10:55.121 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: qos-rules-alias 2026-07-08 22:10:55.121 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: quota-check-limit 2026-07-08 22:10:55.121 7 WARNING stevedore.named [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 22:10:55.122 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: quota-check-limit-default 2026-07-08 22:10:55.124 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: quotas 2026-07-08 22:10:55.125 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: quota_details 2026-07-08 22:10:55.127 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: rbac-policies 2026-07-08 22:10:55.127 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: rbac-address-group 2026-07-08 22:10:55.128 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: rbac-address-scope 2026-07-08 22:10:55.128 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: rbac-security-groups 2026-07-08 22:10:55.129 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: rbac-subnetpool 2026-07-08 22:10:55.129 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: revision-if-match 2026-07-08 22:10:55.130 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: standard-attr-revisions 2026-07-08 22:10:55.131 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: router_availability_zone 2026-07-08 22:10:55.131 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-08 22:10:55.133 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: security-groups-default-rules 2026-07-08 22:10:55.133 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-08 22:10:55.134 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-08 22:10:55.134 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-08 22:10:55.135 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-08 22:10:55.135 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-08 22:10:55.141 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: security-group 2026-07-08 22:10:55.142 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: segment 2026-07-08 22:10:55.142 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-08 22:10:55.143 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: service-type 2026-07-08 22:10:55.143 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: sorting 2026-07-08 22:10:55.144 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: standard-attr-segment 2026-07-08 22:10:55.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-08 22:10:55.144 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: tapmirror 2026-07-08 22:10:55.144 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: standard-attr-description 2026-07-08 22:10:55.145 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: stateful-security-group 2026-07-08 22:10:55.146 8 WARNING neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-08 22:10:55.146 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-08 22:10:55.147 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: subnet-external-network 2026-07-08 22:10:55.147 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: subnet_onboard 2026-07-08 22:10:55.148 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-08 22:10:55.148 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: subnet-service-types 2026-07-08 22:10:55.149 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: subnet_allocation 2026-07-08 22:10:55.150 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-08 22:10:55.150 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: tag-creation 2026-07-08 22:10:55.151 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-08 22:10:55.154 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: standard-attr-tag 2026-07-08 22:10:55.155 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-08 22:10:55.156 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: trunk 2026-07-08 22:10:55.156 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: trunk-details 2026-07-08 22:10:55.157 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-08 22:10:55.157 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-08 22:10:55.157 7 WARNING stevedore.named [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 22:10:55.158 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-08 22:10:55.158 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-08 22:10:55.160 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-08 22:10:55.163 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-08 22:10:55.164 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: vpn-flavors 2026-07-08 22:10:55.165 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: vpnaas 2026-07-08 22:10:55.167 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: taas 2026-07-08 22:10:55.168 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: tap-mirror 2026-07-08 22:10:55.168 8 INFO neutron.api.extensions [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Loaded extension: taas-vlan-filter 2026-07-08 22:10:55.171 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-08 22:10:55.171 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-08 22:10:55.171 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.171 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-08 22:10:55.175 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-08 22:10:55.175 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-08 22:10:55.180 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-08 22:10:55.181 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-08 22:10:55.181 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-08 22:10:55.182 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.182 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.182 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.182 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.183 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-08 22:10:55.183 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.184 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.184 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-08 22:10:55.185 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-08 22:10:55.185 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-08 22:10:55.185 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.186 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ipsecpolicy is already registered 2026-07-08 22:10:55.186 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.186 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ikepolicy is already registered 2026-07-08 22:10:55.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-08 22:10:55.186 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: auto_allocate 2026-07-08 22:10:55.190 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-08 22:10:55.191 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] router is already registered 2026-07-08 22:10:55.191 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-08 22:10:55.191 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] floatingip is already registered 2026-07-08 22:10:55.195 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-08 22:10:55.195 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] rbac_policy is already registered 2026-07-08 22:10:55.196 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-08 22:10:55.196 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: tag 2026-07-08 22:10:55.196 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] security_group is already registered 2026-07-08 22:10:55.196 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-08 22:10:55.196 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] security_group_rule is already registered 2026-07-08 22:10:55.197 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.197 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.198 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.198 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.198 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-08 22:10:55.198 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] trunk is already registered 2026-07-08 22:10:55.199 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.199 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ikepolicy is already registered 2026-07-08 22:10:55.199 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.199 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ipsecpolicy is already registered 2026-07-08 22:10:55.200 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-08 22:10:55.200 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] endpoint_group is already registered 2026-07-08 22:10:55.200 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-08 22:10:55.201 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] vpnservice is already registered 2026-07-08 22:10:55.201 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-08 22:10:55.201 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ipsec_site_connection is already registered 2026-07-08 22:10:55.201 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.202 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ipsecpolicy is already registered 2026-07-08 22:10:55.202 8 INFO neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.202 8 WARNING neutron.quota.resource_registry [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] ikepolicy is already registered 2026-07-08 22:10:55.205 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: timestamp 2026-07-08 22:10:55.208 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: network_ip_availability 2026-07-08 22:10:55.213 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: flavors 2026-07-08 22:10:55.216 7 INFO neutron.manager [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loading Plugin: revisions 2026-07-08 22:10:55.221 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Initializing extension manager. 2026-07-08 22:10:55.223 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: address-group 2026-07-08 22:10:55.224 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: address-scope 2026-07-08 22:10:55.224 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-08 22:10:55.225 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: agent 2026-07-08 22:10:55.226 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: agent-resources-synced 2026-07-08 22:10:55.227 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-08 22:10:55.228 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-08 22:10:55.229 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: availability_zone 2026-07-08 22:10:55.230 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: availability_zone_filter 2026-07-08 22:10:55.230 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-08 22:10:55.231 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: default-subnetpools 2026-07-08 22:10:55.232 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-08 22:10:55.233 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: dns-integration 2026-07-08 22:10:55.234 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: dns-domain-ports 2026-07-08 22:10:55.235 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-08 22:10:55.235 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: dvr 2026-07-08 22:10:55.236 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-08 22:10:55.236 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: empty-string-filtering 2026-07-08 22:10:55.237 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-08 22:10:55.237 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-08 22:10:55.238 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: external-net 2026-07-08 22:10:55.238 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-08 22:10:55.239 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: extraroute 2026-07-08 22:10:55.240 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: extraroute-atomic 2026-07-08 22:10:55.240 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-08 22:10:55.241 8 WARNING keystonemiddleware._common.config [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-08 22:10:55.241 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-08 22:10:55.241 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-08 22:10:55.242 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-08 22:10:55.242 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: fip-port-details 2026-07-08 22:10:55.243 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: flavors 2026-07-08 22:10:55.244 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-08 22:10:55.245 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: floatingip-pools 2026-07-08 22:10:55.246 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: ip_allocation 2026-07-08 22:10:55.246 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-08 22:10:55.247 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: l2_adjacency 2026-07-08 22:10:55.247 8 WARNING oslo_config.cfg [None req-dbb09f26-c307-42c5-bb01-77976b717b3b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-08 22:10:55.248 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: router WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1bb9f91668 pid: 8 (default app) 2026-07-08 22:10:55.250 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-08 22:10:55.251 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-08 22:10:55.251 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-08 22:10:55.252 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: ext-gw-mode 2026-07-08 22:10:55.252 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: l3-ha 2026-07-08 22:10:55.253 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-08 22:10:55.253 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-08 22:10:55.254 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: l3-flavors 2026-07-08 22:10:55.255 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-08 22:10:55.255 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-08 22:10:55.257 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-08 22:10:55.259 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-08 22:10:55.260 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-08 22:10:55.261 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-08 22:10:55.262 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-08 22:10:55.262 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: multi-provider 2026-07-08 22:10:55.263 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: net-mtu 2026-07-08 22:10:55.263 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: net-mtu-writable 2026-07-08 22:10:55.264 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: network_availability_zone 2026-07-08 22:10:55.264 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: network_ha 2026-07-08 22:10:55.265 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: network-ip-availability 2026-07-08 22:10:55.268 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-08 22:10:55.268 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: pagination 2026-07-08 22:10:55.269 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-device-profile 2026-07-08 22:10:55.269 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-08 22:10:55.270 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-08 22:10:55.270 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-08 22:10:55.271 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-mac-override 2026-07-08 22:10:55.271 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-08 22:10:55.272 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-08 22:10:55.273 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-08 22:10:55.274 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-resource-request 2026-07-08 22:10:55.274 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-08 22:10:55.275 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-08 22:10:55.276 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: binding 2026-07-08 22:10:55.277 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: binding-extended 2026-07-08 22:10:55.278 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-security 2026-07-08 22:10:55.278 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: project-id 2026-07-08 22:10:55.279 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: provider 2026-07-08 22:10:55.280 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-08 22:10:55.282 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos 2026-07-08 22:10:55.283 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-08 22:10:55.284 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-08 22:10:55.284 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-default 2026-07-08 22:10:55.285 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-fip 2026-07-08 22:10:55.285 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-08 22:10:55.286 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-08 22:10:55.286 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-08 22:10:55.287 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-08 22:10:55.288 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-08 22:10:55.288 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-pps 2026-07-08 22:10:55.289 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-08 22:10:55.290 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-08 22:10:55.290 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: qos-rules-alias 2026-07-08 22:10:55.291 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: quota-check-limit 2026-07-08 22:10:55.291 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-08 22:10:55.294 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: quotas 2026-07-08 22:10:55.295 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: quota_details 2026-07-08 22:10:55.297 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: rbac-policies 2026-07-08 22:10:55.298 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: rbac-address-group 2026-07-08 22:10:55.298 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: rbac-address-scope 2026-07-08 22:10:55.299 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: rbac-security-groups 2026-07-08 22:10:55.299 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-08 22:10:55.300 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: revision-if-match 2026-07-08 22:10:55.301 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-08 22:10:55.301 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: router_availability_zone 2026-07-08 22:10:55.302 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-08 22:10:55.304 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-08 22:10:55.304 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-08 22:10:55.305 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-08 22:10:55.305 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-08 22:10:55.306 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-08 22:10:55.307 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-08 22:10:55.312 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: security-group 2026-07-08 22:10:55.313 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: segment 2026-07-08 22:10:55.313 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-08 22:10:55.314 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: service-type 2026-07-08 22:10:55.315 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: sorting 2026-07-08 22:10:55.315 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: standard-attr-segment 2026-07-08 22:10:55.316 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: standard-attr-description 2026-07-08 22:10:55.317 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: stateful-security-group 2026-07-08 22:10:55.317 7 WARNING neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-08 22:10:55.318 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-08 22:10:55.318 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: subnet-external-network 2026-07-08 22:10:55.319 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: subnet_onboard 2026-07-08 22:10:55.319 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-08 22:10:55.320 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: subnet-service-types 2026-07-08 22:10:55.321 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: subnet_allocation 2026-07-08 22:10:55.321 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-08 22:10:55.322 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: tag-creation 2026-07-08 22:10:55.322 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-08 22:10:55.326 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: standard-attr-tag 2026-07-08 22:10:55.327 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-08 22:10:55.328 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: trunk 2026-07-08 22:10:55.329 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: trunk-details 2026-07-08 22:10:55.329 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-08 22:10:55.330 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-08 22:10:55.330 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-08 22:10:55.331 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-08 22:10:55.333 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-08 22:10:55.335 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-08 22:10:55.335 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: vpn-flavors 2026-07-08 22:10:55.337 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: vpnaas 2026-07-08 22:10:55.338 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: taas 2026-07-08 22:10:55.340 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: tap-mirror 2026-07-08 22:10:55.340 7 INFO neutron.api.extensions [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-08 22:10:55.343 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-08 22:10:55.343 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-08 22:10:55.343 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.343 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-08 22:10:55.349 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-08 22:10:55.349 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-08 22:10:55.354 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-08 22:10:55.355 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-08 22:10:55.356 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-08 22:10:55.356 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.357 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.357 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.357 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.358 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-08 22:10:55.358 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.359 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.359 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-08 22:10:55.360 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-08 22:10:55.360 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-08 22:10:55.361 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.361 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ipsecpolicy is already registered 2026-07-08 22:10:55.361 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.361 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ikepolicy is already registered 2026-07-08 22:10:55.366 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-08 22:10:55.366 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] router is already registered 2026-07-08 22:10:55.367 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-08 22:10:55.367 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] floatingip is already registered 2026-07-08 22:10:55.371 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-08 22:10:55.371 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] rbac_policy is already registered 2026-07-08 22:10:55.372 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-08 22:10:55.372 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] security_group is already registered 2026-07-08 22:10:55.372 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-08 22:10:55.373 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] security_group_rule is already registered 2026-07-08 22:10:55.374 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.374 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.375 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-08 22:10:55.375 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] subnetpool is already registered 2026-07-08 22:10:55.376 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-08 22:10:55.376 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] trunk is already registered 2026-07-08 22:10:55.377 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.378 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ikepolicy is already registered 2026-07-08 22:10:55.379 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.379 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ipsecpolicy is already registered 2026-07-08 22:10:55.380 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-08 22:10:55.380 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] endpoint_group is already registered 2026-07-08 22:10:55.381 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-08 22:10:55.381 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] vpnservice is already registered 2026-07-08 22:10:55.381 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-08 22:10:55.382 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ipsec_site_connection is already registered 2026-07-08 22:10:55.382 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-08 22:10:55.382 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ipsecpolicy is already registered 2026-07-08 22:10:55.383 7 INFO neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-08 22:10:55.383 7 WARNING neutron.quota.resource_registry [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] ikepolicy is already registered 2026-07-08 22:10:55.426 7 WARNING keystonemiddleware._common.config [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-08 22:10:55.434 7 WARNING oslo_config.cfg [None req-2ca93e88-6143-465c-a1fa-ca260e2f0455 - - - - - -] 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 0x7f1bb9f91668 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-08 22:11:00.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46f70b84-e881-4d91-8dcb-70724d6ba963 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:00 2026] GET /v2.0/networks/public => generated 108 bytes in 762 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:11:01.639 8 WARNING neutron.services.revisions.revision_plugin [None req-df1e1459-88f7-46f4-b998-65cc70728ce6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Could not find related network for resource to bump revision. 2026-07-08 22:11:01.660 8 INFO neutron.db.segments_db [None req-df1e1459-88f7-46f4-b998-65cc70728ce6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 56da48fb-d8f9-457e-b5a8-7d0977d39395 of type flat for network 766e6972-e689-4b22-9c9a-67b37d4d2d23 2026-07-08 22:11:01.709 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df1e1459-88f7-46f4-b998-65cc70728ce6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.181 () {48 vars in 968 bytes} [Wed Jul 8 22:11:01 2026] POST /v2.0/networks => generated 124 bytes in 464 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:11:07.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3e4dd77-0288-427d-b4da-bcff9af184ab b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:07 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:11:08.224 7 WARNING neutron.services.revisions.revision_plugin [None req-2653b890-1825-457c-bfdc-74824f832b45 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Could not find related network for resource to bump revision. 2026-07-08 22:11:08.248 7 INFO neutron.db.segments_db [None req-2653b890-1825-457c-bfdc-74824f832b45 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment d5b4dca2-68c4-4b26-9aba-33ecf0b6156a of type flat for network 7e2053b4-ca09-49ed-879c-bf4dd7ee536a 2026-07-08 22:11:08.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2653b890-1825-457c-bfdc-74824f832b45 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.19.213.181 () {48 vars in 968 bytes} [Wed Jul 8 22:11:07 2026] POST /v2.0/networks => generated 124 bytes in 451 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:11:14.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0a263c7-ecf4-4eb6-8058-5d109a8e74f5 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:14 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:14 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-08 22:11:14.280 8 WARNING neutron.services.revisions.revision_plugin [None req-bfa9996d-9ab3-4ce8-b032-0ce7b8a52e9d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Could not find related network for resource to bump revision. 2026-07-08 22:11:14.292 8 INFO neutron.db.segments_db [None req-bfa9996d-9ab3-4ce8-b032-0ce7b8a52e9d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment a51fda5d-7d9f-40d5-97dc-21a2a641f260 of type flat for network 0cddc63a-6084-4c33-8d33-268fbc8a1334 2026-07-08 22:11:14.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfa9996d-9ab3-4ce8-b032-0ce7b8a52e9d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/12] 199.19.213.181 () {48 vars in 968 bytes} [Wed Jul 8 22:11:14 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:11:20.189 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93d9f626-63a7-45cb-a05a-87ca53d735c3 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:20 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/14] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:11:20.271 7 WARNING neutron.services.revisions.revision_plugin [None req-a8b57fa8-9472-404c-b583-a756cd931c51 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Could not find related network for resource to bump revision. 2026-07-08 22:11:20.291 7 INFO neutron.db.segments_db [None req-a8b57fa8-9472-404c-b583-a756cd931c51 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 7ac023f2-36f7-464d-a6b6-5ae5d36e6942 of type flat for network 3c0ef053-73db-45a8-bcd2-c8cf20e68e18 2026-07-08 22:11:20.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8b57fa8-9472-404c-b583-a756cd931c51 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 199.19.213.181 () {48 vars in 968 bytes} [Wed Jul 8 22:11:20 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:11:26.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-803ae4e4-10ab-4884-aacd-bfb82d41efda b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:26 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/18] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:11:26.209 7 WARNING neutron.services.revisions.revision_plugin [None req-68bb8722-6831-4190-971c-4c6cb3656357 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Could not find related network for resource to bump revision. 2026-07-08 22:11:26.226 7 INFO neutron.db.segments_db [None req-68bb8722-6831-4190-971c-4c6cb3656357 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment b0d37d95-b477-4530-8f84-5f29897dbe81 of type flat for network 2dffaa61-27e1-40ad-9570-9951a3908596 2026-07-08 22:11:26.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68bb8722-6831-4190-971c-4c6cb3656357 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/19] 199.19.213.181 () {48 vars in 968 bytes} [Wed Jul 8 22:11:26 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:11:32.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c680c3e3-c2bf-4cb7-84b9-cc06be84c591 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:32 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/21] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:11:32.192 8 WARNING neutron.services.revisions.revision_plugin [None req-fb2bf28b-c0bd-4e02-af34-4715f3ba687b b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Could not find related network for resource to bump revision. 2026-07-08 22:11:32.209 8 INFO neutron.db.segments_db [None req-fb2bf28b-c0bd-4e02-af34-4715f3ba687b b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 4eca24db-b27d-482b-a02d-2ad29eb874d7 of type flat for network c5a5e55f-beb6-4883-a919-7e54476ba2da [pid: 8|app: 0|req: 13/22] 199.19.213.181 () {48 vars in 968 bytes} [Wed Jul 8 22:11:32 2026] POST /v2.0/networks => generated 706 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:11:33.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f07108c-f1b9-4a29-899c-1fa131723b93 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:11:33 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/24] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:11:33 2026] GET /v2.0/networks?name=public => generated 709 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:11:33.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34d0bb49-70ea-41e7-9e7f-4e9e96543ab5 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/25] 199.19.213.181 () {44 vars in 1035 bytes} [Wed Jul 8 22:11:33 2026] GET /v2.0/subnets/public-subnet?network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/26] 199.19.213.181 () {44 vars in 1058 bytes} [Wed Jul 8 22:11:33 2026] GET /v2.0/subnets?name=public-subnet&network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.19.213.181 () {48 vars in 966 bytes} [Wed Jul 8 22:11:33 2026] POST /v2.0/subnets => generated 664 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:16:13.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-760a8df9-cd25-4d9b-8146-894ca8a94058 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/65] 199.19.213.181 () {44 vars in 938 bytes} [Wed Jul 8 22:16:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/66] 199.19.213.181 () {44 vars in 960 bytes} [Wed Jul 8 22:16:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:16:13.558 8 INFO neutron.db.segments_db [None req-483bce77-8da9-4bec-9c02-ace83734e5c6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment cd706758-8479-47fc-9e47-c8a4f016fe12 of type vxlan for network 4f62102e-bbc5-410d-92fb-73617c2d0d56 [pid: 8|app: 0|req: 36/67] 199.19.213.181 () {48 vars in 967 bytes} [Wed Jul 8 22:16:13 2026] POST /v2.0/networks => generated 707 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:16:14.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ce724e-c821-4fb5-b169-dd2723cb9416 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/68] 199.19.213.181 () {44 vars in 938 bytes} [Wed Jul 8 22:16:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/69] 199.19.213.181 () {44 vars in 960 bytes} [Wed Jul 8 22:16:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:16:14.600 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffdb3b96-0f3a-46b4-99e7-973aff670a75 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/70] 199.19.213.181 () {44 vars in 1037 bytes} [Wed Jul 8 22:16:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/71] 199.19.213.181 () {44 vars in 1060 bytes} [Wed Jul 8 22:16:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/72] 199.19.213.181 () {48 vars in 966 bytes} [Wed Jul 8 22:16:14 2026] POST /v2.0/subnets => generated 651 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:16:15.915 8 INFO neutron.api.v2.resource [None req-1fdff005-98fe-4791-8611-bb084264e6ab b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/73] 199.19.213.181 () {44 vars in 972 bytes} [Wed Jul 8 22:16:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/74] 199.19.213.181 () {44 vars in 994 bytes} [Wed Jul 8 22:16:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/75] 199.19.213.181 () {48 vars in 981 bytes} [Wed Jul 8 22:16:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/76] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:17 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/77] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:17 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/78] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:17 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/79] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/80] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:18 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 2230 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/81] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:18 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/82] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:18 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/83] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/84] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:19 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/85] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:19 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:19 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => 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: 46/87] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:20 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 3462 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:20 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 3462 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:20 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:21 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/93] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:21 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/94] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:21 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.19.213.181 () {44 vars in 988 bytes} [Wed Jul 8 22:16:23 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:16:23.181 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ff96659-3955-4069-b0d1-f7335d009b0a b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/99] 199.19.213.181 () {44 vars in 1077 bytes} [Wed Jul 8 22:16:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/100] 199.19.213.181 () {44 vars in 1100 bytes} [Wed Jul 8 22:16:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => 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: 53/101] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:23 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 199.19.213.181 () {48 vars in 962 bytes} [Wed Jul 8 22:16:23 2026] POST /v2.0/ports => generated 1096 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-08 22:16:30.211 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b7e32af-48c9-4663-9497-81f9c2e4fe82 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/103] 199.19.213.181 () {44 vars in 980 bytes} [Wed Jul 8 22:16:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 39 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: 50/104] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/105] 199.19.213.181 () {48 vars in 1032 bytes} [Wed Jul 8 22:16:30 2026] PUT /v2.0/ports/00aa0d60-aebe-4cd9-9490-e8204a112e92 => generated 1245 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.19.213.181 () {44 vars in 921 bytes} [Wed Jul 8 22:16:32 2026] GET /v2.0/ports => generated 3726 bytes in 97 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-08 22:16:33.446 8 INFO neutron.api.v2.resource [None req-e0aa99c8-3d8e-40f3-879f-a4066e5e7347 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/107] 199.19.213.181 () {44 vars in 960 bytes} [Wed Jul 8 22:16:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.19.213.181 () {44 vars in 982 bytes} [Wed Jul 8 22:16:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 199.19.213.181 () {48 vars in 981 bytes} [Wed Jul 8 22:16:33 2026] POST /v2.0/security-groups => generated 1610 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:34 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 1610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:34 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/112] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:34 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:34 2026] POST /v2.0/security-group-rules => generated 621 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:35 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/115] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:35 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:16:35 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:16:35 2026] POST /v2.0/security-group-rules => generated 625 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/128] 199.19.213.181 () {44 vars in 976 bytes} [Wed Jul 8 22:17:42 2026] GET /v2.0/quotas/dc5bee607a4d4f778f84dc1d3ee06d11 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/129] 199.19.213.181 () {48 vars in 1028 bytes} [Wed Jul 8 22:17:42 2026] PUT /v2.0/quotas/dc5bee607a4d4f778f84dc1d3ee06d11 => generated 291 bytes in 31 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-08 22:19:53.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a69691c-416b-4e88-945d-1a15a0f98457 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/148] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:19:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 168 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: 7|app: 0|req: 72/149] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:19:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:19:54.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4efa14d-4e9b-4ed5-8bb9-a573f24d8e9f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/150] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:19:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/151] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:19:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:26:56.231 7 INFO neutron.api.v2.resource [None req-dd2ebe85-afac-493c-b0e4-a29a77a2bc22 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/208] 199.19.213.181 () {44 vars in 1075 bytes} [Wed Jul 8 22:26:56 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 139 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 199.19.213.181 () {44 vars in 1098 bytes} [Wed Jul 8 22:26:56 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 23 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/210] 199.19.213.181 () {48 vars in 982 bytes} [Wed Jul 8 22:26:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/211] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:26:57 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:26:57 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:26:57 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:26:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:26:58 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/216] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:26:58 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/217] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:26:58 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/218] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:26:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/219] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:26:59 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/220] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:26:59 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/221] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:27:00 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/222] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:27:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/223] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:27:01 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 3460 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/224] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:27:01 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/225] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:27:01 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/226] 199.19.213.181 () {48 vars in 992 bytes} [Wed Jul 8 22:27:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/245] 199.19.213.181 () {30 vars in 740 bytes} [Wed Jul 8 22:29:15 2026] GET /v2.0/networks?tenant_id=61de20f373e14217a13e38dbdd5b57d5&shared=False => generated 15 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:29:15.394 7 INFO neutron.db.segments_db [None req-94e45cb9-f429-4dc1-b7d4-02e3b33cfbd8 7cd13b3f9c4748e8871374a993c7cace 61de20f373e14217a13e38dbdd5b57d5 - - 3e0494c073574d26b859eb3d987c9cac 3e0494c073574d26b859eb3d987c9cac] Added segment ae681e46-1cfb-4be5-8e79-255fb21e3bcc of type vxlan for network cbba9560-6b8b-4c45-bf0e-258b2d08060f [pid: 7|app: 0|req: 121/246] 199.19.213.181 () {34 vars in 682 bytes} [Wed Jul 8 22:29:15 2026] POST /v2.0/networks => generated 718 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/247] 199.19.213.181 () {30 vars in 722 bytes} [Wed Jul 8 22:29:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/248] 199.19.213.181 () {30 vars in 633 bytes} [Wed Jul 8 22:29:15 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: 127/249] 199.19.213.181 () {34 vars in 677 bytes} [Wed Jul 8 22:29:15 2026] POST /v2.0/ports => generated 999 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/250] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:29:15 2026] GET /v2.0/networks/cbba9560-6b8b-4c45-bf0e-258b2d08060f => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/251] 199.19.213.181 () {30 vars in 722 bytes} [Wed Jul 8 22:29:18 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/252] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:29:18 2026] GET /v2.0/networks/cbba9560-6b8b-4c45-bf0e-258b2d08060f => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/255] 199.19.213.181 () {44 vars in 976 bytes} [Wed Jul 8 22:29:34 2026] GET /v2.0/quotas/61de20f373e14217a13e38dbdd5b57d5 => 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: 130/256] 199.19.213.181 () {48 vars in 1028 bytes} [Wed Jul 8 22:29:35 2026] PUT /v2.0/quotas/61de20f373e14217a13e38dbdd5b57d5 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:41:25.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d02a018-53e5-4669-99d7-90ea8eba9237 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/353] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:41:25 2026] GET /v2.0/networks/public => generated 108 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/354] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:41:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:41:26.676 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecbf0d50-4a83-40a0-b9fc-0689a322c1c8 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/355] 199.19.213.181 () {44 vars in 928 bytes} [Wed Jul 8 22:41:26 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/356] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:41:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:41:26.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0476b745-9bee-423d-a792-809ef96d36c5 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/357] 199.19.213.181 () {44 vars in 1035 bytes} [Wed Jul 8 22:41:26 2026] GET /v2.0/subnets/public-subnet?network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/358] 199.19.213.181 () {44 vars in 1058 bytes} [Wed Jul 8 22:41:26 2026] GET /v2.0/subnets?name=public-subnet&network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:41:54.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5668d96-33b8-497f-9c9f-39f7ed12a4c1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/363] 199.19.213.181 () {44 vars in 938 bytes} [Wed Jul 8 22:41:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/364] 199.19.213.181 () {44 vars in 960 bytes} [Wed Jul 8 22:41:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:41:55.304 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05a08b08-c312-4e57-999e-5d78f068e9bf b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/365] 199.19.213.181 () {44 vars in 938 bytes} [Wed Jul 8 22:41:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/366] 199.19.213.181 () {44 vars in 960 bytes} [Wed Jul 8 22:41:55 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-08 22:41:55.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5be8504f-87fd-4cec-954c-614442356630 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/367] 199.19.213.181 () {44 vars in 1037 bytes} [Wed Jul 8 22:41:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/368] 199.19.213.181 () {44 vars in 1060 bytes} [Wed Jul 8 22:41:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:41:56.679 7 INFO neutron.api.v2.resource [None req-3d806584-df53-46c7-857b-de062cdbfe75 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/369] 199.19.213.181 () {44 vars in 972 bytes} [Wed Jul 8 22:41:56 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/370] 199.19.213.181 () {44 vars in 994 bytes} [Wed Jul 8 22:41:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:41:57 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/372] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:41:57 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/373] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:41:57 2026] GET /v2.0/security-group-rules/165d23d7-8475-401d-8415-c123268ed73d => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/374] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:41:58 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/375] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:41:58 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/376] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:41:58 2026] GET /v2.0/security-group-rules/25128bf4-288b-4b6a-80bb-d100283b2481 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/377] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:41:59 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/378] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:41:59 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/379] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:41:59 2026] GET /v2.0/security-group-rules/04ea86fd-16a9-4f78-a49c-95f70bdb1bdc => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/380] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:00 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/381] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:00 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/382] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:42:00 2026] GET /v2.0/security-group-rules/072b9d27-457b-44a8-9ac8-b4b39b9999d8 => 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: 190/383] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:01 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/384] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:01 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/385] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:42:01 2026] GET /v2.0/security-group-rules/d05049ef-3207-4185-a4ac-c7a327589ca3 => 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: 195/386] 199.19.213.181 () {44 vars in 988 bytes} [Wed Jul 8 22:42:03 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:42:03.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5e984cf-0460-491a-99b9-6b4da94a775a b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/387] 199.19.213.181 () {44 vars in 1077 bytes} [Wed Jul 8 22:42:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/388] 199.19.213.181 () {44 vars in 1100 bytes} [Wed Jul 8 22:42:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 1250 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/389] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:03 2026] GET /v2.0/security-groups/b4e06f6b-73e8-4808-9b4a-d9d9f473d2ff => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:42:11.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61b072ae-b743-4119-b35c-c70415b6ba1d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/392] 199.19.213.181 () {44 vars in 980 bytes} [Wed Jul 8 22:42:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.19.213.181 () {44 vars in 921 bytes} [Wed Jul 8 22:42:12 2026] GET /v2.0/ports => generated 4721 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:42:13.733 8 INFO neutron.api.v2.resource [None req-a3bdfa24-9238-4a9b-bba4-2dffbcb981eb b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/395] 199.19.213.181 () {44 vars in 960 bytes} [Wed Jul 8 22:42:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.19.213.181 () {44 vars in 982 bytes} [Wed Jul 8 22:42:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:14 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:14 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2882 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:42:14 2026] GET /v2.0/security-group-rules/b922abbc-a1da-4cf0-87ed-df2e761ed4bd => generated 621 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:15 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/401] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:42:15 2026] GET /v2.0/security-groups/9b280a39-8be1-4f4f-a237-5bb75607324c => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:42:15 2026] GET /v2.0/security-group-rules/6f6ca8f4-f174-4b22-9f60-48a6d5ee7445 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 199.19.213.181 () {44 vars in 976 bytes} [Wed Jul 8 22:42:28 2026] GET /v2.0/quotas/dc5bee607a4d4f778f84dc1d3ee06d11 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:43:23.041 7 INFO neutron.api.v2.resource [None req-28a9ebab-2c0b-4dfd-8108-868728ff8959 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/414] 199.19.213.181 () {44 vars in 1075 bytes} [Wed Jul 8 22:43:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.19.213.181 () {44 vars in 1098 bytes} [Wed Jul 8 22:43:23 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:43:24 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:43:24 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:43:24 2026] GET /v2.0/security-group-rules/67accef8-25ea-4287-84f9-c84a1b4adb83 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:43:25 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:43:25 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:43:25 2026] GET /v2.0/security-group-rules/0e2e8932-0fb7-476c-94f6-e860ee35f09d => generated 599 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:43:26 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:43:26 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:43:26 2026] GET /v2.0/security-group-rules/a978b511-dff3-426d-84f0-b2105cd37b57 => 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: 214/425] 199.19.213.181 () {44 vars in 1089 bytes} [Wed Jul 8 22:43:27 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364?project_id=61de20f373e14217a13e38dbdd5b57d5 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.19.213.181 () {44 vars in 1002 bytes} [Wed Jul 8 22:43:27 2026] GET /v2.0/security-groups/37a5e466-da0f-420b-88be-0563c12c7364 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.19.213.181 () {44 vars in 1012 bytes} [Wed Jul 8 22:43:27 2026] GET /v2.0/security-group-rules/07bb9aa7-7c09-471d-899b-ca61e5cfda9c => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.19.213.181 () {44 vars in 976 bytes} [Wed Jul 8 22:43:34 2026] GET /v2.0/quotas/61de20f373e14217a13e38dbdd5b57d5 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 199.19.213.181 () {44 vars in 950 bytes} [Wed Jul 8 22:44:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/442] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:45:06 2026] GET /v2.0/networks => generated 2168 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/443] 10.0.0.67 () {32 vars in 654 bytes} [Wed Jul 8 22:45:07 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: 8|app: 0|req: 224/444] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:45:07 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/445] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:45:07 2026] GET /v2.0/ports => generated 4721 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:45:07 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:45:07 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:45:07 2026] GET /v2.0/security-groups => generated 17397 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.67 () {32 vars in 654 bytes} [Wed Jul 8 22:45:08 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:19.401 7 INFO neutron.db.segments_db [None req-ea3d6498-04f2-43c5-a301-b687fcaa0316 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment e5ae0005-1194-4f94-8245-6123f8656019 of type vxlan for network 212da52c-1708-4b72-9837-befb4547eca9 2026-07-08 22:45:19.405 8 INFO neutron.db.segments_db [None req-c683f334-e86d-4fde-99e0-aafd2e086c96 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 16b50b13-471c-4a2e-ae45-5610fe98ce26 of type vxlan for network 0a75febe-d493-4152-8524-e9ab1574a924 [pid: 7|app: 0|req: 226/452] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:45:19 2026] POST /v2.0/networks => generated 747 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/453] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:45:19 2026] POST /v2.0/networks => generated 748 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:19 2026] POST /v2.0/subnets => generated 694 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:19.795 7 INFO neutron.db.segments_db [None req-62fa1175-f935-4586-af1f-7ba2c4cbb826 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 4d0a7486-2ce4-438a-b068-6ba6c93c6991 of type vxlan for network 3ed25635-dcbe-46e6-ba2d-4e48220b23b2 [pid: 8|app: 0|req: 229/455] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:19 2026] POST /v2.0/subnets => generated 695 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:45:19 2026] POST /v2.0/networks => generated 737 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:19.928 7 INFO neutron.db.segments_db [None req-9ace2ccc-85ad-4ad9-8514-2dc7ccd8bb44 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 7f57d655-6cbb-40ae-a098-463c05c962ed of type vxlan for network e8b9ea6c-3288-4d34-a908-bb76c8c4d29c [pid: 8|app: 0|req: 230/457] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:19 2026] GET /v2.0/security-groups?tenant_id=8ad5b6c30a8c429289f4319ed3c913dc&name=default => generated 2921 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:20.151 7 INFO neutron.db.l3_hamode_db [None req-9ace2ccc-85ad-4ad9-8514-2dc7ccd8bb44 b248572bea504fe180e9c98f706d026c 1c401fc497a647a3bdaa7e2ef341d59a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/458] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:20 2026] POST /v2.0/subnets => generated 684 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:20.207 8 INFO neutron.db.segments_db [None req-c93b660b-6003-4c5f-82fd-1a42a9998251 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment c8b66e2b-4d07-4d71-8feb-75cca9ac613a of type vxlan for network 7fdbb16b-20d7-4faf-8664-ced26fa2a144 2026-07-08 22:45:20.403 8 INFO neutron.db.l3_hamode_db [None req-c93b660b-6003-4c5f-82fd-1a42a9998251 b248572bea504fe180e9c98f706d026c 6e89583736dd49bf9429e5c01296e5af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:45:21.013 7 INFO neutron.db.l3_hamode_db [None req-9ace2ccc-85ad-4ad9-8514-2dc7ccd8bb44 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:45:21.261 8 INFO neutron.db.l3_hamode_db [None req-c93b660b-6003-4c5f-82fd-1a42a9998251 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/459] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:20 2026] POST /v2.0/routers => generated 735 bytes in 2073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:22 2026] DELETE /v2.0/security-groups/851307f2-3f03-4957-ae84-db9d1c952f2c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:22.393 8 INFO neutron.db.segments_db [None req-83f403d8-0cb0-4db4-ae44-fa66faede507 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 0e63f2c8-4b53-436e-a744-bdba5cd306b6 of type vxlan for network 81de464b-bef1-4b92-a91d-5735367b9b6e [pid: 7|app: 0|req: 228/461] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:19 2026] POST /v2.0/routers => generated 734 bytes in 2518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:22.598 8 INFO neutron.db.l3_hamode_db [None req-83f403d8-0cb0-4db4-ae44-fa66faede507 b248572bea504fe180e9c98f706d026c fa6151174fd54b0da1cb2b837da95ab0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:45:23.242 8 INFO neutron.db.l3_hamode_db [None req-83f403d8-0cb0-4db4-ae44-fa66faede507 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/462] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:45:22 2026] PUT /v2.0/routers/ee474f94-80cd-4017-8dd2-126bf926d47c/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:22 2026] POST /v2.0/routers => generated 724 bytes in 1813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:24.481 8 INFO neutron.db.segments_db [None req-e365f648-f6c0-4b18-b935-3ebee0318728 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 8329cc54-7754-45c3-a99e-de6bc49d962d of type vxlan for network c789f0c0-e271-465c-9a75-3b2a1c22789b [pid: 7|app: 0|req: 230/466] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:45:23 2026] PUT /v2.0/routers/70ceb89e-2c46-472e-96ae-5790d308e2e6/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:45:24 2026] POST /v2.0/networks => generated 745 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/468] 10.0.0.176 () {38 vars in 971 bytes} [Wed Jul 8 22:45:24 2026] POST /v2.0/security-groups => generated 1683 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/469] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:24 2026] POST /v2.0/subnets => generated 692 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:24.965 8 INFO neutron.db.segments_db [None req-6fc37d89-77f6-471d-b7ac-1a33a7795cff b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 767b1491-329f-432c-af90-14dd2b0d7f34 of type vxlan for network 0d1e0de8-d72b-4d15-a1fa-b30880465749 2026-07-08 22:45:25.226 8 INFO neutron.db.l3_hamode_db [None req-6fc37d89-77f6-471d-b7ac-1a33a7795cff b248572bea504fe180e9c98f706d026c d09f0a80c7a342f6a947ffa6123a088b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/470] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:45:24 2026] PUT /v2.0/routers/b13e6d0d-1af6-419b-898a-72a7b9eca47e/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/471] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:45:25 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/472] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:25 2026] GET /v2.0/security-groups/0f7bbc7e-aa02-4b48-84ff-275abe487572 => generated 1683 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:25.895 8 INFO neutron.db.l3_hamode_db [None req-6fc37d89-77f6-471d-b7ac-1a33a7795cff b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/473] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:45:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.176 () {38 vars in 981 bytes} [Wed Jul 8 22:45:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.176 () {38 vars in 971 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/security-groups => generated 1685 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:24 2026] POST /v2.0/routers => generated 732 bytes in 1768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:26 2026] GET /v2.0/security-groups/7fdaf5eb-6944-4eb9-8a3f-5002cc0b3f70 => generated 1685 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.176 () {38 vars in 981 bytes} [Wed Jul 8 22:45:26 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:45:27 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:27 2026] GET /v2.0/security-groups/7fdaf5eb-6944-4eb9-8a3f-5002cc0b3f70 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/486] 10.0.0.176 () {38 vars in 981 bytes} [Wed Jul 8 22:45:27 2026] POST /v2.0/security-group-rules => generated 619 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:27 2026] GET /v2.0/security-groups/7fdaf5eb-6944-4eb9-8a3f-5002cc0b3f70 => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.176 () {34 vars in 1001 bytes} [Wed Jul 8 22:45:27 2026] GET /v2.0/security-group-rules/49e82d1f-c860-44b4-b016-ced58564c545 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/489] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:27 2026] GET /v2.0/security-groups/7fdaf5eb-6944-4eb9-8a3f-5002cc0b3f70 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/490] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:45:26 2026] PUT /v2.0/routers/66990589-88b3-4956-a6c9-2516b7341313/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/491] 10.0.0.176 () {36 vars in 1023 bytes} [Wed Jul 8 22:45:27 2026] DELETE /v2.0/security-group-rules/49e82d1f-c860-44b4-b016-ced58564c545 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/492] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/security-groups/7fdaf5eb-6944-4eb9-8a3f-5002cc0b3f70 => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/493] 10.0.0.176 () {34 vars in 1098 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--985385158&fields=id&tenant_id=fa6151174fd54b0da1cb2b837da95ab0 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/494] 10.0.0.176 () {36 vars in 1013 bytes} [Wed Jul 8 22:45:28 2026] DELETE /v2.0/security-groups/7fdaf5eb-6944-4eb9-8a3f-5002cc0b3f70 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/networks?id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/quotas/fa6151174fd54b0da1cb2b837da95ab0 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/497] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/security-groups/0f7bbc7e-aa02-4b48-84ff-275abe487572 => generated 2308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/498] 10.0.0.176 () {36 vars in 1013 bytes} [Wed Jul 8 22:45:28 2026] DELETE /v2.0/security-groups/0f7bbc7e-aa02-4b48-84ff-275abe487572 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/499] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/ports?tenant_id=fa6151174fd54b0da1cb2b837da95ab0&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/500] 10.0.0.176 () {38 vars in 971 bytes} [Wed Jul 8 22:45:28 2026] POST /v2.0/security-groups => generated 1681 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/501] 10.0.0.176 () {38 vars in 971 bytes} [Wed Jul 8 22:45:28 2026] POST /v2.0/security-groups => generated 1680 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/502] 10.0.0.176 () {34 vars in 907 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/503] 10.0.0.176 () {38 vars in 971 bytes} [Wed Jul 8 22:45:28 2026] POST /v2.0/security-groups => generated 1682 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/504] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:28.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-59cab362-829c-4ff7-8423-463dcab09ac8 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 14599efa-44a9-4cbb-bbd4-e3155a7d9b53 [pid: 8|app: 0|req: 253/505] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/security-groups?tenant_id=d09f0a80c7a342f6a947ffa6123a088b => generated 7908 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:29.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59cab362-829c-4ff7-8423-463dcab09ac8 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 14599efa-44a9-4cbb-bbd4-e3155a7d9b53 [pid: 8|app: 0|req: 254/506] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:45:28 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/507] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/5001e24c-3269-4672-a848-bc51fe720a78 => generated 2922 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/5001e24c-3269-4672-a848-bc51fe720a78 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/509] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/be35e206-971d-4934-88f7-4e12e1590c2a => generated 1681 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/510] 10.0.0.176 () {36 vars in 1013 bytes} [Wed Jul 8 22:45:29 2026] DELETE /v2.0/security-groups/be35e206-971d-4934-88f7-4e12e1590c2a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:45:28 2026] PUT /v2.0/routers/ee474f94-80cd-4017-8dd2-126bf926d47c/remove_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:29.634 7 INFO neutron.api.v2.resource [req-5c9690a0-d437-4a9d-b4bb-344afb261c87 req-cf47a4ad-a324-4116-8613-77f34834e17f 587da5ea92f64fb99ea7188d90207f48 d09f0a80c7a342f6a947ffa6123a088b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/512] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/be35e206-971d-4934-88f7-4e12e1590c2a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/513] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/86bd2c11-690a-4359-be86-03a0d30489a6 => generated 1680 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/515] 10.0.0.176 () {36 vars in 1013 bytes} [Wed Jul 8 22:45:29 2026] DELETE /v2.0/security-groups/86bd2c11-690a-4359-be86-03a0d30489a6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:29.788 8 INFO neutron.api.v2.resource [req-47c5d1fa-9664-4d8a-a4cf-25d4eb70b9e5 req-e515f85f-8565-4aee-97a4-0f1fa163fc2f 587da5ea92f64fb99ea7188d90207f48 d09f0a80c7a342f6a947ffa6123a088b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/516] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/86bd2c11-690a-4359-be86-03a0d30489a6 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/517] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/27eb49ae-0d07-432b-aa56-cfc8c89f306d => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:29.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-64d1749f-47a0-4061-b6cc-56f3883139d0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 62a138a3-0b96-4259-9f2c-703ef9646963 2026-07-08 22:45:29.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64d1749f-47a0-4061-b6cc-56f3883139d0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 62a138a3-0b96-4259-9f2c-703ef9646963 [pid: 8|app: 0|req: 264/518] 10.0.0.176 () {36 vars in 1013 bytes} [Wed Jul 8 22:45:29 2026] DELETE /v2.0/security-groups/27eb49ae-0d07-432b-aa56-cfc8c89f306d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:29.990 8 INFO neutron.api.v2.resource [req-44d6d29d-6738-4871-9775-cedd12651da0 req-01655941-d39c-4117-b0b1-f540fafa6c68 587da5ea92f64fb99ea7188d90207f48 d09f0a80c7a342f6a947ffa6123a088b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/519] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:29 2026] GET /v2.0/security-groups/27eb49ae-0d07-432b-aa56-cfc8c89f306d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/520] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/security-groups?tenant_id=d09f0a80c7a342f6a947ffa6123a088b => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/521] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/security-groups/5001e24c-3269-4672-a848-bc51fe720a78 => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/522] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/security-groups/5001e24c-3269-4672-a848-bc51fe720a78 => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:30.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-64d1749f-47a0-4061-b6cc-56f3883139d0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 08865655-2b3e-45f9-a929-bbe8df946880 2026-07-08 22:45:30.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64d1749f-47a0-4061-b6cc-56f3883139d0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 08865655-2b3e-45f9-a929-bbe8df946880 2026-07-08 22:45:30.181 8 INFO neutron.api.v2.resource [req-c3c32ff4-c550-4314-b117-fbd066cae46d req-de851b8f-3811-4649-8253-e03ef043721e 587da5ea92f64fb99ea7188d90207f48 d09f0a80c7a342f6a947ffa6123a088b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/523] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/security-groups/27eb49ae-0d07-432b-aa56-cfc8c89f306d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:45:30.211 8 INFO neutron.api.v2.resource [req-4db81f51-9bef-40f9-9d3f-cf84a17544de req-33664470-2835-4fd4-929c-bb34ad152b4a 587da5ea92f64fb99ea7188d90207f48 d09f0a80c7a342f6a947ffa6123a088b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/524] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/security-groups/86bd2c11-690a-4359-be86-03a0d30489a6 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:45:30.239 8 INFO neutron.api.v2.resource [req-1fa740ec-f78b-4352-a95f-e3aac92ee0c6 req-2e5254d7-c996-4cf9-bc97-627e4d9134ae 587da5ea92f64fb99ea7188d90207f48 d09f0a80c7a342f6a947ffa6123a088b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/525] 10.0.0.176 () {34 vars in 991 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/security-groups/be35e206-971d-4934-88f7-4e12e1590c2a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:45:30.245 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-64d1749f-47a0-4061-b6cc-56f3883139d0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, 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-08 22:45:30.637 7 INFO neutron.db.l3_hamode_db [None req-64d1749f-47a0-4061-b6cc-56f3883139d0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 7fdbb16b-20d7-4faf-8664-ced26fa2a144 was deleted as no HA routers are present in tenant 6e89583736dd49bf9429e5c01296e5af. [pid: 7|app: 0|req: 255/526] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:29 2026] DELETE /v2.0/routers/ee474f94-80cd-4017-8dd2-126bf926d47c => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:30.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4230cbf-4bbf-499a-91d1-5ff6b125069a b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 57209307-8188-45be-83fa-c49fb87922ee 2026-07-08 22:45:30.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4230cbf-4bbf-499a-91d1-5ff6b125069a b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 57209307-8188-45be-83fa-c49fb87922ee [pid: 7|app: 0|req: 256/527] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:30 2026] DELETE /v2.0/subnets/b431402a-6cc9-4eab-86fc-00b64d183276 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/528] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:30 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:30.965 7 INFO neutron.services.segments.plugin [-] Segment c8b66e2b-4d07-4d71-8feb-75cca9ac613a resource provider aggregate not found 2026-07-08 22:45:30.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-32de46c8-e8c7-46c4-a404-fdb1261a9944 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 968d4447-6862-4b4f-9118-2ae1b43383be 2026-07-08 22:45:30.977 7 INFO neutron.services.segments.plugin [-] Segment c8b66e2b-4d07-4d71-8feb-75cca9ac613a resource provider aggregate not found 2026-07-08 22:45:30.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32de46c8-e8c7-46c4-a404-fdb1261a9944 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 968d4447-6862-4b4f-9118-2ae1b43383be 2026-07-08 22:45:30.990 7 INFO neutron.services.segments.plugin [-] Segment c8b66e2b-4d07-4d71-8feb-75cca9ac613a 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 c8b66e2b-4d07-4d71-8feb-75cca9ac613a found for delete ", "request_id": "req-5f770d8d-17e4-4dc3-8446-99137b75d735"}]} 2026-07-08 22:45:30.994 7 INFO neutron.services.segments.plugin [-] Segment c8b66e2b-4d07-4d71-8feb-75cca9ac613a 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 c8b66e2b-4d07-4d71-8feb-75cca9ac613a found for delete ", "request_id": "req-1f9ccbcb-04c3-4cfd-b8dc-ea2e532b8dec"}]} [pid: 7|app: 0|req: 258/529] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:45:30 2026] DELETE /v2.0/networks/0a75febe-d493-4152-8524-e9ab1574a924 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/530] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:45:30 2026] PUT /v2.0/routers/66990589-88b3-4956-a6c9-2516b7341313/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/531] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/security-groups?tenant_id=6e89583736dd49bf9429e5c01296e5af&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/532] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:31 2026] DELETE /v2.0/security-groups/a2b05001-704a-4ece-8a05-097551d5ac8d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:31.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-455d38ee-e6ad-4a9e-90b2-a914603209b6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 239a01a7-e7fb-4870-9509-cad916513d09 2026-07-08 22:45:31.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-455d38ee-e6ad-4a9e-90b2-a914603209b6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 239a01a7-e7fb-4870-9509-cad916513d09 [pid: 7|app: 0|req: 261/533] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1029716242&fields=id&tenant_id=1c401fc497a647a3bdaa7e2ef341d59a => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/534] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/networks?id=212da52c-1708-4b72-9837-befb4547eca9 => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/535] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/quotas/1c401fc497a647a3bdaa7e2ef341d59a => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:31.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-455d38ee-e6ad-4a9e-90b2-a914603209b6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 9245fb7f-f752-4902-b9f3-5bad0c840fcc 2026-07-08 22:45:31.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-455d38ee-e6ad-4a9e-90b2-a914603209b6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 9245fb7f-f752-4902-b9f3-5bad0c840fcc [pid: 7|app: 0|req: 264/536] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/ports?tenant_id=1c401fc497a647a3bdaa7e2ef341d59a&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:31.876 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-455d38ee-e6ad-4a9e-90b2-a914603209b6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, 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() [pid: 7|app: 0|req: 265/537] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 266/538] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:45:31 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 267/539] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:32 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:32.295 8 INFO neutron.db.l3_hamode_db [None req-455d38ee-e6ad-4a9e-90b2-a914603209b6 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 0d1e0de8-d72b-4d15-a1fa-b30880465749 was deleted as no HA routers are present in tenant d09f0a80c7a342f6a947ffa6123a088b. [pid: 7|app: 0|req: 268/540] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:32 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/541] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:31 2026] DELETE /v2.0/routers/66990589-88b3-4956-a6c9-2516b7341313 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/542] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:32 2026] DELETE /v2.0/subnets/3031d62b-37c9-436e-ac92-d664b1251059 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:45:32.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-23774157-7f83-427e-b12e-f91f66065364 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: cc989dd0-354a-4d28-a2e9-75f81fffd744 2026-07-08 22:45:32.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23774157-7f83-427e-b12e-f91f66065364 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: cc989dd0-354a-4d28-a2e9-75f81fffd744 2026-07-08 22:45:32.730 8 INFO neutron.services.segments.plugin [-] Segment 767b1491-329f-432c-af90-14dd2b0d7f34 resource provider aggregate not found 2026-07-08 22:45:32.751 8 INFO neutron.services.segments.plugin [-] Segment 767b1491-329f-432c-af90-14dd2b0d7f34 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 767b1491-329f-432c-af90-14dd2b0d7f34 found for delete ", "request_id": "req-f3db730f-f6d4-411f-adc5-b72ff0c1cd14"}]} 2026-07-08 22:45:32.774 8 INFO neutron.services.segments.plugin [-] Segment 767b1491-329f-432c-af90-14dd2b0d7f34 resource provider aggregate not found [pid: 8|app: 0|req: 274/543] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:45:32 2026] DELETE /v2.0/networks/c789f0c0-e271-465c-9a75-3b2a1c22789b => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:45:32.795 8 INFO neutron.services.segments.plugin [-] Segment 767b1491-329f-432c-af90-14dd2b0d7f34 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 767b1491-329f-432c-af90-14dd2b0d7f34 found for delete ", "request_id": "req-f6fad98a-0982-454e-a4c1-487ec6255125"}]} [pid: 7|app: 0|req: 270/544] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:32 2026] GET /v2.0/security-groups?tenant_id=d09f0a80c7a342f6a947ffa6123a088b&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:33.020 7 INFO neutron.services.segments.plugin [-] Segment 16b50b13-471c-4a2e-ae45-5610fe98ce26 resource provider aggregate not found 2026-07-08 22:45:33.029 7 INFO neutron.services.segments.plugin [-] Segment 16b50b13-471c-4a2e-ae45-5610fe98ce26 resource provider aggregate not found 2026-07-08 22:45:33.034 7 INFO neutron.services.segments.plugin [-] Segment 16b50b13-471c-4a2e-ae45-5610fe98ce26 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 16b50b13-471c-4a2e-ae45-5610fe98ce26 found for delete ", "request_id": "req-90d3349e-b6bf-4c17-957c-997f914ff638"}]} 2026-07-08 22:45:33.046 7 INFO neutron.services.segments.plugin [-] Segment 16b50b13-471c-4a2e-ae45-5610fe98ce26 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 16b50b13-471c-4a2e-ae45-5610fe98ce26 found for delete ", "request_id": "req-769c5454-52a5-400e-8bd3-8e3e9a6ade03"}]} [pid: 8|app: 0|req: 275/545] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:32 2026] DELETE /v2.0/security-groups/5001e24c-3269-4672-a848-bc51fe720a78 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/546] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:33 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/547] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:33 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:33.618 8 INFO neutron.db.segments_db [None req-4c0006a1-3416-4669-9a6e-be0e2623b7b4 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 3ac568a1-72bd-4281-bd3e-7908b686e0a1 of type vxlan for network 3f979642-4bed-4535-ad33-1b0f0ea108bc [pid: 8|app: 0|req: 276/548] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:45:33 2026] POST /v2.0/networks => generated 752 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/549] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:33 2026] POST /v2.0/subnets => generated 699 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:45:33.962 8 INFO neutron.db.segments_db [None req-8da64790-76ee-40ca-9d30-67f868cbeed0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 7af81a9f-c469-4438-8a6a-b801d0b78614 of type vxlan for network 81637050-fc8a-4099-899c-faedf55de31c 2026-07-08 22:45:34.230 8 INFO neutron.db.l3_hamode_db [None req-8da64790-76ee-40ca-9d30-67f868cbeed0 b248572bea504fe180e9c98f706d026c 59c06bdf6962440ab8bf71a10874fd5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 274/550] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:34 2026] GET /v2.0/networks?id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2 => generated 669 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/551] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:34 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/552] 199.19.213.181 () {34 vars in 911 bytes} [Wed Jul 8 22:45:34 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: 277/553] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:45:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa6151174fd54b0da1cb2b837da95ab0 => generated 180 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/554] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:34 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:34.776 8 INFO neutron.services.segments.plugin [-] Segment 8329cc54-7754-45c3-a99e-de6bc49d962d resource provider aggregate not found 2026-07-08 22:45:34.796 8 INFO neutron.services.segments.plugin [-] Segment 8329cc54-7754-45c3-a99e-de6bc49d962d 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 8329cc54-7754-45c3-a99e-de6bc49d962d found for delete ", "request_id": "req-5d6eeb34-5d55-493c-9323-aab6316fd9a6"}]} 2026-07-08 22:45:34.837 8 INFO neutron.services.segments.plugin [-] Segment 8329cc54-7754-45c3-a99e-de6bc49d962d resource provider aggregate not found 2026-07-08 22:45:34.859 8 INFO neutron.services.segments.plugin [-] Segment 8329cc54-7754-45c3-a99e-de6bc49d962d 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 8329cc54-7754-45c3-a99e-de6bc49d962d found for delete ", "request_id": "req-299f2bf9-200b-486d-b7b9-083b4f5793ec"}]} 2026-07-08 22:45:34.937 8 INFO neutron.db.l3_hamode_db [None req-8da64790-76ee-40ca-9d30-67f868cbeed0 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 279/555] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:45:34 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 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: 277/556] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:45:33 2026] POST /v2.0/routers => generated 739 bytes in 1826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/557] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:45:35 2026] PUT /v2.0/ports/97676b17-1edf-4604-b00a-9d18b7ea01f4 => generated 1235 bytes in 450 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: 281/558] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:35 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/559] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:35 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/560] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:35 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:36.426 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6857db8-b3a2-4ff0-a8bd-02a2aefafce1'] response: {'name': 'network-changed', 'server_uuid': '6f4204fb-12ee-4437-bcb2-3d710db77848', 'tag': '97676b17-1edf-4604-b00a-9d18b7ea01f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 280/561] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:36 2026] GET /v2.0/networks?id=212da52c-1708-4b72-9837-befb4547eca9 => generated 679 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/562] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:45:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1c401fc497a647a3bdaa7e2ef341d59a => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:45:35 2026] PUT /v2.0/routers/30dd0735-57e9-4916-9aa6-eb2c8bf605db/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/564] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/ports?tenant_id=fa6151174fd54b0da1cb2b837da95ab0&device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 1238 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/565] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 961 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/566] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:45:36 2026] POST /v2.0/ports => generated 958 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/567] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 26 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: 286/568] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/569] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/570] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=97676b17-1edf-4604-b00a-9d18b7ea01f4 => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/571] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/subnets?id=b8bdf9bf-5f87-473a-be82-a8bf53240cf2 => generated 687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/572] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/ports?network_id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/573] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?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: 288/575] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:45:37 2026] PUT /v2.0/ports/d9bef156-e7bb-4f9c-88a9-bb600e9f740f => generated 1239 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/576] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:45:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 179 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: 289/577] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:37 2026] GET /v2.0/security-groups?tenant_id=78d177329da7474da35c6b9ab6d121f0&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/580] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:45:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/581] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:37 2026] DELETE /v2.0/security-groups/83cec2c1-8ae9-4bfb-a646-f18f6f5aaeec => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/582] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:45:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/583] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/security-groups?tenant_id=276f535807c2441c959fa771156f6c43&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/584] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/585] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/586] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:38 2026] DELETE /v2.0/security-groups/1ee0f943-98f5-4586-8ad8-6a7b35102f15 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/587] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/588] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:38.667 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-973cd641-b02e-4f5b-b31b-3b1d22570738'] response: {'name': 'network-changed', 'server_uuid': 'd8cdff98-e73d-447b-b89f-5e5d6d07dcf3', 'tag': 'd9bef156-e7bb-4f9c-88a9-bb600e9f740f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 297/589] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/ports?tenant_id=fa6151174fd54b0da1cb2b837da95ab0&device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/590] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:45:38 2026] POST /v2.0/floatingips => generated 552 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/591] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/ports?tenant_id=1c401fc497a647a3bdaa7e2ef341d59a&device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/592] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d9bef156-e7bb-4f9c-88a9-bb600e9f740f => 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: 294/593] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/networks?id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2 => generated 765 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/594] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/subnets?id=5de2930c-562e-4853-a773-87a698ba53a8 => generated 697 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/595] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=97676b17-1edf-4604-b00a-9d18b7ea01f4 => 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: 296/596] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/subnets?id=b8bdf9bf-5f87-473a-be82-a8bf53240cf2 => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/597] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/ports?network_id=212da52c-1708-4b72-9837-befb4547eca9&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/598] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 303/599] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 297/600] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:38 2026] GET /v2.0/ports?network_id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2&device_owner=network%3Adhcp => generated 1244 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/601] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/602] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?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: 7|app: 0|req: 300/603] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/604] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/605] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1641700323&fields=id&tenant_id=59c06bdf6962440ab8bf71a10874fd5b => generated 69 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/606] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/607] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/608] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/quotas/59c06bdf6962440ab8bf71a10874fd5b => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/609] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/610] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:45:39 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/611] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/ports?tenant_id=1c401fc497a647a3bdaa7e2ef341d59a&device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/612] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/networks?id=212da52c-1708-4b72-9837-befb4547eca9 => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/613] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d9bef156-e7bb-4f9c-88a9-bb600e9f740f => 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: 309/614] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/subnets?id=5de2930c-562e-4853-a773-87a698ba53a8 => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/615] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/ports?network_id=212da52c-1708-4b72-9837-befb4547eca9&device_owner=network%3Adhcp => generated 1244 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/616] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 307/617] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 311/618] 10.0.0.176 () {34 vars in 907 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/extensions => generated 21537 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/619] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/620] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?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: 7|app: 0|req: 309/621] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/622] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/623] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/624] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:40 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/625] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:41 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/626] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:41 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => 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: 312/627] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:41 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/628] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:42 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/629] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:42 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/630] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:42 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/631] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:43 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/632] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:43 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/633] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:43 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/634] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:43 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/635] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:43 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/636] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:44 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/637] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:44 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/638] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:44 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/639] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:44 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/640] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:44 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/641] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:44 2026] GET /v2.0/security-groups?tenant_id=1d6d262e80cd4ce1a70a9bd6500349f9&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/642] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:45 2026] DELETE /v2.0/security-groups/d08eedfc-e8ec-4c88-8421-5e0cbfcb8d5b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/643] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/644] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/security-groups?tenant_id=5f052ddc8d814c6bae719655a498716d&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/645] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/646] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=59c06bdf6962440ab8bf71a10874fd5b => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/647] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:45 2026] DELETE /v2.0/security-groups/e5e07199-f3e0-4607-8619-df96532ac339 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/648] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/649] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/650] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/651] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:45 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/652] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:45:45 2026] POST /v2.0/ports => generated 954 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 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: 328/653] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:46.074 7 INFO neutron.db.l3_db [None req-7529b8ad-9e87-4f4b-b854-2e6643e041c6 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] Floating IP 83124b59-2d45-4d97-90df-62815bdcdc86 associated. External IP: 10.96.250.213, port: 97676b17-1edf-4604-b00a-9d18b7ea01f4. [pid: 7|app: 0|req: 326/654] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:45:45 2026] PUT /v2.0/floatingips/83124b59-2d45-4d97-90df-62815bdcdc86 => generated 855 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:46.334 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e79676f-e4ad-4d94-897f-367f5a608587'] response: {'name': 'network-changed', 'server_uuid': '6f4204fb-12ee-4437-bcb2-3d710db77848', 'tag': '97676b17-1edf-4604-b00a-9d18b7ea01f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 327/655] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/656] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/657] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/658] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/659] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:45:46 2026] PUT /v2.0/ports/2029523c-bf6a-485f-9a95-17ab68f85693 => generated 1235 bytes in 458 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: 331/660] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/ports?tenant_id=fa6151174fd54b0da1cb2b837da95ab0&device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/661] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/662] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/663] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/networks?id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2 => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:46.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53157f3f-8fb8-4176-b427-0a8647720bcf'] response: {'name': 'network-changed', 'server_uuid': '9bca7510-b3af-4998-9d53-5ff605fe1ee9', 'tag': '2029523c-bf6a-485f-9a95-17ab68f85693', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 332/664] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:45:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=97676b17-1edf-4604-b00a-9d18b7ea01f4 => generated 858 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/665] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/subnets?id=b8bdf9bf-5f87-473a-be82-a8bf53240cf2 => generated 687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/666] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/ports?network_id=3ed25635-dcbe-46e6-ba2d-4e48220b23b2&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/667] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/668] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?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: 335/669] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/670] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2?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: 336/671] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/672] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/673] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/674] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/networks?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&shared=False => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/675] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:45:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/676] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/677] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/678] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/679] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/680] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/681] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/682] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/683] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/684] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/685] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/subnets?id=ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/686] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/ports?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/687] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/688] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:48 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?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) 2026-07-08 22:45:48.929 7 INFO neutron.db.l3_db [None req-614eb23d-1b6f-4798-8a2f-48d29a5e3bef 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] Floating IP 8179ebc9-ec42-41f4-99b6-a9edf09b4346 associated. External IP: 10.96.250.203, port: d9bef156-e7bb-4f9c-88a9-bb600e9f740f. [pid: 8|app: 0|req: 349/689] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/690] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/security-groups?id=664a821d-149f-4139-b605-fbc223514f4b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/691] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/692] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:45:48 2026] PUT /v2.0/floatingips/8179ebc9-ec42-41f4-99b6-a9edf09b4346 => generated 856 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:49.374 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27fc0c0a-a49a-48eb-99c5-26ac9db27414'] response: {'name': 'network-changed', 'server_uuid': 'd8cdff98-e73d-447b-b89f-5e5d6d07dcf3', 'tag': 'd9bef156-e7bb-4f9c-88a9-bb600e9f740f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 342/693] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/694] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:49.531 8 INFO neutron_taas.services.taas.taas_plugin [req-e0822d7c-84ff-469b-9ae4-97f9576b451f req-61bfbce9-40a1-4f83-8c7d-b9cecd7ac132 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] TaaS: Handle Delete Port: 97676b17-1edf-4604-b00a-9d18b7ea01f4 2026-07-08 22:45:49.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0822d7c-84ff-469b-9ae4-97f9576b451f req-61bfbce9-40a1-4f83-8c7d-b9cecd7ac132 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] Tap Mirror: Handle Delete Port: 97676b17-1edf-4604-b00a-9d18b7ea01f4 [pid: 7|app: 0|req: 344/695] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:49.749 8 INFO neutron.db.l3_db [req-e0822d7c-84ff-469b-9ae4-97f9576b451f req-61bfbce9-40a1-4f83-8c7d-b9cecd7ac132 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] Floating IP 83124b59-2d45-4d97-90df-62815bdcdc86 disassociated. External IP: 10.96.250.213, port: 97676b17-1edf-4604-b00a-9d18b7ea01f4. [pid: 7|app: 0|req: 345/696] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/697] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/698] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/699] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/ports?tenant_id=1c401fc497a647a3bdaa7e2ef341d59a&device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/700] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/networks?id=212da52c-1708-4b72-9837-befb4547eca9 => generated 775 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/701] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:45:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d9bef156-e7bb-4f9c-88a9-bb600e9f740f => generated 859 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/702] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/subnets?id=5de2930c-562e-4853-a773-87a698ba53a8 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/703] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/ports?network_id=212da52c-1708-4b72-9837-befb4547eca9&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/704] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:45:49 2026] DELETE /v2.0/ports/97676b17-1edf-4604-b00a-9d18b7ea01f4 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:45:50.171 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcb3b6f7-3a2a-409f-bbfa-266801775d53'] response: {'server_uuid': '6f4204fb-12ee-4437-bcb2-3d710db77848', 'name': 'network-vif-deleted', 'tag': '97676b17-1edf-4604-b00a-9d18b7ea01f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/705] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/706] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9?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: 354/707] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/708] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/709] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/710] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/711] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/712] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:50 2026] GET /v2.0/security-groups?tenant_id=4dc9c4e9d93645918028f6485ab62f64&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/713] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:51 2026] DELETE /v2.0/security-groups/64b07648-932a-4cfa-b341-a4241e2e62cd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/714] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:51 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/715] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:51 2026] GET /v2.0/security-groups?tenant_id=a43d950567a84913ade6617608b2019b&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/716] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:51 2026] DELETE /v2.0/security-groups/d544abe2-21fa-4bfe-802b-0a180442b19a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/717] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:52 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/718] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:52 2026] GET /v2.0/security-groups?id=0206c1c0-952c-4bf1-aedd-cd8a569c8e3f&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/719] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:45:52 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/720] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:52 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/721] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:52 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:52.302 7 INFO neutron_taas.services.taas.taas_plugin [req-e90b962d-fa70-4dad-992b-59f2968ad17a req-1b27f589-adc4-4f37-bec1-2ed9dcd0b389 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] TaaS: Handle Delete Port: d9bef156-e7bb-4f9c-88a9-bb600e9f740f 2026-07-08 22:45:52.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e90b962d-fa70-4dad-992b-59f2968ad17a req-1b27f589-adc4-4f37-bec1-2ed9dcd0b389 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] Tap Mirror: Handle Delete Port: d9bef156-e7bb-4f9c-88a9-bb600e9f740f 2026-07-08 22:45:52.463 7 INFO neutron.db.l3_db [req-e90b962d-fa70-4dad-992b-59f2968ad17a req-1b27f589-adc4-4f37-bec1-2ed9dcd0b389 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] Floating IP 8179ebc9-ec42-41f4-99b6-a9edf09b4346 disassociated. External IP: 10.96.250.203, port: d9bef156-e7bb-4f9c-88a9-bb600e9f740f. [pid: 8|app: 0|req: 359/722] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:52 2026] GET /v2.0/ports?device_id=6f4204fb-12ee-4437-bcb2-3d710db77848 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/723] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:45:52 2026] DELETE /v2.0/ports/d9bef156-e7bb-4f9c-88a9-bb600e9f740f => generated 0 bytes in 735 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:45:52.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1807b886-1653-4ca9-a560-cd5720c4dbd3'] response: {'server_uuid': 'd8cdff98-e73d-447b-b89f-5e5d6d07dcf3', 'name': 'network-vif-deleted', 'tag': 'd9bef156-e7bb-4f9c-88a9-bb600e9f740f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 366/726] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:53 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/727] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:53 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/728] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:53 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/729] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:53 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:53.821 7 INFO neutron.db.l3_db [None req-bf2c007c-6359-4e61-a3d9-422ab26d9d8a 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] Floating IP 13f4768b-4811-4b43-b80e-9d7885d855a4 associated. External IP: 10.96.250.211, port: 2029523c-bf6a-485f-9a95-17ab68f85693. [pid: 8|app: 0|req: 363/730] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:53 2026] DELETE /v2.0/security-groups/664a821d-149f-4139-b605-fbc223514f4b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:53.845 8 INFO neutron.api.v2.resource [None req-2e017ee3-d745-456a-926a-b5f0dc968ea9 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/731] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:45:53 2026] GET /v2.0/security-groups/664a821d-149f-4139-b605-fbc223514f4b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:45:53.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-70173664-448a-4c47-958b-acf326ec1bbf 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] TaaS: Handle Delete Port: e1b65b5c-9fe2-4b72-991d-704cb1e4b4f2 2026-07-08 22:45:53.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70173664-448a-4c47-958b-acf326ec1bbf 448849aa5ad94f91b223df84b71ac32d fa6151174fd54b0da1cb2b837da95ab0 - - default default] Tap Mirror: Handle Delete Port: e1b65b5c-9fe2-4b72-991d-704cb1e4b4f2 [pid: 7|app: 0|req: 368/732] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:45:53 2026] PUT /v2.0/floatingips/13f4768b-4811-4b43-b80e-9d7885d855a4 => generated 855 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/733] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:45:53 2026] DELETE /v2.0/floatingips/83124b59-2d45-4d97-90df-62815bdcdc86 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/734] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:54 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/735] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:45:54 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/736] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:54 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:45:54.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4f2d1ef-0270-4af0-9290-399fad04c092 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 6df72d90-b953-4168-84cf-d616f6b3a2c6 2026-07-08 22:45:54.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f2d1ef-0270-4af0-9290-399fad04c092 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 6df72d90-b953-4168-84cf-d616f6b3a2c6 2026-07-08 22:45:54.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f93fdcb0-49c5-4c2e-8c4f-7cddd09e4a4c'] response: {'name': 'network-changed', 'server_uuid': '9bca7510-b3af-4998-9d53-5ff605fe1ee9', 'tag': '2029523c-bf6a-485f-9a95-17ab68f85693', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/737] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:45:54 2026] PUT /v2.0/routers/b13e6d0d-1af6-419b-898a-72a7b9eca47e/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:55.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-d103682b-5a72-4d40-858a-b8e4a5888505 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: a4f1f20b-9912-4045-99c2-7116ea1db094 2026-07-08 22:45:55.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d103682b-5a72-4d40-858a-b8e4a5888505 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: a4f1f20b-9912-4045-99c2-7116ea1db094 [pid: 8|app: 0|req: 367/738] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/739] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/740] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:55.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-d103682b-5a72-4d40-858a-b8e4a5888505 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: c0f4b4c8-d2dd-43c7-ab22-b277e69e9c48 2026-07-08 22:45:55.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d103682b-5a72-4d40-858a-b8e4a5888505 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: c0f4b4c8-d2dd-43c7-ab22-b277e69e9c48 [pid: 8|app: 0|req: 370/741] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/742] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/subnets?id=ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/743] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/ports?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/744] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/745] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:45:55 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?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) 2026-07-08 22:45:55.954 7 INFO neutron.services.segments.plugin [-] Segment 0e63f2c8-4b53-436e-a744-bdba5cd306b6 resource provider aggregate not found 2026-07-08 22:45:55.963 7 INFO neutron.services.segments.plugin [-] Segment 0e63f2c8-4b53-436e-a744-bdba5cd306b6 resource provider aggregate not found 2026-07-08 22:45:55.983 7 INFO neutron.services.segments.plugin [-] Segment 0e63f2c8-4b53-436e-a744-bdba5cd306b6 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 0e63f2c8-4b53-436e-a744-bdba5cd306b6 found for delete ", "request_id": "req-1f76c771-14b8-476e-abc9-aa8177151c09"}]} 2026-07-08 22:45:55.989 7 INFO neutron.services.segments.plugin [-] Segment 0e63f2c8-4b53-436e-a744-bdba5cd306b6 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 0e63f2c8-4b53-436e-a744-bdba5cd306b6 found for delete ", "request_id": "req-bfaa938b-f931-4a34-94a9-85a205874d2e"}]} 2026-07-08 22:45:55.995 7 INFO neutron.db.l3_hamode_db [None req-d103682b-5a72-4d40-858a-b8e4a5888505 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 81de464b-bef1-4b92-a91d-5735367b9b6e was deleted as no HA routers are present in tenant fa6151174fd54b0da1cb2b837da95ab0. [pid: 7|app: 0|req: 372/746] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:55 2026] DELETE /v2.0/routers/b13e6d0d-1af6-419b-898a-72a7b9eca47e => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/747] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:56 2026] DELETE /v2.0/subnets/b8bdf9bf-5f87-473a-be82-a8bf53240cf2 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:45:56.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8a1ce40-be9f-4633-b221-1db540c125bf b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 29ba2443-ae66-44ba-bec8-5a6ac4a266ed 2026-07-08 22:45:56.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8a1ce40-be9f-4633-b221-1db540c125bf b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 29ba2443-ae66-44ba-bec8-5a6ac4a266ed [pid: 7|app: 0|req: 373/748] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:45:56 2026] DELETE /v2.0/networks/3ed25635-dcbe-46e6-ba2d-4e48220b23b2 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/749] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:45:56 2026] GET /v2.0/ports?device_id=d8cdff98-e73d-447b-b89f-5e5d6d07dcf3 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/750] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:56 2026] GET /v2.0/security-groups?tenant_id=fa6151174fd54b0da1cb2b837da95ab0&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/751] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:56 2026] DELETE /v2.0/security-groups/9b67129c-d3b6-4026-bc19-8cfcd8a38e28 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/752] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:57 2026] DELETE /v2.0/security-groups/0206c1c0-952c-4bf1-aedd-cd8a569c8e3f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:57.689 8 INFO neutron.api.v2.resource [None req-bbe080c1-ed21-4994-b063-623213d280f0 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 378/753] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:45:57 2026] GET /v2.0/security-groups/0206c1c0-952c-4bf1-aedd-cd8a569c8e3f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:45:57.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c1de3fd-f37f-4d3d-9d08-560a7a92c459 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] TaaS: Handle Delete Port: 522fc222-3c58-4324-95e3-5f249f2266c6 2026-07-08 22:45:57.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c1de3fd-f37f-4d3d-9d08-560a7a92c459 926c33a604664d3392c70a1540bbbb8f 1c401fc497a647a3bdaa7e2ef341d59a - - default default] Tap Mirror: Handle Delete Port: 522fc222-3c58-4324-95e3-5f249f2266c6 [pid: 7|app: 0|req: 376/754] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:45:57 2026] DELETE /v2.0/floatingips/8179ebc9-ec42-41f4-99b6-a9edf09b4346 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:45:58.002 7 INFO neutron.services.segments.plugin [-] Segment 4d0a7486-2ce4-438a-b068-6ba6c93c6991 resource provider aggregate not found 2026-07-08 22:45:58.015 7 INFO neutron.services.segments.plugin [-] Segment 4d0a7486-2ce4-438a-b068-6ba6c93c6991 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 4d0a7486-2ce4-438a-b068-6ba6c93c6991 found for delete ", "request_id": "req-829814fd-26be-4fcc-96b1-fe3aac3cfe51"}]} 2026-07-08 22:45:58.015 7 INFO neutron.services.segments.plugin [-] Segment 4d0a7486-2ce4-438a-b068-6ba6c93c6991 resource provider aggregate not found 2026-07-08 22:45:58.037 7 INFO neutron.services.segments.plugin [-] Segment 4d0a7486-2ce4-438a-b068-6ba6c93c6991 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 4d0a7486-2ce4-438a-b068-6ba6c93c6991 found for delete ", "request_id": "req-a28e97b7-5026-4bab-af1d-54feba793739"}]} [pid: 7|app: 0|req: 377/755] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:58 2026] GET /v2.0/security-groups?tenant_id=62ebcab1f1324b89bf529c89428a1676&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:45:58.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-aea98ef7-db44-4eed-a085-5f6d625fe102 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 8df1b380-f5b3-4458-8b12-857a67d7f410 2026-07-08 22:45:58.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea98ef7-db44-4eed-a085-5f6d625fe102 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 8df1b380-f5b3-4458-8b12-857a67d7f410 [pid: 7|app: 0|req: 378/756] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:58 2026] DELETE /v2.0/security-groups/82529f00-abfb-4ba6-9543-d54341476b3b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/757] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:45:58 2026] GET /v2.0/security-groups?tenant_id=d1ef2802be73493ba8770024b8f395a1&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/758] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:45:58 2026] DELETE /v2.0/security-groups/956d5d1d-a310-4ca1-b2d7-f0b1c3306b75 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/759] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:45:57 2026] PUT /v2.0/routers/70ceb89e-2c46-472e-96ae-5790d308e2e6/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:45:59.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c996ce4-cc67-411b-910b-0b44f81eeaa2 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 2214203e-07c9-4280-b251-d80cc3324256 2026-07-08 22:45:59.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c996ce4-cc67-411b-910b-0b44f81eeaa2 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 2214203e-07c9-4280-b251-d80cc3324256 2026-07-08 22:45:59.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c996ce4-cc67-411b-910b-0b44f81eeaa2 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 7788a6ca-ba88-44b3-bc81-5c084384bfc8 2026-07-08 22:45:59.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c996ce4-cc67-411b-910b-0b44f81eeaa2 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 7788a6ca-ba88-44b3-bc81-5c084384bfc8 2026-07-08 22:45:59.637 7 INFO neutron.db.l3_hamode_db [None req-2c996ce4-cc67-411b-910b-0b44f81eeaa2 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network e8b9ea6c-3288-4d34-a908-bb76c8c4d29c was deleted as no HA routers are present in tenant 1c401fc497a647a3bdaa7e2ef341d59a. [pid: 7|app: 0|req: 381/760] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:58 2026] DELETE /v2.0/routers/70ceb89e-2c46-472e-96ae-5790d308e2e6 => generated 0 bytes in 762 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/761] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:45:59 2026] DELETE /v2.0/subnets/5de2930c-562e-4853-a773-87a698ba53a8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:45:59.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-18e77fea-d6cb-4598-ae98-c9dcdd463e31 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 8a298526-dc43-4d61-b200-f6f89469be9a 2026-07-08 22:45:59.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18e77fea-d6cb-4598-ae98-c9dcdd463e31 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 8a298526-dc43-4d61-b200-f6f89469be9a 2026-07-08 22:46:00.045 7 INFO neutron.services.segments.plugin [-] Segment 7f57d655-6cbb-40ae-a098-463c05c962ed resource provider aggregate not found 2026-07-08 22:46:00.065 7 INFO neutron.services.segments.plugin [-] Segment 7f57d655-6cbb-40ae-a098-463c05c962ed resource provider aggregate not found 2026-07-08 22:46:00.074 7 INFO neutron.services.segments.plugin [-] Segment 7f57d655-6cbb-40ae-a098-463c05c962ed 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 7f57d655-6cbb-40ae-a098-463c05c962ed found for delete ", "request_id": "req-ff9f1fd7-c699-4dce-84d5-72f054dd326e"}]} 2026-07-08 22:46:00.087 7 INFO neutron.services.segments.plugin [-] Segment 7f57d655-6cbb-40ae-a098-463c05c962ed 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 7f57d655-6cbb-40ae-a098-463c05c962ed found for delete ", "request_id": "req-4f5f158e-a319-4f51-9a1d-f856395885e0"}]} [pid: 7|app: 0|req: 382/762] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:45:59 2026] DELETE /v2.0/networks/212da52c-1708-4b72-9837-befb4547eca9 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/763] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:00 2026] GET /v2.0/security-groups?tenant_id=1c401fc497a647a3bdaa7e2ef341d59a&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/764] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:00 2026] DELETE /v2.0/security-groups/94cba09b-c69e-4cd5-9a40-c24373743676 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:46:02.095 7 INFO neutron.services.segments.plugin [-] Segment e5ae0005-1194-4f94-8245-6123f8656019 resource provider aggregate not found 2026-07-08 22:46:02.107 7 INFO neutron.services.segments.plugin [-] Segment e5ae0005-1194-4f94-8245-6123f8656019 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 e5ae0005-1194-4f94-8245-6123f8656019 found for delete ", "request_id": "req-9f80f707-5674-4583-9629-7a8b77147c9c"}]} 2026-07-08 22:46:02.113 7 INFO neutron.services.segments.plugin [-] Segment e5ae0005-1194-4f94-8245-6123f8656019 resource provider aggregate not found 2026-07-08 22:46:02.128 7 INFO neutron.services.segments.plugin [-] Segment e5ae0005-1194-4f94-8245-6123f8656019 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 e5ae0005-1194-4f94-8245-6123f8656019 found for delete ", "request_id": "req-f18afc03-360c-4a5b-a743-9300c7493e42"}]} [pid: 7|app: 0|req: 384/765] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:02 2026] GET /v2.0/security-groups?tenant_id=10ab1482be2044f2896aeccf6c66e7d0&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:03.038 8 INFO neutron.db.segments_db [None req-a10de778-45d0-4db8-ad65-4f2b61ce385d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 of type vxlan for network 529be9ac-44ea-4c93-8799-d7b353ace14e [pid: 7|app: 0|req: 385/766] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:02 2026] DELETE /v2.0/security-groups/9e81c354-0c3e-4e58-befe-a234360d80a7 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/767] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:46:02 2026] POST /v2.0/networks => generated 743 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/768] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:03 2026] POST /v2.0/subnets => generated 690 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/769] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:03 2026] GET /v2.0/security-groups?tenant_id=df71a3bc79134cbbacf0d9e9a2e63b35&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:03.403 7 INFO neutron.db.segments_db [None req-787465cc-0b62-488e-857f-3411e8a074bc b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 2bb95428-3001-40c6-b384-e0aec3bd59a2 of type vxlan for network 92ace88d-f4d5-4dcf-b685-b37a7fb945e9 [pid: 8|app: 0|req: 384/770] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:03 2026] DELETE /v2.0/security-groups/420ed9ac-fa26-40dd-b647-1ceeb02c542a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:46:03.656 7 INFO neutron.db.l3_hamode_db [None req-787465cc-0b62-488e-857f-3411e8a074bc b248572bea504fe180e9c98f706d026c f716b7ec7fbc4e339bcdb016c1583f9b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 385/771] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:03 2026] GET /v2.0/security-groups?tenant_id=2c316942a789437484accb627e888c68&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/772] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:03 2026] DELETE /v2.0/security-groups/6ef5bcda-39d2-4985-bc11-916020d40739 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/773] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:03 2026] GET /v2.0/security-groups?tenant_id=cf5a0c447c8944f4b6b6b9c453f4a4ec&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/774] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:04 2026] DELETE /v2.0/security-groups/2cd1b8a8-74e5-48c0-9318-91befe927259 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:46:04.448 7 INFO neutron.db.l3_hamode_db [None req-787465cc-0b62-488e-857f-3411e8a074bc b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 387/775] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:03 2026] POST /v2.0/routers => generated 730 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/776] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:46:05 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1240 bytes in 645 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/777] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:06 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/778] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:05 2026] PUT /v2.0/routers/4b65717e-a9fc-4f4f-9cd3-22019384ea45/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/779] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:06 2026] GET /v2.0/security-groups?tenant_id=15c98ca0c3354a6893e633a0dfcc63d5&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/780] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:06 2026] DELETE /v2.0/security-groups/f962c710-e2b4-4dba-ae68-812d9c9d7af5 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/781] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:46:07 2026] POST /v2.0/security-groups => generated 1661 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/782] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:46:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/783] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:46:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/786] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:46:07 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/787] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:46:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1904992471&fields=id&tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/788] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:46:08 2026] GET /v2.0/networks?id=529be9ac-44ea-4c93-8799-d7b353ace14e => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/789] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:46:08 2026] GET /v2.0/quotas/f716b7ec7fbc4e339bcdb016c1583f9b => 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: 395/790] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:46:08 2026] GET /v2.0/ports?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/791] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:46:08 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/792] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:46:08 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?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: 398/793] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:09 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:09.233 7 INFO neutron.db.segments_db [None req-1d2f3ea0-a961-4d4e-9fd7-3f8719d34e7a 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Added segment cde28e9d-c22b-4085-9982-559a8818820d of type vxlan for network b5123d95-6151-45e1-98db-c6132917e686 2026-07-08 22:46:09.299 7 INFO neutron.db.segments_db [None req-1d2f3ea0-a961-4d4e-9fd7-3f8719d34e7a 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Added segment df832d38-4b97-4479-87a3-d786fdf030d6 of type vxlan for network c6e472b6-aee6-4baf-ab19-457696f1c2c1 [pid: 7|app: 0|req: 396/794] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:08 2026] POST /v2.0/networks => generated 1245 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/795] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:46:09 2026] GET /v2.0/networks => generated 1844 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:09.645 7 INFO neutron.services.segments.plugin [-] Segment cde28e9d-c22b-4085-9982-559a8818820d resource provider aggregate not found 2026-07-08 22:46:09.652 7 INFO neutron.services.segments.plugin [-] Segment cde28e9d-c22b-4085-9982-559a8818820d resource provider aggregate not found 2026-07-08 22:46:09.668 7 INFO neutron.services.segments.plugin [-] Segment cde28e9d-c22b-4085-9982-559a8818820d 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 cde28e9d-c22b-4085-9982-559a8818820d found for delete ", "request_id": "req-13b60e0c-995b-4e04-b45c-27ddb0d2be1d"}]} 2026-07-08 22:46:09.669 7 INFO neutron.services.segments.plugin [-] Segment cde28e9d-c22b-4085-9982-559a8818820d 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 cde28e9d-c22b-4085-9982-559a8818820d found for delete ", "request_id": "req-06d152af-5b28-4825-b7e1-3efe4376063b"}]} [pid: 7|app: 0|req: 397/796] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:09 2026] DELETE /v2.0/networks/b5123d95-6151-45e1-98db-c6132917e686 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/797] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:09 2026] DELETE /v2.0/networks/c6e472b6-aee6-4baf-ab19-457696f1c2c1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/798] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:09 2026] GET /v2.0/security-groups?tenant_id=091b726704144b91b4817f4dca876461&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/799] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:46:09 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:09.901 7 INFO neutron.db.segments_db [None req-e91a0a8a-919c-4b7a-9a52-dc7186ea467b 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Added segment 46a233b8-456e-438f-a747-6827ecbe0345 of type vxlan for network 164c4c78-c550-4458-8898-c78b24b96319 [pid: 8|app: 0|req: 401/800] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:09 2026] DELETE /v2.0/security-groups/cc12cc14-de73-486e-a230-c4e851a3c3b9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/801] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:09 2026] POST /v2.0/networks => generated 649 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:10.042 8 INFO neutron.db.segments_db [None req-254a420a-cf11-4009-bad3-5e7c133b6d66 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Added segment b35d64ec-66ff-4adf-9b01-5f98b929a621 of type vxlan for network 58472084-d4ec-4a49-986e-912abdeb09aa [pid: 8|app: 0|req: 402/802] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:09 2026] POST /v2.0/networks => generated 649 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/803] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:10 2026] GET /v2.0/security-groups?tenant_id=26658385910144429eabc75a59e16eef&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: 402/804] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:10 2026] DELETE /v2.0/security-groups/288ffa4a-534c-4f61-8bf3-5cb032f5197c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/805] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:10 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/806] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:46:10 2026] POST /v2.0/ports => generated 1506 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/807] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:46:10 2026] GET /v2.0/ports => generated 1506 bytes in 122 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-08 22:46:10.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a30fc86-9f61-4a80-8e9d-cbaba61cd843 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] TaaS: Handle Delete Port: 9c9c8d72-5afd-4908-8a16-23b89c53272d 2026-07-08 22:46:10.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a30fc86-9f61-4a80-8e9d-cbaba61cd843 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Tap Mirror: Handle Delete Port: 9c9c8d72-5afd-4908-8a16-23b89c53272d [pid: 8|app: 0|req: 404/808] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:10 2026] DELETE /v2.0/ports/9c9c8d72-5afd-4908-8a16-23b89c53272d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:11.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-89611d4d-469c-4610-8a78-557483658d02 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] TaaS: Handle Delete Port: 6b99bf1d-edd7-46cd-8edd-84575fd2d8ec 2026-07-08 22:46:11.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89611d4d-469c-4610-8a78-557483658d02 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Tap Mirror: Handle Delete Port: 6b99bf1d-edd7-46cd-8edd-84575fd2d8ec [pid: 7|app: 0|req: 405/809] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:11 2026] DELETE /v2.0/ports/6b99bf1d-edd7-46cd-8edd-84575fd2d8ec => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/810] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:46:11 2026] GET /v2.0/ports => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:11.378 7 INFO neutron.db.segments_db [None req-9577beea-c9c7-4310-9bcf-9ea327bf37f8 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Added segment d1a60920-ec59-4891-b327-45bdb03200cc of type vxlan for network a323dada-05ac-49fb-84ac-f4ec62eb1a4a [pid: 8|app: 0|req: 406/811] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:11 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/812] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:11 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:11.548 8 INFO neutron.db.segments_db [None req-cba6236b-ef90-46ae-aeda-15781e3ce801 7d1a49070bb445848fef94661b5ba3da 5baf54c0993047f5afe1b1fd4375b4b6 - - default default] Added segment ef0fa546-b933-422d-b70b-53797d0ac841 of type vxlan for network ed37517d-897e-44a2-982a-85c70f7af464 [pid: 8|app: 0|req: 407/813] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:11 2026] POST /v2.0/networks => generated 648 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:11.697 7 INFO neutron.services.segments.plugin [-] Segment df832d38-4b97-4479-87a3-d786fdf030d6 resource provider aggregate not found 2026-07-08 22:46:11.703 7 INFO neutron.services.segments.plugin [-] Segment df832d38-4b97-4479-87a3-d786fdf030d6 resource provider aggregate not found 2026-07-08 22:46:11.720 7 INFO neutron.services.segments.plugin [-] Segment df832d38-4b97-4479-87a3-d786fdf030d6 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 df832d38-4b97-4479-87a3-d786fdf030d6 found for delete ", "request_id": "req-66a2f93c-8d79-4e71-abe6-beb732c7678d"}]} 2026-07-08 22:46:11.736 7 INFO neutron.services.segments.plugin [-] Segment df832d38-4b97-4479-87a3-d786fdf030d6 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 df832d38-4b97-4479-87a3-d786fdf030d6 found for delete ", "request_id": "req-9e4d0c2e-823c-428d-b6ca-65ab33dbff00"}]} [pid: 7|app: 0|req: 407/814] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:11 2026] POST /v2.0/subnets => generated 1273 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/815] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/subnets => generated 1909 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/816] 10.0.0.67 () {32 vars in 652 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions => generated 21537 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/817] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/818] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/819] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/820] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:12 2026] DELETE /v2.0/subnets/00340ca4-9a71-4312-9e29-f9ec89b4e656 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/821] 10.0.0.67 () {32 vars in 664 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/822] 10.0.0.67 () {32 vars in 698 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/823] 10.0.0.67 () {32 vars in 696 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/824] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/825] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/826] 10.0.0.67 () {32 vars in 702 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/827] 10.0.0.67 () {32 vars in 692 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/828] 10.0.0.67 () {32 vars in 694 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/829] 10.0.0.67 () {32 vars in 684 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/830] 10.0.0.67 () {32 vars in 686 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/831] 10.0.0.67 () {32 vars in 660 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/832] 10.0.0.67 () {32 vars in 698 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/833] 10.0.0.67 () {32 vars in 678 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/834] 10.0.0.67 () {32 vars in 682 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/835] 10.0.0.67 () {32 vars in 674 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/836] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/837] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:12 2026] DELETE /v2.0/subnets/82a8a910-5303-41fc-98b9-45537dbef9bf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/838] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/839] 10.0.0.67 () {32 vars in 686 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/840] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/841] 10.0.0.67 () {32 vars in 686 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/842] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/843] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/844] 10.0.0.67 () {32 vars in 698 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/845] 10.0.0.67 () {32 vars in 678 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/846] 10.0.0.67 () {32 vars in 666 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/847] 10.0.0.67 () {32 vars in 676 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/848] 10.0.0.67 () {32 vars in 664 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/849] 10.0.0.67 () {32 vars in 674 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/l3-flavors => 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: 439/850] 10.0.0.67 () {32 vars in 712 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/851] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/852] 10.0.0.67 () {32 vars in 690 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/853] 10.0.0.67 () {32 vars in 682 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/854] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/855] 10.0.0.67 () {32 vars in 686 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/856] 10.0.0.67 () {32 vars in 704 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/857] 10.0.0.67 () {32 vars in 674 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:12.581 8 INFO neutron.services.segments.plugin [-] Segment ef0fa546-b933-422d-b70b-53797d0ac841 resource provider aggregate not found 2026-07-08 22:46:12.585 8 INFO neutron.services.segments.plugin [-] Segment ef0fa546-b933-422d-b70b-53797d0ac841 resource provider aggregate not found [pid: 7|app: 0|req: 447/858] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/859] 10.0.0.67 () {32 vars in 674 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:12.598 8 INFO neutron.services.segments.plugin [-] Segment ef0fa546-b933-422d-b70b-53797d0ac841 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 ef0fa546-b933-422d-b70b-53797d0ac841 found for delete ", "request_id": "req-ac1b3d67-7f2a-44c8-9ed0-a54114305ed3"}]} [pid: 7|app: 0|req: 449/860] 10.0.0.67 () {32 vars in 692 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:12.604 8 INFO neutron.services.segments.plugin [-] Segment ef0fa546-b933-422d-b70b-53797d0ac841 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 ef0fa546-b933-422d-b70b-53797d0ac841 found for delete ", "request_id": "req-ea81ec9d-911a-4cbe-9c3d-fe3edcb5ba6d"}]} [pid: 7|app: 0|req: 450/861] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/862] 10.0.0.67 () {32 vars in 708 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/863] 10.0.0.67 () {32 vars in 704 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/864] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:12 2026] DELETE /v2.0/networks/ed37517d-897e-44a2-982a-85c70f7af464 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/865] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/866] 10.0.0.67 () {32 vars in 696 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/867] 10.0.0.67 () {32 vars in 710 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/868] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/869] 10.0.0.67 () {32 vars in 686 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/870] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/871] 10.0.0.67 () {32 vars in 674 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/872] 10.0.0.67 () {32 vars in 670 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/873] 10.0.0.67 () {32 vars in 660 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/874] 10.0.0.67 () {32 vars in 698 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/875] 10.0.0.67 () {32 vars in 698 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/876] 10.0.0.67 () {32 vars in 676 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/877] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/878] 10.0.0.67 () {32 vars in 682 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/879] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/880] 10.0.0.67 () {32 vars in 684 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/881] 10.0.0.67 () {32 vars in 706 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/882] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/883] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:12 2026] DELETE /v2.0/networks/a323dada-05ac-49fb-84ac-f4ec62eb1a4a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/884] 10.0.0.67 () {32 vars in 696 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/885] 10.0.0.67 () {32 vars in 694 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/886] 10.0.0.67 () {32 vars in 684 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/887] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/888] 10.0.0.67 () {32 vars in 704 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/889] 10.0.0.67 () {32 vars in 666 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/890] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/891] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/892] 10.0.0.67 () {32 vars in 690 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/893] 10.0.0.67 () {32 vars in 690 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/894] 10.0.0.67 () {32 vars in 694 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/895] 10.0.0.67 () {32 vars in 684 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/896] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/897] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/898] 10.0.0.67 () {32 vars in 702 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/899] 10.0.0.67 () {32 vars in 712 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/900] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/901] 10.0.0.67 () {32 vars in 714 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/902] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:12 2026] DELETE /v2.0/networks/58472084-d4ec-4a49-986e-912abdeb09aa => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/903] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/904] 10.0.0.67 () {32 vars in 740 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/905] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/906] 10.0.0.67 () {32 vars in 682 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/907] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/segment => generated 145 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/908] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/909] 10.0.0.67 () {32 vars in 678 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/910] 10.0.0.67 () {32 vars in 668 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/911] 10.0.0.67 () {32 vars in 696 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/912] 10.0.0.67 () {32 vars in 704 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/913] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/914] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/915] 10.0.0.67 () {32 vars in 682 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/916] 10.0.0.67 () {32 vars in 704 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/917] 10.0.0.67 () {32 vars in 694 bytes} [Wed Jul 8 22:46:12 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/918] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/919] 10.0.0.67 () {32 vars in 696 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/920] 10.0.0.67 () {32 vars in 678 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/921] 10.0.0.67 () {32 vars in 688 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/922] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:12 2026] DELETE /v2.0/networks/164c4c78-c550-4458-8898-c78b24b96319 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/923] 10.0.0.67 () {32 vars in 700 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/924] 10.0.0.67 () {32 vars in 664 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/925] 10.0.0.67 () {32 vars in 680 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/926] 10.0.0.67 () {32 vars in 676 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/927] 10.0.0.67 () {32 vars in 692 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/928] 10.0.0.67 () {32 vars in 676 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/929] 10.0.0.67 () {32 vars in 666 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/930] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/931] 10.0.0.67 () {32 vars in 674 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/932] 10.0.0.67 () {32 vars in 686 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/933] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/networks?id=529be9ac-44ea-4c93-8799-d7b353ace14e => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/934] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/935] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/security-groups?tenant_id=5baf54c0993047f5afe1b1fd4375b4b6&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/936] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/937] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:13 2026] GET /v2.0/security-groups?tenant_id=281d12bf92e64901a5f6769c838cd67a&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/938] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:13 2026] DELETE /v2.0/security-groups/38d8ec02-5ff9-4f50-a6ce-029e50d952e2 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/939] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:13 2026] DELETE /v2.0/security-groups/72a95b61-b4bc-46ce-aba3-450f38a4b7bf => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/940] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:46:13 2026] POST /v2.0/ports => generated 954 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/941] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:46:14 2026] PUT /v2.0/ports/cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 => generated 1235 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:14.570 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea721c9a-4b60-4939-80d1-d0e92cd0dc9b'] response: {'name': 'network-changed', 'server_uuid': '80d39307-f586-42a5-a19a-fed259b235c2', 'tag': 'cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81', 'status': 'completed', 'code': 200} 2026-07-08 22:46:14.615 8 INFO neutron.services.segments.plugin [-] Segment d1a60920-ec59-4891-b327-45bdb03200cc resource provider aggregate not found 2026-07-08 22:46:14.625 8 INFO neutron.services.segments.plugin [-] Segment d1a60920-ec59-4891-b327-45bdb03200cc resource provider aggregate not found 2026-07-08 22:46:14.635 8 INFO neutron.services.segments.plugin [-] Segment d1a60920-ec59-4891-b327-45bdb03200cc 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 d1a60920-ec59-4891-b327-45bdb03200cc found for delete ", "request_id": "req-7853bf0d-ff99-4823-87b6-095e9bcf5c30"}]} 2026-07-08 22:46:14.653 8 INFO neutron.services.segments.plugin [-] Segment b35d64ec-66ff-4adf-9b01-5f98b929a621 resource provider aggregate not found 2026-07-08 22:46:14.659 8 INFO neutron.services.segments.plugin [-] Segment d1a60920-ec59-4891-b327-45bdb03200cc 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 d1a60920-ec59-4891-b327-45bdb03200cc found for delete ", "request_id": "req-c1649b37-a87b-419d-97c1-a5bc0a646c7b"}]} 2026-07-08 22:46:14.675 8 INFO neutron.services.segments.plugin [-] Segment b35d64ec-66ff-4adf-9b01-5f98b929a621 resource provider aggregate not found 2026-07-08 22:46:14.690 8 INFO neutron.services.segments.plugin [-] Segment b35d64ec-66ff-4adf-9b01-5f98b929a621 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 b35d64ec-66ff-4adf-9b01-5f98b929a621 found for delete ", "request_id": "req-fe7c303d-8777-4c0a-949b-7b4d3c969625"}]} 2026-07-08 22:46:14.690 8 INFO neutron.services.segments.plugin [-] Segment b35d64ec-66ff-4adf-9b01-5f98b929a621 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 b35d64ec-66ff-4adf-9b01-5f98b929a621 found for delete ", "request_id": "req-a13f1946-dbf3-488f-aa8c-4d4ea2f49789"}]} 2026-07-08 22:46:14.705 8 INFO neutron.services.segments.plugin [-] Segment 46a233b8-456e-438f-a747-6827ecbe0345 resource provider aggregate not found 2026-07-08 22:46:14.709 8 INFO neutron.services.segments.plugin [-] Segment 46a233b8-456e-438f-a747-6827ecbe0345 resource provider aggregate not found 2026-07-08 22:46:14.722 8 INFO neutron.services.segments.plugin [-] Segment 46a233b8-456e-438f-a747-6827ecbe0345 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 46a233b8-456e-438f-a747-6827ecbe0345 found for delete ", "request_id": "req-e8efb18e-dae4-4c2b-9415-10590ec7b0a6"}]} 2026-07-08 22:46:14.729 8 INFO neutron.services.segments.plugin [-] Segment 46a233b8-456e-438f-a747-6827ecbe0345 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 46a233b8-456e-438f-a747-6827ecbe0345 found for delete ", "request_id": "req-c35f14ff-e27c-488b-8598-8d0b4e99bd65"}]} /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: 425/942] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:14 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 969 bytes in 37 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: 518/943] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:14 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/944] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/ports?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/945] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/networks?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&shared=False => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/946] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/947] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/948] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/ports/2029523c-bf6a-485f-9a95-17ab68f85693 => generated 968 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/949] 10.0.0.67 () {32 vars in 622 bytes} [Wed Jul 8 22:46:15 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: 431/950] 10.0.0.67 () {32 vars in 632 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/ => generated 632 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:15.951 7 INFO neutron.db.segments_db [None req-b3088a39-6ad8-4f10-b4c1-c5424c236c1c a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] Added segment aa8f6a87-3454-4fbd-8a00-a470bb8cc615 of type vxlan for network 3a425c92-3710-44df-8022-73d7f554d4f2 [pid: 8|app: 0|req: 432/951] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:15 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/952] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:15 2026] POST /v2.0/networks => generated 644 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/953] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/954] 199.19.213.181 () {34 vars in 1000 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/subnets?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/955] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:16 2026] POST /v2.0/subnets => generated 641 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/956] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/ports?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:16.374 7 INFO neutron.db.segments_db [None req-2ef7d34d-a462-470a-8a7e-8b81c9d1dbf3 a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] Added segment 2734a969-67ff-4296-8ed3-30eea747802f of type vxlan for network 22e20bb7-c950-4da2-8aae-2f022e865090 [pid: 7|app: 0|req: 524/957] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:16 2026] POST /v2.0/networks => generated 643 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/958] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 => 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: 434/959] 199.19.213.181 () {34 vars in 1146 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9&device_owner=compute%3Anova&network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 971 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/960] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/subnets?id=cecaa57d-46e1-4222-969d-0c7815447fac => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/961] 10.0.0.67 () {34 vars in 742 bytes} [Wed Jul 8 22:46:16 2026] PUT /v2.0/networks/22e20bb7-c950-4da2-8aae-2f022e865090 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/962] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/security-groups?tenant_id=8006f399236145f298220655150c08bb&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/963] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:16 2026] GET /v2.0/ports?network_id=529be9ac-44ea-4c93-8799-d7b353ace14e&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/964] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:46:16 2026] PUT /v2.0/ports/2029523c-bf6a-485f-9a95-17ab68f85693 => generated 1149 bytes in 363 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-08 22:46:16.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71392bf6-1efb-47e4-a066-528e1d9bc25c'] response: {'name': 'network-changed', 'server_uuid': '9bca7510-b3af-4998-9d53-5ff605fe1ee9', 'tag': '2029523c-bf6a-485f-9a95-17ab68f85693', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 438/965] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:16 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/966] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:16 2026] DELETE /v2.0/security-groups/5346fae4-8872-45a9-9879-f1408e094004 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/967] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/968] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?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: 441/969] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/970] 10.0.0.67 () {34 vars in 740 bytes} [Wed Jul 8 22:46:17 2026] PUT /v2.0/subnets/95072d80-67a6-4472-a4d1-190232356413 => generated 636 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/971] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:17.373 7 INFO neutron.services.segments.plugin [-] Segment 2734a969-67ff-4296-8ed3-30eea747802f resource provider aggregate not found 2026-07-08 22:46:17.380 7 INFO neutron.services.segments.plugin [-] Segment 2734a969-67ff-4296-8ed3-30eea747802f resource provider aggregate not found 2026-07-08 22:46:17.395 7 INFO neutron.services.segments.plugin [-] Segment 2734a969-67ff-4296-8ed3-30eea747802f 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 2734a969-67ff-4296-8ed3-30eea747802f found for delete ", "request_id": "req-4a9db81b-adeb-4cad-8f2b-0b4fd6a80ec6"}]} 2026-07-08 22:46:17.395 7 INFO neutron.services.segments.plugin [-] Segment 2734a969-67ff-4296-8ed3-30eea747802f 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 2734a969-67ff-4296-8ed3-30eea747802f found for delete ", "request_id": "req-74e37f80-e07b-4a88-bd15-fa5c4a9e9319"}]} [pid: 7|app: 0|req: 530/972] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:17 2026] DELETE /v2.0/networks/22e20bb7-c950-4da2-8aae-2f022e865090 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:17.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e83852f6-dd4c-4282-b2b1-9c20c7209639 a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 443/973] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:17 2026] DELETE /v2.0/networks/22e20bb7-c950-4da2-8aae-2f022e865090 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/974] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/975] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1421 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/976] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/subnets?network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/977] 10.0.0.67 () {32 vars in 652 bytes} [Wed Jul 8 22:46:17 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: 445/978] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/979] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/980] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks => generated 1309 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/981] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/982] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/983] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/subnets?id=ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/984] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks/3a425c92-3710-44df-8022-73d7f554d4f2 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/985] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/ports?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/986] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/subnets/acf78e52-682c-4658-b64b-96cbbca77fa1 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:17.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30bd6d2e-060e-4dd3-853d-6e5af86964f4 a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/987] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:17 2026] DELETE /v2.0/subnets/95072d80-67a6-4472-a4d1-190232356413 => 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: 450/988] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:17.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6076c89d-dfdb-423a-ba66-317a53582d11 a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/989] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:17 2026] DELETE /v2.0/networks/22e20bb7-c950-4da2-8aae-2f022e865090 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/990] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:17 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?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: 540/991] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:17 2026] DELETE /v2.0/subnets/acf78e52-682c-4658-b64b-96cbbca77fa1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:17.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee8d1b50-73af-45c4-aebd-b7ef1255fca8 a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] TaaS: Handle Delete Port: a96694e6-8e05-47f4-9615-128b0dcaab91 2026-07-08 22:46:17.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee8d1b50-73af-45c4-aebd-b7ef1255fca8 a55afcd378e94525a29100c9e5d56a41 670029edeada4141ba07f786c0a482db - - default default] Tap Mirror: Handle Delete Port: a96694e6-8e05-47f4-9615-128b0dcaab91 2026-07-08 22:46:18.194 8 INFO neutron.services.segments.plugin [-] Segment aa8f6a87-3454-4fbd-8a00-a470bb8cc615 resource provider aggregate not found 2026-07-08 22:46:18.217 8 INFO neutron.services.segments.plugin [-] Segment aa8f6a87-3454-4fbd-8a00-a470bb8cc615 resource provider aggregate not found 2026-07-08 22:46:18.230 8 INFO neutron.services.segments.plugin [-] Segment aa8f6a87-3454-4fbd-8a00-a470bb8cc615 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 aa8f6a87-3454-4fbd-8a00-a470bb8cc615 found for delete ", "request_id": "req-f1cd7461-ead1-4dbe-8204-76bc93c6247a"}]} 2026-07-08 22:46:18.251 8 INFO neutron.services.segments.plugin [-] Segment aa8f6a87-3454-4fbd-8a00-a470bb8cc615 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 aa8f6a87-3454-4fbd-8a00-a470bb8cc615 found for delete ", "request_id": "req-f601d733-573d-4962-828d-ffd48dd7f122"}]} [pid: 8|app: 0|req: 452/992] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:17 2026] DELETE /v2.0/networks/3a425c92-3710-44df-8022-73d7f554d4f2 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/993] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/994] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/995] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1152 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/996] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/security-groups?tenant_id=670029edeada4141ba07f786c0a482db&name=default => generated 2925 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/997] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/998] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:18.936 8 INFO neutron.db.segments_db [None req-4b11de83-7411-4d06-b840-4166c9397e55 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment be9f6c52-4736-4012-8a55-1efcdc857b2d of type vxlan for network 03a7ef9d-6336-44b2-b535-5063b7744865 [pid: 7|app: 0|req: 546/999] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:18 2026] DELETE /v2.0/security-groups/18285b15-6a28-4e50-8fce-24e95257bb35 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1000] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:18 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/1001] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:46:18 2026] POST /v2.0/networks => generated 741 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/1002] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1003] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/1004] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/subnets?id=ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1005] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/ports?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1006] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1007] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:19 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1008] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?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) 2026-07-08 22:46:19.260 7 INFO neutron.db.segments_db [None req-6b66841c-d5a1-4e41-a65d-48fc84a98d6c b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment e571209b-9ca3-4f8b-af43-5b1df2fe1429 of type vxlan for network c9598159-f1c1-4f38-b2f0-2fa152dc717b 2026-07-08 22:46:19.442 7 INFO neutron.db.l3_hamode_db [None req-6b66841c-d5a1-4e41-a65d-48fc84a98d6c b248572bea504fe180e9c98f706d026c 36064c6f00c648f493422fd555838562 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 461/1009] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1010] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1011] 199.19.213.181 () {34 vars in 1120 bytes} [Wed Jul 8 22:46:19 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:20.125 7 INFO neutron.db.l3_hamode_db [None req-6b66841c-d5a1-4e41-a65d-48fc84a98d6c b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 464/1012] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:46:19 2026] PUT /v2.0/ports/2029523c-bf6a-485f-9a95-17ab68f85693 => generated 968 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:20.195 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65e154d4-35ee-4551-9ac2-8df68e221810'] response: {'name': 'network-changed', 'server_uuid': '9bca7510-b3af-4998-9d53-5ff605fe1ee9', 'tag': '2029523c-bf6a-485f-9a95-17ab68f85693', 'status': 'completed', 'code': 200} /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: 465/1013] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:20 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:20.902 8 INFO neutron.db.segments_db [None req-2b7239f6-dacb-40e1-adb6-95d4252f9e54 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Added segment 8308d25f-0e4e-4486-8ac1-fb81303433bd of type vxlan for network 17a635c8-05a2-4729-a560-6eec5dfe5cb4 [pid: 8|app: 0|req: 466/1014] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:20 2026] POST /v2.0/networks => generated 645 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1016] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:21 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1016] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:19 2026] POST /v2.0/routers => generated 728 bytes in 1814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1017] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:21 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1018] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:46:21 2026] POST /v2.0/ports => generated 774 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 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: 551/1019] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:21 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:21.402 7 INFO neutron.db.segments_db [None req-f8f34e74-7296-459c-a38f-676bb5ae50e2 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Added segment c6c33b4c-9d63-4b83-90dc-b8c0974bac70 of type vxlan for network 84c31457-9289-4cec-8c3d-91510f74f9c9 [pid: 7|app: 0|req: 552/1020] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:21 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1021] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1022] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:21 2026] POST /v2.0/subnets => generated 626 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1023] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:21 2026] GET /v2.0/subnets?id=ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1024] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:46:21 2026] POST /v2.0/ports => generated 950 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 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: 557/1025] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:21 2026] GET /v2.0/ports?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1026] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:21 2026] PUT /v2.0/routers/7f122ad0-970b-47ea-9022-eaf647dc4050/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:22.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-83a28c80-1577-47e2-8ac3-d944a94751f7 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] TaaS: Handle Delete Port: 54c322f1-dc3d-44f1-a614-3724520da9f7 2026-07-08 22:46:22.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a28c80-1577-47e2-8ac3-d944a94751f7 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Tap Mirror: Handle Delete Port: 54c322f1-dc3d-44f1-a614-3724520da9f7 [pid: 8|app: 0|req: 470/1027] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:22 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1028] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:22 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1029] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:22 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1030] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:22 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1031] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:22 2026] DELETE /v2.0/ports/54c322f1-dc3d-44f1-a614-3724520da9f7 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:22.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24eb79ab-630c-41ce-b328-4a07bb4df68c 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 474/1032] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:22 2026] DELETE /v2.0/ports/54c322f1-dc3d-44f1-a614-3724520da9f7 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:22.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1cf9d70-3513-4e69-96c9-297bd773799c 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 559/1033] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:22 2026] GET /v2.0/ports/54c322f1-dc3d-44f1-a614-3724520da9f7 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1034] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:22 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1035] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:22 2026] DELETE /v2.0/subnets/23f8e85f-cd4e-4b89-9e85-7e6455431b19 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:22.574 8 INFO neutron.services.segments.plugin [-] Segment c6c33b4c-9d63-4b83-90dc-b8c0974bac70 resource provider aggregate not found 2026-07-08 22:46:22.586 8 INFO neutron.services.segments.plugin [-] Segment c6c33b4c-9d63-4b83-90dc-b8c0974bac70 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 c6c33b4c-9d63-4b83-90dc-b8c0974bac70 found for delete ", "request_id": "req-4bcd0cb4-d8dc-48cc-a229-44a87b3836cd"}]} 2026-07-08 22:46:22.594 8 INFO neutron.services.segments.plugin [-] Segment c6c33b4c-9d63-4b83-90dc-b8c0974bac70 resource provider aggregate not found [pid: 8|app: 0|req: 476/1036] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:22 2026] DELETE /v2.0/networks/84c31457-9289-4cec-8c3d-91510f74f9c9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:22.607 8 INFO neutron.services.segments.plugin [-] Segment c6c33b4c-9d63-4b83-90dc-b8c0974bac70 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 c6c33b4c-9d63-4b83-90dc-b8c0974bac70 found for delete ", "request_id": "req-dff9a9ba-0d62-4b2d-beb5-82908c56869c"}]} 2026-07-08 22:46:22.676 8 INFO neutron.db.segments_db [None req-4e8c37b2-7cd5-446b-9ded-6ec078d824aa 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Added segment 479c8604-e5c3-49e5-9d09-f36743ff10c0 of type vxlan for network b0294454-9dfd-4069-8c37-b0f0b0785a1b [pid: 8|app: 0|req: 477/1037] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:22 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:22.828 7 INFO neutron.db.l3_db [None req-e06e0596-9c62-4f6d-8e10-d3ff75e856a2 eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] Floating IP abe52ac3-5c59-41a2-b187-feb1adf6d47b associated. External IP: 10.96.250.201, port: cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81. [pid: 8|app: 0|req: 478/1038] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:22 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1041] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:46:22 2026] PUT /v2.0/floatingips/abe52ac3-5c59-41a2-b187-feb1adf6d47b => generated 855 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:23.242 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e67bf49b-ec21-46ad-99bf-73e657d1eb42'] response: {'name': 'network-changed', 'server_uuid': '80d39307-f586-42a5-a19a-fed259b235c2', 'tag': 'cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 562/1042] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1043] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/ports?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1044] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:46:23 2026] POST /v2.0/ports => generated 911 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1045] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1046] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/networks?id=3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1047] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2029523c-bf6a-485f-9a95-17ab68f85693 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:23.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2821ec4-aadb-465e-a217-8b243f360b7c 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] TaaS: Handle Delete Port: 9fbb4a66-bc39-42ad-a28d-067130968aed 2026-07-08 22:46:23.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2821ec4-aadb-465e-a217-8b243f360b7c 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Tap Mirror: Handle Delete Port: 9fbb4a66-bc39-42ad-a28d-067130968aed [pid: 8|app: 0|req: 484/1048] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/subnets?id=ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 702 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1049] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/ports?network_id=3f979642-4bed-4535-ad33-1b0f0ea108bc&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: 7|app: 0|req: 565/1050] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:23 2026] DELETE /v2.0/ports/9fbb4a66-bc39-42ad-a28d-067130968aed => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1051] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:23.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10586cc4-3c51-4d5e-9ca4-58364906558e 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1052] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/ports/9fbb4a66-bc39-42ad-a28d-067130968aed => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1053] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc?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: 7|app: 0|req: 567/1054] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:23 2026] DELETE /v2.0/subnets/1e5bb948-7f37-4b6a-ab32-f82bd8082ac1 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1055] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/ports?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1056] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/networks?id=529be9ac-44ea-4c93-8799-d7b353ace14e => generated 771 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1057] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:23.898 7 INFO neutron.services.segments.plugin [-] Segment 479c8604-e5c3-49e5-9d09-f36743ff10c0 resource provider aggregate not found 2026-07-08 22:46:23.911 7 INFO neutron.services.segments.plugin [-] Segment 479c8604-e5c3-49e5-9d09-f36743ff10c0 resource provider aggregate not found [pid: 8|app: 0|req: 491/1058] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/subnets?id=cecaa57d-46e1-4222-969d-0c7815447fac => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:23.915 7 INFO neutron.services.segments.plugin [-] Segment 479c8604-e5c3-49e5-9d09-f36743ff10c0 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 479c8604-e5c3-49e5-9d09-f36743ff10c0 found for delete ", "request_id": "req-f2db560e-068a-47dc-ac68-5ebbfc1d223d"}]} 2026-07-08 22:46:23.928 7 INFO neutron.services.segments.plugin [-] Segment 479c8604-e5c3-49e5-9d09-f36743ff10c0 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 479c8604-e5c3-49e5-9d09-f36743ff10c0 found for delete ", "request_id": "req-5097fcfc-8a3a-429e-8710-46f26bc66fa4"}]} [pid: 7|app: 0|req: 568/1059] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:23 2026] DELETE /v2.0/networks/b0294454-9dfd-4069-8c37-b0f0b0785a1b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1060] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/ports?network_id=529be9ac-44ea-4c93-8799-d7b353ace14e&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1061] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:23 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1062] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1063] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:46:23 2026] POST /v2.0/ports => generated 774 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1064] 10.0.0.67 () {34 vars in 736 bytes} [Wed Jul 8 22:46:24 2026] PUT /v2.0/ports/6cab8ec6-3cf2-47f7-b951-333b32880379 => generated 752 bytes in 179 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, ' /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: 496/1065] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:24.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-d25a5355-be66-4ee7-b993-dfdcce76dff5 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] TaaS: Handle Delete Port: 6cab8ec6-3cf2-47f7-b951-333b32880379 2026-07-08 22:46:24.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d25a5355-be66-4ee7-b993-dfdcce76dff5 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Tap Mirror: Handle Delete Port: 6cab8ec6-3cf2-47f7-b951-333b32880379 [pid: 8|app: 0|req: 497/1066] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/networks?id=03a7ef9d-6336-44b2-b535-5063b7744865 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1067] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1068] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/quotas/36064c6f00c648f493422fd555838562 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1069] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:24 2026] DELETE /v2.0/ports/6cab8ec6-3cf2-47f7-b951-333b32880379 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1070] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports?tenant_id=36064c6f00c648f493422fd555838562&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1071] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1072] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/networks/03a7ef9d-6336-44b2-b535-5063b7744865?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:24.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1dbbecd-9eb6-4bce-9a90-d973719fe7fb 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1073] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports/6cab8ec6-3cf2-47f7-b951-333b32880379 => 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: 502/1074] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/networks/03a7ef9d-6336-44b2-b535-5063b7744865?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: 7|app: 0|req: 573/1075] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1076] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports/38266ed2-86ef-40f0-a007-45f83a5c8df8 => generated 774 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:24.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61c9abf9-ce9a-4833-8222-cdf96d675f2c 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1077] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:24 2026] DELETE /v2.0/ports/9fbb4a66-bc39-42ad-a28d-067130968aed => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:24.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f744a13f-0d4c-4b63-b86e-781deae17919 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/1078] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:24 2026] DELETE /v2.0/subnets/1e5bb948-7f37-4b6a-ab32-f82bd8082ac1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:24.858 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd503d6e-6390-43eb-b210-2224091b7a5d 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1079] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:24 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1080] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:24 2026] DELETE /v2.0/subnets/23f8e85f-cd4e-4b89-9e85-7e6455431b19 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:24.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-208ca613-e302-44f7-bcde-76322556bf97 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] TaaS: Handle Delete Port: 38266ed2-86ef-40f0-a007-45f83a5c8df8 2026-07-08 22:46:24.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208ca613-e302-44f7-bcde-76322556bf97 1689ade3ab8a44c0a8ab448c2d6ee47e c8b8d95958d34dbc80c881ec0872a6fa - - default default] Tap Mirror: Handle Delete Port: 38266ed2-86ef-40f0-a007-45f83a5c8df8 [pid: 7|app: 0|req: 576/1081] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:46:24 2026] DELETE /v2.0/ports/38266ed2-86ef-40f0-a007-45f83a5c8df8 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:25.205 8 INFO neutron.services.segments.plugin [-] Segment 8308d25f-0e4e-4486-8ac1-fb81303433bd resource provider aggregate not found 2026-07-08 22:46:25.209 8 INFO neutron.services.segments.plugin [-] Segment 8308d25f-0e4e-4486-8ac1-fb81303433bd resource provider aggregate not found 2026-07-08 22:46:25.224 8 INFO neutron.services.segments.plugin [-] Segment 8308d25f-0e4e-4486-8ac1-fb81303433bd 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 8308d25f-0e4e-4486-8ac1-fb81303433bd found for delete ", "request_id": "req-93bd71aa-8cdd-43b7-be38-6675a07f8f2a"}]} 2026-07-08 22:46:25.229 8 INFO neutron.services.segments.plugin [-] Segment 8308d25f-0e4e-4486-8ac1-fb81303433bd 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 8308d25f-0e4e-4486-8ac1-fb81303433bd found for delete ", "request_id": "req-4c4614f9-6869-4d72-9ba8-af469434eaae"}]} [pid: 8|app: 0|req: 506/1082] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:25 2026] DELETE /v2.0/networks/17a635c8-05a2-4729-a560-6eec5dfe5cb4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1083] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:25 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1084] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:25 2026] GET /v2.0/security-groups?id=85fd1f62-d067-4870-aeca-7a8999b7c260&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1085] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:46:25 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:25.880 8 INFO neutron_taas.services.taas.taas_plugin [req-6dfb4826-2a5f-4bd4-b51d-d4f2ea148a88 req-8730352d-9c85-4f2f-9901-88a06611c0e2 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] TaaS: Handle Delete Port: 2029523c-bf6a-485f-9a95-17ab68f85693 2026-07-08 22:46:25.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6dfb4826-2a5f-4bd4-b51d-d4f2ea148a88 req-8730352d-9c85-4f2f-9901-88a06611c0e2 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] Tap Mirror: Handle Delete Port: 2029523c-bf6a-485f-9a95-17ab68f85693 [pid: 7|app: 0|req: 579/1086] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:25 2026] GET /v2.0/security-groups?tenant_id=c8b8d95958d34dbc80c881ec0872a6fa&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1087] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:25 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:26.001 8 INFO neutron.db.l3_db [req-6dfb4826-2a5f-4bd4-b51d-d4f2ea148a88 req-8730352d-9c85-4f2f-9901-88a06611c0e2 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] Floating IP 13f4768b-4811-4b43-b80e-9d7885d855a4 disassociated. External IP: 10.96.250.211, port: 2029523c-bf6a-485f-9a95-17ab68f85693. [pid: 7|app: 0|req: 581/1088] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:25 2026] DELETE /v2.0/security-groups/96f6ec88-41bc-4593-b73b-dd95c92e377f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1089] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:46:25 2026] DELETE /v2.0/ports/2029523c-bf6a-485f-9a95-17ab68f85693 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:26.407 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b78d87fa-29e5-4076-82d4-760ea58b1993'] response: {'server_uuid': '9bca7510-b3af-4998-9d53-5ff605fe1ee9', 'name': 'network-vif-deleted', 'tag': '2029523c-bf6a-485f-9a95-17ab68f85693', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1090] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:26 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1091] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:27 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1092] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:27 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1093] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:28 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:28.176 7 INFO neutron.db.segments_db [None req-8d409628-23de-4783-b70d-c2edc6d53b51 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment 045c3c4d-e28e-4b60-9b93-82451c61bce6 of type vxlan for network 372705c7-4289-4222-8152-3eab347ea72e [pid: 7|app: 0|req: 583/1094] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:27 2026] POST /v2.0/networks => generated 634 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:28.349 8 INFO neutron.db.segments_db [None req-45926543-296d-4be6-8901-7d20a9e588dc 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment 98bc1a71-13d2-401f-9224-8d42b46b2a91 of type vxlan for network f104aa14-9bea-4a28-a07c-fae095f4855f [pid: 8|app: 0|req: 512/1095] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:28 2026] POST /v2.0/networks => generated 634 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1096] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:28 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1097] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:28 2026] POST /v2.0/subnets => generated 655 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:28.917 7 INFO neutron.db.segments_db [None req-2077718d-0289-414e-97d9-47c8b28ae2b2 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 of type vxlan for network 8d8cfa14-0930-494e-9be6-c7b81f721283 [pid: 8|app: 0|req: 514/1098] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:28 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:29.156 7 INFO neutron.db.l3_hamode_db [None req-2077718d-0289-414e-97d9-47c8b28ae2b2 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 515/1099] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:29 2026] GET /v2.0/networks?id=03a7ef9d-6336-44b2-b535-5063b7744865 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:29.295 7 INFO neutron.db.l3_hamode_db [None req-2077718d-0289-414e-97d9-47c8b28ae2b2 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 516/1100] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:46:29 2026] POST /v2.0/ports => generated 958 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 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: 517/1101] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:29 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 961 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1102] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:28 2026] POST /v2.0/routers => generated 510 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1103] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:29 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1104] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:46:29 2026] PUT /v2.0/ports/47a83fa2-07f4-4d52-b619-fbe7351f539a => generated 1239 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:29.998 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a0105cd-e4d4-4315-84bd-d99a13e28c20'] response: {'name': 'network-changed', 'server_uuid': 'b5801874-bce7-4a59-bcad-0a9f8847ee31', 'tag': '47a83fa2-07f4-4d52-b619-fbe7351f539a', 'status': 'completed', 'code': 200} /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: 519/1105] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:30 2026] GET /v2.0/ports?device_id=9bca7510-b3af-4998-9d53-5ff605fe1ee9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1106] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:30 2026] GET /v2.0/ports?tenant_id=36064c6f00c648f493422fd555838562&device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1107] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:46:30 2026] GET /v2.0/networks?tenant_id=36064c6f00c648f493422fd555838562&shared=False => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1108] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:46:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1109] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:29 2026] PUT /v2.0/routers/97d3eb71-53c2-4855-aee2-486ec8561063/add_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1110] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:30 2026] GET /v2.0/ports/f49de147-9487-49c1-b998-056af8dff86b => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1111] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:31 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 973 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1112] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:31 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1113] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:31 2026] DELETE /v2.0/security-groups/85fd1f62-d067-4870-aeca-7a8999b7c260 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:46:31.303 8 INFO neutron.api.v2.resource [None req-865cfe86-b2cb-4f5e-a573-cc052bfa0cde 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 527/1114] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:46:31 2026] GET /v2.0/security-groups/85fd1f62-d067-4870-aeca-7a8999b7c260 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:31.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-e65487ca-e728-4f57-ab3b-455321510fbb 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] TaaS: Handle Delete Port: f32527f7-885a-4b55-bd2c-163d6a51b141 2026-07-08 22:46:31.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e65487ca-e728-4f57-ab3b-455321510fbb 17557039a32345e7a97631d1e9b61ecf 59c06bdf6962440ab8bf71a10874fd5b - - default default] Tap Mirror: Handle Delete Port: f32527f7-885a-4b55-bd2c-163d6a51b141 [pid: 8|app: 0|req: 528/1115] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:46:31 2026] DELETE /v2.0/floatingips/13f4768b-4811-4b43-b80e-9d7885d855a4 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:46:32.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3c8b000-4682-4d43-98e7-81c82183ec15 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 8f373539-330f-4238-acd1-a5f40e1da384 2026-07-08 22:46:32.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3c8b000-4682-4d43-98e7-81c82183ec15 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 8f373539-330f-4238-acd1-a5f40e1da384 [pid: 7|app: 0|req: 588/1116] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:31 2026] PUT /v2.0/routers/97d3eb71-53c2-4855-aee2-486ec8561063/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1117] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:32 2026] GET /v2.0/ports?tenant_id=36064c6f00c648f493422fd555838562&device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1118] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:32 2026] GET /v2.0/ports/df04929a-5ec2-48a9-843c-0f7fb2f839c0 => generated 967 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1119] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:46:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=47a83fa2-07f4-4d52-b619-fbe7351f539a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:32.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-690815ee-60c3-4397-8c48-964346b2c1bd 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: df04929a-5ec2-48a9-843c-0f7fb2f839c0 2026-07-08 22:46:32.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690815ee-60c3-4397-8c48-964346b2c1bd 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: df04929a-5ec2-48a9-843c-0f7fb2f839c0 [pid: 8|app: 0|req: 529/1120] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:31 2026] PUT /v2.0/routers/30dd0735-57e9-4916-9aa6-eb2c8bf605db/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1121] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:32 2026] GET /v2.0/subnets?id=8473b24f-8a66-4c76-acef-ccda93afac05 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1122] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:32 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:32.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-789458b0-0d82-455f-a3d5-ba971ea794df b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: adf84953-9380-45bc-a9a6-1d474e6705d1 2026-07-08 22:46:32.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-789458b0-0d82-455f-a3d5-ba971ea794df b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: adf84953-9380-45bc-a9a6-1d474e6705d1 [pid: 7|app: 0|req: 592/1123] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:32 2026] PUT /v2.0/routers/97d3eb71-53c2-4855-aee2-486ec8561063/remove_router_interface => generated 309 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1124] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:32 2026] GET /v2.0/ports?network_id=03a7ef9d-6336-44b2-b535-5063b7744865&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1125] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:33 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:33.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-789458b0-0d82-455f-a3d5-ba971ea794df b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 74fda3c8-fab1-409a-be0b-d13fb32025bb 2026-07-08 22:46:33.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-789458b0-0d82-455f-a3d5-ba971ea794df b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 74fda3c8-fab1-409a-be0b-d13fb32025bb 2026-07-08 22:46:33.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-e271ec92-7657-4ae4-9293-2e6c715a18d0 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: f49de147-9487-49c1-b998-056af8dff86b 2026-07-08 22:46:33.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e271ec92-7657-4ae4-9293-2e6c715a18d0 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: f49de147-9487-49c1-b998-056af8dff86b 2026-07-08 22:46:33.516 8 INFO neutron.services.segments.plugin [-] Segment 7af81a9f-c469-4438-8a6a-b801d0b78614 resource provider aggregate not found 2026-07-08 22:46:33.521 8 INFO neutron.services.segments.plugin [-] Segment 7af81a9f-c469-4438-8a6a-b801d0b78614 resource provider aggregate not found 2026-07-08 22:46:33.541 8 INFO neutron.services.segments.plugin [-] Segment 7af81a9f-c469-4438-8a6a-b801d0b78614 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 7af81a9f-c469-4438-8a6a-b801d0b78614 found for delete ", "request_id": "req-5cdcbe99-3788-4144-a7e9-d915250826ce"}]} 2026-07-08 22:46:33.547 8 INFO neutron.services.segments.plugin [-] Segment 7af81a9f-c469-4438-8a6a-b801d0b78614 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 7af81a9f-c469-4438-8a6a-b801d0b78614 found for delete ", "request_id": "req-cee429ce-6b79-4a10-b14c-120b9630e4f2"}]} 2026-07-08 22:46:33.550 8 INFO neutron.db.l3_hamode_db [None req-789458b0-0d82-455f-a3d5-ba971ea794df b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 81637050-fc8a-4099-899c-faedf55de31c was deleted as no HA routers are present in tenant 59c06bdf6962440ab8bf71a10874fd5b. [pid: 8|app: 0|req: 532/1126] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:32 2026] DELETE /v2.0/routers/30dd0735-57e9-4916-9aa6-eb2c8bf605db => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1127] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:33 2026] GET /v2.0/networks/03a7ef9d-6336-44b2-b535-5063b7744865?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1128] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:33 2026] PUT /v2.0/routers/97d3eb71-53c2-4855-aee2-486ec8561063/remove_router_interface => generated 309 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1129] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:33 2026] GET /v2.0/networks/03a7ef9d-6336-44b2-b535-5063b7744865?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: 534/1130] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:33 2026] DELETE /v2.0/subnets/ce6fec26-c66e-4f4f-9c9b-b83486c487d6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1131] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:33 2026] GET /v2.0/ports?device_id=97d3eb71-53c2-4855-aee2-486ec8561063 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:33.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-e81202d0-114d-4712-b0e2-af4c90d2c434 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: bcfc42e2-0f02-4926-a010-227a4163be00 2026-07-08 22:46:33.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e81202d0-114d-4712-b0e2-af4c90d2c434 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: bcfc42e2-0f02-4926-a010-227a4163be00 [pid: 8|app: 0|req: 535/1132] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:46:33 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 1240 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:33.964 7 INFO neutron.services.segments.plugin [-] Segment 3ac568a1-72bd-4281-bd3e-7908b686e0a1 resource provider aggregate not found 2026-07-08 22:46:33.968 7 INFO neutron.services.segments.plugin [-] Segment 3ac568a1-72bd-4281-bd3e-7908b686e0a1 resource provider aggregate not found 2026-07-08 22:46:33.983 7 INFO neutron.services.segments.plugin [-] Segment 3ac568a1-72bd-4281-bd3e-7908b686e0a1 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 3ac568a1-72bd-4281-bd3e-7908b686e0a1 found for delete ", "request_id": "req-05ed1b05-bdd9-4627-a0a9-1c56490b401b"}]} 2026-07-08 22:46:33.986 7 INFO neutron.services.segments.plugin [-] Segment 3ac568a1-72bd-4281-bd3e-7908b686e0a1 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 3ac568a1-72bd-4281-bd3e-7908b686e0a1 found for delete ", "request_id": "req-dcb34573-541c-4e98-ac9b-54e5394f9616"}]} [pid: 7|app: 0|req: 598/1133] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:33 2026] DELETE /v2.0/networks/3f979642-4bed-4535-ad33-1b0f0ea108bc => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1134] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:33 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:34.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-07e3043a-45f5-4082-9263-e48e23e6e99f 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 362da5a9-1e21-40ca-bfe8-223362e06fd6 2026-07-08 22:46:34.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07e3043a-45f5-4082-9263-e48e23e6e99f 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 362da5a9-1e21-40ca-bfe8-223362e06fd6 [pid: 7|app: 0|req: 600/1135] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:34 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1136] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:34 2026] GET /v2.0/security-groups?tenant_id=59c06bdf6962440ab8bf71a10874fd5b&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1137] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:34 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1138] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:34 2026] DELETE /v2.0/security-groups/4bf034c0-7e8e-4e86-98ac-cdea31337c1b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:46:34.370 8 INFO neutron.db.l3_hamode_db [None req-07e3043a-45f5-4082-9263-e48e23e6e99f 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] HA network 8d8cfa14-0930-494e-9be6-c7b81f721283 was deleted as no HA routers are present in tenant 822dd65ca14040168860f13cb0431d1a. [pid: 8|app: 0|req: 536/1139] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:33 2026] DELETE /v2.0/routers/97d3eb71-53c2-4855-aee2-486ec8561063 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1140] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:34 2026] DELETE /v2.0/subnets/67b63241-ff3f-4f73-a06c-b4b5de07479d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1141] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:34 2026] DELETE /v2.0/subnets/3043adea-20ca-46be-afa8-8326c6aa5076 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1142] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:34 2026] DELETE /v2.0/networks/f104aa14-9bea-4a28-a07c-fae095f4855f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:34.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-baca9b56-1a81-4fe9-97b7-104345313b2d 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 0ce315d0-de0f-4116-a150-613969c4dcae 2026-07-08 22:46:34.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baca9b56-1a81-4fe9-97b7-104345313b2d 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 0ce315d0-de0f-4116-a150-613969c4dcae [pid: 8|app: 0|req: 538/1143] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:34 2026] DELETE /v2.0/networks/372705c7-4289-4222-8152-3eab347ea72e => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:35.201 7 INFO neutron.db.segments_db [None req-10c4762f-0757-4b60-8b89-b992c7ac5ecd 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment f15e4e2f-a913-44af-ad6e-d3ea19320bed of type vxlan for network c39ffa81-7df1-4a01-97fa-86fcabd079ce [pid: 7|app: 0|req: 606/1144] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:35 2026] POST /v2.0/networks => generated 634 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1145] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:35 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1146] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:35 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1147] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:35 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:35.550 7 INFO neutron.db.segments_db [None req-facac877-0485-4cd7-9ddb-fc6f4960abd8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d of type vxlan for network c5b79055-4995-42a2-a15f-a370443ad88c 2026-07-08 22:46:35.558 8 INFO neutron.services.segments.plugin [-] Segment cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 resource provider aggregate not found 2026-07-08 22:46:35.570 8 INFO neutron.services.segments.plugin [-] Segment cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 resource provider aggregate not found 2026-07-08 22:46:35.581 8 INFO neutron.services.segments.plugin [-] Segment cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 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 cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 found for delete ", "request_id": "req-5ba0a0d0-0201-4954-9c09-19311fd8aa8a"}]} 2026-07-08 22:46:35.591 8 INFO neutron.services.segments.plugin [-] Segment cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 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 cafeb4bd-d8a8-4c2d-a4ce-bbd7737a2b67 found for delete ", "request_id": "req-092adc42-a29d-4529-ab61-48cdec2dbfdc"}]} 2026-07-08 22:46:35.600 8 INFO neutron.services.segments.plugin [-] Segment 045c3c4d-e28e-4b60-9b93-82451c61bce6 resource provider aggregate not found 2026-07-08 22:46:35.607 8 INFO neutron.services.segments.plugin [-] Segment 045c3c4d-e28e-4b60-9b93-82451c61bce6 resource provider aggregate not found 2026-07-08 22:46:35.613 8 INFO neutron.services.segments.plugin [-] Segment 045c3c4d-e28e-4b60-9b93-82451c61bce6 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 045c3c4d-e28e-4b60-9b93-82451c61bce6 found for delete ", "request_id": "req-8f253e30-817f-4866-9c98-62007577c939"}]} 2026-07-08 22:46:35.621 8 INFO neutron.services.segments.plugin [-] Segment 045c3c4d-e28e-4b60-9b93-82451c61bce6 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 045c3c4d-e28e-4b60-9b93-82451c61bce6 found for delete ", "request_id": "req-607e1b53-c0ef-482c-ab95-d9dac49b9692"}]} 2026-07-08 22:46:35.802 7 INFO neutron.db.l3_hamode_db [None req-facac877-0485-4cd7-9ddb-fc6f4960abd8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:35.911 7 INFO neutron.db.l3_hamode_db [None req-facac877-0485-4cd7-9ddb-fc6f4960abd8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:36.009 7 INFO neutron.services.segments.plugin [-] Segment 98bc1a71-13d2-401f-9224-8d42b46b2a91 resource provider aggregate not found 2026-07-08 22:46:36.017 7 INFO neutron.services.segments.plugin [-] Segment 98bc1a71-13d2-401f-9224-8d42b46b2a91 resource provider aggregate not found 2026-07-08 22:46:36.042 7 INFO neutron.services.segments.plugin [-] Segment 98bc1a71-13d2-401f-9224-8d42b46b2a91 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 98bc1a71-13d2-401f-9224-8d42b46b2a91 found for delete ", "request_id": "req-2e162070-0ce2-4399-b33d-b6882b50fd05"}]} 2026-07-08 22:46:36.048 7 INFO neutron.services.segments.plugin [-] Segment 98bc1a71-13d2-401f-9224-8d42b46b2a91 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 98bc1a71-13d2-401f-9224-8d42b46b2a91 found for delete ", "request_id": "req-3d8a7cd4-a3c8-43dc-9371-f4a02e61abe3"}]} 2026-07-08 22:46:36.298 8 INFO neutron.db.segments_db [None req-1c65486c-606e-4fe7-bc5b-d3a12f29fd94 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 600cd383-5fcf-46ad-b1dd-bf5d745edc92 of type vxlan for network ed1b612c-490f-47e6-9290-ee682d067e47 [pid: 8|app: 0|req: 540/1148] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:46:36 2026] POST /v2.0/networks => generated 742 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1149] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:35 2026] POST /v2.0/routers => generated 511 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1150] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:36 2026] POST /v2.0/subnets => generated 690 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1151] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:36 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:36.646 7 INFO neutron.db.segments_db [None req-b8660243-6438-4b3f-851c-0f103858fe7d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 5a666b00-fa5a-4301-bc10-1f3a70e77f66 of type vxlan for network 2afb670d-b998-4faf-91c3-75f6f421ead7 [pid: 8|app: 0|req: 542/1152] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:46:36 2026] POST /v2.0/ports => generated 964 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 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: 543/1153] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:36 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:36.895 7 INFO neutron.db.l3_hamode_db [None req-b8660243-6438-4b3f-851c-0f103858fe7d b248572bea504fe180e9c98f706d026c 22abe89641094f29b61f0167748b4eab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1154] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:36 2026] PUT /v2.0/routers/225c8351-cba3-4931-9f4b-8aae62003b85/add_router_interface => generated 309 bytes in 995 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: 547/1157] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:37 2026] GET /v2.0/ports/95f5b678-cc7c-4bf0-a12b-49ff30cc21c3 => generated 1038 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:46:37.948 7 INFO neutron.db.l3_hamode_db [None req-b8660243-6438-4b3f-851c-0f103858fe7d b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:38.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-abd7069e-aa64-4df8-a44c-f26a6d895123 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 95f5b678-cc7c-4bf0-a12b-49ff30cc21c3 2026-07-08 22:46:38.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abd7069e-aa64-4df8-a44c-f26a6d895123 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 95f5b678-cc7c-4bf0-a12b-49ff30cc21c3 [pid: 8|app: 0|req: 548/1158] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:37 2026] PUT /v2.0/routers/225c8351-cba3-4931-9f4b-8aae62003b85/remove_router_interface => generated 309 bytes in 762 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: 549/1159] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:38 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1160] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:36 2026] POST /v2.0/routers => generated 730 bytes in 2180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1161] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:38 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:38.869 8 INFO neutron.api.v2.resource [None req-42b5a944-5aad-4398-81e5-d88a84586751 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1162] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:38 2026] PUT /v2.0/routers/225c8351-cba3-4931-9f4b-8aae62003b85/remove_router_interface => generated 197 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1163] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:38 2026] GET /v2.0/ports?device_id=225c8351-cba3-4931-9f4b-8aae62003b85 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:39.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee910366-f1e4-4ec1-88cf-5c761b2839fa 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 34101a27-9764-49d4-b033-d98b37275746 2026-07-08 22:46:39.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee910366-f1e4-4ec1-88cf-5c761b2839fa 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 34101a27-9764-49d4-b033-d98b37275746 2026-07-08 22:46:39.470 8 INFO neutron.services.segments.plugin [-] Segment 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d resource provider aggregate not found 2026-07-08 22:46:39.475 8 INFO neutron.services.segments.plugin [-] Segment 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d resource provider aggregate not found 2026-07-08 22:46:39.494 8 INFO neutron.services.segments.plugin [-] Segment 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d 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 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d found for delete ", "request_id": "req-49265029-5c9a-4e56-9ba0-1b29c2e7e0ef"}]} 2026-07-08 22:46:39.496 8 INFO neutron.services.segments.plugin [-] Segment 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d 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 186ee35e-ca30-4e8f-8c79-4d4f6ebee29d found for delete ", "request_id": "req-180f7606-cd2e-408f-a7dd-0fa903a9eb96"}]} 2026-07-08 22:46:39.496 8 INFO neutron.db.l3_hamode_db [None req-ee910366-f1e4-4ec1-88cf-5c761b2839fa 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] HA network c5b79055-4995-42a2-a15f-a370443ad88c was deleted as no HA routers are present in tenant 822dd65ca14040168860f13cb0431d1a. [pid: 8|app: 0|req: 552/1164] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:38 2026] DELETE /v2.0/routers/225c8351-cba3-4931-9f4b-8aae62003b85 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1165] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:39 2026] DELETE /v2.0/subnets/1ad66e0f-8448-4a28-b671-e73711e040dc => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1166] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:39 2026] DELETE /v2.0/networks/c39ffa81-7df1-4a01-97fa-86fcabd079ce => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:39.859 8 INFO neutron.db.segments_db [None req-61415e21-d841-487f-bb6d-6b739d34d220 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b of type vxlan for network 299def8f-3383-4517-be4f-3a5c9c514fe3 [pid: 8|app: 0|req: 555/1167] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:39 2026] POST /v2.0/networks => generated 633 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1168] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:39 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1169] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:38 2026] PUT /v2.0/routers/ca9d514d-ce4c-43c2-b94b-a2c48966473f/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1170] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:40 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1171] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:39 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:40.288 7 INFO neutron.db.segments_db [None req-19adfa13-49b2-40d1-bd3d-e61d3ca807fa 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment c5bab560-41ea-47d7-8567-91ac636fd1f4 of type vxlan for network be9bda52-2b63-4b36-97db-f67043089b2b 2026-07-08 22:46:40.593 7 INFO neutron.db.l3_hamode_db [None req-19adfa13-49b2-40d1-bd3d-e61d3ca807fa 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:40.708 7 INFO neutron.db.l3_hamode_db [None req-19adfa13-49b2-40d1-bd3d-e61d3ca807fa 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1172] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:46:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1173] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:46:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1174] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:46:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1175] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:40 2026] POST /v2.0/routers => generated 511 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:41.528 8 INFO neutron.services.segments.plugin [-] Segment f15e4e2f-a913-44af-ad6e-d3ea19320bed resource provider aggregate not found 2026-07-08 22:46:41.535 8 INFO neutron.services.segments.plugin [-] Segment f15e4e2f-a913-44af-ad6e-d3ea19320bed resource provider aggregate not found 2026-07-08 22:46:41.560 8 INFO neutron.services.segments.plugin [-] Segment f15e4e2f-a913-44af-ad6e-d3ea19320bed 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 f15e4e2f-a913-44af-ad6e-d3ea19320bed found for delete ", "request_id": "req-96620a27-0002-4f5f-a9e3-01f01f01c480"}]} 2026-07-08 22:46:41.561 8 INFO neutron.services.segments.plugin [-] Segment f15e4e2f-a913-44af-ad6e-d3ea19320bed 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 f15e4e2f-a913-44af-ad6e-d3ea19320bed found for delete ", "request_id": "req-0b4dc4da-238c-4ec8-8512-222b72a7baff"}]} [pid: 8|app: 0|req: 561/1176] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:46:41 2026] POST /v2.0/floatingips => generated 552 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1177] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:41 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1178] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:41 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1179] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1193770916&fields=id&tenant_id=22abe89641094f29b61f0167748b4eab => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1180] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/networks?id=ed1b612c-490f-47e6-9290-ee682d067e47 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1181] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/quotas/22abe89641094f29b61f0167748b4eab => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1182] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/ports?tenant_id=22abe89641094f29b61f0167748b4eab&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1183] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47?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: 569/1184] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47?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: 616/1185] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:41 2026] PUT /v2.0/routers/294d8c77-62cc-4f04-a2da-363dc8da7315/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1186] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/ports/4c07b928-71e7-445e-8e81-1f181d86ea14 => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1187] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:42.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6d89c9f-570a-420f-8548-6e44ee8b94f3 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 4c07b928-71e7-445e-8e81-1f181d86ea14 2026-07-08 22:46:42.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d89c9f-570a-420f-8548-6e44ee8b94f3 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 4c07b928-71e7-445e-8e81-1f181d86ea14 [pid: 8|app: 0|req: 572/1188] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1189] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:42 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1190] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:42 2026] PUT /v2.0/routers/294d8c77-62cc-4f04-a2da-363dc8da7315/remove_router_interface => generated 309 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1191] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:43 2026] GET /v2.0/ports?device_id=294d8c77-62cc-4f04-a2da-363dc8da7315 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:43.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-96774d94-2bf9-42e9-9551-72447df2b2f8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 1c82b9db-ce36-4d82-8533-7d0b0a5a2fd8 2026-07-08 22:46:43.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96774d94-2bf9-42e9-9551-72447df2b2f8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 1c82b9db-ce36-4d82-8533-7d0b0a5a2fd8 [pid: 8|app: 0|req: 575/1192] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:43 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:43.865 7 INFO neutron.services.segments.plugin [-] Segment c5bab560-41ea-47d7-8567-91ac636fd1f4 resource provider aggregate not found 2026-07-08 22:46:43.872 7 INFO neutron.services.segments.plugin [-] Segment c5bab560-41ea-47d7-8567-91ac636fd1f4 resource provider aggregate not found 2026-07-08 22:46:43.881 7 INFO neutron.services.segments.plugin [-] Segment c5bab560-41ea-47d7-8567-91ac636fd1f4 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 c5bab560-41ea-47d7-8567-91ac636fd1f4 found for delete ", "request_id": "req-7f6cd1c9-911d-4623-ab40-ba14cdb4e008"}]} 2026-07-08 22:46:43.891 7 INFO neutron.services.segments.plugin [-] Segment c5bab560-41ea-47d7-8567-91ac636fd1f4 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 c5bab560-41ea-47d7-8567-91ac636fd1f4 found for delete ", "request_id": "req-10f19536-5303-4adc-92f5-3795d5375fdb"}]} 2026-07-08 22:46:43.911 7 INFO neutron.db.l3_hamode_db [None req-96774d94-2bf9-42e9-9551-72447df2b2f8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] HA network be9bda52-2b63-4b36-97db-f67043089b2b was deleted as no HA routers are present in tenant 822dd65ca14040168860f13cb0431d1a. [pid: 7|app: 0|req: 618/1193] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:43 2026] DELETE /v2.0/routers/294d8c77-62cc-4f04-a2da-363dc8da7315 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1194] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:43 2026] DELETE /v2.0/subnets/eb100341-103c-4ae0-b6f1-485a09d53a42 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1195] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:44 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1196] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:46:44 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1197] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:44 2026] DELETE /v2.0/networks/299def8f-3383-4517-be4f-3a5c9c514fe3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1198] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:44 2026] GET /v2.0/security-groups?id=be043ccf-caf4-4a59-9848-cfd722940327&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:44.258 8 INFO neutron.db.segments_db [None req-f1f874c6-28a9-4684-8c4d-ef68e04ad5dd 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Added segment 073cf837-bda1-4fc3-bb07-daec94f31193 of type vxlan for network c26165e2-4323-4204-8637-b12a8d26844c 2026-07-08 22:46:44.343 7 INFO neutron_taas.services.taas.taas_plugin [req-82766ba5-be56-47a3-8f57-870454a7ebaa req-ee6cf0c6-63dc-45fe-bbdf-6e7945fb18fc b196ffb20a90484d9d33c654fd785912 36064c6f00c648f493422fd555838562 - - default default] TaaS: Handle Delete Port: 47a83fa2-07f4-4d52-b619-fbe7351f539a 2026-07-08 22:46:44.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-82766ba5-be56-47a3-8f57-870454a7ebaa req-ee6cf0c6-63dc-45fe-bbdf-6e7945fb18fc b196ffb20a90484d9d33c654fd785912 36064c6f00c648f493422fd555838562 - - default default] Tap Mirror: Handle Delete Port: 47a83fa2-07f4-4d52-b619-fbe7351f539a [pid: 7|app: 0|req: 620/1199] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:46:44 2026] DELETE /v2.0/ports/47a83fa2-07f4-4d52-b619-fbe7351f539a => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:44.492 8 INFO neutron.db.l3_hamode_db [None req-f1f874c6-28a9-4684-8c4d-ef68e04ad5dd 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:44.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-410c2fcd-ab7c-4d9b-93d5-288c694971fa'] response: {'server_uuid': 'b5801874-bce7-4a59-bcad-0a9f8847ee31', 'name': 'network-vif-deleted', 'tag': '47a83fa2-07f4-4d52-b619-fbe7351f539a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 621/1200] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:44 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1201] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:44 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1202] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1203] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1204] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1205] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => 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: 627/1206] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1207] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:45.655 8 INFO neutron.db.l3_hamode_db [None req-f1f874c6-28a9-4684-8c4d-ef68e04ad5dd 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:45.907 7 INFO neutron.services.segments.plugin [-] Segment 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b resource provider aggregate not found 2026-07-08 22:46:45.911 7 INFO neutron.services.segments.plugin [-] Segment 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b resource provider aggregate not found 2026-07-08 22:46:45.927 7 INFO neutron.services.segments.plugin [-] Segment 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b 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 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b found for delete ", "request_id": "req-42144352-9530-4073-9b7e-b8f32080caf4"}]} 2026-07-08 22:46:45.937 7 INFO neutron.services.segments.plugin [-] Segment 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b 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 96cd98c9-046f-42fd-929c-e8d3b7fd4d2b found for delete ", "request_id": "req-51c95281-804b-4089-820e-69fa2cc74f33"}]} [pid: 7|app: 0|req: 629/1208] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:45 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1209] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1210] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:44 2026] POST /v2.0/routers => generated 692 bytes in 2326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1211] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/routers/cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 698 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1212] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/routers => generated 701 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1213] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1214] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1215] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/networks?id=ed1b612c-490f-47e6-9290-ee682d067e47 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1216] 10.0.0.67 () {34 vars in 740 bytes} [Wed Jul 8 22:46:46 2026] PUT /v2.0/routers/cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 705 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1217] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:46:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=22abe89641094f29b61f0167748b4eab => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1218] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/routers/cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 705 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1219] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1220] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/ports?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1221] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/ports?device_id=cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1222] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/networks?id=529be9ac-44ea-4c93-8799-d7b353ace14e => generated 771 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1223] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:46:47 2026] POST /v2.0/ports => generated 958 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 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: 637/1224] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:47.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-4007f0b6-5ffe-4482-bcae-e7294b829bea 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: fb6b9f97-696b-427a-8843-2c188c772035 2026-07-08 22:46:47.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4007f0b6-5ffe-4482-bcae-e7294b829bea 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: fb6b9f97-696b-427a-8843-2c188c772035 2026-07-08 22:46:47.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-4007f0b6-5ffe-4482-bcae-e7294b829bea 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] TaaS: Handle Delete Port: 92b153c8-c645-4d4d-b495-e881bf65ee63 2026-07-08 22:46:47.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4007f0b6-5ffe-4482-bcae-e7294b829bea 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] Tap Mirror: Handle Delete Port: 92b153c8-c645-4d4d-b495-e881bf65ee63 [pid: 7|app: 0|req: 638/1225] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:46:47 2026] PUT /v2.0/ports/c477ca2b-5f4a-409a-be82-71348a4eb0c7 => generated 1239 bytes in 410 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: 639/1226] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/subnets?id=cecaa57d-46e1-4222-969d-0c7815447fac => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1227] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/ports?device_id=b5801874-bce7-4a59-bcad-0a9f8847ee31 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1228] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:47.888 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20b39d8a-6b6f-4a05-a95a-5156a2169743'] response: {'name': 'network-changed', 'server_uuid': 'b04fef92-beff-4d62-80a5-3b742f9c2b56', 'tag': 'c477ca2b-5f4a-409a-be82-71348a4eb0c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 642/1229] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/ports?network_id=529be9ac-44ea-4c93-8799-d7b353ace14e&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: 7|app: 0|req: 643/1230] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:47.973 8 INFO neutron.services.segments.plugin [-] Segment 073cf837-bda1-4fc3-bb07-daec94f31193 resource provider aggregate not found 2026-07-08 22:46:47.980 8 INFO neutron.services.segments.plugin [-] Segment 073cf837-bda1-4fc3-bb07-daec94f31193 resource provider aggregate not found 2026-07-08 22:46:47.995 8 INFO neutron.db.l3_hamode_db [None req-4007f0b6-5ffe-4482-bcae-e7294b829bea 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] HA network c26165e2-4323-4204-8637-b12a8d26844c was deleted as no HA routers are present in tenant 822dd65ca14040168860f13cb0431d1a. 2026-07-08 22:46:48.000 8 INFO neutron.services.segments.plugin [-] Segment 073cf837-bda1-4fc3-bb07-daec94f31193 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 073cf837-bda1-4fc3-bb07-daec94f31193 found for delete ", "request_id": "req-6dacdb7b-8f81-4382-a3a1-3b3182d5e011"}]} [pid: 7|app: 0|req: 644/1231] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:47 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:48.004 8 INFO neutron.services.segments.plugin [-] Segment 073cf837-bda1-4fc3-bb07-daec94f31193 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 073cf837-bda1-4fc3-bb07-daec94f31193 found for delete ", "request_id": "req-1691c9b4-156f-41cf-9ab4-2820c5e3657b"}]} [pid: 8|app: 0|req: 588/1232] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:47 2026] DELETE /v2.0/routers/cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1233] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/ports?device_id=cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:48.058 8 INFO neutron.api.v2.resource [None req-be494307-bcf7-4477-bd6e-b252c85372a1 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 590/1234] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/routers/cee97f8e-fa1c-4635-8ecf-1da343e3d954 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1235] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1236] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/ports?device_id=294d8c77-62cc-4f04-a2da-363dc8da7315 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:48.098 7 INFO neutron.api.v2.resource [None req-f1bfba9a-cd23-49e8-b6ab-705e4e6ed9c8 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1237] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/routers/294d8c77-62cc-4f04-a2da-363dc8da7315 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:48.113 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d527d62-7cb9-4dce-9641-fa89352ad3f5 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 592/1238] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/subnets/eb100341-103c-4ae0-b6f1-485a09d53a42 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1239] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/ports?device_id=225c8351-cba3-4931-9f4b-8aae62003b85 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:48.156 8 INFO neutron.api.v2.resource [None req-ecc86a0f-a8fe-4647-b96d-f7ec221d4d57 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1240] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/routers/225c8351-cba3-4931-9f4b-8aae62003b85 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:48.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c04754d9-cb35-4cff-a644-332dc29361a2 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1241] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/subnets/1ad66e0f-8448-4a28-b671-e73711e040dc => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1242] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/ports?device_id=97d3eb71-53c2-4855-aee2-486ec8561063 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1243] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:48.221 8 INFO neutron.api.v2.resource [None req-01520084-2d59-48af-b587-f0158833887a 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1244] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/routers/97d3eb71-53c2-4855-aee2-486ec8561063 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:46:48.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa2005e6-4706-405c-a392-19e1ccda45db 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1245] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/subnets/67b63241-ff3f-4f73-a06c-b4b5de07479d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1246] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:48.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-506f283f-2f3c-4292-ae7f-241c3fbfda86 0775fac335be4aa69f0de94e5b7722ff 822dd65ca14040168860f13cb0431d1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1247] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/subnets/3043adea-20ca-46be-afa8-8326c6aa5076 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1248] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/ports?tenant_id=22abe89641094f29b61f0167748b4eab&device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1249] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/networks?tenant_id=22abe89641094f29b61f0167748b4eab&shared=False => generated 770 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1250] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1251] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:48 2026] GET /v2.0/security-groups?tenant_id=822dd65ca14040168860f13cb0431d1a&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1252] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:48 2026] DELETE /v2.0/security-groups/0cae6478-f75d-4d97-b45c-64be3b6d357b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1253] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1254] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1255] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1256] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1257] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/ports?tenant_id=22abe89641094f29b61f0167748b4eab&device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1258] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c477ca2b-5f4a-409a-be82-71348a4eb0c7 => 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: 603/1259] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/subnets?id=2bfd2ec8-fd0e-4862-8a4d-84a264decf2b => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1260] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/ports?network_id=ed1b612c-490f-47e6-9290-ee682d067e47&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: 604/1261] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1262] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:49 2026] GET /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47?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: 659/1263] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:50 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1264] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:50 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:50.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-271fb1a5-275d-43f6-8ec7-c8584eca70cf b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: a5a180c3-36e9-417c-a2dc-dc14bfcc4b17 2026-07-08 22:46:50.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-271fb1a5-275d-43f6-8ec7-c8584eca70cf b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: a5a180c3-36e9-417c-a2dc-dc14bfcc4b17 [pid: 7|app: 0|req: 661/1265] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:50 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 973 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1266] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:50 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:50.826 7 INFO neutron.db.segments_db [None req-bf40b1c0-cae9-413a-bfea-055f37ea2c00 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment 1e170dff-9886-4e9b-8d6c-2e0a31c116ed of type vxlan for network b17ac8c7-3438-4095-9190-f9e8754b6a86 [pid: 7|app: 0|req: 663/1267] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:50 2026] POST /v2.0/networks => generated 629 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:50.973 7 INFO neutron.db.segments_db [None req-49644ef4-8bb4-4491-a267-2277c38d2fe1 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment c2f9d832-f065-4e8d-a4ae-2d385f8dda5a of type vxlan for network 48abf135-9bd5-4032-915c-e56b4cde86b5 [pid: 8|app: 0|req: 605/1268] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:50 2026] PUT /v2.0/routers/7f122ad0-970b-47ea-9022-eaf647dc4050/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1269] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:50 2026] POST /v2.0/networks => generated 629 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:51.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-25c246ea-4ee2-48e6-a89d-4d0e2bd70777 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 479feefe-837b-49b4-942e-729ae7d086de 2026-07-08 22:46:51.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25c246ea-4ee2-48e6-a89d-4d0e2bd70777 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 479feefe-837b-49b4-942e-729ae7d086de [pid: 7|app: 0|req: 665/1270] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:51 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:51.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-25c246ea-4ee2-48e6-a89d-4d0e2bd70777 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 1315c2b4-82c1-4c61-984f-a797fca0953c 2026-07-08 22:46:51.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25c246ea-4ee2-48e6-a89d-4d0e2bd70777 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 1315c2b4-82c1-4c61-984f-a797fca0953c [pid: 7|app: 0|req: 666/1271] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:51 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1272] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:51 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:51.628 7 INFO neutron.db.segments_db [None req-081187b5-5c53-46a8-ba08-4f7a582536d8 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment ad0c8ba2-80c4-4e9d-9325-40431074f30e of type vxlan for network 5aa17415-5bad-48b6-87e1-08087c806b26 2026-07-08 22:46:51.810 8 INFO neutron.services.segments.plugin [-] Segment e571209b-9ca3-4f8b-af43-5b1df2fe1429 resource provider aggregate not found 2026-07-08 22:46:51.815 8 INFO neutron.services.segments.plugin [-] Segment e571209b-9ca3-4f8b-af43-5b1df2fe1429 resource provider aggregate not found 2026-07-08 22:46:51.832 8 INFO neutron.services.segments.plugin [-] Segment e571209b-9ca3-4f8b-af43-5b1df2fe1429 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 e571209b-9ca3-4f8b-af43-5b1df2fe1429 found for delete ", "request_id": "req-67529d22-1f6a-416d-a8ff-58c35e0e941a"}]} 2026-07-08 22:46:51.833 7 INFO neutron.db.l3_hamode_db [None req-081187b5-5c53-46a8-ba08-4f7a582536d8 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:51.836 8 INFO neutron.services.segments.plugin [-] Segment e571209b-9ca3-4f8b-af43-5b1df2fe1429 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 e571209b-9ca3-4f8b-af43-5b1df2fe1429 found for delete ", "request_id": "req-983b3906-29a0-4ea4-a9cd-6f79eba3697c"}]} 2026-07-08 22:46:51.839 8 INFO neutron.db.l3_hamode_db [None req-25c246ea-4ee2-48e6-a89d-4d0e2bd70777 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network c9598159-f1c1-4f38-b2f0-2fa152dc717b was deleted as no HA routers are present in tenant 36064c6f00c648f493422fd555838562. [pid: 8|app: 0|req: 606/1273] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:51 2026] DELETE /v2.0/routers/7f122ad0-970b-47ea-9022-eaf647dc4050 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1274] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:51 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1275] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:51 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:51.944 7 INFO neutron.db.l3_hamode_db [None req-081187b5-5c53-46a8-ba08-4f7a582536d8 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 609/1276] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:51 2026] DELETE /v2.0/subnets/8473b24f-8a66-4c76-acef-ccda93afac05 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1277] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:52 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:52.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-f01bbda9-2c50-483c-9a39-92d6df398c3e b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: dd011413-af98-42e1-8f63-3ac4606c2970 2026-07-08 22:46:52.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01bbda9-2c50-483c-9a39-92d6df398c3e b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: dd011413-af98-42e1-8f63-3ac4606c2970 [pid: 8|app: 0|req: 611/1278] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:52 2026] DELETE /v2.0/networks/03a7ef9d-6336-44b2-b535-5063b7744865 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1279] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:46:52 2026] GET /v2.0/security-groups?tenant_id=36064c6f00c648f493422fd555838562&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1280] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:51 2026] POST /v2.0/routers => generated 507 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1281] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:46:52 2026] DELETE /v2.0/security-groups/be043ccf-caf4-4a59-9848-cfd722940327 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1284] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:52 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1285] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:53 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1286] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:53 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1287] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:53 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1288] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:52 2026] PUT /v2.0/routers/1185f07a-46da-40f6-95a7-ade217d29dde/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:53.856 8 INFO neutron.services.segments.plugin [-] Segment be9f6c52-4736-4012-8a55-1efcdc857b2d resource provider aggregate not found 2026-07-08 22:46:53.878 8 INFO neutron.services.segments.plugin [-] Segment be9f6c52-4736-4012-8a55-1efcdc857b2d resource provider aggregate not found 2026-07-08 22:46:53.886 8 INFO neutron.services.segments.plugin [-] Segment be9f6c52-4736-4012-8a55-1efcdc857b2d 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 be9f6c52-4736-4012-8a55-1efcdc857b2d found for delete ", "request_id": "req-40cec7e0-71ce-4755-b647-3375701178b4"}]} 2026-07-08 22:46:53.899 8 INFO neutron.services.segments.plugin [-] Segment be9f6c52-4736-4012-8a55-1efcdc857b2d 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 be9f6c52-4736-4012-8a55-1efcdc857b2d found for delete ", "request_id": "req-d7f5a581-1e4f-41b4-ae11-c120d467d910"}]} [pid: 8|app: 0|req: 620/1289] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:53 2026] GET /v2.0/ports/7f0b73fb-e428-4af4-9415-ee2d3b4bfe9b => generated 955 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1290] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:54 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1291] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:54 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1292] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:54 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1293] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:54 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1294] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:54 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:55.006 8 INFO neutron.db.l3_db [None req-677c663b-0e2c-4dfc-ba71-543b89ef9458 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] Floating IP a895320c-61db-49d1-8aca-e588ce320278 associated. External IP: 10.96.250.207, port: c477ca2b-5f4a-409a-be82-71348a4eb0c7. [pid: 7|app: 0|req: 670/1295] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:46:53 2026] PUT /v2.0/routers/1185f07a-46da-40f6-95a7-ade217d29dde/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1296] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/ports/76eba2eb-8308-4e7b-9228-9e690f4c5630 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1297] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:46:54 2026] PUT /v2.0/floatingips/a895320c-61db-49d1-8aca-e588ce320278 => generated 856 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1298] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1299] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:55.493 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84f8b93f-dad9-456c-8db2-d09270770949'] response: {'name': 'network-changed', 'server_uuid': 'b04fef92-beff-4d62-80a5-3b742f9c2b56', 'tag': 'c477ca2b-5f4a-409a-be82-71348a4eb0c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 674/1300] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1301] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:55.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-29a974a6-8ca1-4346-b0a6-27d3aef639f1 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 76eba2eb-8308-4e7b-9228-9e690f4c5630 2026-07-08 22:46:55.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29a974a6-8ca1-4346-b0a6-27d3aef639f1 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 76eba2eb-8308-4e7b-9228-9e690f4c5630 [pid: 7|app: 0|req: 676/1302] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1303] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:55 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1304] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/ports?tenant_id=22abe89641094f29b61f0167748b4eab&device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1305] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/networks?id=ed1b612c-490f-47e6-9290-ee682d067e47 => generated 770 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1306] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c477ca2b-5f4a-409a-be82-71348a4eb0c7 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1307] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/subnets?id=2bfd2ec8-fd0e-4862-8a4d-84a264decf2b => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1308] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/ports?network_id=ed1b612c-490f-47e6-9290-ee682d067e47&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1309] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47?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: 684/1310] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1311] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:55 2026] PUT /v2.0/routers/1185f07a-46da-40f6-95a7-ade217d29dde/remove_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1312] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1313] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:56 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:56.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-496c6b1a-169f-498b-a88b-571247bbde06 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 7f0b73fb-e428-4af4-9415-ee2d3b4bfe9b 2026-07-08 22:46:56.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-496c6b1a-169f-498b-a88b-571247bbde06 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 7f0b73fb-e428-4af4-9415-ee2d3b4bfe9b [pid: 8|app: 0|req: 630/1314] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:57 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1315] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:57 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1316] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:46:56 2026] PUT /v2.0/routers/1185f07a-46da-40f6-95a7-ade217d29dde/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1317] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:46:57 2026] GET /v2.0/ports?device_id=1185f07a-46da-40f6-95a7-ade217d29dde => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:57.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-71f63901-cdb6-4c1c-a355-29ce9eb9529b ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 29269040-8040-464b-9d6f-fbcff27d49a6 2026-07-08 22:46:57.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71f63901-cdb6-4c1c-a355-29ce9eb9529b ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 29269040-8040-464b-9d6f-fbcff27d49a6 2026-07-08 22:46:57.932 7 INFO neutron.services.segments.plugin [-] Segment ad0c8ba2-80c4-4e9d-9325-40431074f30e resource provider aggregate not found 2026-07-08 22:46:57.941 7 INFO neutron.services.segments.plugin [-] Segment ad0c8ba2-80c4-4e9d-9325-40431074f30e resource provider aggregate not found 2026-07-08 22:46:57.955 7 INFO neutron.services.segments.plugin [-] Segment ad0c8ba2-80c4-4e9d-9325-40431074f30e 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 ad0c8ba2-80c4-4e9d-9325-40431074f30e found for delete ", "request_id": "req-c14da22f-4747-451e-9c1c-c5a6e623432c"}]} 2026-07-08 22:46:57.971 7 INFO neutron.services.segments.plugin [-] Segment ad0c8ba2-80c4-4e9d-9325-40431074f30e 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 ad0c8ba2-80c4-4e9d-9325-40431074f30e found for delete ", "request_id": "req-25635ab4-2208-4efe-85ee-93051d9db549"}]} 2026-07-08 22:46:57.987 7 INFO neutron.db.l3_hamode_db [None req-71f63901-cdb6-4c1c-a355-29ce9eb9529b ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] HA network 5aa17415-5bad-48b6-87e1-08087c806b26 was deleted as no HA routers are present in tenant 205ff6aa354349c099281b5b87a1eaaf. [pid: 7|app: 0|req: 686/1318] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:57 2026] DELETE /v2.0/routers/1185f07a-46da-40f6-95a7-ade217d29dde => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1319] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:58 2026] DELETE /v2.0/subnets/ec033929-4cdc-4e8b-b26a-c354a96eff45 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1320] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:46:58 2026] DELETE /v2.0/subnets/da340e23-e4c8-4f6d-b60a-6b98396f706b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1321] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:58 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:58.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-39db36aa-0fb1-4d16-993c-132c48f2d4d6 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 80175e68-005f-4130-bacc-9f05c20533fc 2026-07-08 22:46:58.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39db36aa-0fb1-4d16-993c-132c48f2d4d6 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 80175e68-005f-4130-bacc-9f05c20533fc [pid: 7|app: 0|req: 689/1322] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:46:58 2026] GET /v2.0/security-groups?id=cff3ef31-4bed-46cd-8424-09cc4542842e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1323] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:46:58 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:46:58.621 8 INFO neutron.services.segments.plugin [-] Segment c2f9d832-f065-4e8d-a4ae-2d385f8dda5a resource provider aggregate not found 2026-07-08 22:46:58.621 8 INFO neutron.services.segments.plugin [-] Segment c2f9d832-f065-4e8d-a4ae-2d385f8dda5a resource provider aggregate not found 2026-07-08 22:46:58.643 8 INFO neutron.services.segments.plugin [-] Segment c2f9d832-f065-4e8d-a4ae-2d385f8dda5a 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 c2f9d832-f065-4e8d-a4ae-2d385f8dda5a found for delete ", "request_id": "req-cf806e08-4e35-4eee-925f-c83ac7896ef0"}]} [pid: 8|app: 0|req: 634/1324] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:58 2026] DELETE /v2.0/networks/48abf135-9bd5-4032-915c-e56b4cde86b5 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:58.649 8 INFO neutron.services.segments.plugin [-] Segment c2f9d832-f065-4e8d-a4ae-2d385f8dda5a 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 c2f9d832-f065-4e8d-a4ae-2d385f8dda5a found for delete ", "request_id": "req-57d2bd30-71f9-48e0-b979-2615ad15bacc"}]} 2026-07-08 22:46:58.687 7 INFO neutron_taas.services.taas.taas_plugin [req-2be9ff35-db3a-42b2-ae3f-96eee8e8601f req-cbd94d68-2e98-4ea2-9965-d9e71ea31e5f 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] TaaS: Handle Delete Port: c477ca2b-5f4a-409a-be82-71348a4eb0c7 2026-07-08 22:46:58.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2be9ff35-db3a-42b2-ae3f-96eee8e8601f req-cbd94d68-2e98-4ea2-9965-d9e71ea31e5f 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] Tap Mirror: Handle Delete Port: c477ca2b-5f4a-409a-be82-71348a4eb0c7 2026-07-08 22:46:58.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-be334b46-a310-4ff3-9859-9b46dae2d219 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 43630201-e9fd-4052-845c-3e5c9f375a0f 2026-07-08 22:46:58.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be334b46-a310-4ff3-9859-9b46dae2d219 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 43630201-e9fd-4052-845c-3e5c9f375a0f 2026-07-08 22:46:58.787 7 INFO neutron.db.l3_db [req-2be9ff35-db3a-42b2-ae3f-96eee8e8601f req-cbd94d68-2e98-4ea2-9965-d9e71ea31e5f 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] Floating IP a895320c-61db-49d1-8aca-e588ce320278 disassociated. External IP: 10.96.250.207, port: c477ca2b-5f4a-409a-be82-71348a4eb0c7. [pid: 8|app: 0|req: 635/1325] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:46:58 2026] DELETE /v2.0/networks/b17ac8c7-3438-4095-9190-f9e8754b6a86 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:58.979 8 INFO neutron.db.segments_db [None req-bb1823d6-b104-4e51-8598-6ef3084e5799 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment be2ff70b-a425-44db-859a-2508bce9db3d of type vxlan for network eb087a80-2249-42fd-84b2-91f78fbcfc17 [pid: 8|app: 0|req: 636/1326] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:46:58 2026] POST /v2.0/networks => generated 629 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1327] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:46:58 2026] DELETE /v2.0/ports/c477ca2b-5f4a-409a-be82-71348a4eb0c7 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:46:59.195 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-532cb530-6ed1-4b24-8053-50aa29c4ae51'] response: {'server_uuid': 'b04fef92-beff-4d62-80a5-3b742f9c2b56', 'name': 'network-vif-deleted', 'tag': 'c477ca2b-5f4a-409a-be82-71348a4eb0c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 637/1328] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:59 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:46:59.472 7 INFO neutron.db.segments_db [None req-7038ad3f-8c1f-45fa-960d-4e85185c6269 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment 83a106c6-0fa7-4cc4-befb-b53ca13fe651 of type vxlan for network 2726bf6b-9868-43b4-adfe-9c47b01e863e [pid: 8|app: 0|req: 638/1329] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:46:59 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:46:59.734 7 INFO neutron.db.l3_hamode_db [None req-7038ad3f-8c1f-45fa-960d-4e85185c6269 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:46:59.880 7 INFO neutron.db.l3_hamode_db [None req-7038ad3f-8c1f-45fa-960d-4e85185c6269 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 692/1330] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:46:59 2026] POST /v2.0/routers => generated 507 bytes in 1123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1331] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:00 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:00.669 8 INFO neutron.services.segments.plugin [-] Segment 1e170dff-9886-4e9b-8d6c-2e0a31c116ed resource provider aggregate not found 2026-07-08 22:47:00.671 8 INFO neutron.services.segments.plugin [-] Segment 1e170dff-9886-4e9b-8d6c-2e0a31c116ed resource provider aggregate not found 2026-07-08 22:47:00.690 8 INFO neutron.services.segments.plugin [-] Segment 1e170dff-9886-4e9b-8d6c-2e0a31c116ed 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 1e170dff-9886-4e9b-8d6c-2e0a31c116ed found for delete ", "request_id": "req-978b2f95-7c6a-4a4f-99c1-0008f48cdcb6"}]} 2026-07-08 22:47:00.707 8 INFO neutron.services.segments.plugin [-] Segment 1e170dff-9886-4e9b-8d6c-2e0a31c116ed 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 1e170dff-9886-4e9b-8d6c-2e0a31c116ed found for delete ", "request_id": "req-ebe3fd73-e5c6-4629-8ce5-8812da9c209c"}]} [pid: 8|app: 0|req: 639/1332] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:00 2026] POST /v2.0/ports => generated 948 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 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: 640/1333] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:01 2026] GET /v2.0/ports?device_id=b04fef92-beff-4d62-80a5-3b742f9c2b56 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1334] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:47:00 2026] PUT /v2.0/routers/34a6e7e9-9a60-4625-820d-74dc6346340f/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1335] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:01 2026] GET /v2.0/ports/aae0a80f-2a57-4ec5-9a84-95061549dd81 => generated 1022 bytes in 45 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-08 22:47:02.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-eec170ae-51c4-4e35-bd6f-8feefc55d079 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: aae0a80f-2a57-4ec5-9a84-95061549dd81 2026-07-08 22:47:02.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eec170ae-51c4-4e35-bd6f-8feefc55d079 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: aae0a80f-2a57-4ec5-9a84-95061549dd81 [pid: 8|app: 0|req: 642/1336] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:02 2026] DELETE /v2.0/security-groups/cff3ef31-4bed-46cd-8424-09cc4542842e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:02.979 8 INFO neutron.api.v2.resource [None req-1fabb610-38de-4eac-ac19-b341807b2912 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 643/1337] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:47:02 2026] GET /v2.0/security-groups/cff3ef31-4bed-46cd-8424-09cc4542842e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:03.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5cfcaf2-559a-48f9-8762-98be9aa57ab4 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] TaaS: Handle Delete Port: 8e63d5a6-0ebb-41ef-b67b-01a50df64d19 2026-07-08 22:47:03.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5cfcaf2-559a-48f9-8762-98be9aa57ab4 257ec1541df042c59705962f48b7ad59 22abe89641094f29b61f0167748b4eab - - default default] Tap Mirror: Handle Delete Port: 8e63d5a6-0ebb-41ef-b67b-01a50df64d19 [pid: 7|app: 0|req: 695/1338] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:02 2026] PUT /v2.0/routers/34a6e7e9-9a60-4625-820d-74dc6346340f/remove_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1339] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:02 2026] DELETE /v2.0/floatingips/a895320c-61db-49d1-8aca-e588ce320278 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:03.423 8 INFO neutron.api.v2.resource [None req-870f5a69-ff2a-443f-b590-4fcfc461574c ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1340] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:03 2026] PUT /v2.0/routers/34a6e7e9-9a60-4625-820d-74dc6346340f/remove_router_interface => generated 197 bytes in 103 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: 7|app: 0|req: 696/1341] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:03 2026] GET /v2.0/security-groups?tenant_id=290c1f05dc7c47829773472d47654ac7&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1342] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:03 2026] GET /v2.0/ports?device_id=34a6e7e9-9a60-4625-820d-74dc6346340f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1343] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:03 2026] DELETE /v2.0/security-groups/eb08d565-0091-4a88-988d-fc0de5131982 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:03.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-adf673f9-ab44-45eb-90a4-c457c7da3d2f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 5e0c02df-80d7-4d8b-a1fe-b947a6ef5341 2026-07-08 22:47:03.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adf673f9-ab44-45eb-90a4-c457c7da3d2f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 5e0c02df-80d7-4d8b-a1fe-b947a6ef5341 2026-07-08 22:47:03.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6d2aaaf-7c8b-4951-89ea-8d2c8a1ca077 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: b5b89a60-c68b-428b-9028-59725bab83f3 2026-07-08 22:47:03.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6d2aaaf-7c8b-4951-89ea-8d2c8a1ca077 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: b5b89a60-c68b-428b-9028-59725bab83f3 2026-07-08 22:47:04.170 7 INFO neutron.services.segments.plugin [-] Segment 83a106c6-0fa7-4cc4-befb-b53ca13fe651 resource provider aggregate not found 2026-07-08 22:47:04.179 7 INFO neutron.services.segments.plugin [-] Segment 83a106c6-0fa7-4cc4-befb-b53ca13fe651 resource provider aggregate not found 2026-07-08 22:47:04.198 7 INFO neutron.services.segments.plugin [-] Segment 83a106c6-0fa7-4cc4-befb-b53ca13fe651 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 83a106c6-0fa7-4cc4-befb-b53ca13fe651 found for delete ", "request_id": "req-e74f6007-cc1f-4b68-a028-947364fed8c2"}]} 2026-07-08 22:47:04.206 7 INFO neutron.services.segments.plugin [-] Segment 83a106c6-0fa7-4cc4-befb-b53ca13fe651 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 83a106c6-0fa7-4cc4-befb-b53ca13fe651 found for delete ", "request_id": "req-bdf2ac38-3aee-40cb-8900-94c119486ce5"}]} 2026-07-08 22:47:04.209 7 INFO neutron.db.l3_hamode_db [None req-f6d2aaaf-7c8b-4951-89ea-8d2c8a1ca077 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] HA network 2726bf6b-9868-43b4-adfe-9c47b01e863e was deleted as no HA routers are present in tenant 205ff6aa354349c099281b5b87a1eaaf. [pid: 7|app: 0|req: 699/1344] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:03 2026] DELETE /v2.0/routers/34a6e7e9-9a60-4625-820d-74dc6346340f => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1345] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:04 2026] DELETE /v2.0/subnets/309db8ea-62f6-4182-9019-079b31ae9228 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1346] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:03 2026] PUT /v2.0/routers/ca9d514d-ce4c-43c2-b94b-a2c48966473f/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:04.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d7ac8c8-d070-4a54-a8a3-0c9133e732dd ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: f974da61-9f48-4a81-a028-7a1d4287b661 2026-07-08 22:47:04.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d7ac8c8-d070-4a54-a8a3-0c9133e732dd ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: f974da61-9f48-4a81-a028-7a1d4287b661 2026-07-08 22:47:04.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-de3bff7a-925b-4333-8e58-1683d5c0ebf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 97d87d8b-1f4f-42fc-b32a-a8fa03d2738a 2026-07-08 22:47:04.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3bff7a-925b-4333-8e58-1683d5c0ebf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 97d87d8b-1f4f-42fc-b32a-a8fa03d2738a [pid: 7|app: 0|req: 701/1347] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:04 2026] DELETE /v2.0/networks/eb087a80-2249-42fd-84b2-91f78fbcfc17 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:04.766 7 INFO neutron.db.segments_db [None req-f7186183-3fe1-4daa-a1f4-6b53f87c1a67 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment 953e1147-452d-4a80-a20e-53b91281f79c of type vxlan for network 6c4fb8fa-d73f-42cd-9aca-a104aa62c9d9 2026-07-08 22:47:04.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-de3bff7a-925b-4333-8e58-1683d5c0ebf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 98b4dfd2-4deb-46bd-bb38-4b4f4d1e0b86 2026-07-08 22:47:04.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3bff7a-925b-4333-8e58-1683d5c0ebf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 98b4dfd2-4deb-46bd-bb38-4b4f4d1e0b86 [pid: 7|app: 0|req: 702/1348] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:04 2026] POST /v2.0/networks => generated 630 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1349] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:04 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:05.110 8 INFO neutron.services.segments.plugin [-] Segment 5a666b00-fa5a-4301-bc10-1f3a70e77f66 resource provider aggregate not found 2026-07-08 22:47:05.115 8 INFO neutron.services.segments.plugin [-] Segment 5a666b00-fa5a-4301-bc10-1f3a70e77f66 resource provider aggregate not found 2026-07-08 22:47:05.132 8 INFO neutron.services.segments.plugin [-] Segment 5a666b00-fa5a-4301-bc10-1f3a70e77f66 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 5a666b00-fa5a-4301-bc10-1f3a70e77f66 found for delete ", "request_id": "req-7eb345c4-f2dc-43d4-be30-37ba362e9357"}]} 2026-07-08 22:47:05.134 8 INFO neutron.services.segments.plugin [-] Segment 5a666b00-fa5a-4301-bc10-1f3a70e77f66 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 5a666b00-fa5a-4301-bc10-1f3a70e77f66 found for delete ", "request_id": "req-a4697c8d-4d84-4d1e-bf95-abba5774fd0c"}]} 2026-07-08 22:47:05.135 8 INFO neutron.db.l3_hamode_db [None req-de3bff7a-925b-4333-8e58-1683d5c0ebf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 2afb670d-b998-4faf-91c3-75f6f421ead7 was deleted as no HA routers are present in tenant 22abe89641094f29b61f0167748b4eab. [pid: 8|app: 0|req: 647/1350] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:04 2026] DELETE /v2.0/routers/ca9d514d-ce4c-43c2-b94b-a2c48966473f => generated 0 bytes in 713 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:05.167 7 INFO neutron.db.segments_db [None req-ab48632a-919c-446b-ad87-b09d2d59e834 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment de52984f-0186-4a60-881f-c9c1e140ed41 of type vxlan for network 3832341d-97d7-41e6-bb5b-626b43f382e2 [pid: 8|app: 0|req: 648/1351] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:05 2026] DELETE /v2.0/subnets/2bfd2ec8-fd0e-4862-8a4d-84a264decf2b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:05.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-b81a1c8b-cab9-42ca-a9bf-f543a96d3976 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: b72c6c05-b1cb-43cb-9369-72266b00ff9f 2026-07-08 22:47:05.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b81a1c8b-cab9-42ca-a9bf-f543a96d3976 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: b72c6c05-b1cb-43cb-9369-72266b00ff9f 2026-07-08 22:47:05.419 7 INFO neutron.db.l3_hamode_db [None req-ab48632a-919c-446b-ad87-b09d2d59e834 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 649/1352] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:05 2026] DELETE /v2.0/networks/ed1b612c-490f-47e6-9290-ee682d067e47 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:05.545 7 INFO neutron.db.l3_hamode_db [None req-ab48632a-919c-446b-ad87-b09d2d59e834 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 650/1353] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:05 2026] GET /v2.0/security-groups?tenant_id=22abe89641094f29b61f0167748b4eab&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1354] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:05 2026] DELETE /v2.0/security-groups/8e132305-6321-48fc-b67c-b0b2a4fe2f30 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:06.228 7 INFO neutron.services.segments.plugin [-] Segment be2ff70b-a425-44db-859a-2508bce9db3d resource provider aggregate not found 2026-07-08 22:47:06.234 7 INFO neutron.services.segments.plugin [-] Segment be2ff70b-a425-44db-859a-2508bce9db3d resource provider aggregate not found 2026-07-08 22:47:06.265 7 INFO neutron.services.segments.plugin [-] Segment be2ff70b-a425-44db-859a-2508bce9db3d 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 be2ff70b-a425-44db-859a-2508bce9db3d found for delete ", "request_id": "req-f82e48d9-d7e8-453d-a66f-8fe595378f1e"}]} 2026-07-08 22:47:06.272 7 INFO neutron.services.segments.plugin [-] Segment be2ff70b-a425-44db-859a-2508bce9db3d 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 be2ff70b-a425-44db-859a-2508bce9db3d found for delete ", "request_id": "req-67271be3-bc8f-411a-8e7a-04c576cb3262"}]} [pid: 7|app: 0|req: 704/1355] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:05 2026] POST /v2.0/routers => generated 506 bytes in 1201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1356] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:47:06 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1357] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:07 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:07.165 8 INFO neutron.services.segments.plugin [-] Segment 600cd383-5fcf-46ad-b1dd-bf5d745edc92 resource provider aggregate not found 2026-07-08 22:47:07.166 8 INFO neutron.services.segments.plugin [-] Segment 600cd383-5fcf-46ad-b1dd-bf5d745edc92 resource provider aggregate not found 2026-07-08 22:47:07.188 8 INFO neutron.services.segments.plugin [-] Segment 600cd383-5fcf-46ad-b1dd-bf5d745edc92 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 600cd383-5fcf-46ad-b1dd-bf5d745edc92 found for delete ", "request_id": "req-624358e2-a087-4891-a9d6-5b5e43dc58ab"}]} 2026-07-08 22:47:07.189 8 INFO neutron.services.segments.plugin [-] Segment 600cd383-5fcf-46ad-b1dd-bf5d745edc92 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 600cd383-5fcf-46ad-b1dd-bf5d745edc92 found for delete ", "request_id": "req-b2cda69e-82e3-4d8f-b544-97bb92ffae74"}]} [pid: 8|app: 0|req: 652/1358] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:47:06 2026] PUT /v2.0/routers/525a9858-e6b1-48c7-8bf1-3173f9582c25/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1359] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:07 2026] GET /v2.0/ports/6d561981-ff5a-4dae-91bf-d00049f30bbf => generated 955 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:07.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-6890da32-10a0-46d2-b5c2-46a46a087b65 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 6d561981-ff5a-4dae-91bf-d00049f30bbf 2026-07-08 22:47:07.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6890da32-10a0-46d2-b5c2-46a46a087b65 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 6d561981-ff5a-4dae-91bf-d00049f30bbf 2026-07-08 22:47:07.959 7 INFO neutron.db.segments_db [None req-d0ee8c89-c43d-4cde-86d1-a7f9b091de32 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 4a039184-1dea-4607-80b8-6155cc1d148c of type vxlan for network cb4694e3-7530-4db7-b352-92783565e2a0 [pid: 7|app: 0|req: 708/1360] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:47:07 2026] POST /v2.0/networks => generated 744 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1363] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:08 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1364] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:08 2026] POST /v2.0/subnets => generated 693 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1365] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:07 2026] PUT /v2.0/routers/525a9858-e6b1-48c7-8bf1-3173f9582c25/remove_router_interface => generated 309 bytes in 1585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1366] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:08 2026] POST /v2.0/floatingips => generated 552 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1367] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:09 2026] GET /v2.0/ports?device_id=525a9858-e6b1-48c7-8bf1-3173f9582c25 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:09.240 8 INFO neutron.db.segments_db [None req-083e6067-a931-4db3-aae6-0a68b24aa08b b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a of type vxlan for network e4117b5b-8b0f-48d3-b42a-2a248d092d5e 2026-07-08 22:47:09.438 8 INFO neutron.db.l3_hamode_db [None req-083e6067-a931-4db3-aae6-0a68b24aa08b b248572bea504fe180e9c98f706d026c 9ffdd6589d9e4e5fb9077e6fddbf7096 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 715/1368] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:09 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:09.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-c23e2d85-1292-4dd9-831e-02ecf6d802c3 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: aca9cf0c-cb27-49ef-bc1b-e0aa0e0d97a8 2026-07-08 22:47:09.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c23e2d85-1292-4dd9-831e-02ecf6d802c3 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: aca9cf0c-cb27-49ef-bc1b-e0aa0e0d97a8 2026-07-08 22:47:10.171 8 INFO neutron.db.l3_hamode_db [None req-083e6067-a931-4db3-aae6-0a68b24aa08b b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:47:10.273 7 INFO neutron.services.segments.plugin [-] Segment de52984f-0186-4a60-881f-c9c1e140ed41 resource provider aggregate not found 2026-07-08 22:47:10.278 7 INFO neutron.services.segments.plugin [-] Segment de52984f-0186-4a60-881f-c9c1e140ed41 resource provider aggregate not found 2026-07-08 22:47:10.297 7 INFO neutron.services.segments.plugin [-] Segment de52984f-0186-4a60-881f-c9c1e140ed41 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 de52984f-0186-4a60-881f-c9c1e140ed41 found for delete ", "request_id": "req-29a03b56-4c71-46b2-a1c9-d35f2727ef9f"}]} 2026-07-08 22:47:10.301 7 INFO neutron.services.segments.plugin [-] Segment de52984f-0186-4a60-881f-c9c1e140ed41 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 de52984f-0186-4a60-881f-c9c1e140ed41 found for delete ", "request_id": "req-a9c284d3-43f0-4935-a232-2e0afed3e419"}]} 2026-07-08 22:47:10.311 7 INFO neutron.db.l3_hamode_db [None req-c23e2d85-1292-4dd9-831e-02ecf6d802c3 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] HA network 3832341d-97d7-41e6-bb5b-626b43f382e2 was deleted as no HA routers are present in tenant 205ff6aa354349c099281b5b87a1eaaf. [pid: 7|app: 0|req: 716/1369] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:09 2026] DELETE /v2.0/routers/525a9858-e6b1-48c7-8bf1-3173f9582c25 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1370] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:10 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1371] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:10 2026] DELETE /v2.0/subnets/864361ae-e437-4ca3-a54a-c1dcaae8600e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1372] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:09 2026] POST /v2.0/routers => generated 733 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:11.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-57804a5c-e43b-476d-a4a5-5a198d21f47a ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 52c382ef-caf8-4131-8568-a98b7f5d20c2 2026-07-08 22:47:11.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57804a5c-e43b-476d-a4a5-5a198d21f47a ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 52c382ef-caf8-4131-8568-a98b7f5d20c2 2026-07-08 22:47:11.408 8 INFO neutron.services.segments.plugin [-] Segment 953e1147-452d-4a80-a20e-53b91281f79c resource provider aggregate not found 2026-07-08 22:47:11.411 8 INFO neutron.services.segments.plugin [-] Segment 953e1147-452d-4a80-a20e-53b91281f79c resource provider aggregate not found 2026-07-08 22:47:11.428 8 INFO neutron.services.segments.plugin [-] Segment 953e1147-452d-4a80-a20e-53b91281f79c 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 953e1147-452d-4a80-a20e-53b91281f79c found for delete ", "request_id": "req-9cdfd47d-f1a8-4521-804d-3c9c18935bae"}]} 2026-07-08 22:47:11.431 8 INFO neutron.services.segments.plugin [-] Segment 953e1147-452d-4a80-a20e-53b91281f79c 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 953e1147-452d-4a80-a20e-53b91281f79c found for delete ", "request_id": "req-4616ccd0-16aa-461f-ad00-23fc3ecdb864"}]} [pid: 8|app: 0|req: 655/1373] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:11 2026] DELETE /v2.0/networks/6c4fb8fa-d73f-42cd-9aca-a104aa62c9d9 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1374] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:10 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:11.511 7 INFO neutron.db.segments_db [None req-9741eece-143e-403c-bff7-8dc9ed75a862 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Added segment 511dd1f3-d279-4983-ab40-532bef6e4c9d of type vxlan for network fc7d22cb-b7c5-4cf4-bd5f-6c11693ff1ab 2026-07-08 22:47:11.688 7 INFO neutron.db.l3_hamode_db [None req-9741eece-143e-403c-bff7-8dc9ed75a862 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:47:12.505 7 INFO neutron.db.l3_hamode_db [None req-9741eece-143e-403c-bff7-8dc9ed75a862 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 656/1375] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:47:11 2026] PUT /v2.0/routers/29bfd367-6f9b-4736-bf5b-5a51f5b935e3/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1376] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:12 2026] PUT /v2.0/floatingips/c387aa19-b3a9-4527-bcce-246d44b3c458/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1377] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:12 2026] PUT /v2.0/floatingips/bdfa72fe-329f-4161-acab-5cb9897f3743/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1378] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:12 2026] PUT /v2.0/floatingips/1221444c-4982-4172-bc1b-9ee266159ed1/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1379] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:12 2026] PUT /v2.0/floatingips/e2c421d7-9455-4c70-84ab-b3923406bc53/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1380] 10.0.0.67 () {32 vars in 671 bytes} [Wed Jul 8 22:47:12 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1381] 10.0.0.67 () {32 vars in 685 bytes} [Wed Jul 8 22:47:12 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1382] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:47:12 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1383] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:47:12 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1384] 10.0.0.67 () {32 vars in 679 bytes} [Wed Jul 8 22:47:12 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1385] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1386] 10.0.0.67 () {32 vars in 689 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1387] 10.0.0.67 () {32 vars in 701 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:13.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-428f1f0f-5701-4b7e-97b5-43f2fd151014 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] TaaS: Handle Delete Port: 8891219c-5676-4ae9-9b4a-13dffa52dfd8 2026-07-08 22:47:13.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-428f1f0f-5701-4b7e-97b5-43f2fd151014 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] Tap Mirror: Handle Delete Port: 8891219c-5676-4ae9-9b4a-13dffa52dfd8 [pid: 7|app: 0|req: 720/1388] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:11 2026] POST /v2.0/routers => generated 688 bytes in 1813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1389] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/routers/53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1390] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:13 2026] DELETE /v2.0/floatingips/c387aa19-b3a9-4527-bcce-246d44b3c458 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1391] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/routers => generated 697 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:13.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eeaa00c-2d56-4b13-874b-12ee167cdb80 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] TaaS: Handle Delete Port: 6b6a2f20-b611-4815-aac7-1694599f2869 2026-07-08 22:47:13.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eeaa00c-2d56-4b13-874b-12ee167cdb80 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] Tap Mirror: Handle Delete Port: 6b6a2f20-b611-4815-aac7-1694599f2869 [pid: 8|app: 0|req: 670/1392] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:13 2026] DELETE /v2.0/floatingips/bdfa72fe-329f-4161-acab-5cb9897f3743 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1393] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/networks?id=cb4694e3-7530-4db7-b352-92783565e2a0 => generated 678 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1394] 10.0.0.67 () {34 vars in 740 bytes} [Wed Jul 8 22:47:13 2026] PUT /v2.0/routers/53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 701 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1395] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/quotas/9ffdd6589d9e4e5fb9077e6fddbf7096 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:13.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-8387fad3-46b7-4e2a-b367-428e19229a28 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] TaaS: Handle Delete Port: e23eaab8-207c-4d9e-b50b-39356c6fabc7 2026-07-08 22:47:13.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8387fad3-46b7-4e2a-b367-428e19229a28 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] Tap Mirror: Handle Delete Port: e23eaab8-207c-4d9e-b50b-39356c6fabc7 [pid: 7|app: 0|req: 725/1396] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/routers/53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 701 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1397] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/ports?tenant_id=9ffdd6589d9e4e5fb9077e6fddbf7096&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1398] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/ports?device_id=53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1399] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:47:13 2026] GET /v2.0/networks/cb4694e3-7530-4db7-b352-92783565e2a0?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: 672/1400] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:13 2026] DELETE /v2.0/floatingips/1221444c-4982-4172-bc1b-9ee266159ed1 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1401] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:47:14 2026] GET /v2.0/networks/cb4694e3-7530-4db7-b352-92783565e2a0?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) 2026-07-08 22:47:14.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2390658-9773-452f-b703-4ecfd14e2267 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: 3e63e857-688a-46d3-91c8-c042ab44f635 2026-07-08 22:47:14.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2390658-9773-452f-b703-4ecfd14e2267 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: 3e63e857-688a-46d3-91c8-c042ab44f635 2026-07-08 22:47:14.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-55d2df19-3fe1-4c44-adae-3acc711b2d03 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] TaaS: Handle Delete Port: 46071c63-0250-40ab-a7fd-d3e4a602deb8 2026-07-08 22:47:14.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55d2df19-3fe1-4c44-adae-3acc711b2d03 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] Tap Mirror: Handle Delete Port: 46071c63-0250-40ab-a7fd-d3e4a602deb8 [pid: 8|app: 0|req: 674/1402] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:14 2026] DELETE /v2.0/floatingips/e2c421d7-9455-4c70-84ab-b3923406bc53 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1403] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:14 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:14.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2390658-9773-452f-b703-4ecfd14e2267 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] TaaS: Handle Delete Port: e34518b1-2315-44e0-abd5-f4093989f4f8 2026-07-08 22:47:14.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2390658-9773-452f-b703-4ecfd14e2267 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] Tap Mirror: Handle Delete Port: e34518b1-2315-44e0-abd5-f4093989f4f8 2026-07-08 22:47:14.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-59a89d28-c810-41ab-b33c-94b51f051cb9 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] TaaS: Handle Delete Port: fa4011fa-6c01-4e58-b65f-029fe76514fa 2026-07-08 22:47:14.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59a89d28-c810-41ab-b33c-94b51f051cb9 b716886af8234fada7d50ba55b885862 6ce0c278a6a44d0b9eec2c33147ccf00 - - default default] Tap Mirror: Handle Delete Port: fa4011fa-6c01-4e58-b65f-029fe76514fa [pid: 8|app: 0|req: 676/1404] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:14 2026] DELETE /v2.0/floatingips/cff9f74a-5f24-4dd6-9006-7d741c899b1b => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:15.014 7 INFO neutron.services.segments.plugin [-] Segment 511dd1f3-d279-4983-ab40-532bef6e4c9d resource provider aggregate not found 2026-07-08 22:47:15.020 7 INFO neutron.services.segments.plugin [-] Segment 511dd1f3-d279-4983-ab40-532bef6e4c9d resource provider aggregate not found 2026-07-08 22:47:15.041 7 INFO neutron.services.segments.plugin [-] Segment 511dd1f3-d279-4983-ab40-532bef6e4c9d 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 511dd1f3-d279-4983-ab40-532bef6e4c9d found for delete ", "request_id": "req-9643076b-940a-46a3-94ef-b8b97fdacf29"}]} 2026-07-08 22:47:15.045 7 INFO neutron.db.l3_hamode_db [None req-e2390658-9773-452f-b703-4ecfd14e2267 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] HA network fc7d22cb-b7c5-4cf4-bd5f-6c11693ff1ab was deleted as no HA routers are present in tenant 205ff6aa354349c099281b5b87a1eaaf. 2026-07-08 22:47:15.055 7 INFO neutron.services.segments.plugin [-] Segment 511dd1f3-d279-4983-ab40-532bef6e4c9d 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 511dd1f3-d279-4983-ab40-532bef6e4c9d found for delete ", "request_id": "req-a83eeb94-e7f5-4049-a9de-800e96c1040f"}]} [pid: 7|app: 0|req: 729/1405] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:14 2026] DELETE /v2.0/routers/53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 0 bytes in 1023 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1406] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/ports?device_id=53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:15.124 7 INFO neutron.api.v2.resource [None req-5f7fbc76-668c-4de4-9583-76eddb40bf43 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1407] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/routers/53edd9fe-742c-4437-a0da-ca462d9df5c7 => generated 135 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1408] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/ports?device_id=525a9858-e6b1-48c7-8bf1-3173f9582c25 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:15.173 7 INFO neutron.api.v2.resource [None req-df34da7c-ef4b-4514-8720-5184a9172e98 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1409] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/routers/525a9858-e6b1-48c7-8bf1-3173f9582c25 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:15.194 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8c28730-c87a-4cfa-9ae8-d8b4c49afa03 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 679/1410] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/subnets/864361ae-e437-4ca3-a54a-c1dcaae8600e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1411] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/ports?device_id=34a6e7e9-9a60-4625-820d-74dc6346340f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:15.246 8 INFO neutron.api.v2.resource [None req-79d0d0a1-47e0-4a70-a2c8-caa40cf4b3c7 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1412] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/routers/34a6e7e9-9a60-4625-820d-74dc6346340f => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:15.263 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e55a333-8b52-4b52-89c5-dc29b371b265 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 733/1413] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/subnets/309db8ea-62f6-4182-9019-079b31ae9228 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1414] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/ports?device_id=1185f07a-46da-40f6-95a7-ade217d29dde => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:15.329 7 INFO neutron.api.v2.resource [None req-19b66d11-d82c-4318-b00b-e5601e6e01a6 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1415] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/routers/1185f07a-46da-40f6-95a7-ade217d29dde => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:15.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3ec7744-6fd3-41c7-b75c-f71f23639dc2 ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1416] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/subnets/ec033929-4cdc-4e8b-b26a-c354a96eff45 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:15.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a7cfc0a-2ac3-40b8-a606-4147ab16fd4e ae10627a6883460597f9c74f91077cce 205ff6aa354349c099281b5b87a1eaaf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1417] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:15 2026] DELETE /v2.0/subnets/da340e23-e4c8-4f6d-b60a-6b98396f706b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1418] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1419] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/security-groups?tenant_id=6ce0c278a6a44d0b9eec2c33147ccf00&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1420] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:15 2026] GET /v2.0/security-groups?tenant_id=205ff6aa354349c099281b5b87a1eaaf&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1421] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:16 2026] DELETE /v2.0/security-groups/4da40d9f-394a-4efe-8ca3-efee8e95e884 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1422] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:16 2026] DELETE /v2.0/security-groups/69c215ec-c22c-4aae-80d1-6b2d1b96907a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1423] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:16 2026] GET /v2.0/security-groups?tenant_id=7a080b47f80d42f2ad932d932bf8c60f&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1424] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:16 2026] DELETE /v2.0/security-groups/222a4f27-0b83-4eef-b826-a75cf2bd3e2d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1425] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:16 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1426] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:16 2026] GET /v2.0/security-groups?tenant_id=12e6c1f2f5f54553b79512d2812a95a1&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1427] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:16 2026] DELETE /v2.0/security-groups/74dc6028-ca67-4644-b225-b9db7b743959 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1428] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:17 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1429] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1430] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1431] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:47:18 2026] POST /v2.0/security-groups => generated 1625 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1432] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1433] 10.0.0.67 () {34 vars in 757 bytes} [Wed Jul 8 22:47:18 2026] PUT /v2.0/security-groups/4b9cb6bc-40b3-4ec5-bf44-00e81b94fbc0 => generated 1662 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1434] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-groups/4b9cb6bc-40b3-4ec5-bf44-00e81b94fbc0 => generated 1662 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1435] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1436] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:18 2026] DELETE /v2.0/security-groups/4b9cb6bc-40b3-4ec5-bf44-00e81b94fbc0 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1437] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1438] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1439] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/networks?id=cb4694e3-7530-4db7-b352-92783565e2a0 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:18.688 7 INFO neutron.api.v2.resource [None req-69b49046-e998-42fb-a427-88e18bbd7e2a fe29da39d7964de483c1e26ddfba9841 b7913c910bd94ea7b0b25ba99a7175c7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1440] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:18 2026] DELETE /v2.0/security-groups/4b9cb6bc-40b3-4ec5-bf44-00e81b94fbc0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1441] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:47:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1442] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1443] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 961 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1444] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-group-rules/bd530b55-3c3f-4d1a-9482-4b64cbe422e2 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1445] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1446] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:47:18 2026] POST /v2.0/ports => generated 958 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 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: 753/1447] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:47:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1448] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:47:19 2026] DELETE /v2.0/security-group-rules/bd530b55-3c3f-4d1a-9482-4b64cbe422e2 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1449] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1450] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1451] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules/cb980d7e-5325-49c5-8d85-91bca11a4897 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1452] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1453] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:47:19 2026] PUT /v2.0/ports/ce19abc8-4a62-4454-9996-03345002ee99 => generated 1239 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:19.484 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e11f18a4-5143-402b-94f9-c4ef8d0fa54a'] response: {'name': 'network-changed', 'server_uuid': 'dd365895-b49b-4747-9942-694d79700114', 'tag': 'ce19abc8-4a62-4454-9996-03345002ee99', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 759/1454] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:47:19 2026] DELETE /v2.0/security-group-rules/cb980d7e-5325-49c5-8d85-91bca11a4897 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 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: 696/1455] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1456] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1457] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules/c273e8e7-d126-4c11-a4ab-44138f2d716d => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1458] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1459] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1460] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1461] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:47:19 2026] DELETE /v2.0/security-group-rules/c273e8e7-d126-4c11-a4ab-44138f2d716d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1462] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1463] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:19 2026] DELETE /v2.0/security-groups/79b44c6b-4bbf-45ef-93c2-fa2683011d2d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1464] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1465] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1466] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:47:19 2026] GET /v2.0/ports?tenant_id=9ffdd6589d9e4e5fb9077e6fddbf7096&device_id=dd365895-b49b-4747-9942-694d79700114 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1467] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/networks?tenant_id=9ffdd6589d9e4e5fb9077e6fddbf7096&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1468] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1469] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1470] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1471] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/security-groups?tenant_id=b7913c910bd94ea7b0b25ba99a7175c7&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1472] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:20 2026] DELETE /v2.0/security-groups/7822a09d-6495-4611-aad7-f0598f16da26 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1473] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1474] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/security-groups?id=44a8d018-b172-4201-8d34-46db08c221d8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1475] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:47:20 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:21.128 8 INFO neutron_taas.services.taas.taas_plugin [req-d29a102d-04f5-4be2-8f39-17271d6bbbbf req-23cb6298-3eb6-4024-aa51-671886a6c97a eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] TaaS: Handle Delete Port: cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 2026-07-08 22:47:21.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d29a102d-04f5-4be2-8f39-17271d6bbbbf req-23cb6298-3eb6-4024-aa51-671886a6c97a eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] Tap Mirror: Handle Delete Port: cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 [pid: 7|app: 0|req: 771/1476] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/ports?tenant_id=9ffdd6589d9e4e5fb9077e6fddbf7096&device_id=dd365895-b49b-4747-9942-694d79700114 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:21.228 8 INFO neutron.db.l3_db [req-d29a102d-04f5-4be2-8f39-17271d6bbbbf req-23cb6298-3eb6-4024-aa51-671886a6c97a eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] Floating IP abe52ac3-5c59-41a2-b187-feb1adf6d47b disassociated. External IP: 10.96.250.201, port: cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81. [pid: 7|app: 0|req: 772/1477] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1478] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ce19abc8-4a62-4454-9996-03345002ee99 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1479] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1480] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1481] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/subnets?id=af1381f5-89de-400b-a2e9-a671b11e0c6f => generated 696 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1482] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1483] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1484] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:47:20 2026] DELETE /v2.0/ports/cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1485] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/ports?network_id=cb4694e3-7530-4db7-b352-92783565e2a0&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:21.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19d80d32-445f-452f-9121-d34367c62adb'] response: {'server_uuid': '80d39307-f586-42a5-a19a-fed259b235c2', 'name': 'network-vif-deleted', 'tag': 'cc83f0e0-cc77-44ff-93c4-f6f7c71f0e81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 780/1486] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/networks/cb4694e3-7530-4db7-b352-92783565e2a0?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: 707/1487] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1488] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/networks/cb4694e3-7530-4db7-b352-92783565e2a0?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: 708/1489] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1490] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:21 2026] PUT /v2.0/subnetpools/38dc47cb-5830-4914-8285-6798c30fcc59/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1491] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:21 2026] PUT /v2.0/subnetpools/5bcbd48d-12ec-4563-8e32-0b9ccd6b92e2/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1492] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:21 2026] PUT /v2.0/subnetpools/454ecf47-4940-43df-a5e3-32f90bc2019d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1493] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:47:21 2026] PUT /v2.0/subnetpools/3468546a-32bd-4e2a-8043-597a59b313e7/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1494] 10.0.0.67 () {32 vars in 671 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1495] 10.0.0.67 () {32 vars in 685 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1496] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1497] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1498] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1499] 10.0.0.67 () {32 vars in 679 bytes} [Wed Jul 8 22:47:21 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1500] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:47:22 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1501] 10.0.0.67 () {32 vars in 689 bytes} [Wed Jul 8 22:47:22 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1502] 10.0.0.67 () {32 vars in 701 bytes} [Wed Jul 8 22:47:22 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1503] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:22 2026] DELETE /v2.0/subnetpools/38dc47cb-5830-4914-8285-6798c30fcc59 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1504] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:22 2026] DELETE /v2.0/subnetpools/5bcbd48d-12ec-4563-8e32-0b9ccd6b92e2 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1505] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:22 2026] DELETE /v2.0/subnetpools/454ecf47-4940-43df-a5e3-32f90bc2019d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1506] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:22 2026] DELETE /v2.0/subnetpools/3468546a-32bd-4e2a-8043-597a59b313e7 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1507] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:22 2026] DELETE /v2.0/subnetpools/9141908e-934f-4a28-a940-8dc6f550a006 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1508] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:22 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1509] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:22 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1512] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:23 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1513] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:23 2026] GET /v2.0/security-groups?tenant_id=7a6219f14764475699c1c7c0fe4d961f&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1514] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:23 2026] DELETE /v2.0/security-groups/52cacbe9-61ad-40ee-b42a-733e82050938 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1515] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:23 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1516] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:23 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1517] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:23 2026] GET /v2.0/security-groups?tenant_id=d04534d554fc4afe88e200685f80a5a6&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1518] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:23 2026] DELETE /v2.0/security-groups/1fc0432a-6d36-42c1-9e6b-76480db891fd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1519] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:24 2026] GET /v2.0/ports?device_id=80d39307-f586-42a5-a19a-fed259b235c2 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1520] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:24 2026] GET /v2.0/security-groups?tenant_id=587c477446aa4c6fbff4cdde684ca74d&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1521] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:24 2026] DELETE /v2.0/security-groups/1b1f2bae-d2fc-419d-88e5-d4196a2936db => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1522] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:24 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1523] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:24 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1524] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:25 2026] DELETE /v2.0/security-groups/44a8d018-b172-4201-8d34-46db08c221d8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:25.324 7 INFO neutron.api.v2.resource [None req-fa6986e2-f2f9-4e8b-af0a-1ee18510bb0f eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 799/1525] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:47:25 2026] GET /v2.0/security-groups/44a8d018-b172-4201-8d34-46db08c221d8 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:25.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-20005ff9-61b4-4bfd-a5c9-05f1dab68c02 eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] TaaS: Handle Delete Port: 924f4552-bb3b-4f0c-811c-63041f73e3ef 2026-07-08 22:47:25.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20005ff9-61b4-4bfd-a5c9-05f1dab68c02 eb7be686fc7e4c7385a5af67027edfd9 f716b7ec7fbc4e339bcdb016c1583f9b - - default default] Tap Mirror: Handle Delete Port: 924f4552-bb3b-4f0c-811c-63041f73e3ef [pid: 8|app: 0|req: 727/1526] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:25 2026] DELETE /v2.0/floatingips/abe52ac3-5c59-41a2-b187-feb1adf6d47b => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1527] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:25 2026] GET /v2.0/security-groups?tenant_id=326c22971b334681982a147a39fdabd0&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1528] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:25 2026] DELETE /v2.0/security-groups/70c6fa26-5d6d-407e-bfd1-46fcbdb6777f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:26.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-77850077-d476-425b-9659-c63e18c293fa b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 9e746764-7d3c-4ac2-8c49-19eb31b15421 2026-07-08 22:47:26.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77850077-d476-425b-9659-c63e18c293fa b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 9e746764-7d3c-4ac2-8c49-19eb31b15421 [pid: 7|app: 0|req: 802/1529] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:25 2026] GET /v2.0/security-groups?tenant_id=cd50b2365b1042ee85ffd83dfe4aa755&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1530] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:26 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1531] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:26 2026] DELETE /v2.0/security-groups/752ded7b-7dc5-4465-82b5-9e2dc7f9afd2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1532] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:26 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1533] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:25 2026] PUT /v2.0/routers/4b65717e-a9fc-4f4f-9cd3-22019384ea45/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:26.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1b952d3-7ee8-4216-9e99-b8df75caa163 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 3ab8db53-b612-4671-ac68-a459b5753971 2026-07-08 22:47:26.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1b952d3-7ee8-4216-9e99-b8df75caa163 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 3ab8db53-b612-4671-ac68-a459b5753971 2026-07-08 22:47:27.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1b952d3-7ee8-4216-9e99-b8df75caa163 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 45e0e0dd-a3c4-4fb5-b5cd-0bb39ed2c115 2026-07-08 22:47:27.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1b952d3-7ee8-4216-9e99-b8df75caa163 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 45e0e0dd-a3c4-4fb5-b5cd-0bb39ed2c115 [pid: 8|app: 0|req: 729/1534] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:27 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1535] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:27 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:27.506 7 INFO neutron.services.segments.plugin [-] Segment 2bb95428-3001-40c6-b384-e0aec3bd59a2 resource provider aggregate not found 2026-07-08 22:47:27.528 7 INFO neutron.services.segments.plugin [-] Segment 2bb95428-3001-40c6-b384-e0aec3bd59a2 resource provider aggregate not found 2026-07-08 22:47:27.534 7 INFO neutron.services.segments.plugin [-] Segment 2bb95428-3001-40c6-b384-e0aec3bd59a2 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 2bb95428-3001-40c6-b384-e0aec3bd59a2 found for delete ", "request_id": "req-47b54c71-7ab8-4844-9045-4972ead5502f"}]} 2026-07-08 22:47:27.536 7 INFO neutron.db.l3_hamode_db [None req-a1b952d3-7ee8-4216-9e99-b8df75caa163 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 92ace88d-f4d5-4dcf-b685-b37a7fb945e9 was deleted as no HA routers are present in tenant f716b7ec7fbc4e339bcdb016c1583f9b. [pid: 7|app: 0|req: 806/1536] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:26 2026] DELETE /v2.0/routers/4b65717e-a9fc-4f4f-9cd3-22019384ea45 => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:27.551 7 INFO neutron.services.segments.plugin [-] Segment 2bb95428-3001-40c6-b384-e0aec3bd59a2 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 2bb95428-3001-40c6-b384-e0aec3bd59a2 found for delete ", "request_id": "req-1008c7ef-8d3a-4023-a96a-82ef5f2afbbd"}]} [pid: 8|app: 0|req: 731/1537] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:27 2026] DELETE /v2.0/subnets/cecaa57d-46e1-4222-969d-0c7815447fac => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1538] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:27 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1539] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:27 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:27.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf4a7cba-b1d3-443d-951f-3cdb04891b43 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 247b0d31-3ef4-44a6-9295-82bc0ab5036a 2026-07-08 22:47:27.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf4a7cba-b1d3-443d-951f-3cdb04891b43 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 247b0d31-3ef4-44a6-9295-82bc0ab5036a 2026-07-08 22:47:27.947 8 INFO neutron.services.segments.plugin [-] Segment 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 resource provider aggregate not found 2026-07-08 22:47:27.956 8 INFO neutron.services.segments.plugin [-] Segment 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 resource provider aggregate not found 2026-07-08 22:47:27.971 8 INFO neutron.services.segments.plugin [-] Segment 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 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 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 found for delete ", "request_id": "req-5e1e265e-bfaa-4717-94e5-ff3d61bc454a"}]} 2026-07-08 22:47:27.972 8 INFO neutron.services.segments.plugin [-] Segment 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 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 3be0cfa3-a952-462b-99f8-a6ddc8b366c8 found for delete ", "request_id": "req-5ab370f0-24a5-4af7-bde3-af5e863945e3"}]} [pid: 8|app: 0|req: 732/1540] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:27 2026] DELETE /v2.0/networks/529be9ac-44ea-4c93-8799-d7b353ace14e => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1541] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/security-groups?tenant_id=f716b7ec7fbc4e339bcdb016c1583f9b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1542] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:28 2026] DELETE /v2.0/security-groups/0c002530-1ffa-4cbf-bd96-c30fe1539b3b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:28.409 7 INFO neutron.db.segments_db [None req-529acd7c-9801-4982-8023-83b11d29f64a 2c41d04416774af7b8b5a9c8d801c787 0421c99c875f4fd6a55c9e2bfdab68ce - - default default] Added segment 229a748b-80b3-47f4-a11e-24b931353a28 of type vxlan for network 65b9a300-6134-41d7-b8c2-49ba944d554b [pid: 7|app: 0|req: 809/1543] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:28 2026] POST /v2.0/networks => generated 632 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1544] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:47:28 2026] PUT /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1545] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1546] 10.0.0.67 () {34 vars in 763 bytes} [Wed Jul 8 22:47:28 2026] PUT /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1547] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1548] 10.0.0.67 () {34 vars in 759 bytes} [Wed Jul 8 22:47:28 2026] PUT /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1549] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1550] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1551] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1552] 10.0.0.67 () {34 vars in 781 bytes} [Wed Jul 8 22:47:28 2026] PUT /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1553] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:28 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1554] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:47:28 2026] PUT /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1555] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:29 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1556] 10.0.0.67 () {32 vars in 740 bytes} [Wed Jul 8 22:47:29 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:29.208 8 INFO neutron.api.v2.resource [None req-d90839bb-7850-4df1-b4ea-4beb58b06831 2c41d04416774af7b8b5a9c8d801c787 0421c99c875f4fd6a55c9e2bfdab68ce - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1557] 10.0.0.67 () {32 vars in 744 bytes} [Wed Jul 8 22:47:29 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1558] 10.0.0.67 () {32 vars in 743 bytes} [Wed Jul 8 22:47:29 2026] DELETE /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1559] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:29 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:29.384 7 INFO neutron.api.v2.resource [None req-5939764a-490c-4f3e-9c25-a5c7dea228b5 2c41d04416774af7b8b5a9c8d801c787 0421c99c875f4fd6a55c9e2bfdab68ce - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1560] 10.0.0.67 () {32 vars in 747 bytes} [Wed Jul 8 22:47:29 2026] DELETE /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1561] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:29 2026] DELETE /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1562] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:29 2026] GET /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1563] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:29 2026] DELETE /v2.0/networks/65b9a300-6134-41d7-b8c2-49ba944d554b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:29.987 8 INFO neutron.services.segments.plugin [-] Segment 229a748b-80b3-47f4-a11e-24b931353a28 resource provider aggregate not found 2026-07-08 22:47:29.994 8 INFO neutron.services.segments.plugin [-] Segment 229a748b-80b3-47f4-a11e-24b931353a28 resource provider aggregate not found 2026-07-08 22:47:30.010 8 INFO neutron.services.segments.plugin [-] Segment 229a748b-80b3-47f4-a11e-24b931353a28 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 229a748b-80b3-47f4-a11e-24b931353a28 found for delete ", "request_id": "req-8fbc4d53-af4d-4627-a378-02897d21669c"}]} [pid: 7|app: 0|req: 819/1564] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:29 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:30.019 8 INFO neutron.services.segments.plugin [-] Segment 229a748b-80b3-47f4-a11e-24b931353a28 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 229a748b-80b3-47f4-a11e-24b931353a28 found for delete ", "request_id": "req-8f3d4bf3-9db9-47fa-9acc-cecc62c6af3d"}]} [pid: 8|app: 0|req: 746/1565] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:47:30 2026] GET /v2.0/security-groups?id=12b7e8ef-9cf5-4ff3-8f52-9585c87faf17&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1566] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:47:30 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:30.307 8 INFO neutron_taas.services.taas.taas_plugin [req-26b4652f-9754-4b3e-86ae-9f08d3123151 req-2c7a0739-9d3b-42e9-9e23-754479160ae5 2599f6b15363442ba530c5c70aadd048 9ffdd6589d9e4e5fb9077e6fddbf7096 - - default default] TaaS: Handle Delete Port: ce19abc8-4a62-4454-9996-03345002ee99 2026-07-08 22:47:30.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-26b4652f-9754-4b3e-86ae-9f08d3123151 req-2c7a0739-9d3b-42e9-9e23-754479160ae5 2599f6b15363442ba530c5c70aadd048 9ffdd6589d9e4e5fb9077e6fddbf7096 - - default default] Tap Mirror: Handle Delete Port: ce19abc8-4a62-4454-9996-03345002ee99 [pid: 8|app: 0|req: 747/1567] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:47:30 2026] DELETE /v2.0/ports/ce19abc8-4a62-4454-9996-03345002ee99 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:30.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b112a64-f4bf-42c6-a659-92925a4fa1d6'] response: {'server_uuid': 'dd365895-b49b-4747-9942-694d79700114', 'name': 'network-vif-deleted', 'tag': 'ce19abc8-4a62-4454-9996-03345002ee99', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 821/1568] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:30 2026] GET /v2.0/security-groups?tenant_id=ac616afd74a24c0e8471ce71476299e5&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1569] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:30 2026] DELETE /v2.0/security-groups/8feeb76d-68a9-4dac-a46e-a2cda8de49ac => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1570] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:30 2026] GET /v2.0/security-groups?tenant_id=0421c99c875f4fd6a55c9e2bfdab68ce&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1571] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:30 2026] DELETE /v2.0/security-groups/5aace017-0245-4189-ac1e-cdef11325cab => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1572] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:31 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1573] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:30 2026] GET /v2.0/security-groups?tenant_id=6c58db5a1de846ba9db8736d0dd1de1a&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1574] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:31 2026] DELETE /v2.0/security-groups/2ff46f2f-fb11-4128-838d-fb983e4eb5f7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1575] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:31 2026] GET /v2.0/security-groups?tenant_id=da926d318a1940b39e81745c676ca8da&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1576] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:31 2026] DELETE /v2.0/security-groups/71957357-6aa7-4a39-a796-96e4cd431739 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1577] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:31 2026] GET /v2.0/security-groups?tenant_id=affd1cda9fcc4faba60a4475e721bd65&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1578] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:32 2026] DELETE /v2.0/security-groups/67314b6f-1c29-44d1-b66b-b37b6f30fdd0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1579] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:32 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1580] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:33 2026] GET /v2.0/ports?device_id=dd365895-b49b-4747-9942-694d79700114 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1581] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:47:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1582] 10.0.0.67 () {34 vars in 766 bytes} [Wed Jul 8 22:47:34 2026] PUT /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1583] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1584] 10.0.0.67 () {34 vars in 777 bytes} [Wed Jul 8 22:47:34 2026] PUT /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1585] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1586] 10.0.0.67 () {34 vars in 773 bytes} [Wed Jul 8 22:47:34 2026] PUT /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1587] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1588] 10.0.0.67 () {34 vars in 795 bytes} [Wed Jul 8 22:47:34 2026] PUT /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1589] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1590] 10.0.0.67 () {34 vars in 766 bytes} [Wed Jul 8 22:47:34 2026] PUT /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:34.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bb772a8-50fc-4d6f-aaef-368d4164e14e b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 3fb55230-b0e9-45f6-ab6a-f1bea1d1c449 2026-07-08 22:47:34.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bb772a8-50fc-4d6f-aaef-368d4164e14e b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 3fb55230-b0e9-45f6-ab6a-f1bea1d1c449 [pid: 8|app: 0|req: 764/1591] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1592] 10.0.0.67 () {32 vars in 754 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:34.923 8 INFO neutron.api.v2.resource [None req-8a59f020-f3e6-473f-954b-04327b169be3 795f574284ad4e3bb0ffad96542d4cd5 d2809d69b3274396866e7eb18ccfd44f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1593] 10.0.0.67 () {32 vars in 758 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1594] 10.0.0.67 () {32 vars in 757 bytes} [Wed Jul 8 22:47:34 2026] DELETE /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1595] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:34 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:35.096 8 INFO neutron.api.v2.resource [None req-3b09256c-d408-4a43-a805-df422184aea9 795f574284ad4e3bb0ffad96542d4cd5 d2809d69b3274396866e7eb18ccfd44f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1596] 10.0.0.67 () {32 vars in 761 bytes} [Wed Jul 8 22:47:35 2026] DELETE /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1597] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:47:35 2026] DELETE /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1598] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:47:35 2026] GET /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1599] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:35 2026] DELETE /v2.0/security-groups/6f05448c-b2f5-4cad-8942-2247eb02224d => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1600] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:34 2026] PUT /v2.0/routers/29bfd367-6f9b-4736-bf5b-5a51f5b935e3/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1601] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:35 2026] GET /v2.0/security-groups?tenant_id=d1ca0e13ff714f60b8f3382d49ec8c79&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:35.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba72ee05-35c1-46d7-9a86-dd5675cd3812 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 9c8270a5-8d71-47ae-83de-181902ac94be 2026-07-08 22:47:35.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba72ee05-35c1-46d7-9a86-dd5675cd3812 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 9c8270a5-8d71-47ae-83de-181902ac94be [pid: 8|app: 0|req: 774/1602] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:35 2026] DELETE /v2.0/security-groups/f7af9ea5-7b9a-4563-af68-02cb19ada4fe => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:35.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba72ee05-35c1-46d7-9a86-dd5675cd3812 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 8699e333-4933-4463-ab1c-426f85a2283d 2026-07-08 22:47:35.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba72ee05-35c1-46d7-9a86-dd5675cd3812 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 8699e333-4933-4463-ab1c-426f85a2283d [pid: 8|app: 0|req: 775/1603] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:35 2026] GET /v2.0/security-groups?tenant_id=a07f0826c276413f9d9a1297b06a8d79&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1604] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:35 2026] GET /v2.0/security-groups?tenant_id=d76ed468be9f49d9a803ebe169d77d1a&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1605] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:35 2026] DELETE /v2.0/security-groups/a46a2d16-e5f3-4b25-89a3-2d6f2834df95 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1606] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:36 2026] GET /v2.0/security-groups?tenant_id=d2809d69b3274396866e7eb18ccfd44f&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:36.273 7 INFO neutron.services.segments.plugin [-] Segment d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a resource provider aggregate not found 2026-07-08 22:47:36.277 7 INFO neutron.services.segments.plugin [-] Segment d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a resource provider aggregate not found 2026-07-08 22:47:36.292 7 INFO neutron.services.segments.plugin [-] Segment d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a 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 d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a found for delete ", "request_id": "req-ccb6eb35-a967-4c41-9056-674c8de8d9fb"}]} 2026-07-08 22:47:36.307 7 INFO neutron.services.segments.plugin [-] Segment d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a 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 d78ad8ec-52f7-4ceb-bab2-eb5a0ed6192a found for delete ", "request_id": "req-b86f5a3d-ea5a-4733-ab11-ffa676341e5e"}]} 2026-07-08 22:47:36.314 7 INFO neutron.db.l3_hamode_db [None req-ba72ee05-35c1-46d7-9a86-dd5675cd3812 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network e4117b5b-8b0f-48d3-b42a-2a248d092d5e was deleted as no HA routers are present in tenant 9ffdd6589d9e4e5fb9077e6fddbf7096. [pid: 7|app: 0|req: 829/1607] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:35 2026] DELETE /v2.0/routers/29bfd367-6f9b-4736-bf5b-5a51f5b935e3 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1608] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:36 2026] DELETE /v2.0/security-groups/1dc69325-fa1b-40da-9dfe-3c5b05cbd32d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1609] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:36 2026] DELETE /v2.0/security-groups/682d0793-2aff-4bc5-ac88-f38ce17f6439 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1610] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:36 2026] DELETE /v2.0/subnets/af1381f5-89de-400b-a2e9-a671b11e0c6f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:36.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4d1ae02-2e45-4d45-bbb0-d271f009fc8c b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: ba8d6760-0782-48de-b229-d3a18eff597f 2026-07-08 22:47:36.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4d1ae02-2e45-4d45-bbb0-d271f009fc8c b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: ba8d6760-0782-48de-b229-d3a18eff597f [pid: 8|app: 0|req: 781/1611] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:36 2026] GET /v2.0/security-groups?tenant_id=d3cc012c1a104e0388a06f13a0d8d21f&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1612] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:36 2026] DELETE /v2.0/security-groups/5cb605f3-5524-4aab-8bde-055e907c2ff9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1613] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:36 2026] DELETE /v2.0/networks/cb4694e3-7530-4db7-b352-92783565e2a0 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1614] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:36 2026] GET /v2.0/security-groups?tenant_id=9ffdd6589d9e4e5fb9077e6fddbf7096&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1615] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:36 2026] DELETE /v2.0/security-groups/12b7e8ef-9cf5-4ff3-8f52-9585c87faf17 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:38.315 7 INFO neutron.services.segments.plugin [-] Segment 4a039184-1dea-4607-80b8-6155cc1d148c resource provider aggregate not found 2026-07-08 22:47:38.330 7 INFO neutron.services.segments.plugin [-] Segment 4a039184-1dea-4607-80b8-6155cc1d148c 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 4a039184-1dea-4607-80b8-6155cc1d148c found for delete ", "request_id": "req-b751ae3b-3127-48ab-951f-e866538c642c"}]} 2026-07-08 22:47:38.332 7 INFO neutron.services.segments.plugin [-] Segment 4a039184-1dea-4607-80b8-6155cc1d148c resource provider aggregate not found 2026-07-08 22:47:38.350 7 INFO neutron.services.segments.plugin [-] Segment 4a039184-1dea-4607-80b8-6155cc1d148c 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 4a039184-1dea-4607-80b8-6155cc1d148c found for delete ", "request_id": "req-3d2597ed-7a02-4e08-b750-742f3c1f5800"}]} [pid: 8|app: 0|req: 785/1618] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:39 2026] GET /v2.0/security-groups?tenant_id=d09d1231e01c4aea9868659434ee90f1&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1619] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:39 2026] DELETE /v2.0/security-groups/2eecff3a-2d64-405f-98db-8bade03ea000 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:40.281 8 INFO neutron.db.segments_db [None req-b132d640-788d-41d8-8c23-451881128151 422cf776d2e0469f8d84e463ffda5a20 50b6eb56dabe4587a7fa7912a7999533 - - default default] Added segment fc07e816-9f46-418d-920b-9f407dc98909 of type vxlan for network 4872e91f-66db-4532-9f94-ea80f6af925a [pid: 8|app: 0|req: 786/1620] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:40 2026] POST /v2.0/networks => generated 632 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1621] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:47:40 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 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: 787/1622] 10.0.0.67 () {34 vars in 665 bytes} [Wed Jul 8 22:47:40 2026] POST /v2.0/trunks => generated 407 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1623] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:47:40 2026] PUT /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1624] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:40 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1625] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:40 2026] GET /v2.0/security-groups?tenant_id=8291022f504c4d7f92a29bdef1841c9b&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1626] 10.0.0.67 () {34 vars in 759 bytes} [Wed Jul 8 22:47:40 2026] PUT /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1627] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1628] 10.0.0.67 () {34 vars in 755 bytes} [Wed Jul 8 22:47:41 2026] PUT /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1629] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1630] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/security-groups/78f336ce-b5b3-47fe-8454-8f379eecc273 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1631] 10.0.0.67 () {34 vars in 777 bytes} [Wed Jul 8 22:47:41 2026] PUT /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1632] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1633] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:47:41 2026] PUT /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1634] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1635] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1636] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/security-groups?tenant_id=c92a7d4efe624b7ea85c361b69446338&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:41.426 8 INFO neutron.api.v2.resource [None req-1f5f7883-b038-468d-ba54-6d0c27c04696 422cf776d2e0469f8d84e463ffda5a20 50b6eb56dabe4587a7fa7912a7999533 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1637] 10.0.0.67 () {32 vars in 740 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1638] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/security-groups?tenant_id=6fdede4f40f640549fe5e7ec67ec2f44&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1639] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1640] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/security-groups/a2e43f3b-f8e1-4420-a70d-7acbf555dc9f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1641] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:41.566 8 INFO neutron.api.v2.resource [None req-7a699eb8-95f7-4a6b-b6c5-d7326f096cc6 422cf776d2e0469f8d84e463ffda5a20 50b6eb56dabe4587a7fa7912a7999533 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1642] 10.0.0.67 () {32 vars in 743 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1643] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1644] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1645] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/security-groups/7446b58c-e083-4101-b196-3528ae38b242 => 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: 805/1646] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1647] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:41 2026] GET /v2.0/ports/56786a2f-0b68-4e1a-8961-ee94c194b30b => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1648] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/trunks/3e2a23bc-27bd-4fde-861f-d8082668f113 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:41.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-fedbf176-6334-4fb7-8b7c-571af4e1a842 422cf776d2e0469f8d84e463ffda5a20 50b6eb56dabe4587a7fa7912a7999533 - - default default] TaaS: Handle Delete Port: 56786a2f-0b68-4e1a-8961-ee94c194b30b 2026-07-08 22:47:41.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fedbf176-6334-4fb7-8b7c-571af4e1a842 422cf776d2e0469f8d84e463ffda5a20 50b6eb56dabe4587a7fa7912a7999533 - - default default] Tap Mirror: Handle Delete Port: 56786a2f-0b68-4e1a-8961-ee94c194b30b 2026-07-08 22:47:42.053 7 INFO neutron.db.segments_db [None req-d4b939ea-cad8-4922-8f4a-c16bce4d8f68 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 09a24600-73f8-484e-8230-307a75ffae29 of type vxlan for network 95744741-5b6d-4f54-96c8-5c17d7bdd0bc [pid: 8|app: 0|req: 807/1649] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:41 2026] DELETE /v2.0/ports/56786a2f-0b68-4e1a-8961-ee94c194b30b => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1650] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:47:41 2026] POST /v2.0/networks => generated 741 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:42.204 8 INFO neutron.services.segments.plugin [-] Segment fc07e816-9f46-418d-920b-9f407dc98909 resource provider aggregate not found 2026-07-08 22:47:42.211 8 INFO neutron.services.segments.plugin [-] Segment fc07e816-9f46-418d-920b-9f407dc98909 resource provider aggregate not found 2026-07-08 22:47:42.230 8 INFO neutron.services.segments.plugin [-] Segment fc07e816-9f46-418d-920b-9f407dc98909 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 fc07e816-9f46-418d-920b-9f407dc98909 found for delete ", "request_id": "req-5b011b9f-c454-4a9d-946d-4f12b308b34b"}]} 2026-07-08 22:47:42.234 8 INFO neutron.services.segments.plugin [-] Segment fc07e816-9f46-418d-920b-9f407dc98909 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 fc07e816-9f46-418d-920b-9f407dc98909 found for delete ", "request_id": "req-358fea80-b72c-455d-9f5b-76f97562f616"}]} [pid: 8|app: 0|req: 808/1651] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:42 2026] DELETE /v2.0/networks/4872e91f-66db-4532-9f94-ea80f6af925a => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1652] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:42 2026] POST /v2.0/subnets => generated 688 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:42.448 8 INFO neutron.db.segments_db [None req-e61b13a2-4cbc-46f9-9a52-f6184fbde17f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 021e1cb4-47bf-4269-8448-3a1c558973b8 of type vxlan for network 091621ab-7f13-4d3b-bf52-ec15d816b0f1 2026-07-08 22:47:42.683 8 INFO neutron.db.l3_hamode_db [None req-e61b13a2-4cbc-46f9-9a52-f6184fbde17f b248572bea504fe180e9c98f706d026c 9f081df7eb414cda97199e83996cac95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1653] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:42 2026] GET /v2.0/security-groups?tenant_id=97f2e3e5b82749389e90be2a8a00d539&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1654] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:43 2026] DELETE /v2.0/security-groups/817cfab3-d05e-445e-a1a2-b555117d8c15 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1655] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:43 2026] GET /v2.0/security-groups?tenant_id=50b6eb56dabe4587a7fa7912a7999533&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1656] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:43 2026] DELETE /v2.0/security-groups/0b68716b-1969-4c64-8dbb-c46a5955d437 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:43.887 8 INFO neutron.db.l3_hamode_db [None req-e61b13a2-4cbc-46f9-9a52-f6184fbde17f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 849/1657] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:43 2026] GET /v2.0/security-groups?tenant_id=db5a34c6b99a4d43bbaca995a4925bf5&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1658] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:44 2026] GET /v2.0/security-groups?tenant_id=47e776b2d4a84a49aa190d8dc2ad23fa&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: 851/1659] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:44 2026] DELETE /v2.0/security-groups/eccd3fcd-e1d5-4817-9654-4b34e9ec9d67 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1660] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:44 2026] DELETE /v2.0/security-groups/46c2e821-d83e-48b1-8223-90854ae94963 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1661] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:42 2026] POST /v2.0/routers => generated 728 bytes in 2382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1662] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:47:44 2026] PUT /v2.0/routers/2ec19f6e-8b9d-4624-8d4e-8a882245e618/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:46.428 8 INFO neutron.db.segments_db [None req-2740258e-ba60-4180-bfc0-89323b35aaf8 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] Added segment 776b8237-ae54-40ab-9485-8f0243b31356 of type vxlan for network 71e577b4-e5cf-4792-8ad1-5157f27b97c5 [pid: 8|app: 0|req: 810/1663] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:46 2026] POST /v2.0/networks => generated 648 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:46.584 7 INFO neutron.db.segments_db [None req-7830d78f-9391-4327-95ca-157d7abdca44 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Added segment 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb of type vxlan for network a9c065ad-0a59-433b-8284-bd8c95376244 [pid: 7|app: 0|req: 854/1664] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:46 2026] POST /v2.0/networks => generated 650 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1665] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:46 2026] POST /v2.0/subnets => generated 627 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:46.906 7 INFO neutron.db.segments_db [None req-a4f8904e-6a62-47b5-bbce-6c286d420aa8 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Added segment 7ba58101-2338-4c4d-a64e-8e81e3dee890 of type vxlan for network 66d0b142-331b-47ae-9b6d-65d445e51bec 2026-07-08 22:47:47.119 7 INFO neutron.db.l3_hamode_db [None req-a4f8904e-6a62-47b5-bbce-6c286d420aa8 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:47:47.176 8 INFO neutron.db.segments_db [None req-a1fb3157-a9e4-4f01-8697-be37cf5e4736 e3d3f2f5df984b51937a7ed0a49fa73e e125d27c5f234776a2e9c6b6d9ed427a - - default default] Added segment 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 of type vxlan for network 15d02f89-125e-4f73-abe7-d636d6ed750a [pid: 8|app: 0|req: 812/1666] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:46 2026] POST /v2.0/networks => generated 632 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1667] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:47 2026] POST /v2.0/subnets => generated 673 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:47.546 8 INFO neutron.db.segments_db [None req-ff23a753-ffa4-45e0-9c39-99e5779a5187 e3d3f2f5df984b51937a7ed0a49fa73e e125d27c5f234776a2e9c6b6d9ed427a - - default default] Added segment 9b1ad1ac-c306-4500-829c-c92ed0c051a7 of type vxlan for network a2c7f22b-7ecc-4bbb-a886-ac113b93c4f4 [pid: 8|app: 0|req: 814/1668] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:47 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:47.787 8 INFO neutron.db.segments_db [None req-b5aaf8c0-526f-41f4-8720-8cb178263390 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment 53da45f0-44a9-42fe-9a62-d2eb28beab25 of type vxlan for network 5d1a27db-484c-4ed9-9c4d-5a877f9b1c9b 2026-07-08 22:47:47.861 7 INFO neutron.db.l3_hamode_db [None req-a4f8904e-6a62-47b5-bbce-6c286d420aa8 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 815/1669] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:47:47 2026] POST /v2.0/networks => generated 741 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:47.927 8 INFO neutron.db.segments_db [None req-bcc30cb8-c08f-49de-b240-9695cb8a34c3 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] Added segment 9b94b2e0-b740-4765-a2cd-eaf13455f61c of type vxlan for network b22b0736-91eb-4a1d-8496-2e4f741a1eb4 [pid: 8|app: 0|req: 816/1670] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:47 2026] POST /v2.0/networks => generated 647 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1671] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:47:48 2026] PUT /v2.0/networks/15d02f89-125e-4f73-abe7-d636d6ed750a/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1672] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:48 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1673] 10.0.0.67 () {34 vars in 742 bytes} [Wed Jul 8 22:47:48 2026] PUT /v2.0/networks/b22b0736-91eb-4a1d-8496-2e4f741a1eb4 => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1674] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:48 2026] GET /v2.0/networks/15d02f89-125e-4f73-abe7-d636d6ed750a/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:48.527 8 INFO neutron.db.segments_db [None req-625c10ec-4bd9-4a53-8058-d7f875b9fdf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Added segment a3058b71-dd3b-40ce-ad34-3dddd9f36b33 of type vxlan for network cf4593db-288f-4041-9fd2-6c05c3219f7e 2026-07-08 22:47:48.817 8 INFO neutron.db.l3_hamode_db [None req-625c10ec-4bd9-4a53-8058-d7f875b9fdf1 b248572bea504fe180e9c98f706d026c 72acfe77cfdb4728bbc4c471b42e1257 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 855/1675] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:46 2026] POST /v2.0/routers => generated 695 bytes in 2498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1676] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:49 2026] POST /v2.0/subnets => generated 646 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:49.556 8 INFO neutron.db.l3_hamode_db [None req-625c10ec-4bd9-4a53-8058-d7f875b9fdf1 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 857/1677] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:47:49 2026] PUT /v2.0/networks/a2c7f22b-7ecc-4bbb-a886-ac113b93c4f4/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1678] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:48 2026] POST /v2.0/routers => generated 728 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1679] 10.0.0.67 () {34 vars in 740 bytes} [Wed Jul 8 22:47:50 2026] PUT /v2.0/subnets/5bb11a82-4c3a-489d-a0d9-ed66211d4610 => generated 656 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1680] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:50 2026] GET /v2.0/networks/a2c7f22b-7ecc-4bbb-a886-ac113b93c4f4/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1681] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:47:49 2026] PUT /v2.0/routers/8ea8bc9d-a269-4cc3-8af5-2777d300cd6a/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:51.104 7 INFO neutron.services.segments.plugin [-] Segment 9b94b2e0-b740-4765-a2cd-eaf13455f61c resource provider aggregate not found 2026-07-08 22:47:51.109 7 INFO neutron.services.segments.plugin [-] Segment 9b94b2e0-b740-4765-a2cd-eaf13455f61c resource provider aggregate not found 2026-07-08 22:47:51.128 7 INFO neutron.services.segments.plugin [-] Segment 9b94b2e0-b740-4765-a2cd-eaf13455f61c 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 9b94b2e0-b740-4765-a2cd-eaf13455f61c found for delete ", "request_id": "req-cd0c5733-ce0e-4d45-9297-e47715473f5c"}]} 2026-07-08 22:47:51.129 7 INFO neutron.services.segments.plugin [-] Segment 9b94b2e0-b740-4765-a2cd-eaf13455f61c 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 9b94b2e0-b740-4765-a2cd-eaf13455f61c found for delete ", "request_id": "req-11c122e5-b5e7-4a88-b813-fb3542813891"}]} [pid: 7|app: 0|req: 859/1682] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:50 2026] DELETE /v2.0/networks/b22b0736-91eb-4a1d-8496-2e4f741a1eb4 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1683] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:47:51 2026] PUT /v2.0/networks/a2c7f22b-7ecc-4bbb-a886-ac113b93c4f4/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1684] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:51 2026] POST /v2.0/ports => generated 958 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 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-08 22:47:51.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c84e7f43-1883-4adb-9bfe-5399ccb6e66e 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1685] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:51 2026] DELETE /v2.0/networks/b22b0736-91eb-4a1d-8496-2e4f741a1eb4 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1686] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:51 2026] GET /v2.0/networks/a2c7f22b-7ecc-4bbb-a886-ac113b93c4f4/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1687] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:47:50 2026] PUT /v2.0/routers/b9bf2c84-a1d2-4236-983e-75c40bd78a27/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1688] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:51 2026] POST /v2.0/ports => generated 955 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 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: 825/1689] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:47:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1690] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:47:51 2026] GET /v2.0/networks/15d02f89-125e-4f73-abe7-d636d6ed750a/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1691] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:47:51 2026] GET /v2.0/subnets?network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1692] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:51 2026] DELETE /v2.0/networks/15d02f89-125e-4f73-abe7-d636d6ed750a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1693] 10.0.0.67 () {32 vars in 652 bytes} [Wed Jul 8 22:47:52 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: 869/1694] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:52 2026] DELETE /v2.0/networks/a2c7f22b-7ecc-4bbb-a886-ac113b93c4f4 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1695] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:47:52 2026] GET /v2.0/networks => generated 1313 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1696] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:47:52 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1697] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:47:52 2026] GET /v2.0/networks/71e577b4-e5cf-4792-8ad1-5157f27b97c5 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1698] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:47:52 2026] GET /v2.0/subnets/2d7141f3-60fe-4418-b978-e4132d9c463f => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:52.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb1c58fc-ee6a-46ca-b0b9-7dd2eb15ba11 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 874/1699] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:52 2026] DELETE /v2.0/subnets/5bb11a82-4c3a-489d-a0d9-ed66211d4610 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:52.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb31f6e6-1e2f-42b9-a9b2-aebbf60d9d3e 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1700] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:52 2026] DELETE /v2.0/networks/b22b0736-91eb-4a1d-8496-2e4f741a1eb4 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:52.611 8 INFO neutron.db.l3_db [None req-01a427da-09c3-453b-b0b0-05cedb2ff189 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Floating IP 59789710-64a2-4df8-9601-4acc8d0127ab associated. External IP: 10.96.250.212, port: 9729c326-6596-4f50-bb89-7c1af6362b90. [pid: 7|app: 0|req: 876/1701] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:52 2026] DELETE /v2.0/subnets/2d7141f3-60fe-4418-b978-e4132d9c463f => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1702] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:47:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1703] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:47:51 2026] POST /v2.0/floatingips => generated 842 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:52.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-15ac4d5c-0a39-4d21-9e1d-dcabe96afb08 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] TaaS: Handle Delete Port: 203c3146-b5a1-4566-82c4-004c2fc28882 2026-07-08 22:47:52.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15ac4d5c-0a39-4d21-9e1d-dcabe96afb08 5f40d0a8d3ab41c19827a273f7de57eb 5efc3ca5bbc24b3badffa860e5b87728 - - default default] Tap Mirror: Handle Delete Port: 203c3146-b5a1-4566-82c4-004c2fc28882 [pid: 8|app: 0|req: 827/1704] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:53.106 8 INFO neutron.db.l3_db [None req-0b9a271d-59c8-4491-bb77-3434743eaf27 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Floating IP 59789710-64a2-4df8-9601-4acc8d0127ab disassociated. External IP: 10.96.250.212, port: 9729c326-6596-4f50-bb89-7c1af6362b90. 2026-07-08 22:47:53.148 7 INFO neutron.services.segments.plugin [-] Segment 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 resource provider aggregate not found 2026-07-08 22:47:53.156 7 INFO neutron.services.segments.plugin [-] Segment 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 resource provider aggregate not found 2026-07-08 22:47:53.169 7 INFO neutron.services.segments.plugin [-] Segment 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 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 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 found for delete ", "request_id": "req-1d5cb578-bbe2-4a0d-9c80-c47fc5ce4bc8"}]} 2026-07-08 22:47:53.183 7 INFO neutron.services.segments.plugin [-] Segment 9b1ad1ac-c306-4500-829c-c92ed0c051a7 resource provider aggregate not found 2026-07-08 22:47:53.190 7 INFO neutron.services.segments.plugin [-] Segment 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 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 5fc35ab9-287e-4723-a2e4-bdeb60fdaab6 found for delete ", "request_id": "req-62d8d7b3-1784-42d7-ab89-08ed5ffd0cba"}]} 2026-07-08 22:47:53.199 7 INFO neutron.services.segments.plugin [-] Segment 9b1ad1ac-c306-4500-829c-c92ed0c051a7 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 9b1ad1ac-c306-4500-829c-c92ed0c051a7 found for delete ", "request_id": "req-8aaddb6a-041a-46dc-b173-69f7ed36300f"}]} [pid: 7|app: 0|req: 878/1707] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:52 2026] DELETE /v2.0/networks/71e577b4-e5cf-4792-8ad1-5157f27b97c5 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:53.210 7 INFO neutron.services.segments.plugin [-] Segment 9b1ad1ac-c306-4500-829c-c92ed0c051a7 resource provider aggregate not found 2026-07-08 22:47:53.247 7 INFO neutron.services.segments.plugin [-] Segment 776b8237-ae54-40ab-9485-8f0243b31356 resource provider aggregate not found 2026-07-08 22:47:53.264 7 INFO neutron.services.segments.plugin [-] Segment 776b8237-ae54-40ab-9485-8f0243b31356 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 776b8237-ae54-40ab-9485-8f0243b31356 found for delete ", "request_id": "req-8d459e59-1f43-4ea8-8883-62901919263e"}]} 2026-07-08 22:47:53.269 7 INFO neutron.services.segments.plugin [-] Segment 9b1ad1ac-c306-4500-829c-c92ed0c051a7 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 9b1ad1ac-c306-4500-829c-c92ed0c051a7 found for delete ", "request_id": "req-ec331bf3-f000-47bc-8567-e9b95d289cff"}]} 2026-07-08 22:47:53.287 7 INFO neutron.services.segments.plugin [-] Segment 776b8237-ae54-40ab-9485-8f0243b31356 resource provider aggregate not found 2026-07-08 22:47:53.318 7 INFO neutron.services.segments.plugin [-] Segment 776b8237-ae54-40ab-9485-8f0243b31356 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 776b8237-ae54-40ab-9485-8f0243b31356 found for delete ", "request_id": "req-b6fe960f-ba77-4d1c-b487-9ff23bac9343"}]} [pid: 7|app: 0|req: 879/1708] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1709] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:47:53 2026] PUT /v2.0/floatingips/59789710-64a2-4df8-9601-4acc8d0127ab => generated 552 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1710] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:53 2026] GET /v2.0/security-groups?tenant_id=e125d27c5f234776a2e9c6b6d9ed427a&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1711] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1712] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:53 2026] DELETE /v2.0/security-groups/84a7cf75-0ad8-489f-9552-c1f97b65a9a1 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:53.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-0eaa7f0a-23dd-4147-97ab-6360cf3092ed 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: 6dc3b01b-dfec-44f8-8e59-92bcd33dc941 2026-07-08 22:47:53.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eaa7f0a-23dd-4147-97ab-6360cf3092ed 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: 6dc3b01b-dfec-44f8-8e59-92bcd33dc941 [pid: 8|app: 0|req: 833/1713] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1714] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:53 2026] DELETE /v2.0/floatingips/59789710-64a2-4df8-9601-4acc8d0127ab => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:53.860 7 INFO neutron.db.securitygroups_db [None req-a517fc01-2f0b-4fe3-8651-3c7bb9d71207 e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] Project 9f081df7eb414cda97199e83996cac95 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 882/1715] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1716] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:53 2026] GET /v2.0/security-groups?tenant_id=5efc3ca5bbc24b3badffa860e5b87728&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1717] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:53 2026] GET /v2.0/security-groups?tenant_id=36653dd415b249cd9b33f6e8d38820d5&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:47:54.085 7 INFO neutron.db.securitygroups_db [None req-914bd417-69e1-4b39-8cad-04a4cb4cc659 e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] Project 9f081df7eb414cda97199e83996cac95 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 884/1718] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1719] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:54 2026] DELETE /v2.0/security-groups/beff2c64-5032-4069-a42f-96544008e3de => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1720] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:47:54 2026] DELETE /v2.0/security-groups/c7d73536-63b9-455d-98dd-6117199028bf => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:54.655 8 INFO neutron.db.l3_db [None req-455c4570-45dd-4d52-b448-7af49097d408 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Floating IP c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 associated. External IP: 10.96.250.210, port: ca2dfdab-c290-43ac-91b6-00cb527d319c. [pid: 7|app: 0|req: 887/1721] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:47:54 2026] POST /v2.0/security-groups => generated 1661 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1722] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1723] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:47:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1724] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:47:53 2026] POST /v2.0/floatingips => generated 842 bytes in 1013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1725] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:47:54 2026] GET /v2.0/floatingips/c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 => generated 842 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1726] 10.0.0.67 () {32 vars in 654 bytes} [Wed Jul 8 22:47:54 2026] GET /v2.0/floatingips => generated 845 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1727] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:47:54 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:55.514 8 INFO neutron.db.l3_db [None req-e6b89472-2579-4e85-8dec-f8cc81ecde16 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Floating IP c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 associated. External IP: 10.96.250.210, port: ca2dfdab-c290-43ac-91b6-00cb527d319c. [pid: 7|app: 0|req: 891/1728] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1619410517&fields=id&tenant_id=9f081df7eb414cda97199e83996cac95 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1729] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1364519723&fields=id&tenant_id=9f081df7eb414cda97199e83996cac95 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1730] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/networks?id=95744741-5b6d-4f54-96c8-5c17d7bdd0bc => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1731] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/quotas/9f081df7eb414cda97199e83996cac95 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1732] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/ports?tenant_id=9f081df7eb414cda97199e83996cac95&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1733] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1734] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:47:55 2026] GET /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc?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: 838/1735] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:47:55 2026] PUT /v2.0/floatingips/c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 => generated 842 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1736] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:56 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:56.276 7 INFO neutron.db.segments_db [None req-3de1cf6d-1bb0-494e-88a4-eee6e57c8eb6 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Added segment 66299059-5172-4573-b3b9-66d857886983 of type vxlan for network 44491f0c-be9b-425d-bef3-c5d9fa13e348 2026-07-08 22:47:56.337 8 INFO neutron.db.l3_db [None req-af52fbf1-134d-48b4-a0d7-5e7a5e1335e1 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Floating IP c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 disassociated. External IP: 10.96.250.210, port: 9729c326-6596-4f50-bb89-7c1af6362b90. [pid: 7|app: 0|req: 898/1737] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:55 2026] POST /v2.0/networks => generated 648 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1738] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:56 2026] POST /v2.0/ports => generated 779 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 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: 840/1739] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:47:56 2026] PUT /v2.0/floatingips/c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 => generated 552 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:56.674 7 INFO neutron.db.segments_db [None req-420282d4-5855-4ef0-a5f8-55009f67a342 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Added segment 1ed03a0a-3650-4128-b85e-f78b920367b7 of type vxlan for network aa71d50c-3033-4632-ad9d-bd6e7a0b1643 2026-07-08 22:47:56.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-32b0eb6c-2a4e-4f39-940a-2d0b2ede1e6b 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: 3b057095-b02f-4fe5-ac41-ec24ef094e61 [pid: 7|app: 0|req: 900/1740] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:56 2026] POST /v2.0/networks => generated 635 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:56.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b0eb6c-2a4e-4f39-940a-2d0b2ede1e6b 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: 3b057095-b02f-4fe5-ac41-ec24ef094e61 [pid: 8|app: 0|req: 841/1741] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:56 2026] DELETE /v2.0/floatingips/c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:47:56.960 8 INFO neutron.api.v2.resource [None req-e837930f-17cc-4ff0-8245-e0c51cc4e68a 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1742] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:47:56 2026] DELETE /v2.0/floatingips/c8ce0a6c-84f3-4a76-8111-109eab6ccdb4 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1743] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:56 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:47:57.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8c8fc57-e755-4744-9c8c-f0aeae5282bd 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: 9729c326-6596-4f50-bb89-7c1af6362b90 2026-07-08 22:47:57.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8c8fc57-e755-4744-9c8c-f0aeae5282bd 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: 9729c326-6596-4f50-bb89-7c1af6362b90 [pid: 8|app: 0|req: 843/1744] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:56 2026] DELETE /v2.0/ports/9729c326-6596-4f50-bb89-7c1af6362b90 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1745] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:57 2026] POST /v2.0/ports => generated 962 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 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: 903/1746] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:57 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:57.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-24ed75f9-2f23-4e5d-b95a-68fe912661e1 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: ca2dfdab-c290-43ac-91b6-00cb527d319c 2026-07-08 22:47:57.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24ed75f9-2f23-4e5d-b95a-68fe912661e1 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: ca2dfdab-c290-43ac-91b6-00cb527d319c 2026-07-08 22:47:57.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-85d30cf6-f275-4ded-bff1-e49c31aed785 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] TaaS: Handle Delete Port: 51bc7b97-9867-4acf-9422-d26ba1a8458f 2026-07-08 22:47:57.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85d30cf6-f275-4ded-bff1-e49c31aed785 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Tap Mirror: Handle Delete Port: 51bc7b97-9867-4acf-9422-d26ba1a8458f [pid: 8|app: 0|req: 844/1747] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:57 2026] DELETE /v2.0/ports/ca2dfdab-c290-43ac-91b6-00cb527d319c => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1748] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:57 2026] DELETE /v2.0/ports/51bc7b97-9867-4acf-9422-d26ba1a8458f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:57.515 7 INFO neutron.pecan_wsgi.hooks.translation [None req-124f8a87-df4f-49a9-b43b-86e1e2a5a099 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1749] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:57 2026] DELETE /v2.0/ports/51bc7b97-9867-4acf-9422-d26ba1a8458f => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1750] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:47:57 2026] GET /v2.0/ports?device_id=8ea8bc9d-a269-4cc3-8af5-2777d300cd6a => generated 958 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:57.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c0f3780-3497-4e29-a19d-f3b0e6d0fbe4 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1751] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:57 2026] GET /v2.0/ports/51bc7b97-9867-4acf-9422-d26ba1a8458f => generated 132 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1752] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:57 2026] DELETE /v2.0/subnets/65234ff3-a0bb-403f-9d80-a592c881de8a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:57.836 7 INFO neutron.services.segments.plugin [-] Segment 1ed03a0a-3650-4128-b85e-f78b920367b7 resource provider aggregate not found 2026-07-08 22:47:57.840 7 INFO neutron.services.segments.plugin [-] Segment 1ed03a0a-3650-4128-b85e-f78b920367b7 resource provider aggregate not found 2026-07-08 22:47:57.860 7 INFO neutron.services.segments.plugin [-] Segment 1ed03a0a-3650-4128-b85e-f78b920367b7 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 1ed03a0a-3650-4128-b85e-f78b920367b7 found for delete ", "request_id": "req-5aa5c600-fc42-4ad1-b765-34aa4083ea43"}]} 2026-07-08 22:47:57.860 7 INFO neutron.services.segments.plugin [-] Segment 1ed03a0a-3650-4128-b85e-f78b920367b7 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 1ed03a0a-3650-4128-b85e-f78b920367b7 found for delete ", "request_id": "req-ac943144-1c3e-4244-8abe-f0343de1f34c"}]} [pid: 7|app: 0|req: 908/1753] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:57 2026] DELETE /v2.0/networks/aa71d50c-3033-4632-ad9d-bd6e7a0b1643 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:57.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec8c3cdd-45d9-4d52-9463-da77001398e3 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: 624b66b0-bc52-4be9-bd55-04a4c258c953 2026-07-08 22:47:57.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec8c3cdd-45d9-4d52-9463-da77001398e3 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: 624b66b0-bc52-4be9-bd55-04a4c258c953 2026-07-08 22:47:57.934 7 INFO neutron.db.segments_db [None req-ce7244ff-feb3-491f-849d-0978bf202e9c 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Added segment 035a4e8f-cb42-4eb0-9da2-6738c86cc163 of type vxlan for network 8f81e670-e4a6-49ab-a7c3-3b830c74535d [pid: 7|app: 0|req: 909/1754] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:47:57 2026] POST /v2.0/networks => generated 635 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1755] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:47:58 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1756] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:47:57 2026] PUT /v2.0/routers/8ea8bc9d-a269-4cc3-8af5-2777d300cd6a/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1757] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:58 2026] POST /v2.0/ports => generated 927 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1758] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:58 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:58.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-52ca386a-b61f-4744-a37b-d9e7bdd1092d 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: 6709bb3d-d927-41c6-b7e2-bc73c184cf0f 2026-07-08 22:47:58.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ca386a-b61f-4744-a37b-d9e7bdd1092d 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: 6709bb3d-d927-41c6-b7e2-bc73c184cf0f 2026-07-08 22:47:58.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-edd99a7e-a28b-4d50-8cdf-3f0734f1bf22 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] TaaS: Handle Delete Port: 6f242b83-74b6-4dd1-b077-03ec891d761a 2026-07-08 22:47:58.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edd99a7e-a28b-4d50-8cdf-3f0734f1bf22 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Tap Mirror: Handle Delete Port: 6f242b83-74b6-4dd1-b077-03ec891d761a [pid: 7|app: 0|req: 913/1759] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:58 2026] DELETE /v2.0/ports/6f242b83-74b6-4dd1-b077-03ec891d761a => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:58.823 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f30ded19-3f7a-428a-859b-ff4c6026b764 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1760] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:58 2026] GET /v2.0/ports/6f242b83-74b6-4dd1-b077-03ec891d761a => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:58.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-52ca386a-b61f-4744-a37b-d9e7bdd1092d 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] TaaS: Handle Delete Port: 8f684ac7-fda2-4ce1-9fe7-2c6ef49b7d24 2026-07-08 22:47:58.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ca386a-b61f-4744-a37b-d9e7bdd1092d 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] Tap Mirror: Handle Delete Port: 8f684ac7-fda2-4ce1-9fe7-2c6ef49b7d24 [pid: 7|app: 0|req: 915/1761] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:58 2026] DELETE /v2.0/subnets/723ae06d-7e69-4072-9bfb-1e13b7ae97e1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1762] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:58 2026] DELETE /v2.0/networks/8f81e670-e4a6-49ab-a7c3-3b830c74535d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:47:59.175 8 INFO neutron.services.segments.plugin [-] Segment 7ba58101-2338-4c4d-a64e-8e81e3dee890 resource provider aggregate not found 2026-07-08 22:47:59.180 8 INFO neutron.services.segments.plugin [-] Segment 7ba58101-2338-4c4d-a64e-8e81e3dee890 resource provider aggregate not found 2026-07-08 22:47:59.193 8 INFO neutron.services.segments.plugin [-] Segment 7ba58101-2338-4c4d-a64e-8e81e3dee890 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 7ba58101-2338-4c4d-a64e-8e81e3dee890 found for delete ", "request_id": "req-cf058f12-1077-436a-8dfd-d72bfb93b7e9"}]} 2026-07-08 22:47:59.195 8 INFO neutron.services.segments.plugin [-] Segment 7ba58101-2338-4c4d-a64e-8e81e3dee890 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 7ba58101-2338-4c4d-a64e-8e81e3dee890 found for delete ", "request_id": "req-f8fcb118-f9eb-40b2-886e-93f522bcbd17"}]} 2026-07-08 22:47:59.208 8 INFO neutron.db.l3_hamode_db [None req-52ca386a-b61f-4744-a37b-d9e7bdd1092d 5292a20706d64ce985c9d6d867759e37 20fc01b2f1734afc8f12257ac053e70c - - default default] HA network 66d0b142-331b-47ae-9b6d-65d445e51bec was deleted as no HA routers are present in tenant 20fc01b2f1734afc8f12257ac053e70c. [pid: 8|app: 0|req: 847/1763] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:58 2026] DELETE /v2.0/routers/8ea8bc9d-a269-4cc3-8af5-2777d300cd6a => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1764] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:59 2026] DELETE /v2.0/subnets/670c359e-1782-485f-aae8-c390f3ef6bae => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1765] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:47:59 2026] POST /v2.0/ports => generated 778 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 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: 849/1766] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:47:59 2026] DELETE /v2.0/networks/a9c065ad-0a59-433b-8284-bd8c95376244 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1767] 10.0.0.67 () {34 vars in 736 bytes} [Wed Jul 8 22:47:59 2026] PUT /v2.0/ports/6658403e-1f38-4bcd-9b1a-be89c9baf6fa => generated 752 bytes in 199 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: 919/1768] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:47:59 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:47:59.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd0e3954-5ac8-497b-b9e3-86249e662e20 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] TaaS: Handle Delete Port: 6658403e-1f38-4bcd-9b1a-be89c9baf6fa 2026-07-08 22:47:59.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd0e3954-5ac8-497b-b9e3-86249e662e20 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Tap Mirror: Handle Delete Port: 6658403e-1f38-4bcd-9b1a-be89c9baf6fa [pid: 8|app: 0|req: 850/1769] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:59 2026] DELETE /v2.0/ports/6658403e-1f38-4bcd-9b1a-be89c9baf6fa => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1770] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:47:59 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:59.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9b34a89-4fe0-4c0a-8dba-a27eee23ce1d 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1771] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:59 2026] GET /v2.0/ports/6658403e-1f38-4bcd-9b1a-be89c9baf6fa => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:47:59.883 7 INFO neutron.services.segments.plugin [-] Segment 035a4e8f-cb42-4eb0-9da2-6738c86cc163 resource provider aggregate not found 2026-07-08 22:47:59.893 7 INFO neutron.services.segments.plugin [-] Segment 035a4e8f-cb42-4eb0-9da2-6738c86cc163 resource provider aggregate not found 2026-07-08 22:47:59.900 7 INFO neutron.services.segments.plugin [-] Segment 035a4e8f-cb42-4eb0-9da2-6738c86cc163 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 035a4e8f-cb42-4eb0-9da2-6738c86cc163 found for delete ", "request_id": "req-94f5e641-3384-4cfa-855e-13f3d7753def"}]} [pid: 7|app: 0|req: 921/1772] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:47:59 2026] GET /v2.0/ports => generated 782 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:59.916 7 INFO neutron.services.segments.plugin [-] Segment 035a4e8f-cb42-4eb0-9da2-6738c86cc163 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 035a4e8f-cb42-4eb0-9da2-6738c86cc163 found for delete ", "request_id": "req-aa7875f2-655a-4fb2-a1b6-b82e1e416063"}]} [pid: 8|app: 0|req: 852/1773] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:47:59 2026] GET /v2.0/ports/3a343bec-0919-4fc8-94f1-5f101013c400 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:47:59.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c11806fd-f296-4f5d-b4fe-b02347dd1448 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1774] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:47:59 2026] DELETE /v2.0/ports/6f242b83-74b6-4dd1-b077-03ec891d761a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:00.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a7182b5-3841-437b-b7dc-ab2e007e6583 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1775] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:47:59 2026] DELETE /v2.0/subnets/723ae06d-7e69-4072-9bfb-1e13b7ae97e1 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:00.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6ea9c81-ef2e-447f-b1b7-bc33015c89fc 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 855/1776] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:00 2026] DELETE /v2.0/subnets/65234ff3-a0bb-403f-9d80-a592c881de8a => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1777] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:47:59 2026] GET /v2.0/security-groups?tenant_id=20fc01b2f1734afc8f12257ac053e70c&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:00.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-69e7f14c-40dc-419c-a412-1b4dabb4e2e8 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] TaaS: Handle Delete Port: 3a343bec-0919-4fc8-94f1-5f101013c400 2026-07-08 22:48:00.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69e7f14c-40dc-419c-a412-1b4dabb4e2e8 52ba0d0946da43e08f7e93e6c626616a 9bc052b8eac34fb99d78c967367bc094 - - default default] Tap Mirror: Handle Delete Port: 3a343bec-0919-4fc8-94f1-5f101013c400 [pid: 7|app: 0|req: 923/1778] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:00 2026] DELETE /v2.0/security-groups/1cf253b7-a765-4e3e-af1b-44a80630627c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1779] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:00 2026] DELETE /v2.0/ports/3a343bec-0919-4fc8-94f1-5f101013c400 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1780] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:48:00 2026] GET /v2.0/networks?id=95744741-5b6d-4f54-96c8-5c17d7bdd0bc => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1781] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:48:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f081df7eb414cda97199e83996cac95 => generated 274 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1782] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:00 2026] DELETE /v2.0/networks/44491f0c-be9b-425d-bef3-c5d9fa13e348 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1783] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:48:00 2026] POST /v2.0/ports => generated 997 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 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: 925/1784] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:00 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1000 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1785] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:00 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1786] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:00 2026] GET /v2.0/security-groups?tenant_id=9bc052b8eac34fb99d78c967367bc094&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1787] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:00 2026] DELETE /v2.0/security-groups/af0789f5-7b57-45d6-8bb6-21adde47336a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1788] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:48:00 2026] PUT /v2.0/ports/3148c905-9a52-4409-9c68-733a0e566b9a => generated 1278 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:01.205 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adf5e3aa-4e2c-4390-bc71-a5b1d9d8319d'] response: {'name': 'network-changed', 'server_uuid': 'e35bf566-4f72-4ac8-bf59-9a2492b09171', 'tag': '3148c905-9a52-4409-9c68-733a0e566b9a', 'status': 'completed', 'code': 200} 2026-07-08 22:48:01.220 8 INFO neutron.services.segments.plugin [-] Segment 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb resource provider aggregate not found 2026-07-08 22:48:01.225 8 INFO neutron.services.segments.plugin [-] Segment 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb resource provider aggregate not found 2026-07-08 22:48:01.238 8 INFO neutron.services.segments.plugin [-] Segment 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb 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 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb found for delete ", "request_id": "req-14d354de-7b65-4cbd-95da-741d8d0d995e"}]} 2026-07-08 22:48:01.241 8 INFO neutron.services.segments.plugin [-] Segment 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb 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 242d31cb-6137-4bf4-867c-d7e6c5ac3ddb found for delete ", "request_id": "req-f6007f1c-36ac-42de-8e3d-2bc99dd9b30c"}]} [pid: 7|app: 0|req: 929/1789] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:48:01 2026] GET /v2.0/ports?tenant_id=9f081df7eb414cda97199e83996cac95&device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1281 bytes in 44 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: 861/1790] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:48:01 2026] GET /v2.0/networks?tenant_id=9f081df7eb414cda97199e83996cac95&shared=False => generated 769 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1791] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:48:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:01.931 7 INFO neutron.services.segments.plugin [-] Segment 66299059-5172-4573-b3b9-66d857886983 resource provider aggregate not found 2026-07-08 22:48:01.948 7 INFO neutron.services.segments.plugin [-] Segment 66299059-5172-4573-b3b9-66d857886983 resource provider aggregate not found 2026-07-08 22:48:01.957 7 INFO neutron.services.segments.plugin [-] Segment 66299059-5172-4573-b3b9-66d857886983 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 66299059-5172-4573-b3b9-66d857886983 found for delete ", "request_id": "req-deee1cda-91b5-48a9-b449-62a531f9cda1"}]} 2026-07-08 22:48:01.978 7 INFO neutron.services.segments.plugin [-] Segment 66299059-5172-4573-b3b9-66d857886983 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 66299059-5172-4573-b3b9-66d857886983 found for delete ", "request_id": "req-65746fb5-ccee-49a6-bd05-4b891d8ed302"}]} [pid: 7|app: 0|req: 931/1792] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:01 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1012 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1793] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:01 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:02.277 8 INFO neutron.db.segments_db [None req-4677e10c-6df0-43ec-b626-8f2f5f05ca80 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Added segment bd65a84d-a6a8-4336-a0a6-85185e5d1972 of type vxlan for network 4c0029e5-bada-49e1-9957-58d323859242 2026-07-08 22:48:02.326 8 INFO neutron.db.segments_db [None req-4677e10c-6df0-43ec-b626-8f2f5f05ca80 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Added segment 0deb5ec5-2a42-47c0-aabb-37f83350a343 of type vxlan for network f7731011-b05a-4c5a-aead-a05bae61f940 [pid: 8|app: 0|req: 862/1794] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:01 2026] POST /v2.0/networks => generated 1246 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1795] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:48:02 2026] GET /v2.0/networks => generated 1845 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1796] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:02 2026] DELETE /v2.0/networks/4c0029e5-bada-49e1-9957-58d323859242 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1797] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:02 2026] DELETE /v2.0/networks/f7731011-b05a-4c5a-aead-a05bae61f940 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1798] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:48:02 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:02.856 7 INFO neutron.db.segments_db [None req-97961613-0049-4a75-ae8f-c50396cdd4ff 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Added segment fb90570c-51d8-4416-af9f-cfef4b1baf1d of type vxlan for network d8600f40-7de6-4078-9193-85447a530b5f [pid: 8|app: 0|req: 865/1799] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:48:02 2026] GET /v2.0/ports?tenant_id=9f081df7eb414cda97199e83996cac95&device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1800] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:02 2026] POST /v2.0/networks => generated 653 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1801] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:48:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3148c905-9a52-4409-9c68-733a0e566b9a => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:03.033 7 INFO neutron.db.segments_db [None req-bd73901d-967e-4271-ac32-1231d35001e4 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Added segment ab43a026-4096-454b-ad02-863b705b31f5 of type vxlan for network 9d4c69c6-3c3b-4f5a-96ae-29577c3a8026 [pid: 7|app: 0|req: 937/1802] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:02 2026] POST /v2.0/networks => generated 653 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1803] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/subnets?id=e982ef98-a100-413d-9644-d1c4ad05ef0a => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1804] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1805] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:03.257 8 INFO neutron.services.segments.plugin [-] Segment bd65a84d-a6a8-4336-a0a6-85185e5d1972 resource provider aggregate not found [pid: 7|app: 0|req: 940/1806] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/ports?network_id=95744741-5b6d-4f54-96c8-5c17d7bdd0bc&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:03.267 8 INFO neutron.services.segments.plugin [-] Segment bd65a84d-a6a8-4336-a0a6-85185e5d1972 resource provider aggregate not found 2026-07-08 22:48:03.272 8 INFO neutron.services.segments.plugin [-] Segment bd65a84d-a6a8-4336-a0a6-85185e5d1972 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 bd65a84d-a6a8-4336-a0a6-85185e5d1972 found for delete ", "request_id": "req-d8d452a9-4705-41e0-8b22-d03914345519"}]} [pid: 7|app: 0|req: 941/1807] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:03.285 8 INFO neutron.services.segments.plugin [-] Segment bd65a84d-a6a8-4336-a0a6-85185e5d1972 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 bd65a84d-a6a8-4336-a0a6-85185e5d1972 found for delete ", "request_id": "req-d98d8328-c0e4-4e34-90e8-1f397ec2ba78"}]} [pid: 7|app: 0|req: 942/1808] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1809] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1810] 10.0.0.67 () {34 vars in 757 bytes} [Wed Jul 8 22:48:03 2026] PUT /v2.0/security-groups/e7b25455-1033-4a56-9d04-28d351210161 => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1811] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1812] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-groups/e7b25455-1033-4a56-9d04-28d351210161 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1813] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:03 2026] DELETE /v2.0/security-groups/e7b25455-1033-4a56-9d04-28d351210161 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1814] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:03.570 7 INFO neutron.api.v2.resource [None req-fcb0dbd0-78f7-40ae-a2c4-c48c61179870 0b46e5ad1fa5442682e41670cf9454cf 58bbf717ee4741f5894072e4347e1437 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 949/1815] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:03 2026] DELETE /v2.0/security-groups/e7b25455-1033-4a56-9d04-28d351210161 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1816] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:03 2026] POST /v2.0/security-groups => generated 1623 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1817] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1818] 10.0.0.67 () {34 vars in 664 bytes} [Wed Jul 8 22:48:03 2026] POST /v2.0/ports => generated 1505 bytes in 609 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: 952/1819] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-group-rules/4ca3e3b7-939f-4c86-8ab9-780d1cc87cf6 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1820] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/ports => generated 1505 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1821] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1822] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:48:03 2026] DELETE /v2.0/security-group-rules/4ca3e3b7-939f-4c86-8ab9-780d1cc87cf6 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:48:03.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-59681c52-4c2f-4028-9a58-890f0316f582 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] TaaS: Handle Delete Port: 06856124-758a-4435-82bf-e42868cdffb2 2026-07-08 22:48:03.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59681c52-4c2f-4028-9a58-890f0316f582 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Tap Mirror: Handle Delete Port: 06856124-758a-4435-82bf-e42868cdffb2 2026-07-08 22:48:03.973 7 INFO neutron.services.segments.plugin [-] Segment 0deb5ec5-2a42-47c0-aabb-37f83350a343 resource provider aggregate not found 2026-07-08 22:48:04.003 7 INFO neutron.services.segments.plugin [-] Segment 0deb5ec5-2a42-47c0-aabb-37f83350a343 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 0deb5ec5-2a42-47c0-aabb-37f83350a343 found for delete ", "request_id": "req-b7e74642-a8d4-4808-a0b1-4afd57b178d9"}]} 2026-07-08 22:48:04.005 7 INFO neutron.services.segments.plugin [-] Segment 0deb5ec5-2a42-47c0-aabb-37f83350a343 resource provider aggregate not found 2026-07-08 22:48:04.030 7 INFO neutron.services.segments.plugin [-] Segment 0deb5ec5-2a42-47c0-aabb-37f83350a343 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 0deb5ec5-2a42-47c0-aabb-37f83350a343 found for delete ", "request_id": "req-6c73d467-cd3f-4ae9-8d40-8cdf4ad1b32d"}]} [pid: 7|app: 0|req: 955/1823] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:48:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1824] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:03 2026] DELETE /v2.0/ports/06856124-758a-4435-82bf-e42868cdffb2 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1825] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:04.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccb6035b-016a-4b32-af8a-0a0ac0674ad3 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] TaaS: Handle Delete Port: 398ed3ef-66bc-445c-9579-95c05cb01fae 2026-07-08 22:48:04.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccb6035b-016a-4b32-af8a-0a0ac0674ad3 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Tap Mirror: Handle Delete Port: 398ed3ef-66bc-445c-9579-95c05cb01fae [pid: 7|app: 0|req: 957/1826] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-group-rules/4a0f3d32-e50f-40c0-a073-bc9ea7f92e20 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1827] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1828] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:04 2026] DELETE /v2.0/ports/398ed3ef-66bc-445c-9579-95c05cb01fae => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1829] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1830] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:48:04 2026] DELETE /v2.0/security-group-rules/4a0f3d32-e50f-40c0-a073-bc9ea7f92e20 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:48:04.373 8 INFO neutron.db.segments_db [None req-ece6640a-e4bc-4ce9-9cb8-4d5302a5a174 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Added segment 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf of type vxlan for network d0f784c7-1cc9-4354-b942-c45a179f3863 [pid: 7|app: 0|req: 960/1831] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1832] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:04.449 7 INFO neutron.db.securitygroups_db [None req-0c90d426-b4b7-4058-a4f8-14ca90ed16b8 0b46e5ad1fa5442682e41670cf9454cf 58bbf717ee4741f5894072e4347e1437 - - default default] Project 58bbf717ee4741f5894072e4347e1437 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 872/1833] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:04 2026] POST /v2.0/networks => generated 654 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1834] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:04.535 8 INFO neutron.db.segments_db [None req-9dbffeb8-66ca-463c-b19b-0b51a806e740 12a5bba0db6f4238b670f5c4b6f8ede1 dd4421202dcd40d68970f0e395d151b9 - - default default] Added segment 70603df8-e49e-4ec5-86f3-64020e95717b of type vxlan for network 53130acf-e1ca-4153-9d5f-1150c2fd1bca [pid: 7|app: 0|req: 962/1835] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1836] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-group-rules/ad94b8e8-9e05-4060-bbca-0c88ef3e49f8 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1837] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:04 2026] POST /v2.0/networks => generated 653 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1838] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1839] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:48:04 2026] DELETE /v2.0/security-group-rules/ad94b8e8-9e05-4060-bbca-0c88ef3e49f8 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1840] 10.0.0.67 () {32 vars in 672 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1841] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:04 2026] DELETE /v2.0/security-groups/2a7bcf0b-1041-4b4a-aa0c-d8244ccb5f7c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1842] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1843] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:48:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1844] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:48:05 2026] POST /v2.0/subnets => generated 1322 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1845] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:05 2026] GET /v2.0/security-groups?tenant_id=58bbf717ee4741f5894072e4347e1437&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1846] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:48:05 2026] GET /v2.0/subnets => generated 1958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1847] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:05 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1012 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1848] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:05 2026] DELETE /v2.0/security-groups/4c4ee70c-6d71-49ad-a61a-9e57f4524b3b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1849] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:05 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1850] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:05 2026] DELETE /v2.0/subnets/4139ceb8-4815-44ea-9e8b-2a95c32959f7 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1851] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:05 2026] DELETE /v2.0/subnets/2d109c21-1d63-495d-a1e4-917d55e3d3d2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1852] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:48:05 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:05.991 8 INFO neutron.services.segments.plugin [-] Segment 70603df8-e49e-4ec5-86f3-64020e95717b resource provider aggregate not found 2026-07-08 22:48:05.996 8 INFO neutron.services.segments.plugin [-] Segment 70603df8-e49e-4ec5-86f3-64020e95717b resource provider aggregate not found 2026-07-08 22:48:06.009 8 INFO neutron.services.segments.plugin [-] Segment 70603df8-e49e-4ec5-86f3-64020e95717b 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 70603df8-e49e-4ec5-86f3-64020e95717b found for delete ", "request_id": "req-a981b9ee-76f5-4f36-80cd-12fef3d8330d"}]} 2026-07-08 22:48:06.024 8 INFO neutron.services.segments.plugin [-] Segment 70603df8-e49e-4ec5-86f3-64020e95717b 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 70603df8-e49e-4ec5-86f3-64020e95717b found for delete ", "request_id": "req-cdacb9b2-0e7f-4233-bd7b-5b165e3a9ac3"}]} [pid: 8|app: 0|req: 882/1853] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:05 2026] DELETE /v2.0/networks/53130acf-e1ca-4153-9d5f-1150c2fd1bca => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:06.176 7 INFO neutron.services.segments.plugin [-] Segment 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf resource provider aggregate not found 2026-07-08 22:48:06.182 7 INFO neutron.services.segments.plugin [-] Segment 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf resource provider aggregate not found 2026-07-08 22:48:06.198 7 INFO neutron.services.segments.plugin [-] Segment 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf 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 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf found for delete ", "request_id": "req-a41e6942-3e35-4ff9-8980-e451cdeb75c1"}]} 2026-07-08 22:48:06.201 7 INFO neutron.services.segments.plugin [-] Segment 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf 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 9d0ba386-9f57-47e5-b5d2-1498f9dbe0cf found for delete ", "request_id": "req-2b3590db-4ad1-4174-b15d-0359ec1d3f84"}]} [pid: 7|app: 0|req: 972/1854] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:06 2026] DELETE /v2.0/networks/d0f784c7-1cc9-4354-b942-c45a179f3863 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1855] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:06 2026] DELETE /v2.0/networks/9d4c69c6-3c3b-4f5a-96ae-29577c3a8026 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1856] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:06 2026] DELETE /v2.0/networks/d8600f40-7de6-4078-9193-85447a530b5f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1857] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:48:06 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1858] 199.19.213.181 () {34 vars in 1124 bytes} [Wed Jul 8 22:48:06 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1859] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:06 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1012 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1860] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:06 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1861] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:07 2026] GET /v2.0/security-groups?tenant_id=dd4421202dcd40d68970f0e395d151b9&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1862] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:07 2026] DELETE /v2.0/security-groups/1af568f8-f695-4e9e-a1bb-cfd7ee80d1df => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1865] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:07 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:08.028 8 INFO neutron.services.segments.plugin [-] Segment ab43a026-4096-454b-ad02-863b705b31f5 resource provider aggregate not found [pid: 7|app: 0|req: 978/1866] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:07 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:08.043 8 INFO neutron.services.segments.plugin [-] Segment ab43a026-4096-454b-ad02-863b705b31f5 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 ab43a026-4096-454b-ad02-863b705b31f5 found for delete ", "request_id": "req-a4a22f40-0937-44a0-a863-d43daf5beee3"}]} 2026-07-08 22:48:08.052 8 INFO neutron.services.segments.plugin [-] Segment ab43a026-4096-454b-ad02-863b705b31f5 resource provider aggregate not found 2026-07-08 22:48:08.068 8 INFO neutron.services.segments.plugin [-] Segment ab43a026-4096-454b-ad02-863b705b31f5 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 ab43a026-4096-454b-ad02-863b705b31f5 found for delete ", "request_id": "req-122a482d-0a3b-47d2-8adb-cb0c865914a6"}]} 2026-07-08 22:48:08.223 7 INFO neutron.services.segments.plugin [-] Segment fb90570c-51d8-4416-af9f-cfef4b1baf1d resource provider aggregate not found 2026-07-08 22:48:08.232 7 INFO neutron.services.segments.plugin [-] Segment fb90570c-51d8-4416-af9f-cfef4b1baf1d resource provider aggregate not found 2026-07-08 22:48:08.240 7 INFO neutron.services.segments.plugin [-] Segment fb90570c-51d8-4416-af9f-cfef4b1baf1d 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 fb90570c-51d8-4416-af9f-cfef4b1baf1d found for delete ", "request_id": "req-8b96dc27-e9c1-46cd-b634-cc7376c519a9"}]} 2026-07-08 22:48:08.254 7 INFO neutron.services.segments.plugin [-] Segment fb90570c-51d8-4416-af9f-cfef4b1baf1d 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 fb90570c-51d8-4416-af9f-cfef4b1baf1d found for delete ", "request_id": "req-e680b8af-b794-4f46-abb6-69304310cce2"}]} [pid: 8|app: 0|req: 889/1867] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:09 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1868] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:09 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1869] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:09 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1870] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:48:09 2026] POST /v2.0/subnetpools => generated 549 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1871] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:48:09 2026] GET /v2.0/subnetpools/4fc4d852-f4bd-424c-a536-d8cc9c3815e9 => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1872] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:48:09 2026] PUT /v2.0/subnetpools/4fc4d852-f4bd-424c-a536-d8cc9c3815e9 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:09.608 8 INFO neutron.db.l3_db [None req-8a753f83-d744-4687-8f0a-482877ca59d2 e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] Floating IP f16182c2-9729-4448-9c7f-84f9888630fb associated. External IP: 10.96.250.215, port: 3148c905-9a52-4409-9c68-733a0e566b9a. [pid: 7|app: 0|req: 982/1873] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:09 2026] GET /v2.0/security-groups?tenant_id=7d14ffc6b4ff46248ddd52a2607bcc43&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1874] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:48:09 2026] DELETE /v2.0/subnetpools/4fc4d852-f4bd-424c-a536-d8cc9c3815e9 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1875] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:48:09 2026] PUT /v2.0/floatingips/f16182c2-9729-4448-9c7f-84f9888630fb => generated 856 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:09.919 8 INFO neutron.api.v2.resource [None req-0beca279-c97a-42d5-9977-4dce2c240111 46b35b6a8c864c39a91aa48da0b71fd4 5e4b43270b6a485797a315c0b4224f69 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1876] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:48:09 2026] GET /v2.0/subnetpools/4fc4d852-f4bd-424c-a536-d8cc9c3815e9 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:09.934 8 INFO neutron.api.v2.resource [None req-ad9634d1-2444-483d-908e-18000029fb9e 46b35b6a8c864c39a91aa48da0b71fd4 5e4b43270b6a485797a315c0b4224f69 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1877] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:48:09 2026] DELETE /v2.0/subnetpools/4fc4d852-f4bd-424c-a536-d8cc9c3815e9 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:09.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74845fc8-acff-4530-9c90-7bad218dc240'] response: {'name': 'network-changed', 'server_uuid': 'e35bf566-4f72-4ac8-bf59-9a2492b09171', 'tag': '3148c905-9a52-4409-9c68-733a0e566b9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 984/1878] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:09 2026] DELETE /v2.0/security-groups/270f4959-0320-4061-8bb2-f4bec770ccdc => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1879] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/ports?tenant_id=9f081df7eb414cda97199e83996cac95&device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1880] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/networks?id=95744741-5b6d-4f54-96c8-5c17d7bdd0bc => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1881] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3148c905-9a52-4409-9c68-733a0e566b9a => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1882] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/subnets?id=e982ef98-a100-413d-9644-d1c4ad05ef0a => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1883] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/ports?network_id=95744741-5b6d-4f54-96c8-5c17d7bdd0bc&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1884] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/security-groups?tenant_id=5e4b43270b6a485797a315c0b4224f69&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1885] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1886] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:48:10 2026] GET /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc?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: 7|app: 0|req: 986/1887] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:10 2026] DELETE /v2.0/security-groups/5e3e3e06-0750-4524-85db-2e9988e273b4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1888] 10.0.0.112 () {30 vars in 650 bytes} [Wed Jul 8 22:48:13 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1889] 10.0.0.112 () {30 vars in 724 bytes} [Wed Jul 8 22:48:13 2026] GET /v2.0/quotas/2f8d986b65134e6c970f4f1283786b8f/details => generated 847 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1890] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:13 2026] GET /v2.0/security-groups?tenant_id=243d9b21dadb4a1c8913650edb10e1f7&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1891] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:13 2026] DELETE /v2.0/security-groups/cf4d1a31-d0ad-461e-842a-29c568d20e32 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1892] 10.0.0.112 () {30 vars in 650 bytes} [Wed Jul 8 22:48:15 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: 990/1893] 10.0.0.112 () {30 vars in 724 bytes} [Wed Jul 8 22:48:15 2026] GET /v2.0/quotas/2f8d986b65134e6c970f4f1283786b8f/details => generated 847 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1894] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:17 2026] GET /v2.0/security-groups?tenant_id=2f8d986b65134e6c970f4f1283786b8f&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1895] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:17 2026] DELETE /v2.0/security-groups/82fe1419-ea49-44e8-a0c7-abe7da5971a2 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:48:22.075 8 INFO neutron.db.segments_db [None req-959b9c5a-43fe-4148-848a-0afcef649438 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Added segment 8428311b-0961-4001-91a5-a3293b727366 of type vxlan for network 2b523b45-8c22-4141-b7e0-cce417cf97d1 [pid: 8|app: 0|req: 905/1896] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:21 2026] POST /v2.0/networks => generated 632 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1897] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:48:22 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:22.528 8 INFO neutron.db.segments_db [None req-03ab1fcf-6cc4-4fe4-8b55-5a4ac1aa18b0 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Added segment a6559f14-0728-4b75-b14c-64ef6411135a of type vxlan for network 885fc9a5-482e-4a33-bc3d-205f83d84fdf [pid: 8|app: 0|req: 906/1898] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:22 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 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: 993/1901] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:48:22 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:23.018 8 INFO neutron.db.segments_db [None req-fce56f3b-1ea8-4a64-9f3b-5cd188d75d71 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Added segment 41af70ba-3a30-420e-9d06-54a5e494a524 of type vxlan for network b7a08a7e-011e-4c01-a017-b76c17492168 [pid: 8|app: 0|req: 909/1902] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:22 2026] POST /v2.0/networks => generated 630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 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: 994/1903] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:48:23 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:23.463 8 INFO neutron.db.segments_db [None req-1b6d6f45-aabe-43f1-8565-77cd75c98d3b 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Added segment ce6a14db-c280-4dfc-905b-094ddc50c570 of type vxlan for network 7b486ea5-536c-46f5-bf13-7fafdd8e977e [pid: 8|app: 0|req: 910/1904] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:23 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 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: 995/1905] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:48:23 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:23.893 8 INFO neutron.db.segments_db [None req-d9275169-4c29-43ab-8e74-3c2557fed5aa 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Added segment ed1bfc63-7217-4b78-8e49-2e767c0b3d83 of type vxlan for network 272ae772-72b6-4b4a-a8e4-0d33f013da59 /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: 911/1906] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:23 2026] POST /v2.0/networks => generated 632 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1907] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:23 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1908] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:23 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1909] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:24 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1283 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1910] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:48:23 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 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: 999/1911] 10.0.0.67 () {32 vars in 857 bytes} [Wed Jul 8 22:48:24 2026] GET /v2.0/floatingips?floating_network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da&port_id=3148c905-9a52-4409-9c68-733a0e566b9a => generated 861 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1912] 10.0.0.67 () {34 vars in 746 bytes} [Wed Jul 8 22:48:24 2026] PUT /v2.0/ports/0ab883ef-f860-4e93-9d8a-b81a3b07b2b9/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1913] 10.0.0.67 () {34 vars in 746 bytes} [Wed Jul 8 22:48:24 2026] PUT /v2.0/ports/d91e0358-17f6-43bf-9b7a-419584c9018b/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 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: 914/1914] 10.0.0.67 () {34 vars in 746 bytes} [Wed Jul 8 22:48:24 2026] PUT /v2.0/ports/ab7fa43a-e53e-49b2-b323-eb9925c1a929/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 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: 1001/1915] 10.0.0.67 () {34 vars in 746 bytes} [Wed Jul 8 22:48:24 2026] PUT /v2.0/ports/a13b1577-898c-4c80-a3ca-43992fcbae7e/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 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: 915/1916] 10.0.0.67 () {32 vars in 659 bytes} [Wed Jul 8 22:48:24 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 107 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: 1002/1917] 10.0.0.67 () {32 vars in 673 bytes} [Wed Jul 8 22:48:24 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1918] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1919] 10.0.0.145 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/security-groups?id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&id=994059ec-7c00-4d45-8b67-cae14c378f63&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1920] 10.0.0.67 () {32 vars in 669 bytes} [Wed Jul 8 22:48:24 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1921] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1922] 10.0.0.67 () {32 vars in 667 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1923] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1924] 10.0.0.67 () {32 vars in 677 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1925] 10.0.0.67 () {32 vars in 689 bytes} [Wed Jul 8 22:48:25 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:25.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-5303cc51-0e67-4aab-9e0c-eb2af5ec812e 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] TaaS: Handle Delete Port: 0ab883ef-f860-4e93-9d8a-b81a3b07b2b9 2026-07-08 22:48:25.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5303cc51-0e67-4aab-9e0c-eb2af5ec812e 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Tap Mirror: Handle Delete Port: 0ab883ef-f860-4e93-9d8a-b81a3b07b2b9 [pid: 8|app: 0|req: 919/1926] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:25 2026] DELETE /v2.0/ports/0ab883ef-f860-4e93-9d8a-b81a3b07b2b9 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:25.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-13b29565-36c9-4d16-9acd-3abebc099e35 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] TaaS: Handle Delete Port: d91e0358-17f6-43bf-9b7a-419584c9018b 2026-07-08 22:48:25.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13b29565-36c9-4d16-9acd-3abebc099e35 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Tap Mirror: Handle Delete Port: d91e0358-17f6-43bf-9b7a-419584c9018b [pid: 7|app: 0|req: 1008/1927] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:25 2026] DELETE /v2.0/ports/d91e0358-17f6-43bf-9b7a-419584c9018b => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:26.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d3ec8fc-07c5-4b59-b0a1-b827ccd5a72d 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] TaaS: Handle Delete Port: ab7fa43a-e53e-49b2-b323-eb9925c1a929 2026-07-08 22:48:26.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d3ec8fc-07c5-4b59-b0a1-b827ccd5a72d 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Tap Mirror: Handle Delete Port: ab7fa43a-e53e-49b2-b323-eb9925c1a929 [pid: 8|app: 0|req: 920/1928] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:25 2026] DELETE /v2.0/ports/ab7fa43a-e53e-49b2-b323-eb9925c1a929 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:26.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-760bb050-0256-41e5-9604-5fe60ba6c93e 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] TaaS: Handle Delete Port: a13b1577-898c-4c80-a3ca-43992fcbae7e 2026-07-08 22:48:26.308 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-760bb050-0256-41e5-9604-5fe60ba6c93e 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Tap Mirror: Handle Delete Port: a13b1577-898c-4c80-a3ca-43992fcbae7e [pid: 7|app: 0|req: 1009/1929] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:26 2026] DELETE /v2.0/ports/a13b1577-898c-4c80-a3ca-43992fcbae7e => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:26.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-9304d7c8-de59-434d-9e22-0d97cf48e315 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] TaaS: Handle Delete Port: cf22350b-80f4-4c66-8d25-fbc769f07f2c 2026-07-08 22:48:26.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9304d7c8-de59-434d-9e22-0d97cf48e315 212360dbb0f84340acf5b302d4bd1390 28466a2dd23b4fabbb2531f3d66a86c1 - - default default] Tap Mirror: Handle Delete Port: cf22350b-80f4-4c66-8d25-fbc769f07f2c [pid: 8|app: 0|req: 921/1930] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:48:26 2026] DELETE /v2.0/ports/cf22350b-80f4-4c66-8d25-fbc769f07f2c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:26.633 7 INFO neutron.services.segments.plugin [-] Segment 8428311b-0961-4001-91a5-a3293b727366 resource provider aggregate not found 2026-07-08 22:48:26.642 7 INFO neutron.services.segments.plugin [-] Segment 8428311b-0961-4001-91a5-a3293b727366 resource provider aggregate not found 2026-07-08 22:48:26.653 7 INFO neutron.services.segments.plugin [-] Segment 8428311b-0961-4001-91a5-a3293b727366 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 8428311b-0961-4001-91a5-a3293b727366 found for delete ", "request_id": "req-a8528e02-5e95-4e39-bd8d-1bce90174d74"}]} 2026-07-08 22:48:26.659 7 INFO neutron.services.segments.plugin [-] Segment 8428311b-0961-4001-91a5-a3293b727366 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 8428311b-0961-4001-91a5-a3293b727366 found for delete ", "request_id": "req-6cb11aff-ffb2-46d3-ab50-09321b5281c7"}]} [pid: 7|app: 0|req: 1010/1931] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:26 2026] DELETE /v2.0/networks/2b523b45-8c22-4141-b7e0-cce417cf97d1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:26.784 8 INFO neutron.services.segments.plugin [-] Segment a6559f14-0728-4b75-b14c-64ef6411135a resource provider aggregate not found 2026-07-08 22:48:26.791 8 INFO neutron.services.segments.plugin [-] Segment a6559f14-0728-4b75-b14c-64ef6411135a resource provider aggregate not found 2026-07-08 22:48:26.805 8 INFO neutron.services.segments.plugin [-] Segment a6559f14-0728-4b75-b14c-64ef6411135a 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 a6559f14-0728-4b75-b14c-64ef6411135a found for delete ", "request_id": "req-93797e8f-ddef-4a9f-bfbf-61c66ecf015f"}]} 2026-07-08 22:48:26.806 8 INFO neutron.services.segments.plugin [-] Segment a6559f14-0728-4b75-b14c-64ef6411135a 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 a6559f14-0728-4b75-b14c-64ef6411135a found for delete ", "request_id": "req-6b4631e2-ae62-4dbc-9d2d-9e2ba281ca10"}]} [pid: 8|app: 0|req: 922/1932] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:26 2026] DELETE /v2.0/networks/885fc9a5-482e-4a33-bc3d-205f83d84fdf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1933] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:26 2026] DELETE /v2.0/networks/b7a08a7e-011e-4c01-a017-b76c17492168 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1934] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:26 2026] DELETE /v2.0/networks/7b486ea5-536c-46f5-bf13-7fafdd8e977e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1935] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:27 2026] DELETE /v2.0/networks/272ae772-72b6-4b4a-a8e4-0d33f013da59 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1936] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:27 2026] GET /v2.0/security-groups?tenant_id=48286619792448c2b3126a4619fd6dee&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1937] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:27 2026] DELETE /v2.0/security-groups/f2fd1ace-4111-49a2-bf49-90cd9cfb7eb7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1938] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:27 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1939] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:27 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1940] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:27 2026] GET /v2.0/security-groups?tenant_id=e604d73489f245b2a87b14b93f022ef2&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1941] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:28 2026] DELETE /v2.0/security-groups/96ff3010-8c02-459c-b4a4-0c0647e7e39e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1942] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:28 2026] GET /v2.0/security-groups?tenant_id=5020366048fd458d8118018f44b97168&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1943] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:28 2026] DELETE /v2.0/security-groups/d1453b01-6623-44c0-83e7-c15bee465d51 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1944] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:28 2026] GET /v2.0/security-groups?tenant_id=28466a2dd23b4fabbb2531f3d66a86c1&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:28.672 7 INFO neutron.services.segments.plugin [-] Segment 41af70ba-3a30-420e-9d06-54a5e494a524 resource provider aggregate not found 2026-07-08 22:48:28.677 7 INFO neutron.services.segments.plugin [-] Segment 41af70ba-3a30-420e-9d06-54a5e494a524 resource provider aggregate not found 2026-07-08 22:48:28.685 7 INFO neutron.services.segments.plugin [-] Segment 41af70ba-3a30-420e-9d06-54a5e494a524 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 41af70ba-3a30-420e-9d06-54a5e494a524 found for delete ", "request_id": "req-f368c68b-120c-4350-a2fc-678f8bc6e84f"}]} 2026-07-08 22:48:28.687 7 INFO neutron.services.segments.plugin [-] Segment 41af70ba-3a30-420e-9d06-54a5e494a524 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 41af70ba-3a30-420e-9d06-54a5e494a524 found for delete ", "request_id": "req-8182070e-aa7b-43ac-9a7c-98700bcf44d3"}]} [pid: 8|app: 0|req: 929/1945] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:28 2026] DELETE /v2.0/security-groups/7ff6a98f-5cc4-4fa1-8b5a-3d5d9cbbcb12 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1946] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:28 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:28.824 8 INFO neutron.services.segments.plugin [-] Segment ce6a14db-c280-4dfc-905b-094ddc50c570 resource provider aggregate not found 2026-07-08 22:48:28.831 8 INFO neutron.services.segments.plugin [-] Segment ce6a14db-c280-4dfc-905b-094ddc50c570 resource provider aggregate not found 2026-07-08 22:48:28.843 8 INFO neutron.services.segments.plugin [-] Segment ce6a14db-c280-4dfc-905b-094ddc50c570 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 ce6a14db-c280-4dfc-905b-094ddc50c570 found for delete ", "request_id": "req-50fee08b-f3d4-408d-b0b7-8b9955ecb5a7"}]} 2026-07-08 22:48:28.846 8 INFO neutron.services.segments.plugin [-] Segment ce6a14db-c280-4dfc-905b-094ddc50c570 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 ce6a14db-c280-4dfc-905b-094ddc50c570 found for delete ", "request_id": "req-6c135cd6-b8d9-4785-a101-0e9574742b07"}]} 2026-07-08 22:48:28.858 8 INFO neutron.services.segments.plugin [-] Segment ed1bfc63-7217-4b78-8e49-2e767c0b3d83 resource provider aggregate not found 2026-07-08 22:48:28.861 8 INFO neutron.services.segments.plugin [-] Segment ed1bfc63-7217-4b78-8e49-2e767c0b3d83 resource provider aggregate not found [pid: 8|app: 0|req: 930/1947] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:28 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:28.873 8 INFO neutron.services.segments.plugin [-] Segment ed1bfc63-7217-4b78-8e49-2e767c0b3d83 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 ed1bfc63-7217-4b78-8e49-2e767c0b3d83 found for delete ", "request_id": "req-bfd5725b-d058-4a08-981e-3b51fd068a76"}]} 2026-07-08 22:48:28.882 8 INFO neutron.services.segments.plugin [-] Segment ed1bfc63-7217-4b78-8e49-2e767c0b3d83 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 ed1bfc63-7217-4b78-8e49-2e767c0b3d83 found for delete ", "request_id": "req-04588c11-423c-4409-8059-89d07384e42e"}]} [pid: 7|app: 0|req: 1018/1948] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:29 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1949] 10.0.0.176 () {34 vars in 1120 bytes} [Wed Jul 8 22:48:30 2026] GET /v2.0/security-groups?id=994059ec-7c00-4d45-8b67-cae14c378f63&id=3e4f5a2c-1282-4769-8e56-c38cc9f9276d&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1950] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:48:30 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:30.275 8 INFO neutron_taas.services.taas.taas_plugin [req-98f86763-e14f-4366-91bd-d016aea48163 req-587d90c8-724a-4082-9f79-fcaf674599bb e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] TaaS: Handle Delete Port: 3148c905-9a52-4409-9c68-733a0e566b9a 2026-07-08 22:48:30.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98f86763-e14f-4366-91bd-d016aea48163 req-587d90c8-724a-4082-9f79-fcaf674599bb e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] Tap Mirror: Handle Delete Port: 3148c905-9a52-4409-9c68-733a0e566b9a 2026-07-08 22:48:30.384 8 INFO neutron.db.l3_db [req-98f86763-e14f-4366-91bd-d016aea48163 req-587d90c8-724a-4082-9f79-fcaf674599bb e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] Floating IP f16182c2-9729-4448-9c7f-84f9888630fb disassociated. External IP: 10.96.250.215, port: 3148c905-9a52-4409-9c68-733a0e566b9a. 2026-07-08 22:48:30.572 7 INFO neutron.db.segments_db [None req-ea6b795d-f17b-4dde-a751-2cb692c08cfa 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Added segment 554c13ab-a93a-4159-9bec-e4da775f46cf of type vxlan for network 2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 [pid: 7|app: 0|req: 1020/1951] 10.0.0.67 () {34 vars in 670 bytes} [Wed Jul 8 22:48:30 2026] POST /v2.0/networks => generated 633 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:30.714 7 INFO neutron.db.segments_db [None req-d0882721-b7e7-4731-a92e-55c5b828d570 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Added segment 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 of type vxlan for network 8dbb0242-5251-41ed-94eb-aca1de547460 [pid: 8|app: 0|req: 932/1952] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:48:30 2026] DELETE /v2.0/ports/3148c905-9a52-4409-9c68-733a0e566b9a => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:30.764 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c18bfa83-8af4-4226-93d4-4ff1a7d5f605'] response: {'server_uuid': 'e35bf566-4f72-4ac8-bf59-9a2492b09171', 'name': 'network-vif-deleted', 'tag': '3148c905-9a52-4409-9c68-733a0e566b9a', 'status': 'completed', 'code': 200} 2026-07-08 22:48:30.958 7 INFO neutron.db.l3_hamode_db [None req-d0882721-b7e7-4731-a92e-55c5b828d570 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 933/1953] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:31 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:31.725 7 INFO neutron.db.l3_hamode_db [None req-d0882721-b7e7-4731-a92e-55c5b828d570 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 934/1954] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:32 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1955] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:48:30 2026] POST /v2.0/routers => generated 695 bytes in 1981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:32.864 7 INFO neutron.db.segments_db [None req-67cfeb3a-a674-4d38-a030-b3a41fdd86dd 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Added segment 8dc0233d-f63f-46f9-83d5-a633e2b8e00c of type vxlan for network a07f1dcb-5aa8-4b60-86f9-782c9894ba79 [pid: 8|app: 0|req: 935/1956] 10.0.0.67 () {32 vars in 775 bytes} [Wed Jul 8 22:48:32 2026] GET /v2.0/subnets?project_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&cidr=10.100.0.0%2F28 => generated 14 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1957] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:48:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1958] 10.0.0.67 () {32 vars in 783 bytes} [Wed Jul 8 22:48:32 2026] GET /v2.0/subnets?network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:33.143 7 INFO neutron.db.l3_hamode_db [None req-67cfeb3a-a674-4d38-a030-b3a41fdd86dd 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 938/1959] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:48:33 2026] POST /v2.0/subnets => generated 657 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:33.245 7 INFO neutron.db.l3_hamode_db [None req-67cfeb3a-a674-4d38-a030-b3a41fdd86dd 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1022/1960] 10.0.0.67 () {34 vars in 667 bytes} [Wed Jul 8 22:48:32 2026] POST /v2.0/routers => generated 474 bytes in 957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1961] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:33 2026] GET /v2.0/ports?device_id=e35bf566-4f72-4ac8-bf59-9a2492b09171 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:33.733 7 INFO neutron.db.l3_hamode_db [None req-d8be6dc9-bb3a-43a6-8756-4f49137501dc 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:48:33.834 7 INFO neutron.db.l3_hamode_db [None req-d8be6dc9-bb3a-43a6-8756-4f49137501dc 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1024/1962] 10.0.0.67 () {34 vars in 667 bytes} [Wed Jul 8 22:48:33 2026] POST /v2.0/routers => generated 474 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:34.387 7 INFO neutron.db.l3_hamode_db [None req-278ad1e5-407b-44d8-a815-cce6315e2150 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:48:34.501 7 INFO neutron.db.l3_hamode_db [None req-278ad1e5-407b-44d8-a815-cce6315e2150 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 939/1963] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:48:33 2026] PUT /v2.0/routers/0f7fbada-87a1-45a3-9e88-6579e0e8c207/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1964] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:48:34 2026] GET /v2.0/networks => generated 7205 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1965] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:48:34 2026] GET /v2.0/subnets => generated 5817 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1966] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:48:34 2026] GET /v2.0/routers => generated 3698 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1967] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:48:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1968] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:34 2026] DELETE /v2.0/security-groups/3e4f5a2c-1282-4769-8e56-c38cc9f9276d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1969] 10.0.0.67 () {34 vars in 667 bytes} [Wed Jul 8 22:48:34 2026] POST /v2.0/routers => generated 474 bytes in 759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:35.112 7 INFO neutron.api.v2.resource [None req-4aed4d5c-9ebf-4f7d-bb28-83757503a788 e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/1970] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:48:35 2026] GET /v2.0/security-groups/3e4f5a2c-1282-4769-8e56-c38cc9f9276d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1971] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:35.168 7 INFO neutron.db.l3_hamode_db [None req-ede72548-5b8a-48c9-9073-f8a7af460e3c 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:48:35.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-25baa3d6-640c-42ac-9e19-7de888d1ca63 e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] TaaS: Handle Delete Port: 4bd2e9ea-b67f-47e1-8077-75275bb7c697 2026-07-08 22:48:35.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25baa3d6-640c-42ac-9e19-7de888d1ca63 e5704d2ccc38414a99b4c0f185ce3f91 9f081df7eb414cda97199e83996cac95 - - default default] Tap Mirror: Handle Delete Port: 4bd2e9ea-b67f-47e1-8077-75275bb7c697 2026-07-08 22:48:35.280 7 INFO neutron.db.l3_hamode_db [None req-ede72548-5b8a-48c9-9073-f8a7af460e3c 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 946/1972] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:48:35 2026] DELETE /v2.0/floatingips/f16182c2-9729-4448-9c7f-84f9888630fb => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1973] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1974] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:35 2026] DELETE /v2.0/security-groups/994059ec-7c00-4d45-8b67-cae14c378f63 => 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: 949/1975] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1976] 10.0.0.67 () {34 vars in 667 bytes} [Wed Jul 8 22:48:35 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1977] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:36.085 7 INFO neutron.db.l3_hamode_db [None req-fa2b9972-6a9b-4835-9e8a-6b7dae706ae3 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:48:36.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-f11054a2-96c4-4c6d-8816-b64e3489375f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 187e5fa1-4cf9-4e01-812c-1a7e69f2836b 2026-07-08 22:48:36.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f11054a2-96c4-4c6d-8816-b64e3489375f b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 187e5fa1-4cf9-4e01-812c-1a7e69f2836b 2026-07-08 22:48:36.204 7 INFO neutron.db.l3_hamode_db [None req-fa2b9972-6a9b-4835-9e8a-6b7dae706ae3 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 950/1978] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:48:35 2026] PUT /v2.0/routers/2ec19f6e-8b9d-4624-8d4e-8a882245e618/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:36.723 8 INFO neutron.db.securitygroups_db [None req-4b26650c-ee1c-4df7-af4f-a56ff4b040b8 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Project cb0ab63d8a6c4aae8aebfa1dcfc9a4dc added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1029/1979] 10.0.0.67 () {34 vars in 667 bytes} [Wed Jul 8 22:48:36 2026] POST /v2.0/routers => generated 474 bytes in 752 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1980] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1981] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:48:36 2026] PUT /v2.0/routers/6f9d1e30-cf6f-4d0b-815a-acfd4f36b37f/tags => generated 17 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:36.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-07845f6e-f512-4006-ae88-32738e27c575 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: c159359c-58a1-4106-ad47-bb24c2fc5cf0 2026-07-08 22:48:36.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07845f6e-f512-4006-ae88-32738e27c575 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: c159359c-58a1-4106-ad47-bb24c2fc5cf0 2026-07-08 22:48:36.979 8 INFO neutron.db.securitygroups_db [None req-5880613f-f6df-4cc8-b907-90d4946cc905 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Project cb0ab63d8a6c4aae8aebfa1dcfc9a4dc added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 953/1982] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:48:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:37.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-07845f6e-f512-4006-ae88-32738e27c575 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 6a8f9fca-7800-45e3-8ef5-12cd72f1bf53 2026-07-08 22:48:37.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07845f6e-f512-4006-ae88-32738e27c575 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 6a8f9fca-7800-45e3-8ef5-12cd72f1bf53 [pid: 8|app: 0|req: 954/1983] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:48:37 2026] PUT /v2.0/routers/6e908f23-dfe0-42f1-8e46-df176d45bc74/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1984] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:48:37 2026] PUT /v2.0/routers/187c26ee-9cf5-458e-b6b3-0355018d79da/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1985] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:48:37 2026] PUT /v2.0/routers/4a464ada-499d-4f70-a9ae-d64def837a57/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1986] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/networks => generated 1298 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:37.559 7 INFO neutron.services.segments.plugin [-] Segment 021e1cb4-47bf-4269-8448-3a1c558973b8 resource provider aggregate not found 2026-07-08 22:48:37.573 7 INFO neutron.services.segments.plugin [-] Segment 021e1cb4-47bf-4269-8448-3a1c558973b8 resource provider aggregate not found 2026-07-08 22:48:37.587 7 INFO neutron.services.segments.plugin [-] Segment 021e1cb4-47bf-4269-8448-3a1c558973b8 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 021e1cb4-47bf-4269-8448-3a1c558973b8 found for delete ", "request_id": "req-8c0afdc2-92c9-4115-8b1c-1d7aa2dba877"}]} 2026-07-08 22:48:37.591 7 INFO neutron.db.l3_hamode_db [None req-07845f6e-f512-4006-ae88-32738e27c575 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network 091621ab-7f13-4d3b-bf52-ec15d816b0f1 was deleted as no HA routers are present in tenant 9f081df7eb414cda97199e83996cac95. 2026-07-08 22:48:37.602 7 INFO neutron.services.segments.plugin [-] Segment 021e1cb4-47bf-4269-8448-3a1c558973b8 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 021e1cb4-47bf-4269-8448-3a1c558973b8 found for delete ", "request_id": "req-effd877f-8e06-4cbf-bd7e-452fa1746ebe"}]} [pid: 7|app: 0|req: 1030/1987] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:36 2026] DELETE /v2.0/routers/2ec19f6e-8b9d-4624-8d4e-8a882245e618 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1988] 10.0.0.67 () {32 vars in 663 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1989] 10.0.0.67 () {32 vars in 677 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1990] 10.0.0.176 () {34 vars in 1100 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1108766879&fields=id&tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1991] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:37 2026] DELETE /v2.0/subnets/e982ef98-a100-413d-9644-d1c4ad05ef0a => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1992] 10.0.0.67 () {32 vars in 673 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1993] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 661 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1994] 10.0.0.67 () {32 vars in 685 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:37.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e877fb4-83ac-4ec3-a6fb-89c02900edae b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: d13fb3be-5308-4a12-bf85-df7112e95a04 2026-07-08 22:48:37.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e877fb4-83ac-4ec3-a6fb-89c02900edae b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: d13fb3be-5308-4a12-bf85-df7112e95a04 [pid: 7|app: 0|req: 1034/1995] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/quotas/cb0ab63d8a6c4aae8aebfa1dcfc9a4dc => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:38.165 8 INFO neutron.services.segments.plugin [-] Segment 09a24600-73f8-484e-8230-307a75ffae29 resource provider aggregate not found 2026-07-08 22:48:38.171 8 INFO neutron.services.segments.plugin [-] Segment 09a24600-73f8-484e-8230-307a75ffae29 resource provider aggregate not found 2026-07-08 22:48:38.188 8 INFO neutron.services.segments.plugin [-] Segment 09a24600-73f8-484e-8230-307a75ffae29 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 09a24600-73f8-484e-8230-307a75ffae29 found for delete ", "request_id": "req-fddb4b8e-c2a9-4946-8394-462ee43dde26"}]} 2026-07-08 22:48:38.194 8 INFO neutron.services.segments.plugin [-] Segment 09a24600-73f8-484e-8230-307a75ffae29 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 09a24600-73f8-484e-8230-307a75ffae29 found for delete ", "request_id": "req-149ca3c2-1799-46db-8d42-ff6ef52fcce7"}]} [pid: 8|app: 0|req: 962/1998] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:37 2026] DELETE /v2.0/networks/95744741-5b6d-4f54-96c8-5c17d7bdd0bc => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1999] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2000] 10.0.0.67 () {32 vars in 671 bytes} [Wed Jul 8 22:48:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2001] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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: 1039/2002] 10.0.0.67 () {32 vars in 685 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2003] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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) 2026-07-08 22:48:38.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3bf8fd1-12db-443b-8582-69d2c8a16622 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 9c9253c4-2012-4b1f-8840-e1f6e49df2bc 2026-07-08 22:48:38.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3bf8fd1-12db-443b-8582-69d2c8a16622 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 9c9253c4-2012-4b1f-8840-e1f6e49df2bc [pid: 7|app: 0|req: 1041/2004] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2005] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2006] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2007] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:48:38 2026] GET /v2.0/routers/6f9d1e30-cf6f-4d0b-815a-acfd4f36b37f => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2008] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:48:38 2026] PUT /v2.0/routers/b9bf2c84-a1d2-4236-983e-75c40bd78a27/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2009] 10.0.0.67 () {34 vars in 741 bytes} [Wed Jul 8 22:48:38 2026] PUT /v2.0/routers/6f9d1e30-cf6f-4d0b-815a-acfd4f36b37f => generated 485 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2010] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:39 2026] GET /v2.0/ports?device_id=6f9d1e30-cf6f-4d0b-815a-acfd4f36b37f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:39.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-47bb9007-61c3-4a62-9ef9-0a990f066343 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 2c4780e7-2183-41aa-9924-05545ae87237 2026-07-08 22:48:39.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47bb9007-61c3-4a62-9ef9-0a990f066343 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 2c4780e7-2183-41aa-9924-05545ae87237 2026-07-08 22:48:39.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfeaa571-cae5-4773-85b2-5fa90de0a0e4 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] TaaS: Handle Delete Port: d693daac-a730-4205-94e3-143ea5db8436 2026-07-08 22:48:39.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfeaa571-cae5-4773-85b2-5fa90de0a0e4 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Tap Mirror: Handle Delete Port: d693daac-a730-4205-94e3-143ea5db8436 2026-07-08 22:48:39.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-47bb9007-61c3-4a62-9ef9-0a990f066343 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 5be7717d-83a9-47d0-86b5-b497976f4446 2026-07-08 22:48:39.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47bb9007-61c3-4a62-9ef9-0a990f066343 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 5be7717d-83a9-47d0-86b5-b497976f4446 [pid: 7|app: 0|req: 1047/2011] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:39 2026] DELETE /v2.0/routers/6f9d1e30-cf6f-4d0b-815a-acfd4f36b37f => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2012] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:48:39 2026] GET /v2.0/routers/6e908f23-dfe0-42f1-8e46-df176d45bc74 => generated 493 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:40.056 8 INFO neutron.db.l3_hamode_db [None req-47bb9007-61c3-4a62-9ef9-0a990f066343 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] HA network cf4593db-288f-4041-9fd2-6c05c3219f7e was deleted as no HA routers are present in tenant 72acfe77cfdb4728bbc4c471b42e1257. [pid: 8|app: 0|req: 965/2013] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:39 2026] DELETE /v2.0/routers/b9bf2c84-a1d2-4236-983e-75c40bd78a27 => generated 0 bytes in 772 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2014] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:40 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:40.211 8 INFO neutron.services.segments.plugin [-] Segment a3058b71-dd3b-40ce-ad34-3dddd9f36b33 resource provider aggregate not found 2026-07-08 22:48:40.223 8 INFO neutron.services.segments.plugin [-] Segment a3058b71-dd3b-40ce-ad34-3dddd9f36b33 resource provider aggregate not found 2026-07-08 22:48:40.228 8 INFO neutron.services.segments.plugin [-] Segment a3058b71-dd3b-40ce-ad34-3dddd9f36b33 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 a3058b71-dd3b-40ce-ad34-3dddd9f36b33 found for delete ", "request_id": "req-0696024a-91cb-41b1-95bd-424451908f87"}]} [pid: 8|app: 0|req: 967/2015] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:40 2026] DELETE /v2.0/subnets/092c8684-4e65-4aeb-9dd3-c1e937e964f2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:40.247 8 INFO neutron.services.segments.plugin [-] Segment a3058b71-dd3b-40ce-ad34-3dddd9f36b33 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 a3058b71-dd3b-40ce-ad34-3dddd9f36b33 found for delete ", "request_id": "req-bce7f89b-b70e-44ec-991e-85edee204695"}]} 2026-07-08 22:48:40.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-257d68fb-90fd-4eb7-9f92-9de6789bbf29 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 6b7ac705-71c8-416b-b62f-312897b23f45 2026-07-08 22:48:40.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-257d68fb-90fd-4eb7-9f92-9de6789bbf29 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 6b7ac705-71c8-416b-b62f-312897b23f45 [pid: 7|app: 0|req: 1049/2016] 10.0.0.67 () {34 vars in 741 bytes} [Wed Jul 8 22:48:39 2026] PUT /v2.0/routers/6e908f23-dfe0-42f1-8e46-df176d45bc74 => generated 493 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2017] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:40 2026] GET /v2.0/ports?device_id=6e908f23-dfe0-42f1-8e46-df176d45bc74 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2018] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:40 2026] DELETE /v2.0/networks/5d1a27db-484c-4ed9-9c4d-5a877f9b1c9b => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:40.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-4451976c-9003-4604-9486-4d1603c7be3e 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] TaaS: Handle Delete Port: 0310ba5d-f861-4380-9e30-2201ee7817dd 2026-07-08 22:48:40.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4451976c-9003-4604-9486-4d1603c7be3e 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Tap Mirror: Handle Delete Port: 0310ba5d-f861-4380-9e30-2201ee7817dd [pid: 7|app: 0|req: 1051/2019] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:40 2026] DELETE /v2.0/routers/6e908f23-dfe0-42f1-8e46-df176d45bc74 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2020] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:48:40 2026] GET /v2.0/routers/187c26ee-9cf5-458e-b6b3-0355018d79da => generated 502 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2021] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:40 2026] GET /v2.0/security-groups?tenant_id=9f081df7eb414cda97199e83996cac95&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2022] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:40 2026] DELETE /v2.0/security-groups/009b9362-3db7-4caa-8208-6144c866096f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2023] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:41 2026] GET /v2.0/security-groups?tenant_id=72acfe77cfdb4728bbc4c471b42e1257&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2024] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:41 2026] DELETE /v2.0/security-groups/390ee63f-940c-40da-b908-31769fdd6152 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2025] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:41 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2026] 10.0.0.67 () {34 vars in 741 bytes} [Wed Jul 8 22:48:40 2026] PUT /v2.0/routers/187c26ee-9cf5-458e-b6b3-0355018d79da => generated 502 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2027] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:41 2026] GET /v2.0/ports?device_id=187c26ee-9cf5-458e-b6b3-0355018d79da => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:41.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2279675-9db2-4bd9-930c-1393e60e5bff 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] TaaS: Handle Delete Port: ce3de936-3095-4e9c-9cb8-cb4ab9e23209 2026-07-08 22:48:41.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2279675-9db2-4bd9-930c-1393e60e5bff 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Tap Mirror: Handle Delete Port: ce3de936-3095-4e9c-9cb8-cb4ab9e23209 [pid: 8|app: 0|req: 971/2028] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:41 2026] DELETE /v2.0/routers/187c26ee-9cf5-458e-b6b3-0355018d79da => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2029] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:48:41 2026] GET /v2.0/routers/4a464ada-499d-4f70-a9ae-d64def837a57 => generated 487 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2030] 10.0.0.67 () {34 vars in 741 bytes} [Wed Jul 8 22:48:41 2026] PUT /v2.0/routers/4a464ada-499d-4f70-a9ae-d64def837a57 => generated 487 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:42.251 8 INFO neutron.services.segments.plugin [-] Segment 53da45f0-44a9-42fe-9a62-d2eb28beab25 resource provider aggregate not found 2026-07-08 22:48:42.265 8 INFO neutron.services.segments.plugin [-] Segment 53da45f0-44a9-42fe-9a62-d2eb28beab25 resource provider aggregate not found [pid: 7|app: 0|req: 1059/2031] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:42 2026] GET /v2.0/ports?device_id=4a464ada-499d-4f70-a9ae-d64def837a57 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:42.276 8 INFO neutron.services.segments.plugin [-] Segment 53da45f0-44a9-42fe-9a62-d2eb28beab25 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 53da45f0-44a9-42fe-9a62-d2eb28beab25 found for delete ", "request_id": "req-efcd1481-34e5-404f-b827-ef3a86abb6f7"}]} 2026-07-08 22:48:42.278 8 INFO neutron.services.segments.plugin [-] Segment 53da45f0-44a9-42fe-9a62-d2eb28beab25 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 53da45f0-44a9-42fe-9a62-d2eb28beab25 found for delete ", "request_id": "req-20a40873-59b3-4343-8e5f-f0db815e6dc9"}]} [pid: 7|app: 0|req: 1060/2032] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:42 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:42.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-c392522a-a345-47da-86e8-b435b1b853bc 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] TaaS: Handle Delete Port: 04151194-56b0-4ca3-97ff-57cf39a7e31b 2026-07-08 22:48:42.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c392522a-a345-47da-86e8-b435b1b853bc 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Tap Mirror: Handle Delete Port: 04151194-56b0-4ca3-97ff-57cf39a7e31b [pid: 8|app: 0|req: 973/2033] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:42 2026] DELETE /v2.0/routers/4a464ada-499d-4f70-a9ae-d64def837a57 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2034] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:48:42 2026] GET /v2.0/routers/124d1e75-ec66-46e0-a6bd-291657eec11c => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2035] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:48:43 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2036] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:48:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2037] 10.0.0.67 () {34 vars in 741 bytes} [Wed Jul 8 22:48:42 2026] PUT /v2.0/routers/124d1e75-ec66-46e0-a6bd-291657eec11c => generated 480 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2038] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:43 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2039] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:48:43 2026] POST /v2.0/ports => generated 954 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 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: 976/2040] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:43 2026] GET /v2.0/ports?device_id=124d1e75-ec66-46e0-a6bd-291657eec11c => 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: 1065/2041] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:43 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:43.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e7f2bbc-d185-455f-8e4a-443fd3338338 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] TaaS: Handle Delete Port: 5f45146f-ba68-4f30-93aa-1dd066275f7e 2026-07-08 22:48:43.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e7f2bbc-d185-455f-8e4a-443fd3338338 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] Tap Mirror: Handle Delete Port: 5f45146f-ba68-4f30-93aa-1dd066275f7e [pid: 8|app: 0|req: 977/2042] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:48:43 2026] PUT /v2.0/ports/8a8b5e56-cf95-4085-85a2-fac9cc978fbe => generated 1235 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:43.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae5e6143-78c0-4d17-9e7b-b3e62d4150f7'] response: {'name': 'network-changed', 'server_uuid': '51ad9445-57cf-4647-8183-e047b31c7007', 'tag': '8a8b5e56-cf95-4085-85a2-fac9cc978fbe', 'status': 'completed', 'code': 200} 2026-07-08 22:48:43.927 7 INFO neutron.services.segments.plugin [-] Segment 8dc0233d-f63f-46f9-83d5-a633e2b8e00c resource provider aggregate not found 2026-07-08 22:48:43.933 7 INFO neutron.services.segments.plugin [-] Segment 8dc0233d-f63f-46f9-83d5-a633e2b8e00c resource provider aggregate not found 2026-07-08 22:48:43.949 7 INFO neutron.db.l3_hamode_db [None req-0e7f2bbc-d185-455f-8e4a-443fd3338338 7feb5f4676724015b1a69ca62d89e268 3ada6c40f57742bc926cd075376b850a - - default default] HA network a07f1dcb-5aa8-4b60-86f9-782c9894ba79 was deleted as no HA routers are present in tenant 3ada6c40f57742bc926cd075376b850a. 2026-07-08 22:48:43.949 7 INFO neutron.services.segments.plugin [-] Segment 8dc0233d-f63f-46f9-83d5-a633e2b8e00c 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 8dc0233d-f63f-46f9-83d5-a633e2b8e00c found for delete ", "request_id": "req-18a62ea2-ae99-457c-b336-d57c48810ae6"}]} 2026-07-08 22:48:43.956 7 INFO neutron.services.segments.plugin [-] Segment 8dc0233d-f63f-46f9-83d5-a633e2b8e00c 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 8dc0233d-f63f-46f9-83d5-a633e2b8e00c found for delete ", "request_id": "req-9ca5357e-afba-4084-91db-3bcefa970c64"}]} [pid: 7|app: 0|req: 1066/2043] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:43 2026] DELETE /v2.0/routers/124d1e75-ec66-46e0-a6bd-291657eec11c => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 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: 978/2044] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:48:44 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2045] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:48:44 2026] GET /v2.0/networks?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&shared=False => generated 757 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2046] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:48:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2047] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:44 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2048] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:44 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2049] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:44 2026] GET /v2.0/security-groups?tenant_id=38f32f94fffe4434bbcb2df646d9c5e6&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:45.717 7 INFO neutron.db.segments_db [None req-873995d7-ae78-4f59-a497-c5547a56fe5e e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] Added segment 2c02956b-ee09-42c9-97f1-44930bbce132 of type vxlan for network 4ab7227a-7df8-4a13-bbd3-b06794410511 [pid: 7|app: 0|req: 1070/2050] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:45 2026] POST /v2.0/networks => generated 726 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2051] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:45 2026] DELETE /v2.0/security-groups/3450497c-164d-4a48-b5d5-7e6f12f90d30 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2052] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2053] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2054] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8a8b5e56-cf95-4085-85a2-fac9cc978fbe => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2055] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2056] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/subnets?id=b3814d5a-7658-479a-8975-c5296a431356 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2057] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/ports?network_id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2058] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:48:45 2026] POST /v2.0/subnets => generated 644 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2059] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:45 2026] GET /v2.0/security-groups?tenant_id=84aa33fe0ab442d881486c1eb204e5eb&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:46.100 8 WARNING neutron.api.v2.base [None req-9f70a7b8-a80a-4355-9c94-366de40b843d e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-08 22:48:46.101 8 INFO neutron.api.v2.resource [None req-9f70a7b8-a80a-4355-9c94-366de40b843d e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 988/2060] 10.0.0.67 () {34 vars in 680 bytes} [Wed Jul 8 22:48:46 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2061] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:48:46 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2062] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:46 2026] DELETE /v2.0/security-groups/f6e4c64f-1f4d-4e0b-ade9-33adacd3d845 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2063] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:48:46 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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) 2026-07-08 22:48:46.316 7 INFO neutron.services.segments.plugin [-] Segment 2c02956b-ee09-42c9-97f1-44930bbce132 resource provider aggregate not found 2026-07-08 22:48:46.319 7 INFO neutron.services.segments.plugin [-] Segment 2c02956b-ee09-42c9-97f1-44930bbce132 resource provider aggregate not found 2026-07-08 22:48:46.340 7 INFO neutron.services.segments.plugin [-] Segment 2c02956b-ee09-42c9-97f1-44930bbce132 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 2c02956b-ee09-42c9-97f1-44930bbce132 found for delete ", "request_id": "req-6200a063-462c-4850-ba9a-869c5003dee1"}]} 2026-07-08 22:48:46.345 7 INFO neutron.services.segments.plugin [-] Segment 2c02956b-ee09-42c9-97f1-44930bbce132 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 2c02956b-ee09-42c9-97f1-44930bbce132 found for delete ", "request_id": "req-a8dfa08f-9050-4acb-a095-e63a3b513bf7"}]} [pid: 7|app: 0|req: 1074/2064] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:46 2026] DELETE /v2.0/networks/4ab7227a-7df8-4a13-bbd3-b06794410511 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:46.413 7 INFO neutron.db.segments_db [None req-e2947a06-93f4-4856-aa79-0d68f1784d61 e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] Added segment 55e1df88-e696-48bf-a49a-30f629f9f8ae of type vxlan for network 8a79b7f0-a265-47ef-8112-a3366defb9a3 [pid: 8|app: 0|req: 991/2065] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:46 2026] GET /v2.0/security-groups?tenant_id=3ada6c40f57742bc926cd075376b850a&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: 1075/2066] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:46 2026] POST /v2.0/networks => generated 727 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2067] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:46 2026] DELETE /v2.0/security-groups/40936ec3-965c-4357-b77e-9570a27edbdd => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2068] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:48:46 2026] POST /v2.0/subnets => generated 647 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:46.721 8 WARNING neutron.api.v2.base [None req-b60d9dfa-35cb-43c6-9d6f-d58fad88158a e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-08 22:48:46.722 8 INFO neutron.api.v2.resource [None req-b60d9dfa-35cb-43c6-9d6f-d58fad88158a e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 993/2069] 10.0.0.67 () {34 vars in 680 bytes} [Wed Jul 8 22:48:46 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2070] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:46 2026] DELETE /v2.0/networks/8a79b7f0-a265-47ef-8112-a3366defb9a3 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:46.968 8 INFO neutron.db.segments_db [None req-71d14fe0-a2ff-4ec3-ba81-4b43af13f1b5 e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] Added segment fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 of type vxlan for network e3c454b8-a88c-48a5-8c6f-b947e6f21213 [pid: 7|app: 0|req: 1078/2071] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:46 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2072] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:47 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2073] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:46 2026] POST /v2.0/networks => generated 726 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2074] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:48:47 2026] POST /v2.0/subnets => generated 647 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2075] 10.0.0.67 () {34 vars in 680 bytes} [Wed Jul 8 22:48:47 2026] POST /v2.0/rbac-policies => generated 324 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2076] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:48 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2077] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:48:47 2026] GET /v2.0/networks/e3c454b8-a88c-48a5-8c6f-b947e6f21213 => generated 654 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2078] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:48 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:48.359 7 INFO neutron.services.segments.plugin [-] Segment 55e1df88-e696-48bf-a49a-30f629f9f8ae resource provider aggregate not found 2026-07-08 22:48:48.363 7 INFO neutron.services.segments.plugin [-] Segment 55e1df88-e696-48bf-a49a-30f629f9f8ae resource provider aggregate not found 2026-07-08 22:48:48.383 7 INFO neutron.services.segments.plugin [-] Segment 55e1df88-e696-48bf-a49a-30f629f9f8ae 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 55e1df88-e696-48bf-a49a-30f629f9f8ae found for delete ", "request_id": "req-c3db3821-3cb5-4942-bb06-f56dd206dfef"}]} 2026-07-08 22:48:48.403 7 INFO neutron.services.segments.plugin [-] Segment 55e1df88-e696-48bf-a49a-30f629f9f8ae 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 55e1df88-e696-48bf-a49a-30f629f9f8ae found for delete ", "request_id": "req-c1366ddc-2e8a-4204-a291-ec88343e98f9"}]} 2026-07-08 22:48:48.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da0a1681-f723-42a5-9a9e-0c554ae648c2 806c5a163a4641eaaec930a4e090176f da28b1099aa94c83a8a4d311201aad44 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/2079] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:48:48 2026] GET /v2.0/networks/e3c454b8-a88c-48a5-8c6f-b947e6f21213 => generated 138 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:48.878 8 INFO neutron.services.segments.plugin [-] Segment fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 resource provider aggregate not found 2026-07-08 22:48:48.881 8 INFO neutron.services.segments.plugin [-] Segment fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 resource provider aggregate not found 2026-07-08 22:48:48.899 8 INFO neutron.services.segments.plugin [-] Segment fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 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 fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 found for delete ", "request_id": "req-a0c07d33-e528-4e81-bd7d-b019e5264732"}]} 2026-07-08 22:48:48.902 8 INFO neutron.services.segments.plugin [-] Segment fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 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 fb5fd6c7-27a8-40c4-9340-1a5a7ec8ea79 found for delete ", "request_id": "req-77307911-d91a-49f8-81e6-a5cf2dcdf447"}]} [pid: 8|app: 0|req: 998/2080] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:48 2026] DELETE /v2.0/networks/e3c454b8-a88c-48a5-8c6f-b947e6f21213 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:48.956 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbf42338-3719-441f-9c25-b03550292fbf e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2081] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:48 2026] DELETE /v2.0/subnets/334e4066-a26c-44a1-a30f-bfad7d674c9a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:48.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cca1270-658d-4e48-ad7f-5fafbb424bdb e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 999/2082] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:48 2026] DELETE /v2.0/subnets/2fbda559-412b-454a-8ad8-57e681eb3390 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:48:48.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-134759b6-8b73-4ba3-8ddd-8e75bcef93c1 e01ca90d6370449c96260b352800ba4d 4a9e1b312d064f9799f60c63902ddfe5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/2083] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:48:48 2026] DELETE /v2.0/subnets/2a9571e0-47bc-494c-9da2-51dd3f91bfb7 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2084] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:49 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2085] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:49 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2086] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:49 2026] GET /v2.0/security-groups?tenant_id=4a9e1b312d064f9799f60c63902ddfe5&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2087] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:50 2026] DELETE /v2.0/security-groups/dbd01a59-62db-43ec-86a3-1f9f48d89b16 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2088] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:50 2026] GET /v2.0/security-groups?tenant_id=da28b1099aa94c83a8a4d311201aad44&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2089] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:50 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2090] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:50 2026] DELETE /v2.0/security-groups/fa885f77-2c82-474c-9588-88dc36d24832 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2091] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:50 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2092] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:50 2026] GET /v2.0/security-groups?tenant_id=0b5cb8d92e664271a4b9285a727970f3&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2093] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:50 2026] DELETE /v2.0/security-groups/ec77d48a-163b-4908-9237-535de215b691 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2094] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2095] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2096] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2097] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2098] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:51 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2099] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:51 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2100] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:48:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2101] 10.0.0.67 () {34 vars in 766 bytes} [Wed Jul 8 22:48:51 2026] PUT /v2.0/security-groups/b5b4ee93-ad07-472d-afb7-1608c70bd5d1/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2102] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:48:51 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2103] 10.0.0.67 () {34 vars in 766 bytes} [Wed Jul 8 22:48:51 2026] PUT /v2.0/security-groups/137c56e8-974c-4b47-87a7-ddfd81997bee/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2104] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:48:51 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2105] 10.0.0.67 () {34 vars in 766 bytes} [Wed Jul 8 22:48:51 2026] PUT /v2.0/security-groups/9e119fba-8690-4009-8d8d-2c4a5f03debd/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2106] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:51 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2107] 10.0.0.67 () {34 vars in 766 bytes} [Wed Jul 8 22:48:51 2026] PUT /v2.0/security-groups/877e7f7e-f51d-4641-88a7-0ed645efcd82/tags => 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: 1013/2108] 10.0.0.67 () {32 vars in 679 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2109] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2110] 10.0.0.67 () {32 vars in 689 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2111] 10.0.0.67 () {32 vars in 701 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2112] 10.0.0.67 () {32 vars in 687 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2113] 10.0.0.67 () {32 vars in 701 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2114] 10.0.0.67 () {32 vars in 697 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2115] 10.0.0.67 () {32 vars in 709 bytes} [Wed Jul 8 22:48:52 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2116] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:52 2026] DELETE /v2.0/security-groups/b5b4ee93-ad07-472d-afb7-1608c70bd5d1 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2117] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:52 2026] DELETE /v2.0/security-groups/137c56e8-974c-4b47-87a7-ddfd81997bee => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2118] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:52 2026] DELETE /v2.0/security-groups/9e119fba-8690-4009-8d8d-2c4a5f03debd => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2119] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:52 2026] DELETE /v2.0/security-groups/877e7f7e-f51d-4641-88a7-0ed645efcd82 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:48:52.761 7 INFO neutron.db.l3_db [None req-cda26e81-9e7b-4e22-bbec-ba5531587eeb 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Floating IP 3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd associated. External IP: 10.96.250.220, port: 8a8b5e56-cf95-4085-85a2-fac9cc978fbe. [pid: 8|app: 0|req: 1025/2120] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:52 2026] DELETE /v2.0/security-groups/4d76adf3-6739-4226-9229-4e6104b4831d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2123] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:48:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:53.108 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0add619-a4b1-4154-95a8-e507cbec0f26'] response: {'name': 'network-changed', 'server_uuid': '51ad9445-57cf-4647-8183-e047b31c7007', 'tag': '8a8b5e56-cf95-4085-85a2-fac9cc978fbe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1028/2124] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2125] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2126] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2127] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8a8b5e56-cf95-4085-85a2-fac9cc978fbe => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2128] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/subnets?id=b3814d5a-7658-479a-8975-c5296a431356 => generated 678 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2129] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/ports?network_id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9&device_owner=network%3Adhcp => generated 1244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2130] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2131] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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: 1098/2132] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:53 2026] GET /v2.0/security-groups?tenant_id=afa1cf1ff59e4d988e9ad0fcfda66bdf&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2133] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:53 2026] DELETE /v2.0/security-groups/3e4b5154-53ca-4129-a650-21c6c63cbe65 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2134] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:48:54 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2135] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:54 2026] GET /v2.0/security-groups?tenant_id=bb3ad2af72674565818656c62ce87ffe&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2136] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:54 2026] DELETE /v2.0/security-groups/f3eea864-9678-4ea3-bd45-d80b2c86df0e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2137] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:54 2026] GET /v2.0/security-groups?tenant_id=1e4113cfee6d4eb7874d6e43d3ebac46&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2138] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:54 2026] DELETE /v2.0/security-groups/7933b833-586d-4edd-a27a-d52aed60c13b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2139] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:48:55 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:48:55.379 8 INFO neutron.db.segments_db [None req-f1a083e5-e1a1-4141-b087-f15544adf45b c9a761ac16ae417f82987fa7a9aa5c9e 3eee5c484911491bb157394b336d5925 - - default default] Added segment 44f671e8-68bc-424d-8d15-7f5e570302f1 of type vxlan for network 8df2af9d-882a-4e88-8d11-c4ed65c70065 [pid: 8|app: 0|req: 1038/2140] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:55 2026] POST /v2.0/networks => generated 631 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:55.516 7 INFO neutron.db.segments_db [None req-0a9e026b-131a-406a-86d2-167251a5850d c9a761ac16ae417f82987fa7a9aa5c9e 3eee5c484911491bb157394b336d5925 - - default default] Added segment 7157bfdc-1e10-498b-a676-83b4ef787678 of type vxlan for network 110a6b60-800b-4366-bfed-9d25f5159f95 [pid: 7|app: 0|req: 1103/2141] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:55 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:55.658 8 INFO neutron.db.segments_db [None req-b34f29b2-f98a-4bea-a95d-936b122b3af9 c9a761ac16ae417f82987fa7a9aa5c9e 3eee5c484911491bb157394b336d5925 - - default default] Added segment f8866410-a59e-43ce-a894-1a4bec8eae7a of type vxlan for network cc27c6d3-3bc1-4542-ae69-c551d4770307 [pid: 8|app: 0|req: 1039/2142] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:55 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:55.799 7 INFO neutron.db.segments_db [None req-fd96a1ef-e736-4c13-9644-8af5a02d96ca c9a761ac16ae417f82987fa7a9aa5c9e 3eee5c484911491bb157394b336d5925 - - default default] Added segment c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 of type vxlan for network 7db6ad65-6c81-4ecb-ba75-30e8f072f1fd [pid: 7|app: 0|req: 1104/2143] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:55 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:48:55.936 8 INFO neutron.db.segments_db [None req-a93247e1-5588-4b9d-8f79-0235176327aa c9a761ac16ae417f82987fa7a9aa5c9e 3eee5c484911491bb157394b336d5925 - - default default] Added segment 9cdd8da1-0491-449c-9698-5ea1b45ac32c of type vxlan for network a4539cf1-435a-41c4-9024-84a88cd6d8dc [pid: 8|app: 0|req: 1040/2144] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:48:55 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2145] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:48:56 2026] PUT /v2.0/networks/8df2af9d-882a-4e88-8d11-c4ed65c70065/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2146] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:48:56 2026] PUT /v2.0/networks/110a6b60-800b-4366-bfed-9d25f5159f95/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2147] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:48:56 2026] PUT /v2.0/networks/cc27c6d3-3bc1-4542-ae69-c551d4770307/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2148] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:48:56 2026] PUT /v2.0/networks/7db6ad65-6c81-4ecb-ba75-30e8f072f1fd/tags => 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: 1107/2149] 10.0.0.67 () {32 vars in 665 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2150] 10.0.0.67 () {32 vars in 679 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2151] 10.0.0.67 () {32 vars in 675 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2152] 10.0.0.67 () {32 vars in 687 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2153] 10.0.0.67 () {32 vars in 673 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2154] 10.0.0.67 () {32 vars in 687 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2155] 10.0.0.67 () {32 vars in 683 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2156] 10.0.0.67 () {32 vars in 695 bytes} [Wed Jul 8 22:48:56 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:56.881 7 INFO neutron.services.segments.plugin [-] Segment 44f671e8-68bc-424d-8d15-7f5e570302f1 resource provider aggregate not found 2026-07-08 22:48:56.888 7 INFO neutron.services.segments.plugin [-] Segment 44f671e8-68bc-424d-8d15-7f5e570302f1 resource provider aggregate not found 2026-07-08 22:48:56.895 7 INFO neutron.services.segments.plugin [-] Segment 44f671e8-68bc-424d-8d15-7f5e570302f1 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 44f671e8-68bc-424d-8d15-7f5e570302f1 found for delete ", "request_id": "req-ede909a2-0592-4384-b5dc-290b86c54cde"}]} 2026-07-08 22:48:56.910 7 INFO neutron.services.segments.plugin [-] Segment 44f671e8-68bc-424d-8d15-7f5e570302f1 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 44f671e8-68bc-424d-8d15-7f5e570302f1 found for delete ", "request_id": "req-820dffc0-8fbd-4d35-8d2a-fa310b84e05a"}]} [pid: 7|app: 0|req: 1111/2157] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:56 2026] DELETE /v2.0/networks/8df2af9d-882a-4e88-8d11-c4ed65c70065 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:48:57.042 8 INFO neutron.services.segments.plugin [-] Segment 7157bfdc-1e10-498b-a676-83b4ef787678 resource provider aggregate not found 2026-07-08 22:48:57.050 8 INFO neutron.services.segments.plugin [-] Segment 7157bfdc-1e10-498b-a676-83b4ef787678 resource provider aggregate not found 2026-07-08 22:48:57.056 8 INFO neutron.services.segments.plugin [-] Segment 7157bfdc-1e10-498b-a676-83b4ef787678 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 7157bfdc-1e10-498b-a676-83b4ef787678 found for delete ", "request_id": "req-1aeaa101-2176-49b1-b7db-7b9cacc03cfb"}]} 2026-07-08 22:48:57.076 8 INFO neutron.services.segments.plugin [-] Segment 7157bfdc-1e10-498b-a676-83b4ef787678 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 7157bfdc-1e10-498b-a676-83b4ef787678 found for delete ", "request_id": "req-136d1432-c819-40aa-a1e7-fcc07e32e7a6"}]} [pid: 8|app: 0|req: 1047/2158] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:56 2026] DELETE /v2.0/networks/110a6b60-800b-4366-bfed-9d25f5159f95 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2159] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:57 2026] DELETE /v2.0/networks/cc27c6d3-3bc1-4542-ae69-c551d4770307 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2160] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:57 2026] DELETE /v2.0/networks/7db6ad65-6c81-4ecb-ba75-30e8f072f1fd => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2161] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:48:57 2026] DELETE /v2.0/networks/a4539cf1-435a-41c4-9024-84a88cd6d8dc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2162] 10.0.0.67 () {34 vars in 677 bytes} [Wed Jul 8 22:48:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2163] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:48:58 2026] PUT /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2164] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2165] 10.0.0.67 () {34 vars in 763 bytes} [Wed Jul 8 22:48:58 2026] PUT /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2166] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2167] 10.0.0.67 () {34 vars in 759 bytes} [Wed Jul 8 22:48:58 2026] PUT /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2168] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2169] 10.0.0.67 () {34 vars in 781 bytes} [Wed Jul 8 22:48:58 2026] PUT /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2170] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2171] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/security-groups?tenant_id=b830b58ae175410895896b61d80ca349&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2172] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:48:58 2026] PUT /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2173] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2174] 10.0.0.67 () {32 vars in 740 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2175] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/security-groups/c072edee-5d44-405f-a21f-6372e6f5a3a9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:48:58.495 7 INFO neutron.api.v2.resource [None req-ea3256e6-d76d-42fa-aebf-61e6a927a9f8 e47e3b4751fa44e3a32736c3bf627452 93b711d39b7548cc920cd474d4f9db78 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1124/2176] 10.0.0.67 () {32 vars in 744 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2177] 10.0.0.67 () {32 vars in 743 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2178] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:48:58.613 7 INFO neutron.api.v2.resource [None req-a24b0225-2754-45ae-a815-dcbbfcc98a0b e47e3b4751fa44e3a32736c3bf627452 93b711d39b7548cc920cd474d4f9db78 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1126/2179] 10.0.0.67 () {32 vars in 747 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2180] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2181] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/security-groups?tenant_id=ec7d3663f065469d91dc1caf67c3af1e&name=default => generated 2928 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2182] 10.0.0.67 () {32 vars in 732 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2183] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/qos/policies/123b7ce7-8f77-4503-bb66-25ab0060ba4b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2184] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/security-groups/66be5f2a-7c74-482d-b138-b0c47d15a86d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:48:58.920 7 INFO neutron.services.segments.plugin [-] Segment f8866410-a59e-43ce-a894-1a4bec8eae7a resource provider aggregate not found 2026-07-08 22:48:58.929 7 INFO neutron.services.segments.plugin [-] Segment f8866410-a59e-43ce-a894-1a4bec8eae7a resource provider aggregate not found 2026-07-08 22:48:58.936 7 INFO neutron.services.segments.plugin [-] Segment f8866410-a59e-43ce-a894-1a4bec8eae7a 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 f8866410-a59e-43ce-a894-1a4bec8eae7a found for delete ", "request_id": "req-b5ce3828-0231-477a-b99f-b9e5f018cbc9"}]} 2026-07-08 22:48:58.950 7 INFO neutron.services.segments.plugin [-] Segment f8866410-a59e-43ce-a894-1a4bec8eae7a 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 f8866410-a59e-43ce-a894-1a4bec8eae7a found for delete ", "request_id": "req-e0320e84-e1d0-4ff0-807a-47df498f9798"}]} 2026-07-08 22:48:58.957 7 INFO neutron.services.segments.plugin [-] Segment 9cdd8da1-0491-449c-9698-5ea1b45ac32c resource provider aggregate not found 2026-07-08 22:48:58.974 7 INFO neutron.services.segments.plugin [-] Segment 9cdd8da1-0491-449c-9698-5ea1b45ac32c resource provider aggregate not found 2026-07-08 22:48:58.979 7 INFO neutron.services.segments.plugin [-] Segment 9cdd8da1-0491-449c-9698-5ea1b45ac32c 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 9cdd8da1-0491-449c-9698-5ea1b45ac32c found for delete ", "request_id": "req-20e1a9fe-46bb-4204-a282-66330ae78324"}]} [pid: 7|app: 0|req: 1130/2185] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:58 2026] GET /v2.0/security-groups?tenant_id=3eee5c484911491bb157394b336d5925&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:48:58.997 7 INFO neutron.services.segments.plugin [-] Segment 9cdd8da1-0491-449c-9698-5ea1b45ac32c 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 9cdd8da1-0491-449c-9698-5ea1b45ac32c found for delete ", "request_id": "req-48248982-03db-4859-b5cb-8672cc42746a"}]} 2026-07-08 22:48:59.076 8 INFO neutron.services.segments.plugin [-] Segment c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 resource provider aggregate not found 2026-07-08 22:48:59.094 8 INFO neutron.services.segments.plugin [-] Segment c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 resource provider aggregate not found 2026-07-08 22:48:59.101 8 INFO neutron.services.segments.plugin [-] Segment c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 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 c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 found for delete ", "request_id": "req-f477b38d-d32e-4f5d-9a54-6e3e09595f4f"}]} 2026-07-08 22:48:59.109 8 INFO neutron.services.segments.plugin [-] Segment c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 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 c2b7b5ed-1df4-4821-9d7f-8cbf7e4e03c7 found for delete ", "request_id": "req-466b3f28-7a16-46b9-9eda-75deff11c442"}]} [pid: 8|app: 0|req: 1056/2186] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:58 2026] DELETE /v2.0/security-groups/a7d13f08-ae56-4358-9ebd-cc5831f8fab9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2187] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:59 2026] GET /v2.0/security-groups?tenant_id=c4e0f06242ec428eabfe5841bedabc85&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2188] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:48:59 2026] DELETE /v2.0/security-groups/81d9b55e-3ab1-45b4-b189-0b6554e1c0ae => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2189] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:48:59 2026] GET /v2.0/security-groups?tenant_id=93b711d39b7548cc920cd474d4f9db78&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2190] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:00 2026] DELETE /v2.0/security-groups/b302c335-81d3-4507-afa2-08d468ab1317 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2191] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:49:02 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2192] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:02 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:03.410 7 INFO neutron.db.segments_db [None req-1a5ca37b-50e6-4852-ae52-c683d1496b5f 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] Added segment 07890878-4023-4121-b675-1f96544f0190 of type vxlan for network 00dade2f-983c-4b3d-aba3-13e912384d49 2026-07-08 22:49:03.488 8 INFO neutron.db.segments_db [None req-cdf873a1-c2e8-4fc5-b618-9624929ec160 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] Added segment 5a636b9d-59a7-4e43-ae6f-218e12f11257 of type vxlan for network 5cd714b0-1984-4d2e-a47f-7c4fde4381ef [pid: 7|app: 0|req: 1134/2193] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:03 2026] POST /v2.0/networks => generated 631 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:03.668 8 INFO neutron.db.l3_hamode_db [None req-cdf873a1-c2e8-4fc5-b618-9624929ec160 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1135/2194] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:03 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:03.772 8 INFO neutron.db.l3_hamode_db [None req-cdf873a1-c2e8-4fc5-b618-9624929ec160 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 22:49:03.796 7 INFO neutron.db.segments_db [None req-9fdafcc4-602e-4fc0-b33c-7cef75ffaa69 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] Added segment 1e202f32-d147-452b-9560-2ce432d2b939 of type vxlan for network b1c58092-1624-4b54-aa1f-d792a536ad16 [pid: 7|app: 0|req: 1136/2195] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:03 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2196] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:03 2026] POST /v2.0/subnets => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:04.221 7 INFO neutron.db.segments_db [None req-f60017a2-ebda-4635-83d5-26fcbc281730 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] Added segment 84bc1725-0fb4-4ab4-bfca-ab4644528879 of type vxlan for network b3b207c5-c24c-45c1-912d-a3fc95f3149a [pid: 8|app: 0|req: 1060/2197] 10.0.0.67 () {34 vars in 667 bytes} [Wed Jul 8 22:49:03 2026] POST /v2.0/routers => generated 474 bytes in 893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2198] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:04 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2199] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:04 2026] PUT /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2200] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:04 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2201] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:04 2026] POST /v2.0/subnets => generated 629 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:04.609 7 INFO neutron.db.segments_db [None req-8abbb114-5181-4deb-8a85-54666559ff63 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] Added segment 6309bfc1-7a58-4854-bbb7-354d9f4e5909 of type vxlan for network 50653c35-3c48-441e-929e-66852feb610a [pid: 8|app: 0|req: 1063/2202] 10.0.0.67 () {34 vars in 761 bytes} [Wed Jul 8 22:49:04 2026] PUT /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/green => generated 4 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2203] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:04 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2204] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:04 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2205] 10.0.0.67 () {34 vars in 757 bytes} [Wed Jul 8 22:49:04 2026] PUT /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/red => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2206] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:04 2026] POST /v2.0/subnets => generated 629 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:04.960 7 INFO neutron.db.segments_db [None req-1639a668-c98b-468c-bfee-b9bb5110258c 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] Added segment a2f876c4-897b-46af-93ec-e148d9382ab9 of type vxlan for network 3325e079-23a9-4a38-8b0f-a7a5a5ef1a1b [pid: 8|app: 0|req: 1066/2207] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:04 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2208] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:04 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2209] 10.0.0.67 () {34 vars in 779 bytes} [Wed Jul 8 22:49:04 2026] PUT /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/black.or.white => generated 4 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2210] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 52 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2211] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:05 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2212] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:05 2026] PUT /v2.0/subnets/60a83f99-347d-4f24-a480-629ff97481b9/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2213] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:05 2026] PUT /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2214] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:05 2026] PUT /v2.0/subnets/a5874919-4529-44fb-853e-f2bda720fc19/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2215] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:05 2026] PUT /v2.0/subnets/ae02c5c5-4935-4db8-a036-3069b6a779a4/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2216] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2217] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:05 2026] PUT /v2.0/subnets/004563ce-3df3-4d77-a2dc-68b6ac8c35d5/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2218] 10.0.0.67 () {32 vars in 663 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2219] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/red => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2220] 10.0.0.67 () {32 vars in 677 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:05.646 7 INFO neutron.api.v2.resource [None req-5c4fc655-6613-4314-803f-ddf31428e0be 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2221] 10.0.0.67 () {32 vars in 742 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2222] 10.0.0.67 () {32 vars in 673 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2223] 10.0.0.67 () {32 vars in 685 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2224] 10.0.0.67 () {32 vars in 671 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2225] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:49:05 2026] DELETE /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2226] 10.0.0.67 () {32 vars in 685 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2227] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2228] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2229] 10.0.0.67 () {32 vars in 693 bytes} [Wed Jul 8 22:49:05 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:05.917 7 INFO neutron.api.v2.resource [None req-8966d5d0-c04b-491a-acf8-76f4d7bcb5ec 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1151/2230] 10.0.0.67 () {32 vars in 745 bytes} [Wed Jul 8 22:49:05 2026] DELETE /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2231] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:49:05 2026] DELETE /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2232] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:05 2026] DELETE /v2.0/subnets/60a83f99-347d-4f24-a480-629ff97481b9 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2233] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:06 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5/tags => generated 12 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2234] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/subnets/a5874919-4529-44fb-853e-f2bda720fc19 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2235] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:49:06 2026] GET /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5 => generated 480 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2236] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/subnets/ae02c5c5-4935-4db8-a036-3069b6a779a4 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2237] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/subnets/004563ce-3df3-4d77-a2dc-68b6ac8c35d5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2238] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/subnets/7814a7e1-71bf-470a-956a-ce6c6543c6eb => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:49:06.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-663f31ef-49a8-4959-87ce-81fe9db2fe5c 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] TaaS: Handle Delete Port: d45a3606-601f-4c8a-920f-e936500b271e 2026-07-08 22:49:06.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-663f31ef-49a8-4959-87ce-81fe9db2fe5c 657dbea254eb4516bfdcc6593d997bc7 4e958df9bfcf4afab6a2f480dcdd9545 - - default default] Tap Mirror: Handle Delete Port: d45a3606-601f-4c8a-920f-e936500b271e [pid: 7|app: 0|req: 1155/2239] 10.0.0.67 () {34 vars in 741 bytes} [Wed Jul 8 22:49:06 2026] PUT /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5 => generated 480 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2240] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:49:06 2026] GET /v2.0/ports?device_id=68e694bb-8b53-42fd-84fa-5aac5e1f99a5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:49:06.813 8 INFO neutron.services.segments.plugin [-] Segment 07890878-4023-4121-b675-1f96544f0190 resource provider aggregate not found 2026-07-08 22:49:06.820 8 INFO neutron.services.segments.plugin [-] Segment 07890878-4023-4121-b675-1f96544f0190 resource provider aggregate not found 2026-07-08 22:49:06.838 8 INFO neutron.services.segments.plugin [-] Segment 07890878-4023-4121-b675-1f96544f0190 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 07890878-4023-4121-b675-1f96544f0190 found for delete ", "request_id": "req-f2af97c0-0c8f-4e01-bcaa-16cfeca012a6"}]} 2026-07-08 22:49:06.840 8 INFO neutron.services.segments.plugin [-] Segment 07890878-4023-4121-b675-1f96544f0190 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 07890878-4023-4121-b675-1f96544f0190 found for delete ", "request_id": "req-e2630dd3-68ed-4b81-9a82-227ef47765f7"}]} 2026-07-08 22:49:06.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-f31e5da0-bc67-490c-99e0-12f38cd6e333 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] TaaS: Handle Delete Port: d2516de2-455b-4c28-ac95-4615fa11c14b 2026-07-08 22:49:06.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f31e5da0-bc67-490c-99e0-12f38cd6e333 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] Tap Mirror: Handle Delete Port: d2516de2-455b-4c28-ac95-4615fa11c14b [pid: 8|app: 0|req: 1085/2241] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/networks/00dade2f-983c-4b3d-aba3-13e912384d49 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2242] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/networks/b1c58092-1624-4b54-aa1f-d792a536ad16 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:49:07.140 7 INFO neutron.services.segments.plugin [-] Segment 5a636b9d-59a7-4e43-ae6f-218e12f11257 resource provider aggregate not found 2026-07-08 22:49:07.149 7 INFO neutron.services.segments.plugin [-] Segment 5a636b9d-59a7-4e43-ae6f-218e12f11257 resource provider aggregate not found [pid: 8|app: 0|req: 1087/2243] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/networks/b3b207c5-c24c-45c1-912d-a3fc95f3149a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:49:07.161 7 INFO neutron.services.segments.plugin [-] Segment 5a636b9d-59a7-4e43-ae6f-218e12f11257 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 5a636b9d-59a7-4e43-ae6f-218e12f11257 found for delete ", "request_id": "req-054da0c3-77d3-4202-b5b6-b756652d5989"}]} 2026-07-08 22:49:07.170 7 INFO neutron.services.segments.plugin [-] Segment 5a636b9d-59a7-4e43-ae6f-218e12f11257 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 5a636b9d-59a7-4e43-ae6f-218e12f11257 found for delete ", "request_id": "req-999e7fa2-071d-474a-a295-da9a88c85e6f"}]} 2026-07-08 22:49:07.173 7 INFO neutron.db.l3_hamode_db [None req-f31e5da0-bc67-490c-99e0-12f38cd6e333 515b331bffd84670954f884c95008bb9 75a40633feb84d0a9c1216f3084c3e1b - - default default] HA network 5cd714b0-1984-4d2e-a47f-7c4fde4381ef was deleted as no HA routers are present in tenant 75a40633feb84d0a9c1216f3084c3e1b. [pid: 7|app: 0|req: 1157/2244] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:06 2026] DELETE /v2.0/routers/68e694bb-8b53-42fd-84fa-5aac5e1f99a5 => generated 0 bytes in 457 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2245] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:07 2026] DELETE /v2.0/networks/50653c35-3c48-441e-929e-66852feb610a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2246] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:07 2026] DELETE /v2.0/networks/3325e079-23a9-4a38-8b0f-a7a5a5ef1a1b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2249] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:07 2026] GET /v2.0/security-groups?tenant_id=c0f4501266704574b221d9157e8a351e&name=default => generated 2929 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2250] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:08 2026] DELETE /v2.0/security-groups/82bb0a4d-7f7b-45d3-8ab4-e96c6cd54417 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2251] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:08 2026] GET /v2.0/security-groups?tenant_id=8360aa90e6314aaaa2292871f40bf01b&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2252] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:08 2026] GET /v2.0/security-groups?tenant_id=75a40633feb84d0a9c1216f3084c3e1b&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2253] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:08 2026] DELETE /v2.0/security-groups/b85e1199-5841-4cf8-8d96-a8dd5ed979b6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2254] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:08 2026] DELETE /v2.0/security-groups/fafca74a-c2f5-48fa-93e1-8223678e553b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2255] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:08 2026] GET /v2.0/security-groups?tenant_id=1b031c9396084b54ba03b492f582d5a1&name=default => generated 2929 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2256] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:08 2026] DELETE /v2.0/security-groups/8d6787e6-5859-47bb-92cd-ccbacc0c2ba6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:49:08.874 8 INFO neutron.services.segments.plugin [-] Segment 1e202f32-d147-452b-9560-2ce432d2b939 resource provider aggregate not found 2026-07-08 22:49:08.883 8 INFO neutron.services.segments.plugin [-] Segment 1e202f32-d147-452b-9560-2ce432d2b939 resource provider aggregate not found 2026-07-08 22:49:08.891 8 INFO neutron.services.segments.plugin [-] Segment 1e202f32-d147-452b-9560-2ce432d2b939 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 1e202f32-d147-452b-9560-2ce432d2b939 found for delete ", "request_id": "req-4746e730-8154-4c9f-a5b1-31b3b9999670"}]} 2026-07-08 22:49:08.909 8 INFO neutron.services.segments.plugin [-] Segment 84bc1725-0fb4-4ab4-bfca-ab4644528879 resource provider aggregate not found 2026-07-08 22:49:08.916 8 INFO neutron.services.segments.plugin [-] Segment 1e202f32-d147-452b-9560-2ce432d2b939 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 1e202f32-d147-452b-9560-2ce432d2b939 found for delete ", "request_id": "req-b38018a7-d810-41b1-abdd-7fafd97d7a6f"}]} 2026-07-08 22:49:08.931 8 INFO neutron.services.segments.plugin [-] Segment 84bc1725-0fb4-4ab4-bfca-ab4644528879 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 84bc1725-0fb4-4ab4-bfca-ab4644528879 found for delete ", "request_id": "req-952f3cc0-715b-47a3-98ee-b18a8fbe4f9c"}]} 2026-07-08 22:49:08.936 8 INFO neutron.services.segments.plugin [-] Segment 84bc1725-0fb4-4ab4-bfca-ab4644528879 resource provider aggregate not found 2026-07-08 22:49:08.956 8 INFO neutron.services.segments.plugin [-] Segment 84bc1725-0fb4-4ab4-bfca-ab4644528879 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 84bc1725-0fb4-4ab4-bfca-ab4644528879 found for delete ", "request_id": "req-7db97614-8aa6-4476-aad6-ce92d0739cdd"}]} 2026-07-08 22:49:08.957 8 INFO neutron.services.segments.plugin [-] Segment 6309bfc1-7a58-4854-bbb7-354d9f4e5909 resource provider aggregate not found 2026-07-08 22:49:08.971 8 INFO neutron.services.segments.plugin [-] Segment 6309bfc1-7a58-4854-bbb7-354d9f4e5909 resource provider aggregate not found 2026-07-08 22:49:08.976 8 INFO neutron.services.segments.plugin [-] Segment 6309bfc1-7a58-4854-bbb7-354d9f4e5909 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 6309bfc1-7a58-4854-bbb7-354d9f4e5909 found for delete ", "request_id": "req-9a89ad9c-3b14-4d6a-ab53-680b26c3d1f9"}]} 2026-07-08 22:49:08.987 8 INFO neutron.services.segments.plugin [-] Segment 6309bfc1-7a58-4854-bbb7-354d9f4e5909 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 6309bfc1-7a58-4854-bbb7-354d9f4e5909 found for delete ", "request_id": "req-86399918-ef38-4296-8719-92b763a05bce"}]} [pid: 8|app: 0|req: 1093/2257] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:09 2026] GET /v2.0/security-groups?tenant_id=4e958df9bfcf4afab6a2f480dcdd9545&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2258] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:09 2026] DELETE /v2.0/security-groups/65443a61-8083-4db1-ad35-a5e5ecd14abe => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:49:09.192 7 INFO neutron.services.segments.plugin [-] Segment a2f876c4-897b-46af-93ec-e148d9382ab9 resource provider aggregate not found 2026-07-08 22:49:09.199 7 INFO neutron.services.segments.plugin [-] Segment a2f876c4-897b-46af-93ec-e148d9382ab9 resource provider aggregate not found 2026-07-08 22:49:09.206 7 INFO neutron.services.segments.plugin [-] Segment a2f876c4-897b-46af-93ec-e148d9382ab9 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 a2f876c4-897b-46af-93ec-e148d9382ab9 found for delete ", "request_id": "req-46bac99f-3204-4eb4-bb72-4cb84d799ffa"}]} 2026-07-08 22:49:09.218 7 INFO neutron.services.segments.plugin [-] Segment a2f876c4-897b-46af-93ec-e148d9382ab9 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 a2f876c4-897b-46af-93ec-e148d9382ab9 found for delete ", "request_id": "req-1b8308c3-0d6c-4132-b5ad-7dfb29ee732b"}]} 2026-07-08 22:49:12.015 8 INFO neutron.db.segments_db [None req-2d27844b-51ef-4d38-9ffe-59489ea64a05 264dd72e159e4567b802c5c00c78af12 c2de547467524a89a8f6818e4dee4cb5 - - default default] Added segment 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 of type vxlan for network f4637031-3127-4e32-8fee-a159348247f2 [pid: 8|app: 0|req: 1094/2259] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:11 2026] POST /v2.0/networks => generated 632 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:12.370 8 INFO neutron.db.segments_db [None req-b4679815-54da-4263-9af2-a4b2d09867ba b9a8d8e6512c4a95b9189263b1af8627 cc7dc3d81dc64779a6e62112d6765526 - - default default] Added segment af33687b-44f8-450c-b8c6-7b8bf62e8074 of type vxlan for network feb5c68c-c442-4c0d-af36-2253b891f99a [pid: 7|app: 0|req: 1166/2260] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:12 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2261] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2262] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:12 2026] POST /v2.0/networks => generated 631 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2263] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2264] 10.0.0.67 () {34 vars in 761 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2265] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2266] 10.0.0.67 () {34 vars in 757 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2267] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2268] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:49:12 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 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: 1173/2269] 10.0.0.67 () {34 vars in 779 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2270] 10.0.0.67 () {34 vars in 746 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2271] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 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: 1098/2272] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 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: 1175/2273] 10.0.0.67 () {34 vars in 750 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2274] 10.0.0.67 () {32 vars in 825 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/ports?project_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&network_id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 3691 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2275] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2276] 10.0.0.67 () {34 vars in 757 bytes} [Wed Jul 8 22:49:12 2026] PUT /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 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: 1101/2277] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2278] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:49:13.015 8 INFO neutron.api.v2.resource [None req-d5726714-e92f-44e6-a32a-b2e021d8185a 264dd72e159e4567b802c5c00c78af12 c2de547467524a89a8f6818e4dee4cb5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1102/2279] 10.0.0.67 () {32 vars in 742 bytes} [Wed Jul 8 22:49:12 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 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: 8|app: 0|req: 1103/2280] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2281] 10.0.0.67 () {34 vars in 753 bytes} [Wed Jul 8 22:49:13 2026] PUT /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/red => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 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: 1104/2282] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:49:13.170 8 INFO neutron.api.v2.resource [None req-5c661fbe-4340-4170-bc19-99d6998b5524 264dd72e159e4567b802c5c00c78af12 c2de547467524a89a8f6818e4dee4cb5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1105/2283] 10.0.0.67 () {32 vars in 745 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2284] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 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: 1106/2285] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2286] 10.0.0.67 () {32 vars in 730 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2287] 10.0.0.67 () {34 vars in 775 bytes} [Wed Jul 8 22:49:13 2026] PUT /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/black.or.white => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 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: 1181/2288] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/subnets?network_id=c5a5e55f-beb6-4883-a919-7e54476ba2da => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2289] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 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: 1108/2290] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/subnets/a4892e1e-e94d-4e93-8c67-87bbeaa42672 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2291] 10.0.0.67 () {34 vars in 746 bytes} [Wed Jul 8 22:49:13 2026] PUT /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 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: 1184/2292] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 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-08 22:49:13.503 8 INFO neutron.services.segments.plugin [-] Segment 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 resource provider aggregate not found 2026-07-08 22:49:13.504 8 INFO neutron.services.segments.plugin [-] Segment 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 resource provider aggregate not found [pid: 7|app: 0|req: 1185/2293] 10.0.0.67 () {32 vars in 734 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 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-08 22:49:13.525 8 INFO neutron.services.segments.plugin [-] Segment 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 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 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 found for delete ", "request_id": "req-14708c1b-8178-437a-a13b-bd7fc8e95853"}]} 2026-07-08 22:49:13.526 8 INFO neutron.services.segments.plugin [-] Segment 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 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 48e10fc2-bb8a-4bc6-99b4-727c3c5f46c4 found for delete ", "request_id": "req-8cf8c483-0080-4a8f-b9dd-4c9a02418499"}]} [pid: 8|app: 0|req: 1109/2294] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/networks/f4637031-3127-4e32-8fee-a159348247f2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:49:13.568 7 INFO neutron.api.v2.resource [None req-26103a6f-d996-44c2-8ee7-c93a637eb7c3 b9a8d8e6512c4a95b9189263b1af8627 cc7dc3d81dc64779a6e62112d6765526 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1186/2295] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 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: 1187/2296] 10.0.0.67 () {32 vars in 737 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 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-08 22:49:13.643 8 INFO neutron.db.l3_db [None req-467f3c47-586b-4c7d-bd24-536bb7443350 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Floating IP 3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd disassociated. External IP: 10.96.250.220, port: 8a8b5e56-cf95-4085-85a2-fac9cc978fbe. [pid: 7|app: 0|req: 1188/2297] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 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-08 22:49:13.735 7 INFO neutron.api.v2.resource [None req-98bb4a44-503f-4654-ad15-06cfc0d3b938 b9a8d8e6512c4a95b9189263b1af8627 cc7dc3d81dc64779a6e62112d6765526 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1189/2298] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 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: 1190/2299] 10.0.0.67 () {32 vars in 729 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 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: 1191/2300] 10.0.0.67 () {32 vars in 726 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 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: 1110/2301] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:49:13 2026] PUT /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 554 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:13.980 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea997273-c53b-477f-9ba3-b671cd3e519e'] response: {'name': 'network-changed', 'server_uuid': '51ad9445-57cf-4647-8183-e047b31c7007', 'tag': '8a8b5e56-cf95-4085-85a2-fac9cc978fbe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1111/2302] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:49:13 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 554 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:14.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d976f41-037f-4808-b84c-d2f4be6ec99d b9a8d8e6512c4a95b9189263b1af8627 cc7dc3d81dc64779a6e62112d6765526 - - default default] TaaS: Handle Delete Port: a089d40a-070e-45df-965b-84beb49e3893 2026-07-08 22:49:14.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d976f41-037f-4808-b84c-d2f4be6ec99d b9a8d8e6512c4a95b9189263b1af8627 cc7dc3d81dc64779a6e62112d6765526 - - default default] Tap Mirror: Handle Delete Port: a089d40a-070e-45df-965b-84beb49e3893 [pid: 7|app: 0|req: 1192/2303] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:49:13 2026] DELETE /v2.0/ports/a089d40a-070e-45df-965b-84beb49e3893 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2304] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/security-groups?tenant_id=c2de547467524a89a8f6818e4dee4cb5&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:14.261 7 INFO neutron.services.segments.plugin [-] Segment af33687b-44f8-450c-b8c6-7b8bf62e8074 resource provider aggregate not found 2026-07-08 22:49:14.265 7 INFO neutron.services.segments.plugin [-] Segment af33687b-44f8-450c-b8c6-7b8bf62e8074 resource provider aggregate not found 2026-07-08 22:49:14.295 7 INFO neutron.services.segments.plugin [-] Segment af33687b-44f8-450c-b8c6-7b8bf62e8074 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 af33687b-44f8-450c-b8c6-7b8bf62e8074 found for delete ", "request_id": "req-7b8743a2-6902-4653-944e-58bf3aeb71cf"}]} 2026-07-08 22:49:14.296 7 INFO neutron.services.segments.plugin [-] Segment af33687b-44f8-450c-b8c6-7b8bf62e8074 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 af33687b-44f8-450c-b8c6-7b8bf62e8074 found for delete ", "request_id": "req-85e0abd9-4767-4c97-8d8e-36f71a943733"}]} [pid: 7|app: 0|req: 1193/2305] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:49:14 2026] DELETE /v2.0/networks/feb5c68c-c442-4c0d-af36-2253b891f99a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2306] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:14 2026] DELETE /v2.0/security-groups/dc169543-6af8-4f5a-8b9a-52f6dae0805c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2307] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 1240 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2308] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 757 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2309] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/security-groups?tenant_id=8501a7fcd4a4428184c0407538218e13&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2310] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8a8b5e56-cf95-4085-85a2-fac9cc978fbe => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2311] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/subnets?id=b3814d5a-7658-479a-8975-c5296a431356 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2312] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:14 2026] DELETE /v2.0/security-groups/e850a141-1f3f-43ce-8c4a-21f31183467e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2313] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/ports?network_id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2314] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2315] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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: 1197/2316] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:49:14 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2317] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:15 2026] GET /v2.0/security-groups?tenant_id=cc7dc3d81dc64779a6e62112d6765526&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2318] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:15 2026] DELETE /v2.0/security-groups/9dbbe8bf-dbc5-4cf4-99da-83d2e2da4e85 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2319] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:49:15 2026] GET /v2.0/security-groups?tenant_id=553732e3c9b0486e9ce142db523b74c2&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2320] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:15 2026] DELETE /v2.0/security-groups/bd5d2767-74ae-4a84-a409-212d28960e3b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2321] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:49:16 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2322] 10.0.0.67 () {34 vars in 684 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2323] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2324] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2325] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2326] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:17.714 8 INFO neutron.db.securitygroups_db [None req-35caa973-d8d1-41ba-9147-62482953ae11 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Project cb0ab63d8a6c4aae8aebfa1dcfc9a4dc added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1125/2327] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:17.845 7 INFO neutron.db.securitygroups_db [None req-d876b5b8-5945-4d06-afee-dfd702e7d730 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Project cb0ab63d8a6c4aae8aebfa1dcfc9a4dc added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1203/2328] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2329] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/networks => generated 1298 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2330] 10.0.0.176 () {34 vars in 1098 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-495559515&fields=id&tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2331] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2332] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/quotas/cb0ab63d8a6c4aae8aebfa1dcfc9a4dc => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2333] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&fields=id => generated 149 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2334] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2335] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:49:18 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2336] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:19 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2337] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:20 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2338] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:21 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2339] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:22 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2342] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:49:23 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2343] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:49:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:23.701 7 INFO neutron.db.segments_db [None req-5929e555-2c06-4d9f-94b9-f4d1a2cb19ed e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Added segment 7b83bc80-b444-4f5e-9b3d-1726b27345f6 of type vxlan for network cbf5cf8b-84fd-4568-9ff9-724f737b1e57 [pid: 8|app: 0|req: 1134/2344] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:49:23 2026] POST /v2.0/ports => generated 954 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 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: 1135/2345] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:23 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 957 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2346] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:23 2026] POST /v2.0/networks => generated 639 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2347] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:23 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2348] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:23 2026] POST /v2.0/subnets => generated 657 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2349] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:49:24 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: 8|app: 0|req: 1136/2350] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:49:23 2026] PUT /v2.0/ports/3befe0f4-7df4-49b8-965d-430c6ca8f054 => generated 1235 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:24.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6944d97-67be-46d3-b60b-284fcd8ba812'] response: {'name': 'network-changed', 'server_uuid': '685cb858-491d-4366-af7b-016548228e77', 'tag': '3befe0f4-7df4-49b8-965d-430c6ca8f054', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1215/2351] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:24 2026] POST /v2.0/subnets => generated 732 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 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-08 22:49:24.406 8 INFO neutron.db.segments_db [None req-dc436d96-3ff7-4b14-adfc-03b6a5156db2 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Added segment b22de9a3-2a16-4ef9-9a75-39dfa468cb79 of type vxlan for network 46a50fc9-62b1-4d55-bbdb-6126733119fb [pid: 8|app: 0|req: 1137/2352] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:24 2026] POST /v2.0/networks => generated 637 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2353] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:24 2026] POST /v2.0/subnets => generated 655 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2354] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:24 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=685cb858-491d-4366-af7b-016548228e77 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2355] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:49:24 2026] GET /v2.0/networks?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&shared=False => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2356] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:49:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2357] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:24 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2358] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:24 2026] POST /v2.0/subnets => generated 725 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2359] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:24 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:24.996 8 INFO neutron.db.segments_db [None req-04048cb7-4176-4a60-a250-816b118509af e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Added segment 640f580e-2853-4018-92c4-da88a7a097a9 of type vxlan for network a547d854-278d-405c-8240-b68af0aa42c5 [pid: 8|app: 0|req: 1142/2360] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:49:24 2026] POST /v2.0/networks => generated 638 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2361] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:25 2026] POST /v2.0/subnets => generated 656 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2362] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:25 2026] POST /v2.0/subnets => generated 730 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:25.619 7 INFO neutron.db.segments_db [None req-4544d2f8-a5a9-4b27-8dfd-9d1a27815547 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Added segment ba8a90fc-ff1d-462d-9698-a9d3202fb217 of type vxlan for network d0d12dea-89de-4110-b2c3-f5f29050e8af 2026-07-08 22:49:25.785 7 INFO neutron.db.l3_hamode_db [None req-4544d2f8-a5a9-4b27-8dfd-9d1a27815547 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1144/2363] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:25 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=685cb858-491d-4366-af7b-016548228e77 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2364] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:49:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3befe0f4-7df4-49b8-965d-430c6ca8f054 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2365] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:49:25 2026] GET /v2.0/subnets?id=b3814d5a-7658-479a-8975-c5296a431356 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2366] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:25 2026] GET /v2.0/ports?network_id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9&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: 1148/2367] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:49:26 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2368] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:26 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2369] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:49:26 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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: 1151/2370] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:26 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:26.473 7 INFO neutron.db.l3_hamode_db [None req-4544d2f8-a5a9-4b27-8dfd-9d1a27815547 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1220/2371] 10.0.0.67 () {34 vars in 668 bytes} [Wed Jul 8 22:49:25 2026] POST /v2.0/routers => generated 684 bytes in 1742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2372] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:27 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2373] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:27 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2374] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:28 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2375] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:28 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2376] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:49:27 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/add_router_interface => generated 309 bytes in 1772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2377] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:29 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2378] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:29 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2379] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:49:29 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2380] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:30 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2381] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:30 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2382] 10.0.0.67 () {34 vars in 782 bytes} [Wed Jul 8 22:49:30 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2383] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:31 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2384] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:31 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2385] 10.0.0.67 () {34 vars in 683 bytes} [Wed Jul 8 22:49:31 2026] POST /v2.0/security-groups => generated 1629 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2386] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:32 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2387] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:32 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2388] 10.0.0.67 () {32 vars in 735 bytes} [Wed Jul 8 22:49:32 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2389] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2390] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2391] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:32.513 8 INFO neutron.db.l3_db [None req-d0272669-d907-44e9-8074-5972ad934573 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Floating IP 3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd associated. External IP: 10.96.250.220, port: 3befe0f4-7df4-49b8-965d-430c6ca8f054. [pid: 7|app: 0|req: 1229/2392] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2393] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2394] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:49:32 2026] PUT /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 855 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:32.837 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-564db741-3a9d-4a3e-afec-4aac7dba1a2b'] response: {'name': 'network-changed', 'server_uuid': '685cb858-491d-4366-af7b-016548228e77', 'tag': '3befe0f4-7df4-49b8-965d-430c6ca8f054', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1165/2395] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:49:32 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2396] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2397] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2398] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2399] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2400] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/ports?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&device_id=685cb858-491d-4366-af7b-016548228e77 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2401] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2402] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/networks?id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 757 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2403] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3befe0f4-7df4-49b8-965d-430c6ca8f054 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2404] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/subnets?id=b3814d5a-7658-479a-8975-c5296a431356 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2405] 10.0.0.67 () {34 vars in 694 bytes} [Wed Jul 8 22:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2406] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/ports?network_id=2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2407] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2408] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9?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: 7|app: 0|req: 1236/2409] 10.0.0.176 () {34 vars in 1094 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-250985498&fields=id&tenant_id=d802bb679aec41ac8a25ac3a570c2511 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2410] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2411] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/quotas/d802bb679aec41ac8a25ac3a570c2511 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2412] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2413] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&fields=id => generated 287 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2414] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:49:33 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2415] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:49:34 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1240/2416] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:34 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2417] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:49:34 2026] GET /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2420] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:49:38 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2421] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:49:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d802bb679aec41ac8a25ac3a570c2511 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2422] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:49:38 2026] POST /v2.0/ports => generated 1183 bytes in 419 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: 1244/2423] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:39 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1198 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2424] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:39 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2425] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:49:39 2026] PUT /v2.0/ports/ae861a03-4937-4ad0-8311-e49e802cf1a1 => generated 1464 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:39.445 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3282da41-6fce-49e3-81bf-3cc01fba3146'] response: {'name': 'network-changed', 'server_uuid': 'ceac041c-8b8a-401d-b5c5-f09dc7a29075', 'tag': 'ae861a03-4937-4ad0-8311-e49e802cf1a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1246/2426] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:39 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1467 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: 8|app: 0|req: 1181/2427] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:49:39 2026] GET /v2.0/networks?tenant_id=d802bb679aec41ac8a25ac3a570c2511&shared=False => generated 2375 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2428] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:49:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2429] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2430] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=ae861a03-4937-4ad0-8311-e49e802cf1a1 => 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: 1183/2431] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12e&port_id=ae861a03-4937-4ad0-8311-e49e802cf1a1 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2432] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d&id=8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2433] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2434] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 1185/2435] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1251/2436] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:49:41 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1186/2437] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:49:42 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2438] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:42 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2439] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:44 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2440] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:44 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2441] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:49 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2442] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:49 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2443] 10.0.0.67 () {32 vars in 817 bytes} [Wed Jul 8 22:49:49 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&mac_address=fa%3A16%3A3e%3A31%3Ad0%3A62 => generated 1200 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:50.650 7 INFO neutron.db.l3_db [None req-89c98195-a528-4f2b-92f0-435ac33d26f6 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Floating IP 4be748c0-4255-4dbf-b826-58c4d7e342af associated. External IP: 10.96.250.210, port: ae861a03-4937-4ad0-8311-e49e802cf1a1. [pid: 7|app: 0|req: 1255/2444] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:49:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:49:50.985 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffe6c226-478f-4582-a86b-0f73219b72dc'] response: {'name': 'network-changed', 'server_uuid': 'ceac041c-8b8a-401d-b5c5-f09dc7a29075', 'tag': 'ae861a03-4937-4ad0-8311-e49e802cf1a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1190/2445] 10.0.0.176 () {34 vars in 1094 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-250985498&fields=id&tenant_id=d802bb679aec41ac8a25ac3a570c2511 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2446] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2447] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/quotas/d802bb679aec41ac8a25ac3a570c2511 => 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: 1257/2448] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&fields=id => generated 333 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2449] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1258/2450] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1193/2451] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2452] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2453] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2454] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=ae861a03-4937-4ad0-8311-e49e802cf1a1 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2455] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12e&port_id=ae861a03-4937-4ad0-8311-e49e802cf1a1 => 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: 1261/2456] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d&id=8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2457] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 1262/2458] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 1197/2459] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2460] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:49:51 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1198/2461] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:52 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2462] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:52 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2465] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:53 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2466] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:53 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2467] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:54 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2468] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:54 2026] GET /v2.0/security-groups?id=a6ca6e89-1285-4e5d-bd91-ad78e0ba425e&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2469] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:49:54 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:49:55.004 8 INFO neutron_taas.services.taas.taas_plugin [req-aa146e38-68ce-4e84-b8c6-63a9c1d03bac req-450ed6a4-6a28-4fef-b1e3-feb50dd394d3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: 3befe0f4-7df4-49b8-965d-430c6ca8f054 2026-07-08 22:49:55.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aa146e38-68ce-4e84-b8c6-63a9c1d03bac req-450ed6a4-6a28-4fef-b1e3-feb50dd394d3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: 3befe0f4-7df4-49b8-965d-430c6ca8f054 2026-07-08 22:49:55.143 8 INFO neutron.db.l3_db [req-aa146e38-68ce-4e84-b8c6-63a9c1d03bac req-450ed6a4-6a28-4fef-b1e3-feb50dd394d3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Floating IP 3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd disassociated. External IP: 10.96.250.220, port: 3befe0f4-7df4-49b8-965d-430c6ca8f054. [pid: 8|app: 0|req: 1202/2470] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:49:54 2026] DELETE /v2.0/ports/3befe0f4-7df4-49b8-965d-430c6ca8f054 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:49:55.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8401fbf-a5c4-46e0-8bfa-274d13d8e6a1'] response: {'server_uuid': '685cb858-491d-4366-af7b-016548228e77', 'name': 'network-vif-deleted', 'tag': '3befe0f4-7df4-49b8-965d-430c6ca8f054', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1269/2471] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:49:55 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2472] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:55 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2473] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:49:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d802bb679aec41ac8a25ac3a570c2511 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2474] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:49:55 2026] POST /v2.0/ports => generated 1183 bytes in 408 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: 8|app: 0|req: 1205/2475] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:56 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1198 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2476] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:56 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2477] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:49:56 2026] PUT /v2.0/ports/476ed5ce-4686-414b-95cd-63e5677b034c => generated 1464 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:49:56.874 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7429e88-8d43-4a15-b921-2cc4abd325eb'] response: {'name': 'network-changed', 'server_uuid': 'cb9b6ed2-8994-4c66-b1fe-b15a97000678', 'tag': '476ed5ce-4686-414b-95cd-63e5677b034c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1207/2478] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:57 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 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: 1272/2479] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:57 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2480] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:49:57 2026] GET /v2.0/networks?tenant_id=d802bb679aec41ac8a25ac3a570c2511&shared=False => generated 2375 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2481] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:49:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2482] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/ports?device_id=685cb858-491d-4366-af7b-016548228e77 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2483] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2484] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2485] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2486] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.111&port_id=476ed5ce-4686-414b-95cd-63e5677b034c => 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: 1276/2487] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=476ed5ce-4686-414b-95cd-63e5677b034c => 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: 1212/2488] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/subnets?id=1f179cd1-9b68-4824-a80d-32c35c9d5404&id=8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2489] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2490] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&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: 7|app: 0|req: 1278/2491] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2492] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:49:58 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1279/2493] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:49:59 2026] DELETE /v2.0/security-groups/a6ca6e89-1285-4e5d-bd91-ad78e0ba425e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:49:59.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-970da95b-6a7a-4bfa-8b76-2d3fbaeb6c61 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: b170e2e3-bc87-4a89-8bbf-4dc73d447fa9 2026-07-08 22:49:59.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-970da95b-6a7a-4bfa-8b76-2d3fbaeb6c61 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: b170e2e3-bc87-4a89-8bbf-4dc73d447fa9 [pid: 8|app: 0|req: 1215/2494] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:49:59 2026] DELETE /v2.0/floatingips/3f05e94d-8de4-4d6a-b5fa-94374e6f3ddd => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2495] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:49:59 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2496] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:49:59 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2497] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:00 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2498] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:00 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2499] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:01 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2500] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:01 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2501] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:02 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2502] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:02 2026] GET /v2.0/security-groups?id=f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2503] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:50:02 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:50:02.449 8 INFO neutron_taas.services.taas.taas_plugin [req-4aac4a00-8038-4e49-960e-4f7724de8ae5 req-3a9ed65e-a116-4dcf-89c7-2e357c8c10cf 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: 8a8b5e56-cf95-4085-85a2-fac9cc978fbe 2026-07-08 22:50:02.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4aac4a00-8038-4e49-960e-4f7724de8ae5 req-3a9ed65e-a116-4dcf-89c7-2e357c8c10cf 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: 8a8b5e56-cf95-4085-85a2-fac9cc978fbe [pid: 8|app: 0|req: 1220/2504] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:50:02 2026] DELETE /v2.0/ports/8a8b5e56-cf95-4085-85a2-fac9cc978fbe => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:50:02.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ce40c91-10e4-4ba6-bdf9-189c0f6a0153'] response: {'server_uuid': '51ad9445-57cf-4647-8183-e047b31c7007', 'name': 'network-vif-deleted', 'tag': '8a8b5e56-cf95-4085-85a2-fac9cc978fbe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1285/2505] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:03 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => 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: 1221/2506] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:04 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2507] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:05 2026] GET /v2.0/ports?device_id=51ad9445-57cf-4647-8183-e047b31c7007 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2508] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:06 2026] DELETE /v2.0/security-groups/f8b0f7bb-f864-4e4f-b7fc-178ff6e7e9a5 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2509] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:06 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2510] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:07 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:50:07.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdb6c7d2-a0c0-4b0b-a9cd-0259540e9b9f 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: 75352d3b-a806-404e-afb9-e2d8e565b4ce 2026-07-08 22:50:07.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdb6c7d2-a0c0-4b0b-a9cd-0259540e9b9f 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: 75352d3b-a806-404e-afb9-e2d8e565b4ce [pid: 8|app: 0|req: 1225/2511] 10.0.0.67 () {32 vars in 817 bytes} [Wed Jul 8 22:50:07 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&mac_address=fa%3A16%3A3e%3Ae8%3A7d%3Afc => generated 1200 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2512] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:50:06 2026] PUT /v2.0/routers/0f7fbada-87a1-45a3-9e88-6579e0e8c207/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2513] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:50:07 2026] DELETE /v2.0/subnets/b3814d5a-7658-479a-8975-c5296a431356 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:50:07.880 8 INFO neutron.db.l3_db [None req-74b02b7e-3ca1-41c1-aa9d-10e117816d53 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Floating IP 3d9a5a54-a347-4461-9924-75df5b3307d7 associated. External IP: 10.96.250.204, port: 476ed5ce-4686-414b-95cd-63e5677b034c. 2026-07-08 22:50:08.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-edbd2685-4666-426a-868e-a75b0bdd49f3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: b2d6e814-2110-49e5-ac16-ea05bd1d6175 2026-07-08 22:50:08.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edbd2685-4666-426a-868e-a75b0bdd49f3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: b2d6e814-2110-49e5-ac16-ea05bd1d6175 2026-07-08 22:50:08.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-edbd2685-4666-426a-868e-a75b0bdd49f3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: 3511cc16-118e-44fb-8b86-ce46b02b5db3 2026-07-08 22:50:08.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edbd2685-4666-426a-868e-a75b0bdd49f3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: 3511cc16-118e-44fb-8b86-ce46b02b5db3 2026-07-08 22:50:08.675 7 INFO neutron.services.segments.plugin [-] Segment 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 resource provider aggregate not found 2026-07-08 22:50:08.681 7 INFO neutron.services.segments.plugin [-] Segment 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 resource provider aggregate not found 2026-07-08 22:50:08.698 7 INFO neutron.services.segments.plugin [-] Segment 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 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 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 found for delete ", "request_id": "req-1c917c25-c62e-487c-8b92-51cb24622ad6"}]} 2026-07-08 22:50:08.698 7 INFO neutron.services.segments.plugin [-] Segment 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 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 7d4b656b-5aba-4a8e-b71f-3786b8c0f6e9 found for delete ", "request_id": "req-b3427b43-2bce-45c4-b3d4-3be85e36a6a7"}]} 2026-07-08 22:50:08.702 7 INFO neutron.db.l3_hamode_db [None req-edbd2685-4666-426a-868e-a75b0bdd49f3 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] HA network 8dbb0242-5251-41ed-94eb-aca1de547460 was deleted as no HA routers are present in tenant cb0ab63d8a6c4aae8aebfa1dcfc9a4dc. [pid: 7|app: 0|req: 1289/2514] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:50:07 2026] DELETE /v2.0/routers/0f7fbada-87a1-45a3-9e88-6579e0e8c207 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:08.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5c8867e-654e-48a8-9b2a-94cb7dc099b2 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] TaaS: Handle Delete Port: 703ff97c-22ac-4b6a-97c4-66c60b2edfc2 2026-07-08 22:50:08.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5c8867e-654e-48a8-9b2a-94cb7dc099b2 0a2ba7478cea4808a64c5578d8c954c9 cb0ab63d8a6c4aae8aebfa1dcfc9a4dc - - default default] Tap Mirror: Handle Delete Port: 703ff97c-22ac-4b6a-97c4-66c60b2edfc2 [pid: 8|app: 0|req: 1226/2517] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:50:07 2026] POST /v2.0/floatingips => generated 855 bytes in 1681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:50:08.867 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2793c3bb-2d69-4b2c-87f5-377a542e897a'] response: {'name': 'network-changed', 'server_uuid': 'cb9b6ed2-8994-4c66-b1fe-b15a97000678', 'tag': '476ed5ce-4686-414b-95cd-63e5677b034c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1292/2518] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:50:08 2026] DELETE /v2.0/networks/2ac7c75c-cec1-4eee-9b3f-ff5418cddfa9 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2519] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2520] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2521] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.111&port_id=476ed5ce-4686-414b-95cd-63e5677b034c => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2522] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=476ed5ce-4686-414b-95cd-63e5677b034c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2523] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/subnets?id=1f179cd1-9b68-4824-a80d-32c35c9d5404&id=8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2524] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2525] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&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: 1297/2526] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1298/2527] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1230/2528] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:09 2026] GET /v2.0/security-groups?tenant_id=b9cdffbc898e42b6ad16b10b398d5e24&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2529] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:09 2026] DELETE /v2.0/security-groups/c2f4f477-f4c7-4a5e-840b-5d4e13251f4d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2530] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:10 2026] GET /v2.0/security-groups?tenant_id=cb0ab63d8a6c4aae8aebfa1dcfc9a4dc&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2531] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:10 2026] DELETE /v2.0/security-groups/60955bf5-63ef-42cb-857b-8845d99a2d27 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:10.719 7 INFO neutron.services.segments.plugin [-] Segment 554c13ab-a93a-4159-9bec-e4da775f46cf resource provider aggregate not found 2026-07-08 22:50:10.725 7 INFO neutron.services.segments.plugin [-] Segment 554c13ab-a93a-4159-9bec-e4da775f46cf resource provider aggregate not found 2026-07-08 22:50:10.735 7 INFO neutron.services.segments.plugin [-] Segment 554c13ab-a93a-4159-9bec-e4da775f46cf 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 554c13ab-a93a-4159-9bec-e4da775f46cf found for delete ", "request_id": "req-0e975a0f-518d-4b89-80c4-6cd6c46c9b5a"}]} 2026-07-08 22:50:10.743 7 INFO neutron.services.segments.plugin [-] Segment 554c13ab-a93a-4159-9bec-e4da775f46cf 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 554c13ab-a93a-4159-9bec-e4da775f46cf found for delete ", "request_id": "req-455bc2b2-2479-467b-8500-cf19a11afe6c"}]} [pid: 8|app: 0|req: 1232/2532] 10.0.0.145 () {34 vars in 990 bytes} [Wed Jul 8 22:50:14 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2533] 10.0.0.145 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:14 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2534] 10.0.0.67 () {34 vars in 677 bytes} [Wed Jul 8 22:50:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2535] 10.0.0.67 () {34 vars in 677 bytes} [Wed Jul 8 22:50:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2536] 10.0.0.67 () {34 vars in 677 bytes} [Wed Jul 8 22:50:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2537] 10.0.0.67 () {34 vars in 677 bytes} [Wed Jul 8 22:50:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2538] 10.0.0.67 () {34 vars in 677 bytes} [Wed Jul 8 22:50:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2539] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:50:14 2026] PUT /v2.0/policies/133f327b-1049-4c37-be73-790134c98b65/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2540] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:50:14 2026] PUT /v2.0/policies/2b3c7c7f-a47b-4013-9bbb-6ad631b15825/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2541] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:50:14 2026] PUT /v2.0/policies/e836d595-e639-4092-925a-a7ae80b1002e/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2542] 10.0.0.67 () {34 vars in 752 bytes} [Wed Jul 8 22:50:14 2026] PUT /v2.0/policies/b83d2761-c535-4c5b-a3f6-c9800f4b732f/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2543] 10.0.0.67 () {32 vars in 673 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2544] 10.0.0.67 () {32 vars in 687 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2545] 10.0.0.67 () {32 vars in 683 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2546] 10.0.0.67 () {32 vars in 695 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2547] 10.0.0.67 () {32 vars in 681 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2548] 10.0.0.67 () {32 vars in 695 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2549] 10.0.0.67 () {32 vars in 691 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2550] 10.0.0.67 () {32 vars in 703 bytes} [Wed Jul 8 22:50:15 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2551] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:50:15 2026] DELETE /v2.0/qos/policies/133f327b-1049-4c37-be73-790134c98b65 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2552] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:50:16 2026] DELETE /v2.0/qos/policies/2b3c7c7f-a47b-4013-9bbb-6ad631b15825 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2553] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:50:16 2026] DELETE /v2.0/qos/policies/e836d595-e639-4092-925a-a7ae80b1002e => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2554] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:50:16 2026] DELETE /v2.0/qos/policies/b83d2761-c535-4c5b-a3f6-c9800f4b732f => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2555] 10.0.0.67 () {32 vars in 733 bytes} [Wed Jul 8 22:50:16 2026] DELETE /v2.0/qos/policies/65fef0e5-212f-4cb9-98f4-d2b4c2d38720 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2556] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:17 2026] GET /v2.0/security-groups?tenant_id=e9cb65d73d894909ab6a8209b37f815b&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2557] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:17 2026] DELETE /v2.0/security-groups/f2540712-ec3c-4bf7-8e87-45d5dd4485b7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2558] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:17 2026] GET /v2.0/security-groups?tenant_id=4ea7b8b9370d4b9b8db4428b5cb8f695&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2559] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:17 2026] DELETE /v2.0/security-groups/e2409c9c-0928-4716-afc7-72f9d4ee3a6e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2560] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:17 2026] GET /v2.0/security-groups?tenant_id=88b9326120414b579d35b935d1741dad&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2561] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:18 2026] DELETE /v2.0/security-groups/6fe29d5f-8a88-4444-8d90-b0e72d999689 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:22.489 8 INFO neutron.db.segments_db [None req-a96f8e3f-918f-48ba-9bf6-e26e6b28cd57 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Added segment 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 of type vxlan for network d5244fb0-207f-41b3-b472-d808ed53776f [pid: 8|app: 0|req: 1247/2562] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:50:22 2026] POST /v2.0/networks => generated 632 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2563] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:50:22 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 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: 1318/2566] 10.0.0.67 () {34 vars in 665 bytes} [Wed Jul 8 22:50:22 2026] POST /v2.0/trunks => generated 407 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-08 22:50:23.150 8 INFO neutron.db.segments_db [None req-d4686082-89a0-47fb-8b8f-ecb18d8c777f 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Added segment 61d1b9f9-39fa-4b69-b14d-0612a0fca606 of type vxlan for network e9910120-8c01-4b12-ade0-f6c752e3b616 [pid: 8|app: 0|req: 1249/2567] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:50:23 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2568] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:50:23 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2569] 10.0.0.67 () {34 vars in 665 bytes} [Wed Jul 8 22:50:23 2026] POST /v2.0/trunks => generated 407 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 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-08 22:50:23.826 7 INFO neutron.db.segments_db [None req-33c4fca3-d6dc-45d4-b581-7ec475a1c32f 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Added segment 6df11f1a-3d72-4c7e-a797-954a81a9eaac of type vxlan for network 7302935a-472e-4a7f-9745-f88a24ccf99f [pid: 7|app: 0|req: 1320/2570] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:50:23 2026] POST /v2.0/networks => generated 630 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2571] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:50:23 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2572] 10.0.0.67 () {34 vars in 665 bytes} [Wed Jul 8 22:50:24 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 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-08 22:50:24.461 8 INFO neutron.db.segments_db [None req-53abd5ec-3fc9-4c32-a3c0-2dff20e4adc9 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Added segment c4385621-b356-4852-aadc-e170680f7be4 of type vxlan for network 08def27a-ab46-43a8-a22b-8ceb080a0931 [pid: 8|app: 0|req: 1252/2573] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:50:24 2026] POST /v2.0/networks => generated 632 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2574] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:50:24 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2575] 10.0.0.67 () {34 vars in 665 bytes} [Wed Jul 8 22:50:24 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 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-08 22:50:25.098 7 INFO neutron.db.segments_db [None req-e9c34845-5403-4007-bcbf-a8fea9ec4207 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Added segment 411e1ca4-e186-4771-88fc-8037cc347eda of type vxlan for network 68ce9a6a-bf69-4fcd-a275-271c5d87ab97 [pid: 8|app: 0|req: 1254/2576] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1323/2577] 10.0.0.67 () {34 vars in 669 bytes} [Wed Jul 8 22:50:25 2026] POST /v2.0/networks => generated 632 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2578] 10.0.0.67 () {34 vars in 663 bytes} [Wed Jul 8 22:50:25 2026] POST /v2.0/ports => generated 743 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2579] 10.0.0.67 () {34 vars in 665 bytes} [Wed Jul 8 22:50:25 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 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: 1256/2580] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:50:25 2026] PUT /v2.0/trunks/3b5bea63-7413-4b4e-b114-b1061ba92152/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2581] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:50:25 2026] PUT /v2.0/trunks/05cc7c28-cd59-4e55-b965-cddf5a251552/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2582] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:50:25 2026] PUT /v2.0/trunks/c56e26e8-9269-4180-b6b3-ce30ca5316d8/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2583] 10.0.0.67 () {34 vars in 748 bytes} [Wed Jul 8 22:50:25 2026] PUT /v2.0/trunks/2f33e5ea-17fb-41bf-9e73-c95a9814214e/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2584] 10.0.0.67 () {32 vars in 661 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2585] 10.0.0.67 () {32 vars in 675 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2586] 10.0.0.67 () {32 vars in 671 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2587] 10.0.0.67 () {32 vars in 683 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2588] 10.0.0.67 () {32 vars in 669 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2589] 10.0.0.67 () {32 vars in 683 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2590] 10.0.0.67 () {32 vars in 679 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2591] 10.0.0.67 () {32 vars in 691 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2592] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/trunks/3b5bea63-7413-4b4e-b114-b1061ba92152 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2593] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:50:25 2026] GET /v2.0/ports/b846acee-f147-444f-bf91-3451754462a4 => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2594] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/trunks/3b5bea63-7413-4b4e-b114-b1061ba92152 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2595] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/trunks/05cc7c28-cd59-4e55-b965-cddf5a251552 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2596] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/ports/58e056c1-c968-4c31-89fb-3872250a6a2e => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2597] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/trunks/05cc7c28-cd59-4e55-b965-cddf5a251552 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2598] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/trunks/c56e26e8-9269-4180-b6b3-ce30ca5316d8 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2599] 10.0.0.32 () {30 vars in 689 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2600] 10.0.0.32 () {30 vars in 691 bytes} [Wed Jul 8 22:50:26 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: 8|app: 0|req: 1268/2601] 10.0.0.32 () {30 vars in 667 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2602] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/ports/e377a59e-316b-495a-85be-472e55b1895b => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2603] 10.0.0.32 () {30 vars in 703 bytes} [Wed Jul 8 22:50:26 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: 1269/2604] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/trunks/c56e26e8-9269-4180-b6b3-ce30ca5316d8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2605] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/trunks/2f33e5ea-17fb-41bf-9e73-c95a9814214e => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2606] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/ports/2287eadf-5213-4312-a798-12cf8f35d271 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2607] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/trunks/2f33e5ea-17fb-41bf-9e73-c95a9814214e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2608] 10.0.0.67 () {32 vars in 718 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/trunks/ca634e27-4dd0-4302-97c5-a2978b1bcd58 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2609] 10.0.0.67 () {32 vars in 716 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/ports/9702bffb-f794-42a4-bc78-385a324a6411 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2610] 10.0.0.67 () {32 vars in 721 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/trunks/ca634e27-4dd0-4302-97c5-a2978b1bcd58 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:26.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-af245b27-f618-4b45-8935-f1a6d38309e0 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] TaaS: Handle Delete Port: b846acee-f147-444f-bf91-3451754462a4 2026-07-08 22:50:26.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af245b27-f618-4b45-8935-f1a6d38309e0 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Tap Mirror: Handle Delete Port: b846acee-f147-444f-bf91-3451754462a4 [pid: 8|app: 0|req: 1273/2611] 10.0.0.32 () {28 vars in 438 bytes} [Wed Jul 8 22:50:26 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2612] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/ports/b846acee-f147-444f-bf91-3451754462a4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2613] 10.0.0.32 () {30 vars in 727 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 657 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2614] 10.0.0.32 () {30 vars in 689 bytes} [Wed Jul 8 22:50:26 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: 1276/2615] 10.0.0.32 () {30 vars in 691 bytes} [Wed Jul 8 22:50:26 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: 1277/2616] 10.0.0.32 () {30 vars in 667 bytes} [Wed Jul 8 22:50:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2617] 10.0.0.32 () {30 vars in 703 bytes} [Wed Jul 8 22:50:27 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: 1279/2618] 10.0.0.32 () {30 vars in 727 bytes} [Wed Jul 8 22:50:27 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:50:27.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-28335c15-c4e1-4de5-b8c7-333e28a6df06 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] TaaS: Handle Delete Port: 58e056c1-c968-4c31-89fb-3872250a6a2e 2026-07-08 22:50:27.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28335c15-c4e1-4de5-b8c7-333e28a6df06 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Tap Mirror: Handle Delete Port: 58e056c1-c968-4c31-89fb-3872250a6a2e [pid: 7|app: 0|req: 1340/2619] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:50:26 2026] DELETE /v2.0/ports/58e056c1-c968-4c31-89fb-3872250a6a2e => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2620] 10.0.0.32 () {30 vars in 689 bytes} [Wed Jul 8 22:50:27 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: 8|app: 0|req: 1281/2621] 10.0.0.32 () {30 vars in 691 bytes} [Wed Jul 8 22:50:27 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: 8|app: 0|req: 1282/2622] 10.0.0.32 () {30 vars in 667 bytes} [Wed Jul 8 22:50:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2623] 10.0.0.32 () {30 vars in 703 bytes} [Wed Jul 8 22:50:27 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: 1284/2624] 10.0.0.32 () {30 vars in 729 bytes} [Wed Jul 8 22:50:27 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:50:27.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcc5e57b-e330-4663-90e4-396776f61db9 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] TaaS: Handle Delete Port: e377a59e-316b-495a-85be-472e55b1895b 2026-07-08 22:50:27.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc5e57b-e330-4663-90e4-396776f61db9 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Tap Mirror: Handle Delete Port: e377a59e-316b-495a-85be-472e55b1895b [pid: 8|app: 0|req: 1285/2625] 10.0.0.32 () {30 vars in 681 bytes} [Wed Jul 8 22:50:27 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: 1341/2626] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:50:27 2026] DELETE /v2.0/ports/e377a59e-316b-495a-85be-472e55b1895b => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:50:27.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1bc57ed-c872-4a0d-90bd-2d8467d70900 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] TaaS: Handle Delete Port: 2287eadf-5213-4312-a798-12cf8f35d271 2026-07-08 22:50:27.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1bc57ed-c872-4a0d-90bd-2d8467d70900 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Tap Mirror: Handle Delete Port: 2287eadf-5213-4312-a798-12cf8f35d271 [pid: 7|app: 0|req: 1342/2627] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:50:27 2026] DELETE /v2.0/ports/2287eadf-5213-4312-a798-12cf8f35d271 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2628] 10.0.0.32 () {34 vars in 703 bytes} [Wed Jul 8 22:50:27 2026] POST /v2.0/ports => generated 1132 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-08 22:50:27.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-11a46ef5-5fcd-4a7f-a982-5211ce43e810 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] TaaS: Handle Delete Port: 9702bffb-f794-42a4-bc78-385a324a6411 2026-07-08 22:50:27.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a46ef5-5fcd-4a7f-a982-5211ce43e810 7a1e60a72a1d40a296c0a9a63053b5c8 dda9410101ab48839942fd8189177685 - - default default] Tap Mirror: Handle Delete Port: 9702bffb-f794-42a4-bc78-385a324a6411 [pid: 7|app: 0|req: 1343/2629] 10.0.0.67 () {32 vars in 719 bytes} [Wed Jul 8 22:50:27 2026] DELETE /v2.0/ports/9702bffb-f794-42a4-bc78-385a324a6411 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 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-08 22:50:27.791 8 INFO neutron.services.segments.plugin [-] Segment 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 resource provider aggregate not found 2026-07-08 22:50:27.799 8 INFO neutron.services.segments.plugin [-] Segment 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 resource provider aggregate not found 2026-07-08 22:50:27.819 8 INFO neutron.services.segments.plugin [-] Segment 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 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 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 found for delete ", "request_id": "req-49fdbf5d-a72b-4cb3-9d16-e9515474521f"}]} 2026-07-08 22:50:27.822 8 INFO neutron.services.segments.plugin [-] Segment 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 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 9b2ebc3a-04cc-4926-821a-3ab7d6d88d40 found for delete ", "request_id": "req-fcaaa670-2ed4-433d-894d-b48d38f8fa98"}]} [pid: 8|app: 0|req: 1287/2630] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:50:27 2026] DELETE /v2.0/networks/d5244fb0-207f-41b3-b472-d808ed53776f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:50:27.969 7 INFO neutron.services.segments.plugin [-] Segment 61d1b9f9-39fa-4b69-b14d-0612a0fca606 resource provider aggregate not found 2026-07-08 22:50:27.973 7 INFO neutron.services.segments.plugin [-] Segment 61d1b9f9-39fa-4b69-b14d-0612a0fca606 resource provider aggregate not found 2026-07-08 22:50:27.991 7 INFO neutron.services.segments.plugin [-] Segment 61d1b9f9-39fa-4b69-b14d-0612a0fca606 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 61d1b9f9-39fa-4b69-b14d-0612a0fca606 found for delete ", "request_id": "req-5e1c5bfc-a168-4f55-bbdf-48dd6c4ae3e8"}]} 2026-07-08 22:50:27.992 7 INFO neutron.services.segments.plugin [-] Segment 61d1b9f9-39fa-4b69-b14d-0612a0fca606 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 61d1b9f9-39fa-4b69-b14d-0612a0fca606 found for delete ", "request_id": "req-1d08e26f-4442-46e6-a4d5-9ef8f4182e4d"}]} [pid: 7|app: 0|req: 1344/2631] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:50:27 2026] DELETE /v2.0/networks/e9910120-8c01-4b12-ade0-f6c752e3b616 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2632] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:50:28 2026] DELETE /v2.0/networks/7302935a-472e-4a7f-9745-f88a24ccf99f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2633] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:50:28 2026] DELETE /v2.0/networks/08def27a-ab46-43a8-a22b-8ceb080a0931 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2634] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:50:28 2026] DELETE /v2.0/networks/68ce9a6a-bf69-4fcd-a275-271c5d87ab97 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2635] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:29 2026] GET /v2.0/security-groups?tenant_id=dda9410101ab48839942fd8189177685&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2636] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:29 2026] DELETE /v2.0/security-groups/2aca67d2-898d-454a-978a-23d58d1ec7ef => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2637] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:29 2026] GET /v2.0/security-groups?tenant_id=d944caa0bc924b98bdd18a3291cb2ba0&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2638] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:29 2026] DELETE /v2.0/security-groups/d2f0b998-5fb7-478f-89fb-830733e55e2a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:29.847 8 INFO neutron.services.segments.plugin [-] Segment 6df11f1a-3d72-4c7e-a797-954a81a9eaac resource provider aggregate not found 2026-07-08 22:50:29.852 8 INFO neutron.services.segments.plugin [-] Segment 6df11f1a-3d72-4c7e-a797-954a81a9eaac resource provider aggregate not found 2026-07-08 22:50:29.872 8 INFO neutron.services.segments.plugin [-] Segment 6df11f1a-3d72-4c7e-a797-954a81a9eaac 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 6df11f1a-3d72-4c7e-a797-954a81a9eaac found for delete ", "request_id": "req-8f03ea97-946e-4a4b-bf27-1fd41b9bcc7b"}]} 2026-07-08 22:50:29.880 8 INFO neutron.services.segments.plugin [-] Segment 6df11f1a-3d72-4c7e-a797-954a81a9eaac 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 6df11f1a-3d72-4c7e-a797-954a81a9eaac found for delete ", "request_id": "req-8c2c3e95-ecbd-4d4b-a3d5-1ec5b0521261"}]} 2026-07-08 22:50:29.887 8 INFO neutron.services.segments.plugin [-] Segment 411e1ca4-e186-4771-88fc-8037cc347eda resource provider aggregate not found 2026-07-08 22:50:29.898 8 INFO neutron.services.segments.plugin [-] Segment 411e1ca4-e186-4771-88fc-8037cc347eda resource provider aggregate not found 2026-07-08 22:50:29.905 8 INFO neutron.services.segments.plugin [-] Segment 411e1ca4-e186-4771-88fc-8037cc347eda 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 411e1ca4-e186-4771-88fc-8037cc347eda found for delete ", "request_id": "req-12b0b678-6d33-4fe9-a3eb-e40d9231afac"}]} 2026-07-08 22:50:29.914 8 INFO neutron.services.segments.plugin [-] Segment 411e1ca4-e186-4771-88fc-8037cc347eda 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 411e1ca4-e186-4771-88fc-8037cc347eda found for delete ", "request_id": "req-1427ee28-0e64-4980-80db-d4eb42795c0b"}]} 2026-07-08 22:50:30.021 7 INFO neutron.services.segments.plugin [-] Segment c4385621-b356-4852-aadc-e170680f7be4 resource provider aggregate not found 2026-07-08 22:50:30.022 7 INFO neutron.services.segments.plugin [-] Segment c4385621-b356-4852-aadc-e170680f7be4 resource provider aggregate not found 2026-07-08 22:50:30.041 7 INFO neutron.services.segments.plugin [-] Segment c4385621-b356-4852-aadc-e170680f7be4 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 c4385621-b356-4852-aadc-e170680f7be4 found for delete ", "request_id": "req-6be4e490-30e1-4e13-a655-ede363afcda1"}]} 2026-07-08 22:50:30.064 7 INFO neutron.services.segments.plugin [-] Segment c4385621-b356-4852-aadc-e170680f7be4 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 c4385621-b356-4852-aadc-e170680f7be4 found for delete ", "request_id": "req-a01c0828-41fd-409b-9fe4-891a8a6ca720"}]} [pid: 7|app: 0|req: 1348/2639] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:29 2026] GET /v2.0/security-groups?tenant_id=f9dbf47ac4224f728866a2a146ad9da3&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2640] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:30 2026] DELETE /v2.0/security-groups/6127abb6-17e7-40fc-9a68-af0ee5754ba6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2641] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:50:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2642] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:50:30 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: 1350/2643] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:50:30 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: 1294/2644] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:50:30 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: 1351/2645] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:50:30 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2646] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:50:30 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: 1352/2647] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:50:30 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: 1296/2648] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:50:30 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: 1353/2649] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:50:30 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) 2026-07-08 22:50:31.019 8 INFO neutron.api.v2.resource [None req-eefbb195-f442-4008-b146-8fb9d6370c48 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2650] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:50:31 2026] GET /v2.0/security-groups/lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2651] 199.19.213.181 () {30 vars in 785 bytes} [Wed Jul 8 22:50:31 2026] GET /v2.0/security-groups?name=lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2652] 199.19.213.181 () {34 vars in 736 bytes} [Wed Jul 8 22:50:31 2026] POST /v2.0/security-groups => generated 1638 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2653] 199.19.213.181 () {30 vars in 815 bytes} [Wed Jul 8 22:50:31 2026] GET /v2.0/security-group-rules?security_group_id=1c53553b-0114-406c-902d-0fd106f53e87 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2654] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:50:31 2026] PUT /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2655] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:50:31 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: 8|app: 0|req: 1300/2656] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:50:31 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: 1357/2657] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:50:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2658] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:50:31 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: 1358/2659] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:50:31 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1302/2660] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:50:33 2026] POST /v2.0/floatingips => generated 552 bytes in 668 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2661] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:50:34 2026] PUT /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2662] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2663] 10.0.0.67 () {34 vars in 769 bytes} [Wed Jul 8 22:50:34 2026] PUT /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2664] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2665] 10.0.0.67 () {34 vars in 765 bytes} [Wed Jul 8 22:50:34 2026] PUT /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2666] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2667] 10.0.0.67 () {34 vars in 787 bytes} [Wed Jul 8 22:50:34 2026] PUT /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2668] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2669] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:50:34 2026] PUT /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2670] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2671] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:34.824 8 INFO neutron.api.v2.resource [None req-fa7155fb-27de-4fd4-b455-6cab066901d7 62f795238e2a412aa2fc4a5ce61bfb5f 6cdbb66b590f4baba779b44025f783ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2672] 10.0.0.67 () {32 vars in 750 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2673] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:50:34 2026] DELETE /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2674] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:34 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:50:34.963 7 INFO neutron.api.v2.resource [None req-94523210-f6fa-4a74-9921-195f5506bffe 62f795238e2a412aa2fc4a5ce61bfb5f 6cdbb66b590f4baba779b44025f783ea - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1366/2675] 10.0.0.67 () {32 vars in 753 bytes} [Wed Jul 8 22:50:34 2026] DELETE /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2676] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:50:34 2026] DELETE /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2677] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:35 2026] GET /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:50:35.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-19c9ee01-94e4-43f8-b7b9-327ec3b97dc7 62f795238e2a412aa2fc4a5ce61bfb5f 6cdbb66b590f4baba779b44025f783ea - - default default] TaaS: Handle Delete Port: d1fdf1f1-2d82-465d-8e07-0856a65f7538 2026-07-08 22:50:35.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19c9ee01-94e4-43f8-b7b9-327ec3b97dc7 62f795238e2a412aa2fc4a5ce61bfb5f 6cdbb66b590f4baba779b44025f783ea - - default default] Tap Mirror: Handle Delete Port: d1fdf1f1-2d82-465d-8e07-0856a65f7538 [pid: 8|app: 0|req: 1311/2678] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:50:35 2026] DELETE /v2.0/floatingips/0f5aba0e-a0a8-40f9-958a-960e413aca1b => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2679] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:35 2026] GET /v2.0/security-groups?tenant_id=39c2e31ecfcd4e4fa351c236058cfac8&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2680] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:36 2026] DELETE /v2.0/security-groups/bfdbca02-a95c-48b9-af6e-f7686715f58f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2681] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:36 2026] GET /v2.0/security-groups?tenant_id=6cdbb66b590f4baba779b44025f783ea&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2682] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:36 2026] DELETE /v2.0/security-groups/459b2306-4915-4d6f-b63c-04081e972d48 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2685] 10.0.0.176 () {34 vars in 1016 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/security-groups?id=9b280a39-8be1-4f4f-a237-5bb75607324c&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: 1315/2686] 10.0.0.176 () {34 vars in 982 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/networks?id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2687] 10.0.0.176 () {34 vars in 965 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/quotas/dc5bee607a4d4f778f84dc1d3ee06d11 => 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: 1316/2688] 10.0.0.176 () {34 vars in 1002 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2689] 10.0.0.176 () {34 vars in 1008 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?fields=segments => generated 14 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2690] 10.0.0.67 () {34 vars in 675 bytes} [Wed Jul 8 22:50:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2691] 10.0.0.176 () {34 vars in 1108 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1318/2692] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:50:39 2026] PUT /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2693] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2694] 10.0.0.67 () {34 vars in 769 bytes} [Wed Jul 8 22:50:39 2026] PUT /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2695] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2696] 10.0.0.67 () {34 vars in 765 bytes} [Wed Jul 8 22:50:39 2026] PUT /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2697] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:39 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2698] 10.0.0.67 () {34 vars in 787 bytes} [Wed Jul 8 22:50:39 2026] PUT /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2699] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2700] 10.0.0.67 () {34 vars in 758 bytes} [Wed Jul 8 22:50:40 2026] PUT /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2701] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2702] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:50:40.269 7 INFO neutron.api.v2.resource [None req-a21cc787-8f27-413c-85df-ed662c11b907 cf746585d2ad491db4929fc23b9bf3db be2a58f12c204cce80868d580f3f557c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1380/2703] 10.0.0.67 () {32 vars in 750 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2704] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:50:40 2026] DELETE /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2705] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:50:40.384 8 INFO neutron.api.v2.resource [None req-ad9dcb85-5bef-4f18-afb2-6ed6f144b2be cf746585d2ad491db4929fc23b9bf3db be2a58f12c204cce80868d580f3f557c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1325/2706] 10.0.0.67 () {32 vars in 753 bytes} [Wed Jul 8 22:50:40 2026] DELETE /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2707] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2708] 10.0.0.67 () {32 vars in 741 bytes} [Wed Jul 8 22:50:40 2026] DELETE /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2709] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2710] 10.0.0.67 () {32 vars in 738 bytes} [Wed Jul 8 22:50:40 2026] GET /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2711] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:50:40 2026] DELETE /v2.0/subnetpools/1863842e-67df-4a78-a4a5-026f2083c677 => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2712] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:41 2026] GET /v2.0/security-groups?tenant_id=f8efe59de953496da33a9850180becbe&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2713] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:41 2026] DELETE /v2.0/security-groups/d1c4abff-545c-4857-992c-a6781aefa21d => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2714] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:41 2026] GET /v2.0/security-groups?tenant_id=be2a58f12c204cce80868d580f3f557c&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2715] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:41 2026] DELETE /v2.0/security-groups/ddd89865-29ba-427c-9ce2-5057f500d47e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2716] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:43 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2717] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:43 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2718] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:50:44 2026] GET /v2.0/networks?id=4f62102e-bbc5-410d-92fb-73617c2d0d56 => generated 735 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2719] 199.19.213.181 () {34 vars in 1050 bytes} [Wed Jul 8 22:50:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11 => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2720] 199.19.213.181 () {38 vars in 955 bytes} [Wed Jul 8 22:50:44 2026] POST /v2.0/ports => generated 1078 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2721] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:50:44 2026] PUT /v2.0/ports/8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => generated 1239 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:50:45.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d96c1cdd-ebe7-4e9d-a4b7-60e35ca796d1'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '8fd3d1a8-36f8-4467-8b50-2b754ce074c0', 'status': 'completed', 'code': 200} /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: 1389/2722] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:45 2026] GET /v2.0/security-groups?tenant_id=39a9944f4194403f93176524a9ddce99&name=default => generated 2929 bytes in 191 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: 1390/2723] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:50:45 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2724] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:45 2026] DELETE /v2.0/security-groups/5d6cba21-3dae-43fa-b370-0b7fb4a7df44 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2725] 199.19.213.181 () {34 vars in 1018 bytes} [Wed Jul 8 22:50:45 2026] GET /v2.0/networks?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2726] 199.19.213.181 () {34 vars in 930 bytes} [Wed Jul 8 22:50:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2727] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:50:46 2026] GET /v2.0/security-groups?tenant_id=29d4d68347ba4720bf6983b070ce5d8a&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2728] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:46 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2729] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:50:46 2026] DELETE /v2.0/security-groups/7d8f4fb7-ad93-4d53-a113-92db5f488a85 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2730] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:46 2026] GET /v2.0/security-groups?id=9b280a39-8be1-4f4f-a237-5bb75607324c&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2731] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:46 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2732] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:50:47 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2733] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:50:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2734] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:50:47 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2735] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:50:47 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2736] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:50:47 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2737] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:50:47 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1398/2738] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:49 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2739] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:49 2026] GET /v2.0/security-groups?id=9b280a39-8be1-4f4f-a237-5bb75607324c&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2740] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:49 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2741] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:50:51 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2742] 199.19.213.181 () {34 vars in 1044 bytes} [Wed Jul 8 22:50:51 2026] GET /v2.0/security-groups?id=9b280a39-8be1-4f4f-a237-5bb75607324c&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: 1343/2743] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:52 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2744] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:52 2026] GET /v2.0/security-groups?id=9b280a39-8be1-4f4f-a237-5bb75607324c&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2745] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:52 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => 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: 1346/2748] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:55 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2749] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:50:55 2026] GET /v2.0/security-groups?id=9b280a39-8be1-4f4f-a237-5bb75607324c&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2750] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:50:55 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2755] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:51:30 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: 1406/2756] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:51:30 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: 1351/2757] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:51:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2758] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:51:30 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: 1352/2759] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:51:30 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2760] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:51:30 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2761] 199.19.213.181 () {34 vars in 717 bytes} [Wed Jul 8 22:51:30 2026] POST /v2.0/ports => generated 1059 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2762] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:51:30 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2763] 10.0.0.176 () {34 vars in 907 bytes} [Wed Jul 8 22:51:30 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: 1410/2764] 199.19.213.181 () {34 vars in 1262 bytes} [Wed Jul 8 22:51:31 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2765] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:51:31 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1411/2766] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:51:31 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2767] 199.19.213.181 () {34 vars in 975 bytes} [Wed Jul 8 22:51:32 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2768] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:51:32 2026] GET /v2.0/networks?id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2769] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:51:32 2026] PUT /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1249 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:51:33.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df80ee05-c818-4956-b875-8955c8d519e0'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '7a2c3efe-784f-49ee-b6a7-75191e2a4655', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1413/2770] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2771] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/networks?id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2772] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1359/2773] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2774] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 1360/2775] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1416/2776] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:51:33 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2777] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:51:34 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2778] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2779] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:51:34 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2780] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2781] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1419/2782] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1364/2783] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1420/2784] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2785] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 7|app: 0|req: 1421/2786] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1366/2787] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:51:35 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1368/2790] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:51:39 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1251 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2791] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:51:39 2026] PUT /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1276 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:51:39.636 8 INFO neutron.api.v2.resource [None req-98c4772b-7eff-4f44-9fca-0796241f8673 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1369/2792] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:51:39 2026] GET /v2.0/security-groups/lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => 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: 1424/2793] 199.19.213.181 () {30 vars in 785 bytes} [Wed Jul 8 22:51:39 2026] GET /v2.0/security-groups?name=lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:51:39.679 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-871d4c28-348d-43cf-b892-a13d34638823'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '7a2c3efe-784f-49ee-b6a7-75191e2a4655', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1370/2794] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:51:39 2026] PUT /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1314 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:51:39.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d0223f2-0bed-4605-8eeb-7baf1a604f4a'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '7a2c3efe-784f-49ee-b6a7-75191e2a4655', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1425/2795] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:51:40 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) /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: 1371/2796] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:51:40 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: 1426/2797] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:51:40 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: 1372/2798] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:51:40 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: 1427/2799] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2800] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => 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: 1373/2801] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2802] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2803] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/networks?id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2804] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2805] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1376/2806] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2807] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => 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: 1377/2808] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 7|app: 0|req: 1432/2809] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => 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: 1433/2810] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2811] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2812] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:51:40 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1379/2813] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2814] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/networks?id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2815] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2816] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2817] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 1437/2818] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1382/2819] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:51:41 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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) 2026-07-08 22:51:48.734 7 INFO neutron.db.l3_db [None req-8bf084a5-7e08-474e-a0cf-8198533d045a e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Floating IP 4f9e832a-e70f-4586-b8b4-50be110c1098 associated. External IP: 10.96.250.208, port: af449042-9c37-4e73-911d-fac49a82f138. [pid: 7|app: 0|req: 1438/2820] 10.0.0.67 () {34 vars in 676 bytes} [Wed Jul 8 22:51:48 2026] POST /v2.0/floatingips => generated 899 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2821] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:51:51 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: 1439/2822] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:51:51 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: 8|app: 0|req: 1384/2823] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:51:51 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: 1440/2824] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:51:51 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-08 22:51:51.888 8 INFO neutron.api.v2.resource [None req-de01cad3-4e50-455a-b62c-ac6a47debb1a b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1385/2825] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:51:51 2026] GET /v2.0/security-groups/lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => 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: 1441/2826] 199.19.213.181 () {30 vars in 785 bytes} [Wed Jul 8 22:51:51 2026] GET /v2.0/security-groups?name=lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2827] 199.19.213.181 () {30 vars in 815 bytes} [Wed Jul 8 22:51:51 2026] GET /v2.0/security-group-rules?security_group_id=1c53553b-0114-406c-902d-0fd106f53e87 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2828] 199.19.213.181 () {34 vars in 747 bytes} [Wed Jul 8 22:51:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2829] 199.19.213.181 () {34 vars in 747 bytes} [Wed Jul 8 22:51:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2832] 10.0.0.32 () {30 vars in 689 bytes} [Wed Jul 8 22:52:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2833] 10.0.0.32 () {30 vars in 691 bytes} [Wed Jul 8 22:52:00 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: 1445/2834] 10.0.0.32 () {30 vars in 667 bytes} [Wed Jul 8 22:52: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: 1390/2835] 10.0.0.32 () {30 vars in 703 bytes} [Wed Jul 8 22:52:01 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: 1446/2836] 10.0.0.32 () {28 vars in 438 bytes} [Wed Jul 8 22:52:01 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: 1391/2837] 10.0.0.32 () {30 vars in 727 bytes} [Wed Jul 8 22:52:01 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2838] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:02 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: 1392/2839] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:02 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: 1448/2840] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:02 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: 1393/2841] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:02 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: 1449/2842] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:02 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2843] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:02 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2844] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:02 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: 1395/2845] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:02 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: 1451/2846] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:02 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: 1396/2847] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:02 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: 1452/2848] 199.19.213.181 () {34 vars in 717 bytes} [Wed Jul 8 22:52:02 2026] POST /v2.0/ports => generated 1328 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2849] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:52:02 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1328 bytes in 46 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: 1453/2850] 199.19.213.181 () {34 vars in 1262 bytes} [Wed Jul 8 22:52:04 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2851] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:04 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1454/2852] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:04 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1399/2853] 199.19.213.181 () {34 vars in 975 bytes} [Wed Jul 8 22:52:04 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2854] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:04 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2855] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:52:04 2026] PUT /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1518 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:52:05.298 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2177df4a-98df-46f9-8af6-13e3131d5686'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '5543d867-c02e-4506-8ead-00a3a48079f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/2856] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:05 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4096 bytes in 47 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: 1401/2857] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:05 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2858] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => 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: 1402/2859] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A122&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2860] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:52:05 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d&id=8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2861] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:06 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2862] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:06 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2863] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:06 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1460/2864] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:06 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1405/2865] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4096 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2866] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2867] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2868] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&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: 1407/2869] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1463/2870] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1408/2871] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1464/2872] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2873] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 7|app: 0|req: 1465/2874] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2875] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1466/2876] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => 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: 1411/2877] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A122&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => 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: 1467/2878] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d&id=8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2879] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2880] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 1413/2883] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1471/2884] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:07 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1414/2885] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2886] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb => 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: 1415/2887] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2888] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/subnets/8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2889] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52: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: 1474/2890] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:12 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: 1417/2891] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:12 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: 1475/2892] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2893] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2894] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2895] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1477/2896] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2897] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2898] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2899] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:12 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2900] 10.0.0.32 () {30 vars in 689 bytes} [Wed Jul 8 22:52: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: 1422/2901] 10.0.0.32 () {30 vars in 691 bytes} [Wed Jul 8 22:52:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2902] 10.0.0.32 () {30 vars in 667 bytes} [Wed Jul 8 22:52: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: 1423/2903] 10.0.0.32 () {30 vars in 703 bytes} [Wed Jul 8 22:52:17 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: 1481/2904] 10.0.0.32 () {28 vars in 438 bytes} [Wed Jul 8 22:52:17 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: 1424/2905] 10.0.0.32 () {30 vars in 727 bytes} [Wed Jul 8 22:52:17 2026] GET /v2.0/subnets/8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2906] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:18 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: 1425/2907] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:18 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: 1483/2908] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:18 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: 1426/2909] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:18 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: 1484/2910] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:18 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2911] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:18 2026] GET /v2.0/subnets/8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2912] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:18 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4098 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2913] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:18 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: 1486/2914] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:18 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: 1429/2915] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:18 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: 1487/2916] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:18 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: 1430/2917] 199.19.213.181 () {34 vars in 717 bytes} [Wed Jul 8 22:52:18 2026] POST /v2.0/ports => generated 1332 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2918] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:52:19 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1332 bytes in 40 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: 1431/2919] 10.0.0.176 () {34 vars in 907 bytes} [Wed Jul 8 22:52:19 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: 1489/2920] 199.19.213.181 () {34 vars in 1262 bytes} [Wed Jul 8 22:52:20 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2921] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:20 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1490/2922] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:20 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1433/2923] 199.19.213.181 () {34 vars in 975 bytes} [Wed Jul 8 22:52:20 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2924] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:20 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2925] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:52:20 2026] PUT /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1522 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:52:21.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5805c2e6-b677-4884-9825-970e0bb22fbc'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': 'f00c057b-8774-408c-96bc-8452204770d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1492/2926] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:21 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 5612 bytes in 61 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: 1435/2927] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:21 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2928] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=f00c057b-8774-408c-96bc-8452204770d6 => 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: 1436/2929] 199.19.213.181 () {34 vars in 1106 bytes} [Wed Jul 8 22:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=f00c057b-8774-408c-96bc-8452204770d6 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2930] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:52:22 2026] GET /v2.0/subnets?id=1f179cd1-9b68-4824-a80d-32c35c9d5404&id=8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2931] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:22 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2932] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:22 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2933] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:22 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1496/2934] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:22 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 7|app: 0|req: 1498/2937] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 5612 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2938] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => 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: 1499/2939] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2940] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&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: 7|app: 0|req: 1500/2941] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2942] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2943] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1443/2944] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2945] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 8|app: 0|req: 1444/2946] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2947] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1445/2948] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => 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: 1504/2949] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A122&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => 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: 1446/2950] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d&id=8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2951] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2952] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 1506/2953] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:23 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2954] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2955] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=f00c057b-8774-408c-96bc-8452204770d6 => 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: 1449/2956] 199.19.213.181 () {34 vars in 1106 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=f00c057b-8774-408c-96bc-8452204770d6 => 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: 1508/2957] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/subnets?id=1f179cd1-9b68-4824-a80d-32c35c9d5404&id=8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 1415 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2958] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&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: 7|app: 0|req: 1509/2959] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&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: 1451/2960] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1510/2961] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:24 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 8|app: 0|req: 1452/2962] 10.0.0.176 () {34 vars in 971 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2963] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2964] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/subnets/8420c930-738c-4b61-99e5-ae5fe7a362d8 => 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: 1512/2965] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/subnets/1f179cd1-9b68-4824-a80d-32c35c9d5404 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2966] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1520 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2967] 199.19.213.181 () {34 vars in 790 bytes} [Wed Jul 8 22:52:28 2026] PUT /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1255 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:52:28.709 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe9bfc4-fa1b-498a-a9de-993680d0fa81'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '5543d867-c02e-4506-8ead-00a3a48079f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1455/2968] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 797 bytes in 43 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: 1514/2969] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2970] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:28 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: 7|app: 0|req: 1515/2971] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:28 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: 1457/2972] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:28 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: 1516/2973] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:28 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: 1458/2974] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2975] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2976] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:28 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2977] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1460/2978] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2979] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2980] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2981] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2982] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2983] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2984] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2985] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 1464/2986] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1523/2987] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:29 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1466/2990] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:42 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: 1525/2991] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:42 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: 1467/2992] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:42 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: 1526/2993] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2994] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:42 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2995] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:42 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2996] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:42 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: 7|app: 0|req: 1528/2997] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:42 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: 1470/2998] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:42 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: 1529/2999] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:42 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: 1471/3000] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:42 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3001] 199.19.213.181 () {34 vars in 790 bytes} [Wed Jul 8 22:52:42 2026] PUT /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1311 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:52:43.704 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae7eb864-40f8-4cde-8b2f-a28a0a70eb63'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': 'f00c057b-8774-408c-96bc-8452204770d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1472/3002] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:43 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5 => generated 798 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: 7|app: 0|req: 1531/3003] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:43 2026] GET /v2.0/subnets/1f179cd1-9b68-4824-a80d-32c35c9d5404 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3004] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:43 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1347 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3005] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:52:43 2026] PUT /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1080 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3006] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5 => generated 798 bytes in 39 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: 1533/3007] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3008] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4977 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3009] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3010] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3011] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3012] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:44 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 7|app: 0|req: 1536/3013] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:45 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:52:45.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91ff839d-4535-42c0-8f5c-062619ff150f'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': 'f00c057b-8774-408c-96bc-8452204770d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/3014] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3015] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3016] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3017] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1480/3018] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3019] 199.19.213.181 () {34 vars in 975 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3020] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6?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: 7|app: 0|req: 1540/3021] 199.19.213.181 () {34 vars in 1016 bytes} [Wed Jul 8 22:52:46 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3022] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:52:46 2026] PUT /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 917 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3023] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:47 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3869 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-08 22:52:47.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-c190520b-cddf-4dc8-ab18-b61cb4207091 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: f00c057b-8774-408c-96bc-8452204770d6 2026-07-08 22:52:47.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c190520b-cddf-4dc8-ab18-b61cb4207091 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: f00c057b-8774-408c-96bc-8452204770d6 [pid: 8|app: 0|req: 1483/3024] 199.19.213.181 () {32 vars in 759 bytes} [Wed Jul 8 22:52:47 2026] DELETE /v2.0/ports/f00c057b-8774-408c-96bc-8452204770d6 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3025] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:47 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: 1484/3026] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:47 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: 1543/3027] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:47 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: 1485/3028] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3029] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:47 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3030] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:47 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3031] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1487/3032] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1546/3033] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3034] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => 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: 1547/3035] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1489/3036] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3037] 199.19.213.181 () {34 vars in 1226 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/networks?id=4f62102e-bbc5-410d-92fb-73617c2d0d56&id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&id=46a50fc9-62b1-4d55-bbdb-6126733119fb&id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 3096 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3038] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3039] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3040] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3041] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1492/3042] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1551/3043] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1493/3044] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3045] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 1494/3046] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3047] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3048] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=5543d867-c02e-4506-8ead-00a3a48079f6 => 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: 1554/3049] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:49 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3050] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:49 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3051] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:49 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3052] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:49 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3053] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3054] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3055] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:52 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: 1499/3056] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:52 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: 1558/3057] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:52 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3869 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3058] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:52 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: 1559/3059] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:52 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: 1501/3060] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:52 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: 1560/3061] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:52 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: 1562/3064] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:52 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3065] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:52:52 2026] PUT /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1080 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:52:53.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c5a9719-8825-41d4-b81a-aed4f8772c0f'] response: {'name': 'network-changed', 'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'tag': '5543d867-c02e-4506-8ead-00a3a48079f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/3066] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 797 bytes in 61 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: 1504/3067] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3068] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3069] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3070] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3071] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1566/3072] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:53 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1507/3073] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:54 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3074] 199.19.213.181 () {34 vars in 975 bytes} [Wed Jul 8 22:52:55 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3075] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:52:55 2026] GET /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3076] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:55 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3077] 199.19.213.181 () {34 vars in 1016 bytes} [Wed Jul 8 22:52:55 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3078] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:52:55 2026] PUT /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 917 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3079] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:52:56 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 40 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-08 22:52:56.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-52a45ae0-4a7a-4c1c-a47c-203e337c7989 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 5543d867-c02e-4506-8ead-00a3a48079f6 2026-07-08 22:52:56.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52a45ae0-4a7a-4c1c-a47c-203e337c7989 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 5543d867-c02e-4506-8ead-00a3a48079f6 [pid: 7|app: 0|req: 1570/3080] 199.19.213.181 () {32 vars in 759 bytes} [Wed Jul 8 22:52:56 2026] DELETE /v2.0/ports/5543d867-c02e-4506-8ead-00a3a48079f6 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3081] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:52:56 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: 7|app: 0|req: 1571/3082] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:52:56 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: 1512/3083] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:52:56 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: 1572/3084] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:52:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3085] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1573/3086] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3087] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3088] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3089] 199.19.213.181 () {30 vars in 743 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3090] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3091] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1576/3092] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3093] 199.19.213.181 () {34 vars in 1146 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/networks?id=4f62102e-bbc5-410d-92fb-73617c2d0d56&id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 2309 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3094] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => 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: 1518/3095] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => 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: 1578/3096] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&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: 1519/3097] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3098] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1520/3099] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.234&port_id=7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3100] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/subnets?id=33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3101] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/ports?network_id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57&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: 1581/3102] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3103] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:52:57 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?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: 1524/3106] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:53:08 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: 1583/3107] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:53:08 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: 1525/3108] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:53:08 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: 1584/3109] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:53:08 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) 2026-07-08 22:53:08.833 8 INFO neutron.api.v2.resource [None req-a81b3969-3d71-49a6-972a-cf02247196f2 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3110] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:53:08 2026] GET /v2.0/security-groups/lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => 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: 1585/3111] 199.19.213.181 () {30 vars in 785 bytes} [Wed Jul 8 22:53:08 2026] GET /v2.0/security-groups?name=lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 2865 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3112] 199.19.213.181 () {30 vars in 815 bytes} [Wed Jul 8 22:53:08 2026] GET /v2.0/security-group-rules?security_group_id=1c53553b-0114-406c-902d-0fd106f53e87 => generated 2334 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3113] 199.19.213.181 () {32 vars in 789 bytes} [Wed Jul 8 22:53:08 2026] DELETE /v2.0/security-group-rules/3e754290-a996-49e4-9dd7-06b1d7a87f77 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3114] 199.19.213.181 () {32 vars in 789 bytes} [Wed Jul 8 22:53:09 2026] DELETE /v2.0/security-group-rules/5f32fbd8-d448-4a9a-9457-414eb2195588 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:12.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba6be40e-5390-491d-9558-c9d5b2cb7892 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 88e0ff93-d6e8-4df6-a941-e24f57c99674 2026-07-08 22:53:12.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba6be40e-5390-491d-9558-c9d5b2cb7892 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 88e0ff93-d6e8-4df6-a941-e24f57c99674 2026-07-08 22:53:12.958 7 INFO neutron.db.l3_db [None req-ba6be40e-5390-491d-9558-c9d5b2cb7892 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Floating IP 4f9e832a-e70f-4586-b8b4-50be110c1098 disassociated (deleted). External IP: 10.96.250.208, port: af449042-9c37-4e73-911d-fac49a82f138. [pid: 7|app: 0|req: 1587/3115] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:53:12 2026] DELETE /v2.0/floatingips/4f9e832a-e70f-4586-b8b4-50be110c1098 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:13.293 8 INFO neutron.api.v2.resource [None req-bbd954df-fec7-44fc-a44e-45647a11895e e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3116] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:53:13 2026] GET /v2.0/floatingips/4f9e832a-e70f-4586-b8b4-50be110c1098 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3117] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3118] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3119] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:53:15 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: 1531/3120] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:53:15 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-08 22:53:15.573 7 INFO neutron.api.v2.resource [None req-e81989d6-1860-4a70-9e6c-a6380d1f3566 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3121] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/security-groups/lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3122] 199.19.213.181 () {30 vars in 785 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/security-groups?name=lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3123] 199.19.213.181 () {30 vars in 815 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/security-group-rules?security_group_id=1c53553b-0114-406c-902d-0fd106f53e87 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3124] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:53:15 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: 1592/3125] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:53:15 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: 1534/3126] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:53:15 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: 1593/3127] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:53:15 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: 1535/3128] 199.19.213.181 () {30 vars in 741 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => 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: 1594/3129] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3130] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:53:15 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3131] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:53:16 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3132] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:53:17 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3133] 199.19.213.181 () {34 vars in 975 bytes} [Wed Jul 8 22:53:18 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => 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: 1538/3134] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:53:18 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655?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: 7|app: 0|req: 1597/3135] 199.19.213.181 () {34 vars in 1016 bytes} [Wed Jul 8 22:53:18 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3136] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:53:18 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 2586 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3137] 199.19.213.181 () {38 vars in 1028 bytes} [Wed Jul 8 22:53:18 2026] PUT /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1151 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3138] 199.19.213.181 () {30 vars in 769 bytes} [Wed Jul 8 22:53:19 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 25 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: 1599/3139] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:53:19 2026] PUT /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1090 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3140] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:53:19 2026] GET /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 1090 bytes in 24 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-08 22:53:19.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b457f29-25d4-421d-ab33-e1f0c7f84e6e b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 7a2c3efe-784f-49ee-b6a7-75191e2a4655 2026-07-08 22:53:19.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b457f29-25d4-421d-ab33-e1f0c7f84e6e b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 7a2c3efe-784f-49ee-b6a7-75191e2a4655 [pid: 7|app: 0|req: 1600/3141] 199.19.213.181 () {32 vars in 759 bytes} [Wed Jul 8 22:53:19 2026] DELETE /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3142] 199.19.213.181 () {30 vars in 703 bytes} [Wed Jul 8 22:53:20 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: 1601/3143] 199.19.213.181 () {30 vars in 705 bytes} [Wed Jul 8 22:53:20 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: 1543/3144] 199.19.213.181 () {30 vars in 681 bytes} [Wed Jul 8 22:53:20 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: 1602/3145] 199.19.213.181 () {30 vars in 717 bytes} [Wed Jul 8 22:53:20 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-08 22:53:20.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c38f9b6-fafc-4f77-84c6-453479f30149 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3146] 199.19.213.181 () {32 vars in 759 bytes} [Wed Jul 8 22:53:20 2026] DELETE /v2.0/ports/7a2c3efe-784f-49ee-b6a7-75191e2a4655 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3147] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:53:20.225 8 INFO neutron.api.v2.resource [None req-283f9d40-f226-4f77-b4a5-3ff3cbf4bc48 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3148] 199.19.213.181 () {30 vars in 763 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/security-groups/lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3149] 199.19.213.181 () {30 vars in 785 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/security-groups?name=lb-32b87275-5973-4e9a-863d-cbfe7f1f7e15 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3150] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/ports?tenant_id=dc5bee607a4d4f778f84dc1d3ee06d11&device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3151] 199.19.213.181 () {30 vars in 737 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3152] 199.19.213.181 () {34 vars in 1066 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/networks?id=4f62102e-bbc5-410d-92fb-73617c2d0d56&id=cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 1523 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3153] 199.19.213.181 () {34 vars in 1060 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.52&port_id=8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => 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: 1549/3154] 199.19.213.181 () {34 vars in 984 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/subnets?id=42eb6e79-3fff-4d5d-a969-0f81f7e8dbb8 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3155] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/ports?network_id=4f62102e-bbc5-410d-92fb-73617c2d0d56&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3156] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1552/3157] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:53:20 2026] GET /v2.0/networks/4f62102e-bbc5-410d-92fb-73617c2d0d56?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: 1606/3158] 199.19.213.181 () {34 vars in 789 bytes} [Wed Jul 8 22:53:20 2026] PUT /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 1094 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3159] 199.19.213.181 () {32 vars in 779 bytes} [Wed Jul 8 22:53:20 2026] DELETE /v2.0/security-groups/1c53553b-0114-406c-902d-0fd106f53e87 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:20.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-551990e2-f4eb-4fc7-a4dd-327716177fdb b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: af449042-9c37-4e73-911d-fac49a82f138 2026-07-08 22:53:20.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-551990e2-f4eb-4fc7-a4dd-327716177fdb b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: af449042-9c37-4e73-911d-fac49a82f138 [pid: 7|app: 0|req: 1607/3160] 199.19.213.181 () {32 vars in 759 bytes} [Wed Jul 8 22:53:20 2026] DELETE /v2.0/ports/af449042-9c37-4e73-911d-fac49a82f138 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3163] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:53:23 2026] GET /v2.0/ports?device_id=7f2f527f-af85-441a-b2cb-8704468f8ee4 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:53:23.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-766c984e-e485-4daa-afe6-75758085e3ed e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 20c66210-af17-42f3-b472-c528b8ac686e 2026-07-08 22:53:23.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-766c984e-e485-4daa-afe6-75758085e3ed e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 20c66210-af17-42f3-b472-c528b8ac686e 2026-07-08 22:53:23.698 8 INFO neutron_taas.services.taas.taas_plugin [req-01368490-0fda-4eef-ae4c-6a2916212a69 req-2cfb3fa9-e98c-4f5d-8a71-6b51f67ca6b7 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] TaaS: Handle Delete Port: 8fd3d1a8-36f8-4467-8b50-2b754ce074c0 2026-07-08 22:53:23.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01368490-0fda-4eef-ae4c-6a2916212a69 req-2cfb3fa9-e98c-4f5d-8a71-6b51f67ca6b7 b248572bea504fe180e9c98f706d026c dc5bee607a4d4f778f84dc1d3ee06d11 - - default default] Tap Mirror: Handle Delete Port: 8fd3d1a8-36f8-4467-8b50-2b754ce074c0 2026-07-08 22:53:23.775 7 INFO neutron.db.l3_db [None req-766c984e-e485-4daa-afe6-75758085e3ed e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Floating IP 3d9a5a54-a347-4461-9924-75df5b3307d7 disassociated (deleted). External IP: 10.96.250.204, port: 476ed5ce-4686-414b-95cd-63e5677b034c. [pid: 8|app: 0|req: 1556/3164] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:53:23 2026] DELETE /v2.0/ports/8fd3d1a8-36f8-4467-8b50-2b754ce074c0 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:23.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e091bc0-d783-4738-9697-6ad38cc6fb80'] response: {'server_uuid': '7f2f527f-af85-441a-b2cb-8704468f8ee4', 'name': 'network-vif-deleted', 'tag': '8fd3d1a8-36f8-4467-8b50-2b754ce074c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1609/3165] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:53:23 2026] DELETE /v2.0/floatingips/3d9a5a54-a347-4461-9924-75df5b3307d7 => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:24.089 8 INFO neutron.api.v2.resource [None req-00738684-ac6b-4fc5-94d2-c81484c6359f e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3166] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/floatingips/3d9a5a54-a347-4461-9924-75df5b3307d7 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:24.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-238a9b5e-530c-4c21-8389-d263f82e112d'] response: {'name': 'network-changed', 'server_uuid': 'cb9b6ed2-8994-4c66-b1fe-b15a97000678', 'tag': '476ed5ce-4686-414b-95cd-63e5677b034c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1610/3167] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1200 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3168] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3169] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3170] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/networks?id=a547d854-278d-405c-8240-b68af0aa42c5 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3171] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.111&port_id=476ed5ce-4686-414b-95cd-63e5677b034c => 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: 1560/3172] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=476ed5ce-4686-414b-95cd-63e5677b034c => 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: 1613/3173] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/subnets?id=1f179cd1-9b68-4824-a80d-32c35c9d5404&id=8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3174] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3175] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/ports?network_id=a547d854-278d-405c-8240-b68af0aa42c5&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: 1562/3176] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3177] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:53:24 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5?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: 1563/3178] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:53:26 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:53:26.889 7 INFO neutron_taas.services.taas.taas_plugin [req-bd9f5afe-13c9-422d-b3f0-1e46aadd6233 req-377784a4-cf38-44b1-bff3-7eb7e962cd96 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 476ed5ce-4686-414b-95cd-63e5677b034c 2026-07-08 22:53:26.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bd9f5afe-13c9-422d-b3f0-1e46aadd6233 req-377784a4-cf38-44b1-bff3-7eb7e962cd96 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 476ed5ce-4686-414b-95cd-63e5677b034c [pid: 7|app: 0|req: 1616/3179] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:53:26 2026] DELETE /v2.0/ports/476ed5ce-4686-414b-95cd-63e5677b034c => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:27.147 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41b988bb-4501-4a6c-9ebf-6d4dc68e4c18'] response: {'server_uuid': 'cb9b6ed2-8994-4c66-b1fe-b15a97000678', 'name': 'network-vif-deleted', 'tag': '476ed5ce-4686-414b-95cd-63e5677b034c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1564/3180] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:53:29 2026] GET /v2.0/ports?device_id=cb9b6ed2-8994-4c66-b1fe-b15a97000678 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-08 22:53:34.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-6913ed7b-26e5-4f60-9f76-ecd1725f63a5 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 7d33257a-eae6-4095-b804-f34ff84447c2 2026-07-08 22:53:34.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6913ed7b-26e5-4f60-9f76-ecd1725f63a5 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 7d33257a-eae6-4095-b804-f34ff84447c2 2026-07-08 22:53:34.834 7 INFO neutron.db.l3_db [None req-6913ed7b-26e5-4f60-9f76-ecd1725f63a5 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Floating IP 4be748c0-4255-4dbf-b826-58c4d7e342af disassociated (deleted). External IP: 10.96.250.210, port: ae861a03-4937-4ad0-8311-e49e802cf1a1. [pid: 7|app: 0|req: 1617/3181] 10.0.0.67 () {32 vars in 731 bytes} [Wed Jul 8 22:53:34 2026] DELETE /v2.0/floatingips/4be748c0-4255-4dbf-b826-58c4d7e342af => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:35.193 8 INFO neutron.api.v2.resource [None req-c7e70508-1ef9-4f99-b447-451d4d4007e1 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3182] 10.0.0.67 () {32 vars in 728 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/floatingips/4be748c0-4255-4dbf-b826-58c4d7e342af => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:35.208 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae9cc007-4a77-437e-aab9-24160e09aaa7'] response: {'name': 'network-changed', 'server_uuid': 'ceac041c-8b8a-401d-b5c5-f09dc7a29075', 'tag': 'ae861a03-4937-4ad0-8311-e49e802cf1a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1618/3183] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3184] 10.0.0.176 () {34 vars in 1040 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/security-groups?id=0789e7ec-1149-49a0-915b-02da8f4ff5f3&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3185] 199.19.213.181 () {34 vars in 1080 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/ports?tenant_id=d802bb679aec41ac8a25ac3a570c2511&device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3186] 199.19.213.181 () {34 vars in 986 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/networks?id=46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3187] 199.19.213.181 () {34 vars in 1058 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=ae861a03-4937-4ad0-8311-e49e802cf1a1 => 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: 1568/3188] 199.19.213.181 () {34 vars in 1104 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12e&port_id=ae861a03-4937-4ad0-8311-e49e802cf1a1 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3189] 199.19.213.181 () {34 vars in 1064 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/subnets?id=b80de523-79e9-42da-8074-186f29d76f5d&id=8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3190] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&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: 7|app: 0|req: 1622/3191] 199.19.213.181 () {34 vars in 1052 bytes} [Wed Jul 8 22:53:35 2026] GET /v2.0/ports?network_id=46a50fc9-62b1-4d55-bbdb-6126733119fb&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3192] 199.19.213.181 () {34 vars in 1012 bytes} [Wed Jul 8 22:53:36 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 1623/3193] 199.19.213.181 () {34 vars in 1112 bytes} [Wed Jul 8 22:53:36 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb?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: 8|app: 0|req: 1571/3194] 199.19.213.181 () {34 vars in 994 bytes} [Wed Jul 8 22:53:37 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-08 22:53:37.937 7 INFO neutron_taas.services.taas.taas_plugin [req-c0049e60-e4a1-4bfd-bda5-720e2af56189 req-21242297-6207-4cee-8b9c-ddb6dcbbdc5a e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: ae861a03-4937-4ad0-8311-e49e802cf1a1 2026-07-08 22:53:37.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0049e60-e4a1-4bfd-bda5-720e2af56189 req-21242297-6207-4cee-8b9c-ddb6dcbbdc5a e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: ae861a03-4937-4ad0-8311-e49e802cf1a1 [pid: 7|app: 0|req: 1624/3197] 199.19.213.181 () {36 vars in 997 bytes} [Wed Jul 8 22:53:37 2026] DELETE /v2.0/ports/ae861a03-4937-4ad0-8311-e49e802cf1a1 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:38.181 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df9a92d1-27d9-4853-b6c2-185965f60db5'] response: {'server_uuid': 'ceac041c-8b8a-401d-b5c5-f09dc7a29075', 'name': 'network-vif-deleted', 'tag': 'ae861a03-4937-4ad0-8311-e49e802cf1a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1574/3198] 10.0.0.176 () {34 vars in 990 bytes} [Wed Jul 8 22:53:40 2026] GET /v2.0/ports?device_id=ceac041c-8b8a-401d-b5c5-f09dc7a29075 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3199] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:45 2026] DELETE /v2.0/security-group-rules/5a93e095-84e9-4f73-839b-32bdb9a6debe => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:45.696 8 INFO neutron.api.v2.resource [None req-85d07505-efce-4266-b5a9-a1979e726c31 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3200] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:45 2026] GET /v2.0/security-group-rules/5a93e095-84e9-4f73-839b-32bdb9a6debe => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3201] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:45 2026] DELETE /v2.0/security-group-rules/b956ee55-dbc8-4e34-9b8c-0eb2a3d97630 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:45.778 8 INFO neutron.api.v2.resource [None req-d4dcfac1-19ef-4cd6-9cb1-1c54d665d6a0 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3202] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:45 2026] GET /v2.0/security-group-rules/b956ee55-dbc8-4e34-9b8c-0eb2a3d97630 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3203] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:45 2026] DELETE /v2.0/security-group-rules/3e918364-7aa4-42d0-811b-ddc217c976cb => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:45.862 8 INFO neutron.api.v2.resource [None req-e3586ac7-f849-41d9-a975-02c9b702b6c1 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3204] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:45 2026] GET /v2.0/security-group-rules/3e918364-7aa4-42d0-811b-ddc217c976cb => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3205] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:45 2026] DELETE /v2.0/security-group-rules/dadd8324-ee6a-46b4-8075-525ad86b9d1b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:45.948 8 INFO neutron.api.v2.resource [None req-0bb3e98f-d4f0-4279-ae60-663a707d1ca0 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3206] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:45 2026] GET /v2.0/security-group-rules/dadd8324-ee6a-46b4-8075-525ad86b9d1b => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3207] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:45 2026] DELETE /v2.0/security-group-rules/ebff878f-e5e7-4725-b08c-6c07ee95b897 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.049 8 INFO neutron.api.v2.resource [None req-6c77efbc-248c-44c9-9fdf-a7858c61372f e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3208] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/ebff878f-e5e7-4725-b08c-6c07ee95b897 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3209] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-group-rules/ec47ee5b-ea4f-4c4e-bf17-01bd9957ab16 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.130 8 INFO neutron.api.v2.resource [None req-55410ec8-023a-4e91-b291-7f607634fd98 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3210] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/ec47ee5b-ea4f-4c4e-bf17-01bd9957ab16 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3211] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-group-rules/6c85dd68-9a08-43a5-b5e7-20fb03ad3d25 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.202 8 INFO neutron.api.v2.resource [None req-698be2cb-105c-474e-82ef-f29b2ee488ed e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3212] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/6c85dd68-9a08-43a5-b5e7-20fb03ad3d25 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3213] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-group-rules/5147313e-90e1-4635-a988-bde4053aa000 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.276 8 INFO neutron.api.v2.resource [None req-5bf63b0a-de09-4244-b5fb-bf4a2079f7fb e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3214] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/5147313e-90e1-4635-a988-bde4053aa000 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3215] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-group-rules/14e1752e-7972-44f3-be65-b103457fc094 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.362 8 INFO neutron.api.v2.resource [None req-ea40f5b0-94ad-4ec3-b556-90ed364af165 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3216] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/14e1752e-7972-44f3-be65-b103457fc094 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3217] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-group-rules/7e16aa24-e5e7-4e2c-a89c-474ef1a78ba5 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.422 8 INFO neutron.api.v2.resource [None req-09590c69-cf13-44dd-a4d6-19d407608e6d e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3218] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/7e16aa24-e5e7-4e2c-a89c-474ef1a78ba5 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3219] 10.0.0.67 () {32 vars in 749 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-group-rules/fe130f54-6080-4e51-ac4b-4c0639a344d5 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.493 8 INFO neutron.api.v2.resource [None req-8b2045c5-2a06-4bbb-812a-27d49c7c256b e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3220] 10.0.0.67 () {32 vars in 746 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-group-rules/fe130f54-6080-4e51-ac4b-4c0639a344d5 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3221] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:46 2026] DELETE /v2.0/security-groups/0789e7ec-1149-49a0-915b-02da8f4ff5f3 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:46.593 8 INFO neutron.api.v2.resource [None req-55b11665-0f61-4c6c-b1b5-44bb197986a1 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3222] 10.0.0.67 () {32 vars in 736 bytes} [Wed Jul 8 22:53:46 2026] GET /v2.0/security-groups/0789e7ec-1149-49a0-915b-02da8f4ff5f3 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:47.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1a8818f-6a63-4a7f-8fa8-7e663cafafd4 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 44991366-7bd0-4be4-9b61-8f2d28d56fa0 2026-07-08 22:53:47.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1a8818f-6a63-4a7f-8fa8-7e663cafafd4 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 44991366-7bd0-4be4-9b61-8f2d28d56fa0 [pid: 7|app: 0|req: 1637/3223] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:53:46 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:53:47.731 8 INFO neutron.api.v2.resource [None req-88802e68-fe5d-49a9-9926-10b922844295 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3224] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:53:47 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/remove_router_interface => generated 198 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:48.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-6468abe6-3721-4f0e-a2f7-ba3612ecef80 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 7b143040-a761-42b5-908c-189e95f3fc9e 2026-07-08 22:53:48.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6468abe6-3721-4f0e-a2f7-ba3612ecef80 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 7b143040-a761-42b5-908c-189e95f3fc9e [pid: 7|app: 0|req: 1638/3225] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:53:47 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:53:48.829 8 INFO neutron.api.v2.resource [None req-72ce0996-36ff-48ab-8a09-7da4ff7718d1 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3226] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:53:48 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:49.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ed6d1f8-b16b-4e1e-8953-ce0dc68c40cd e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 306d6ab3-b01b-49ca-8d9f-556d5e4ec6c3 2026-07-08 22:53:49.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ed6d1f8-b16b-4e1e-8953-ce0dc68c40cd e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 306d6ab3-b01b-49ca-8d9f-556d5e4ec6c3 [pid: 7|app: 0|req: 1639/3227] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:53:48 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-08 22:53:49.852 8 INFO neutron.api.v2.resource [None req-daffc215-e496-4bd9-9de1-ae3e1f55efe9 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3228] 10.0.0.67 () {34 vars in 788 bytes} [Wed Jul 8 22:53:49 2026] PUT /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc/remove_router_interface => generated 198 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:50.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb756080-216b-40e1-9ebf-5a017efc82cb e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 6e3efd8e-8206-4d5d-b897-d4937e59339c 2026-07-08 22:53:50.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb756080-216b-40e1-9ebf-5a017efc82cb e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 6e3efd8e-8206-4d5d-b897-d4937e59339c 2026-07-08 22:53:50.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb756080-216b-40e1-9ebf-5a017efc82cb e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 154832fd-3dda-435c-995c-32cd9f2f9496 2026-07-08 22:53:50.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb756080-216b-40e1-9ebf-5a017efc82cb e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 154832fd-3dda-435c-995c-32cd9f2f9496 2026-07-08 22:53:50.702 7 INFO neutron.db.l3_hamode_db [None req-fb756080-216b-40e1-9ebf-5a017efc82cb e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] HA network d0d12dea-89de-4110-b2c3-f5f29050e8af was deleted as no HA routers are present in tenant d802bb679aec41ac8a25ac3a570c2511. [pid: 7|app: 0|req: 1640/3229] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:49 2026] DELETE /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-08 22:53:50.732 8 INFO neutron.api.v2.resource [None req-b83a81eb-6207-4465-a117-7060cf922f1b e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3230] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:50 2026] GET /v2.0/routers/9ad68e61-96f6-4fbb-b6b2-2df83c330bfc => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:50.792 7 INFO neutron.services.segments.plugin [-] Segment ba8a90fc-ff1d-462d-9698-a9d3202fb217 resource provider aggregate not found 2026-07-08 22:53:50.804 7 INFO neutron.services.segments.plugin [-] Segment ba8a90fc-ff1d-462d-9698-a9d3202fb217 resource provider aggregate not found 2026-07-08 22:53:50.822 7 INFO neutron.services.segments.plugin [-] Segment ba8a90fc-ff1d-462d-9698-a9d3202fb217 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 ba8a90fc-ff1d-462d-9698-a9d3202fb217 found for delete ", "request_id": "req-40e646a9-cd0f-42ea-9592-061bfc7c060b"}]} 2026-07-08 22:53:50.824 7 INFO neutron.services.segments.plugin [-] Segment ba8a90fc-ff1d-462d-9698-a9d3202fb217 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 ba8a90fc-ff1d-462d-9698-a9d3202fb217 found for delete ", "request_id": "req-9503c477-a072-4857-aa36-e94159397550"}]} [pid: 7|app: 0|req: 1641/3231] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:50 2026] DELETE /v2.0/subnets/1f179cd1-9b68-4824-a80d-32c35c9d5404 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:50.934 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05d46608-327f-4ede-972e-a26bb23b7334 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3232] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:50 2026] GET /v2.0/subnets/1f179cd1-9b68-4824-a80d-32c35c9d5404 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3233] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:50 2026] DELETE /v2.0/subnets/8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:51.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-faba30b6-c0e2-4219-a066-b44e07713311 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3234] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:51 2026] GET /v2.0/subnets/8420c930-738c-4b61-99e5-ae5fe7a362d8 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:51.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c925078-a096-40cd-bc6e-d6958594f1cc e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 44229558-5d09-44ec-a061-05b616eaf6bf 2026-07-08 22:53:51.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c925078-a096-40cd-bc6e-d6958594f1cc e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 44229558-5d09-44ec-a061-05b616eaf6bf [pid: 7|app: 0|req: 1643/3235] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:53:51 2026] DELETE /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:51.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d33dc7e-afc1-495d-9eb8-3c59701e7392 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3236] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:53:51 2026] GET /v2.0/networks/a547d854-278d-405c-8240-b68af0aa42c5 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3237] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:51 2026] DELETE /v2.0/subnets/8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:51.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3359c9d2-c904-4d8b-9cde-570a448b3f71 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3238] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:51 2026] GET /v2.0/subnets/8501e155-3b9a-4dd8-bcef-8cf9059a4404 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3239] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:51 2026] DELETE /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:51.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7a93051-2476-4ccd-9def-b95b3b94ec97 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3240] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:51 2026] GET /v2.0/subnets/b80de523-79e9-42da-8074-186f29d76f5d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:51.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7cfd057-5882-47f1-b980-651a033e5379 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: 9020dfdf-c8bc-404c-ac33-8ac4c4ccb699 2026-07-08 22:53:51.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7cfd057-5882-47f1-b980-651a033e5379 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: 9020dfdf-c8bc-404c-ac33-8ac4c4ccb699 [pid: 7|app: 0|req: 1646/3241] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:53:51 2026] DELETE /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:52.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b47716a-8bad-4eb2-860b-0fa44dda684e e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3242] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:53:52 2026] GET /v2.0/networks/46a50fc9-62b1-4d55-bbdb-6126733119fb => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3243] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:52 2026] DELETE /v2.0/subnets/bd265034-e629-42a1-bd1a-9b49e0a64d70 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:52.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05543edb-e6fd-41d5-8f33-5a39c102d2b5 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3244] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:52 2026] GET /v2.0/subnets/bd265034-e629-42a1-bd1a-9b49e0a64d70 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3245] 10.0.0.67 () {32 vars in 723 bytes} [Wed Jul 8 22:53:52 2026] DELETE /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:52.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25b86844-003a-487d-ab1e-298bb87d982c e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3246] 10.0.0.67 () {32 vars in 720 bytes} [Wed Jul 8 22:53:52 2026] GET /v2.0/subnets/33bdd8b2-9629-42d6-a8ba-7d1d029310a4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:52.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-703ac31d-e4c6-4dab-8848-f3a4c2591ece e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] TaaS: Handle Delete Port: c18e2e6f-fed9-4b66-9b15-9b2c268d86df 2026-07-08 22:53:52.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-703ac31d-e4c6-4dab-8848-f3a4c2591ece e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] Tap Mirror: Handle Delete Port: c18e2e6f-fed9-4b66-9b15-9b2c268d86df [pid: 7|app: 0|req: 1649/3247] 10.0.0.67 () {32 vars in 725 bytes} [Wed Jul 8 22:53:52 2026] DELETE /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-08 22:53:52.862 7 INFO neutron.services.segments.plugin [-] Segment 640f580e-2853-4018-92c4-da88a7a097a9 resource provider aggregate not found 2026-07-08 22:53:52.873 7 INFO neutron.services.segments.plugin [-] Segment 640f580e-2853-4018-92c4-da88a7a097a9 resource provider aggregate not found 2026-07-08 22:53:52.874 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33ee23d1-3d0c-4e79-8058-b0a09e7f8822 e769e95325054286a8aef8a013955d25 d802bb679aec41ac8a25ac3a570c2511 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3248] 10.0.0.67 () {32 vars in 722 bytes} [Wed Jul 8 22:53:52 2026] GET /v2.0/networks/cbf5cf8b-84fd-4568-9ff9-724f737b1e57 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-08 22:53:52.889 7 INFO neutron.services.segments.plugin [-] Segment 640f580e-2853-4018-92c4-da88a7a097a9 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 640f580e-2853-4018-92c4-da88a7a097a9 found for delete ", "request_id": "req-e0e0d535-f519-4207-b0db-36347d94db35"}]} 2026-07-08 22:53:52.919 7 INFO neutron.services.segments.plugin [-] Segment 640f580e-2853-4018-92c4-da88a7a097a9 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 640f580e-2853-4018-92c4-da88a7a097a9 found for delete ", "request_id": "req-944ba3bc-d65f-48fb-9708-fbd7033993c9"}]} 2026-07-08 22:53:52.924 7 INFO neutron.services.segments.plugin [-] Segment b22de9a3-2a16-4ef9-9a75-39dfa468cb79 resource provider aggregate not found 2026-07-08 22:53:52.934 7 INFO neutron.services.segments.plugin [-] Segment b22de9a3-2a16-4ef9-9a75-39dfa468cb79 resource provider aggregate not found 2026-07-08 22:53:52.948 7 INFO neutron.services.segments.plugin [-] Segment b22de9a3-2a16-4ef9-9a75-39dfa468cb79 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 b22de9a3-2a16-4ef9-9a75-39dfa468cb79 found for delete ", "request_id": "req-d1426a9a-e323-4969-a1f3-50749cfaca37"}]} 2026-07-08 22:53:52.963 7 INFO neutron.services.segments.plugin [-] Segment b22de9a3-2a16-4ef9-9a75-39dfa468cb79 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 b22de9a3-2a16-4ef9-9a75-39dfa468cb79 found for delete ", "request_id": "req-cf214dff-d9b8-4664-bab1-6ae1b57a6684"}]} 2026-07-08 22:53:52.967 7 INFO neutron.services.segments.plugin [-] Segment 7b83bc80-b444-4f5e-9b3d-1726b27345f6 resource provider aggregate not found 2026-07-08 22:53:52.979 7 INFO neutron.services.segments.plugin [-] Segment 7b83bc80-b444-4f5e-9b3d-1726b27345f6 resource provider aggregate not found 2026-07-08 22:53:52.990 7 INFO neutron.services.segments.plugin [-] Segment 7b83bc80-b444-4f5e-9b3d-1726b27345f6 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 7b83bc80-b444-4f5e-9b3d-1726b27345f6 found for delete ", "request_id": "req-54b4cc7c-4f6e-4ec3-9668-6e212145546d"}]} 2026-07-08 22:53:53.000 7 INFO neutron.services.segments.plugin [-] Segment 7b83bc80-b444-4f5e-9b3d-1726b27345f6 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 7b83bc80-b444-4f5e-9b3d-1726b27345f6 found for delete ", "request_id": "req-984fb096-9c7b-4e02-87ce-6a24c5402f29"}]} [pid: 8|app: 0|req: 1601/3251] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:54 2026] GET /v2.0/security-groups?tenant_id=d802bb679aec41ac8a25ac3a570c2511&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3252] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:54 2026] DELETE /v2.0/security-groups/bc9287aa-f2ed-472c-b0a1-d508b9b9ea4c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3253] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:55 2026] GET /v2.0/security-groups?tenant_id=6471fa7a31c140068fe60d7c16824c4a&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3254] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:55 2026] DELETE /v2.0/security-groups/e6aca486-a575-4835-95e3-e313f359b459 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3255] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:55 2026] GET /v2.0/security-groups?tenant_id=2c4cf49cfe60403e997c36b954150447&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3256] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:55 2026] DELETE /v2.0/security-groups/4113c248-60d9-4613-93fe-7d1966ffa966 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3257] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:55 2026] GET /v2.0/security-groups?tenant_id=6e75a72065fa4b6487794a5ee942eaca&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3258] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:55 2026] DELETE /v2.0/security-groups/2edc2b07-6806-4c62-9142-4cd153c1b89a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3259] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:56 2026] GET /v2.0/security-groups?tenant_id=8d5a54e22fc147e18d3d4292f6bc3535&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3260] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:56 2026] DELETE /v2.0/security-groups/0512ee48-1109-4e27-a690-b02fabcb8efc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3261] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:56 2026] GET /v2.0/security-groups?tenant_id=1a274a7841ff43fa8a543f780a0421bb&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3262] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:56 2026] DELETE /v2.0/security-groups/840f4e9c-15f0-4a71-87af-aa72b681b399 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3263] 10.0.0.67 () {32 vars in 773 bytes} [Wed Jul 8 22:53:56 2026] GET /v2.0/security-groups?tenant_id=5f0920ec03504002abd7f2d67c37258c&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3264] 10.0.0.67 () {32 vars in 739 bytes} [Wed Jul 8 22:53:57 2026] DELETE /v2.0/security-groups/5d6978c9-f7dc-43fa-b1d6-f851c9bd4561 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3265] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:53:59 2026] GET /v2.0/networks => generated 2168 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3266] 10.0.0.67 () {32 vars in 654 bytes} [Wed Jul 8 22:54:00 2026] GET /v2.0/floatingips => 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: 1609/3267] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:54:00 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3268] 10.0.0.67 () {32 vars in 642 bytes} [Wed Jul 8 22:54:00 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3269] 10.0.0.67 () {32 vars in 646 bytes} [Wed Jul 8 22:54:01 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3270] 10.0.0.67 () {32 vars in 648 bytes} [Wed Jul 8 22:54:01 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3271] 10.0.0.67 () {32 vars in 662 bytes} [Wed Jul 8 22:54:01 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3272] 10.0.0.67 () {32 vars in 654 bytes} [Wed Jul 8 22:54:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)