+ 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 [Thu Jul 2 10:47:34 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-6b85c4d8bb-564l8 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 0x7fd4bb84d668 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-02 10:47:39.568 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 10:47:39.569 7 INFO neutron.common.config [-] uwsgi version 26.0.5.dev1 2026-07-02 10:47:39.639 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 10:47:39.640 8 INFO neutron.common.config [-] uwsgi version 26.0.5.dev1 2026-07-02 10:47:40.755 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 10:47:40.913 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 10:47:42.432 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:47:42.435 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 10:47:42.439 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 10:47:42.440 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:47:42.440 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 10:47:42.441 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 10:47:42.441 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:42.451 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:42.451 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:42.451 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:47:42.476 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 10:47:42.477 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:47:42.477 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 10:47:42.519 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:47:42.522 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 10:47:42.526 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 10:47:42.527 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:47:42.528 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 10:47:42.528 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 10:47:42.528 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:42.532 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 10:47:42.533 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 10:47:42.533 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 10:47:42.533 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 10:47:42.539 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:42.540 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:42.540 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:47:42.564 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 10:47:42.566 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:47:42.566 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 10:47:42.621 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 10:47:42.621 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 10:47:42.621 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 10:47:42.622 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 10:47:42.857 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing driver for type 'vlan' 2026-07-02 10:47:43.043 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 10:47:43.193 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] VlanTypeDriver initialization complete 2026-07-02 10:47:43.193 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 10:47:43.193 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 10:47:43.214 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 10:47:43.215 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 10:47:43.215 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing extension driver 'port_security' 2026-07-02 10:47:43.215 8 INFO neutron.plugins.ml2.extensions.port_security [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 10:47:43.216 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing extension driver 'qos' 2026-07-02 10:47:43.216 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 10:47:43.216 8 INFO neutron.plugins.ml2.managers [None req-5cc51788-3e58-4c50-a01b-dcd0b2689d8a - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 10:47:43.236 8 INFO neutron.quota [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded quota_driver: . 2026-07-02 10:47:43.237 8 INFO neutron.plugins.ml2.plugin [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 10:47:43.237 8 INFO neutron.plugins.ml2.managers [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 10:47:43.237 8 INFO neutron.plugins.ml2.managers [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 10:47:43.238 8 INFO neutron.plugins.ml2.managers [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 10:47:43.238 8 INFO neutron.extensions.vlantransparent [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Disabled vlantransparent extension. 2026-07-02 10:47:43.238 8 INFO neutron.extensions.qinq [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 10:47:43.238 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: qos 2026-07-02 10:47:43.260 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: router 2026-07-02 10:47:43.320 8 INFO neutron.services.service_base [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 10:47:43.321 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: segments 2026-07-02 10:47:43.431 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: trunk 2026-07-02 10:47:43.448 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: vpnaas 2026-07-02 10:47:43.490 8 WARNING stevedore.named [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 10:47:43.490 8 WARNING stevedore.named [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:43.536 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 10:47:43.537 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 10:47:43.537 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 10:47:43.553 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 10:47:43.553 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 10:47:43.553 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 10:47:43.553 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 10:47:43.554 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing extension driver 'qos' 2026-07-02 10:47:43.554 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 10:47:43.554 7 INFO neutron.plugins.ml2.managers [None req-9f1568b7-c816-48c4-94a3-e1e39d24dd50 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 10:47:43.569 7 INFO neutron.quota [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded quota_driver: . 2026-07-02 10:47:43.570 7 INFO neutron.plugins.ml2.plugin [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 10:47:43.570 7 INFO neutron.plugins.ml2.managers [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 10:47:43.570 7 INFO neutron.plugins.ml2.managers [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 10:47:43.570 7 INFO neutron.plugins.ml2.managers [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 10:47:43.570 7 INFO neutron.extensions.vlantransparent [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Disabled vlantransparent extension. 2026-07-02 10:47:43.571 7 INFO neutron.extensions.qinq [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 10:47:43.571 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: qos 2026-07-02 10:47:43.585 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: router 2026-07-02 10:47:43.589 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 10:47:43.590 8 INFO neutron.common.utils [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 10:47:43.590 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: taas 2026-07-02 10:47:43.621 8 WARNING stevedore.named [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:43.634 7 INFO neutron.services.service_base [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 10:47:43.634 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: segments 2026-07-02 10:47:43.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 10:47:43.669 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: tapmirror 2026-07-02 10:47:43.684 8 WARNING stevedore.named [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:43.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 10:47:43.712 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: auto_allocate 2026-07-02 10:47:43.724 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: tag 2026-07-02 10:47:43.736 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: timestamp 2026-07-02 10:47:43.740 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 10:47:43.743 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: trunk 2026-07-02 10:47:43.744 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: flavors 2026-07-02 10:47:43.748 8 INFO neutron.manager [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loading Plugin: revisions 2026-07-02 10:47:43.754 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Initializing extension manager. 2026-07-02 10:47:43.758 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: address-group 2026-07-02 10:47:43.760 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: address-scope 2026-07-02 10:47:43.760 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: vpnaas 2026-07-02 10:47:43.761 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 10:47:43.763 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: agent 2026-07-02 10:47:43.764 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 10:47:43.766 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 10:47:43.766 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 10:47:43.767 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: availability_zone 2026-07-02 10:47:43.768 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 10:47:43.768 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 10:47:43.769 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: default-subnetpools 2026-07-02 10:47:43.771 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 10:47:43.771 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: dns-integration 2026-07-02 10:47:43.772 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 10:47:43.772 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 10:47:43.773 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: dvr 2026-07-02 10:47:43.774 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 10:47:43.774 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 10:47:43.775 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:47:43.775 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 10:47:43.776 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: external-net 2026-07-02 10:47:43.776 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 10:47:43.777 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: extraroute 2026-07-02 10:47:43.778 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 10:47:43.779 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 10:47:43.780 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 10:47:43.781 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 10:47:43.781 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 10:47:43.782 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: fip-port-details 2026-07-02 10:47:43.783 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: flavors 2026-07-02 10:47:43.784 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 10:47:43.785 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: floatingip-pools 2026-07-02 10:47:43.786 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: ip_allocation 2026-07-02 10:47:43.786 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 10:47:43.787 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: l2_adjacency 2026-07-02 10:47:43.788 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: router 2026-07-02 10:47:43.790 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:47:43.791 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 10:47:43.792 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 10:47:43.792 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 10:47:43.793 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: l3-ha 2026-07-02 10:47:43.793 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:47:43.794 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 10:47:43.795 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: l3-flavors 2026-07-02 10:47:43.796 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:47:43.797 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 10:47:43.800 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 10:47:43.801 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 10:47:43.803 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 10:47:43.804 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 10:47:43.805 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 10:47:43.805 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: multi-provider 2026-07-02 10:47:43.805 7 WARNING stevedore.named [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 10:47:43.806 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: net-mtu 2026-07-02 10:47:43.806 7 WARNING stevedore.named [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:43.806 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 10:47:43.807 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: network_availability_zone 2026-07-02 10:47:43.808 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: network_ha 2026-07-02 10:47:43.808 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: network-ip-availability 2026-07-02 10:47:43.810 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 10:47:43.810 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: pagination 2026-07-02 10:47:43.811 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-device-profile 2026-07-02 10:47:43.811 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 10:47:43.812 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 10:47:43.812 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 10:47:43.813 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-mac-override 2026-07-02 10:47:43.813 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 10:47:43.814 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 10:47:43.814 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 10:47:43.815 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-resource-request 2026-07-02 10:47:43.816 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 10:47:43.816 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 10:47:43.817 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: binding 2026-07-02 10:47:43.818 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: binding-extended 2026-07-02 10:47:43.819 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-security 2026-07-02 10:47:43.819 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: project-id 2026-07-02 10:47:43.821 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: provider 2026-07-02 10:47:43.821 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 10:47:43.824 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos 2026-07-02 10:47:43.825 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 10:47:43.825 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 10:47:43.826 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-default 2026-07-02 10:47:43.826 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-fip 2026-07-02 10:47:43.827 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 10:47:43.828 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 10:47:43.829 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 10:47:43.830 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 10:47:43.830 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 10:47:43.831 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-pps 2026-07-02 10:47:43.832 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 10:47:43.833 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 10:47:43.833 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 10:47:43.834 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: quota-check-limit 2026-07-02 10:47:43.835 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 10:47:43.838 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: quotas 2026-07-02 10:47:43.839 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: quota_details 2026-07-02 10:47:43.841 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: rbac-policies 2026-07-02 10:47:43.842 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: rbac-address-group 2026-07-02 10:47:43.842 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 10:47:43.843 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 10:47:43.843 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 10:47:43.844 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: revision-if-match 2026-07-02 10:47:43.845 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 10:47:43.845 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: router_availability_zone 2026-07-02 10:47:43.846 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 10:47:43.847 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 10:47:43.848 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 10:47:43.849 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 10:47:43.849 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 10:47:43.850 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 10:47:43.850 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 10:47:43.856 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: security-group 2026-07-02 10:47:43.857 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: segment 2026-07-02 10:47:43.858 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 10:47:43.858 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: service-type 2026-07-02 10:47:43.860 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: sorting 2026-07-02 10:47:43.860 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 10:47:43.861 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: standard-attr-description 2026-07-02 10:47:43.862 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: stateful-security-group 2026-07-02 10:47:43.862 8 WARNING neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 10:47:43.863 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 10:47:43.863 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: subnet-external-network 2026-07-02 10:47:43.864 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: subnet_onboard 2026-07-02 10:47:43.864 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 10:47:43.865 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: subnet-service-types 2026-07-02 10:47:43.866 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: subnet_allocation 2026-07-02 10:47:43.866 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 10:47:43.867 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: tag-creation 2026-07-02 10:47:43.867 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 10:47:43.871 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 10:47:43.872 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 10:47:43.873 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: trunk 2026-07-02 10:47:43.873 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: trunk-details 2026-07-02 10:47:43.874 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 10:47:43.875 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 10:47:43.877 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 10:47:43.878 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 10:47:43.880 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 10:47:43.881 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 10:47:43.881 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: vpn-flavors 2026-07-02 10:47:43.883 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: vpnaas 2026-07-02 10:47:43.885 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: taas 2026-07-02 10:47:43.887 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: tap-mirror 2026-07-02 10:47:43.887 8 INFO neutron.api.extensions [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 10:47:43.890 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 10:47:43.890 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 10:47:43.890 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:43.890 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 10:47:43.890 7 INFO neutron_vpnaas.services.vpn.plugin [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 10:47:43.891 7 INFO neutron.common.utils [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 10:47:43.891 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: taas 2026-07-02 10:47:43.894 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:47:43.895 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:47:43.900 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:47:43.901 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:47:43.901 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:47:43.902 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:43.903 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] subnetpool is already registered 2026-07-02 10:47:43.903 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:43.903 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] subnetpool is already registered 2026-07-02 10:47:43.904 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:47:43.904 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:43.905 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:43.905 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:47:43.906 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:47:43.906 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:47:43.907 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:43.907 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ipsecpolicy is already registered 2026-07-02 10:47:43.907 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:43.907 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ikepolicy is already registered 2026-07-02 10:47:43.913 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:47:43.913 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] router is already registered 2026-07-02 10:47:43.914 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:47:43.914 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] floatingip is already registered 2026-07-02 10:47:43.919 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:47:43.919 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] rbac_policy is already registered 2026-07-02 10:47:43.919 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:47:43.920 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] security_group is already registered 2026-07-02 10:47:43.920 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:47:43.920 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] security_group_rule is already registered 2026-07-02 10:47:43.921 7 WARNING stevedore.named [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:43.921 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:43.921 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] subnetpool is already registered 2026-07-02 10:47:43.922 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:43.922 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] subnetpool is already registered 2026-07-02 10:47:43.922 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:47:43.923 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] trunk is already registered 2026-07-02 10:47:43.923 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:43.923 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ikepolicy is already registered 2026-07-02 10:47:43.924 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:43.924 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ipsecpolicy is already registered 2026-07-02 10:47:43.925 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:47:43.925 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] endpoint_group is already registered 2026-07-02 10:47:43.925 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:47:43.925 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] vpnservice is already registered 2026-07-02 10:47:43.926 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:47:43.926 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ipsec_site_connection is already registered 2026-07-02 10:47:43.926 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:43.926 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ipsecpolicy is already registered 2026-07-02 10:47:43.927 8 INFO neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:43.927 8 WARNING neutron.quota.resource_registry [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] ikepolicy is already registered 2026-07-02 10:47:43.969 8 WARNING keystonemiddleware._common.config [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 10:47:43.978 8 WARNING oslo_config.cfg [None req-ea65bdea-b847-444e-b970-dc0ea5b88e0d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fd4bb84d668 pid: 8 (default app) 2026-07-02 10:47:43.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 10:47:44.000 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: tapmirror 2026-07-02 10:47:44.017 7 WARNING stevedore.named [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:44.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 10:47:44.050 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 10:47:44.061 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: tag 2026-07-02 10:47:44.070 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: timestamp 2026-07-02 10:47:44.074 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 10:47:44.078 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: flavors 2026-07-02 10:47:44.083 7 INFO neutron.manager [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loading Plugin: revisions 2026-07-02 10:47:44.086 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Initializing extension manager. 2026-07-02 10:47:44.088 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: address-group 2026-07-02 10:47:44.089 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: address-scope 2026-07-02 10:47:44.090 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 10:47:44.091 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: agent 2026-07-02 10:47:44.092 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 10:47:44.093 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 10:47:44.094 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 10:47:44.096 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: availability_zone 2026-07-02 10:47:44.097 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 10:47:44.097 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 10:47:44.098 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 10:47:44.101 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 10:47:44.101 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: dns-integration 2026-07-02 10:47:44.102 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 10:47:44.102 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 10:47:44.103 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: dvr 2026-07-02 10:47:44.104 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 10:47:44.104 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 10:47:44.105 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:47:44.105 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 10:47:44.106 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: external-net 2026-07-02 10:47:44.106 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 10:47:44.107 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: extraroute 2026-07-02 10:47:44.108 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 10:47:44.108 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 10:47:44.109 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 10:47:44.110 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 10:47:44.110 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 10:47:44.111 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: fip-port-details 2026-07-02 10:47:44.111 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: flavors 2026-07-02 10:47:44.113 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 10:47:44.113 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 10:47:44.114 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: ip_allocation 2026-07-02 10:47:44.115 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 10:47:44.115 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 10:47:44.116 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: router 2026-07-02 10:47:44.118 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:47:44.119 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 10:47:44.120 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 10:47:44.120 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 10:47:44.121 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: l3-ha 2026-07-02 10:47:44.122 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:47:44.122 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 10:47:44.124 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: l3-flavors 2026-07-02 10:47:44.125 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:47:44.125 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 10:47:44.128 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 10:47:44.129 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 10:47:44.130 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 10:47:44.131 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 10:47:44.132 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 10:47:44.133 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: multi-provider 2026-07-02 10:47:44.133 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: net-mtu 2026-07-02 10:47:44.134 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 10:47:44.134 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 10:47:44.135 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: network_ha 2026-07-02 10:47:44.136 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 10:47:44.137 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 10:47:44.138 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: pagination 2026-07-02 10:47:44.138 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-device-profile 2026-07-02 10:47:44.139 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 10:47:44.139 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 10:47:44.140 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 10:47:44.140 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-mac-override 2026-07-02 10:47:44.141 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 10:47:44.142 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 10:47:44.142 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 10:47:44.143 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-resource-request 2026-07-02 10:47:44.143 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 10:47:44.144 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 10:47:44.145 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: binding 2026-07-02 10:47:44.146 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: binding-extended 2026-07-02 10:47:44.146 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-security 2026-07-02 10:47:44.147 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: project-id 2026-07-02 10:47:44.147 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: provider 2026-07-02 10:47:44.148 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 10:47:44.151 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos 2026-07-02 10:47:44.151 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 10:47:44.152 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 10:47:44.153 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-default 2026-07-02 10:47:44.154 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-fip 2026-07-02 10:47:44.154 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 10:47:44.155 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 10:47:44.155 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 10:47:44.156 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 10:47:44.157 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 10:47:44.157 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-pps 2026-07-02 10:47:44.158 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 10:47:44.158 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 10:47:44.159 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 10:47:44.159 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 10:47:44.160 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 10:47:44.163 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: quotas 2026-07-02 10:47:44.164 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: quota_details 2026-07-02 10:47:44.165 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: rbac-policies 2026-07-02 10:47:44.166 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 10:47:44.166 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 10:47:44.167 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 10:47:44.168 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 10:47:44.168 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: revision-if-match 2026-07-02 10:47:44.169 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 10:47:44.169 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 10:47:44.170 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 10:47:44.172 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 10:47:44.172 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 10:47:44.173 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 10:47:44.173 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 10:47:44.174 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 10:47:44.174 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 10:47:44.179 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: security-group 2026-07-02 10:47:44.181 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: segment 2026-07-02 10:47:44.181 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 10:47:44.182 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: service-type 2026-07-02 10:47:44.182 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: sorting 2026-07-02 10:47:44.183 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 10:47:44.184 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 10:47:44.184 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 10:47:44.185 7 WARNING neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 10:47:44.185 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 10:47:44.186 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 10:47:44.186 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 10:47:44.187 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 10:47:44.188 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 10:47:44.189 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 10:47:44.190 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 10:47:44.190 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: tag-creation 2026-07-02 10:47:44.191 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 10:47:44.195 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 10:47:44.196 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 10:47:44.196 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: trunk 2026-07-02 10:47:44.197 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: trunk-details 2026-07-02 10:47:44.197 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 10:47:44.198 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 10:47:44.198 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 10:47:44.199 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 10:47:44.203 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 10:47:44.205 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 10:47:44.205 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 10:47:44.207 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: vpnaas 2026-07-02 10:47:44.209 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: taas 2026-07-02 10:47:44.210 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: tap-mirror 2026-07-02 10:47:44.210 7 INFO neutron.api.extensions [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 10:47:44.213 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 10:47:44.213 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 10:47:44.214 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:44.214 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 10:47:44.218 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:47:44.218 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:47:44.223 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:47:44.224 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:47:44.224 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:47:44.225 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:44.226 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] subnetpool is already registered 2026-07-02 10:47:44.226 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:44.226 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] subnetpool is already registered 2026-07-02 10:47:44.226 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:47:44.227 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:44.227 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:44.228 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:47:44.228 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:47:44.229 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:47:44.229 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:44.229 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ipsecpolicy is already registered 2026-07-02 10:47:44.230 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:44.230 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ikepolicy is already registered 2026-07-02 10:47:44.235 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:47:44.235 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] router is already registered 2026-07-02 10:47:44.236 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:47:44.236 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] floatingip is already registered 2026-07-02 10:47:44.240 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:47:44.240 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] rbac_policy is already registered 2026-07-02 10:47:44.240 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:47:44.241 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] security_group is already registered 2026-07-02 10:47:44.241 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:47:44.241 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] security_group_rule is already registered 2026-07-02 10:47:44.242 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:44.242 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] subnetpool is already registered 2026-07-02 10:47:44.243 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:47:44.243 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] subnetpool is already registered 2026-07-02 10:47:44.243 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:47:44.243 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] trunk is already registered 2026-07-02 10:47:44.244 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:44.244 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ikepolicy is already registered 2026-07-02 10:47:44.244 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:44.245 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ipsecpolicy is already registered 2026-07-02 10:47:44.245 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:47:44.245 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] endpoint_group is already registered 2026-07-02 10:47:44.245 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:47:44.246 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] vpnservice is already registered 2026-07-02 10:47:44.246 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:47:44.246 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ipsec_site_connection is already registered 2026-07-02 10:47:44.246 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:47:44.247 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ipsecpolicy is already registered 2026-07-02 10:47:44.247 7 INFO neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:47:44.247 7 WARNING neutron.quota.resource_registry [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] ikepolicy is already registered 2026-07-02 10:47:44.289 7 WARNING keystonemiddleware._common.config [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 10:47:44.298 7 WARNING oslo_config.cfg [None req-d4682c15-d131-4f6a-b626-d2b26a8389a5 - - - - - -] 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 10 seconds on interpreter 0x7fd4bb84d668 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-02 10:47:49.053 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27ec2c51-f827-4a15-a3e6-85e11e464302 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/4] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:47:48 2026] GET /v2.0/networks/public => generated 108 bytes in 929 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: 2/5] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:47:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:47:50.215 8 WARNING neutron.services.revisions.revision_plugin [None req-5a1b650e-3969-41c4-adab-880b2e23f596 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:47:50.240 8 INFO neutron.db.segments_db [None req-5a1b650e-3969-41c4-adab-880b2e23f596 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 93179d1b-f4b0-4030-82a2-7dcf6e3c8caa of type flat for network 20e71fcf-63b9-4ffe-954a-baccc379a795 2026-07-02 10:47:50.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a1b650e-3969-41c4-adab-880b2e23f596 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:47:49 2026] POST /v2.0/networks => generated 124 bytes in 644 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:47:56.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6207646e-0289-473a-a468-6f0616d0a4f4 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:47:56 2026] GET /v2.0/networks/public => generated 108 bytes in 401 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:47:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:47:57.052 7 WARNING neutron.services.revisions.revision_plugin [None req-5045ab46-cf20-474c-8807-aef1b348d7ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:47:57.106 7 INFO neutron.db.segments_db [None req-5045ab46-cf20-474c-8807-aef1b348d7ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 2333acc1-32e6-4581-8271-88a7f6ceaf94 of type flat for network aaf7b59b-88d4-4047-bf1d-fb9ae277b65a 2026-07-02 10:47:57.171 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5045ab46-cf20-474c-8807-aef1b348d7ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:47:56 2026] POST /v2.0/networks => generated 124 bytes in 387 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:03.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6af77411-e3f3-4a15-ad0b-fb061d89f7d7 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:48:03 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:48:03 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-02 10:48:03.276 8 WARNING neutron.services.revisions.revision_plugin [None req-d9be41d3-213f-4a61-be5b-93af1394499b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:48:03.312 8 INFO neutron.db.segments_db [None req-d9be41d3-213f-4a61-be5b-93af1394499b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 1a84a6a3-0454-4291-b309-1bd99462ae37 of type flat for network 8e41316b-e404-4f26-b5ee-6ac94c7c9094 2026-07-02 10:48:03.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9be41d3-213f-4a61-be5b-93af1394499b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:48:03 2026] POST /v2.0/networks => generated 124 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:09.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b894bea5-c649-4206-9b2b-72eff741d929 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:48:09 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:48:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:48:09.426 8 WARNING neutron.services.revisions.revision_plugin [None req-3debf56a-26e7-4ae8-a931-598d70afe8ec 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:48:09.452 8 INFO neutron.db.segments_db [None req-3debf56a-26e7-4ae8-a931-598d70afe8ec 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment f8e6dbf9-5cff-40cf-ba81-294aa938e44d of type flat for network c4be0101-2fba-4722-878c-80fee013a00a 2026-07-02 10:48:09.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3debf56a-26e7-4ae8-a931-598d70afe8ec 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:48:09 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:15.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81151a90-6815-4d78-a97c-e956277e2cc1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:48:15 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:48:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:48:15.550 7 WARNING neutron.services.revisions.revision_plugin [None req-62a457cc-dc6b-488d-8984-a3ab00407d1b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:48:15.578 7 INFO neutron.db.segments_db [None req-62a457cc-dc6b-488d-8984-a3ab00407d1b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 67ba43b5-fdb9-4a0a-8ae3-bb5a3675476f of type flat for network 7da44302-c628-46c0-bb04-1d04d59c9bf2 2026-07-02 10:48:15.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62a457cc-dc6b-488d-8984-a3ab00407d1b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:48:15 2026] POST /v2.0/networks => generated 124 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:21.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-051be716-92f3-40b1-af27-4148a5ef503c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:48:21 2026] GET /v2.0/networks/public => generated 108 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:48:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:48:21.843 7 WARNING neutron.services.revisions.revision_plugin [None req-14e40736-1566-4b8b-94c3-4da8769fba8d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:48:21.874 7 INFO neutron.db.segments_db [None req-14e40736-1566-4b8b-94c3-4da8769fba8d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment da14a9e6-3c97-4571-83db-a1d5db54a0a6 of type flat for network f2fb53a7-39ee-47c2-a34e-a1882f7de58b 2026-07-02 10:48:21.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14e40736-1566-4b8b-94c3-4da8769fba8d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/23] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:48:21 2026] POST /v2.0/networks => generated 124 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:27.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bc7c96b-73a2-4da8-ac7a-7ded7d81f65a 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:48:27 2026] GET /v2.0/networks/public => generated 108 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:48:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:48:28.069 8 WARNING neutron.services.revisions.revision_plugin [None req-169c69ff-986b-42af-97b6-f5419ee3653d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:48:28.090 8 INFO neutron.db.segments_db [None req-169c69ff-986b-42af-97b6-f5419ee3653d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 37825197-8d73-4ed7-be05-2706243cd0e5 of type flat for network f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 [pid: 8|app: 0|req: 14/26] 199.19.213.226 () {48 vars in 968 bytes} [Thu Jul 2 10:48:28 2026] POST /v2.0/networks => generated 706 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:48:29.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0282f92f-999a-4851-8d58-1655026ea02e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/27] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 10:48:29 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 10:48:29 2026] GET /v2.0/networks?name=public => generated 709 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:48:29.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c02975f0-c861-4705-9912-1739fc585cd5 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/29] 199.19.213.226 () {44 vars in 1035 bytes} [Thu Jul 2 10:48:29 2026] GET /v2.0/subnets/public-subnet?network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/30] 199.19.213.226 () {44 vars in 1058 bytes} [Thu Jul 2 10:48:29 2026] GET /v2.0/subnets?name=public-subnet&network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/31] 199.19.213.226 () {48 vars in 966 bytes} [Thu Jul 2 10:48:29 2026] POST /v2.0/subnets => generated 664 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:53:41.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-848b1e69-0e94-4c30-ac5a-512872298e33 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.19.213.226 () {44 vars in 938 bytes} [Thu Jul 2 10:53:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.19.213.226 () {44 vars in 960 bytes} [Thu Jul 2 10:53:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:53:41.676 8 INFO neutron.db.segments_db [None req-6b98d23e-3b75-47a0-9213-b3a88a53e3c9 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 9f19fc63-3766-402a-857c-8b17fc64ab4c of type vxlan for network 68166bef-27a2-493c-aae3-e341720f1a0a [pid: 8|app: 0|req: 39/75] 199.19.213.226 () {48 vars in 967 bytes} [Thu Jul 2 10:53:41 2026] POST /v2.0/networks => generated 707 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:53:42.931 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cb49a37-435f-4772-ad51-3ef8f4aba646 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/76] 199.19.213.226 () {44 vars in 938 bytes} [Thu Jul 2 10:53:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.19.213.226 () {44 vars in 960 bytes} [Thu Jul 2 10:53:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:53:43.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2445a23-3b48-41a2-846b-99033c68dea7 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/78] 199.19.213.226 () {44 vars in 1037 bytes} [Thu Jul 2 10:53:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.19.213.226 () {44 vars in 1060 bytes} [Thu Jul 2 10:53:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.19.213.226 () {48 vars in 966 bytes} [Thu Jul 2 10:53:43 2026] POST /v2.0/subnets => generated 651 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:53:44.534 8 INFO neutron.api.v2.resource [None req-85aecea4-5b75-4a29-8dd1-10d7911bcf76 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/81] 199.19.213.226 () {44 vars in 972 bytes} [Thu Jul 2 10:53:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.19.213.226 () {44 vars in 994 bytes} [Thu Jul 2 10:53:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.19.213.226 () {48 vars in 981 bytes} [Thu Jul 2 10:53:44 2026] POST /v2.0/security-groups => generated 1616 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:47 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 1616 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:47 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:47 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:53:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:48 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 2230 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:48 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 2230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:48 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:53:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:50 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:50 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:50 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => 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: 47/97] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:53:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:51 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 3462 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:51 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:51 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:53:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:52 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4078 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:52 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:52 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:53:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.19.213.226 () {44 vars in 988 bytes} [Thu Jul 2 10:53:54 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a => generated 732 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:53:54.286 7 INFO neutron.pecan_wsgi.hooks.translation [None req-167e15bc-4b48-4238-b32a-369cfd987eb6 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/107] 199.19.213.226 () {44 vars in 1077 bytes} [Thu Jul 2 10:53:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.19.213.226 () {44 vars in 1100 bytes} [Thu Jul 2 10:53:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:53:54 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.19.213.226 () {48 vars in 962 bytes} [Thu Jul 2 10:53:54 2026] POST /v2.0/ports => generated 1096 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 10:54:02.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a1e9456-77da-4643-a5bb-37db72f4305d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/111] 199.19.213.226 () {44 vars in 980 bytes} [Thu Jul 2 10:54:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 58/112] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.19.213.226 () {48 vars in 1032 bytes} [Thu Jul 2 10:54:02 2026] PUT /v2.0/ports/ceec921b-d279-4bb6-8e5c-9bd189ffbf7d => generated 1245 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.19.213.226 () {44 vars in 921 bytes} [Thu Jul 2 10:54:05 2026] GET /v2.0/ports => generated 3726 bytes in 94 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-02 10:54:06.304 7 INFO neutron.api.v2.resource [None req-55c2060a-764b-48eb-b7e2-fd69fc6b7548 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/117] 199.19.213.226 () {44 vars in 960 bytes} [Thu Jul 2 10:54:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.19.213.226 () {44 vars in 982 bytes} [Thu Jul 2 10:54:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.19.213.226 () {48 vars in 981 bytes} [Thu Jul 2 10:54:06 2026] POST /v2.0/security-groups => generated 1610 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:07 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:07 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/122] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:07 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/123] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:54:07 2026] POST /v2.0/security-group-rules => generated 621 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/124] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:08 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 2244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:08 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => 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: 65/126] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:08 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/127] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 10:54:08 2026] POST /v2.0/security-group-rules => generated 625 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/138] 199.19.213.226 () {44 vars in 976 bytes} [Thu Jul 2 10:55:23 2026] GET /v2.0/quotas/5e70729c5597475fae647fbeb57c5696 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/139] 199.19.213.226 () {48 vars in 1028 bytes} [Thu Jul 2 10:55:23 2026] PUT /v2.0/quotas/5e70729c5597475fae647fbeb57c5696 => generated 291 bytes in 47 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-02 10:57:44.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4ef137d-8ec4-447c-b3bb-25e9db4eb94f 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/158] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 10:57:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 219 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: 78/159] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 10:57:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 10:57:47.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7cfbb19-c86a-420f-8225-1cc0d88dadb7 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/160] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 10:57:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 487 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/161] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 10:57:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:06:01.653 8 INFO neutron.api.v2.resource [None req-91d5f6ce-9095-4b97-b3e9-e71e89f43fac 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 116/228] 199.19.213.226 () {44 vars in 1075 bytes} [Thu Jul 2 11:06:01 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 139 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/229] 199.19.213.226 () {44 vars in 1098 bytes} [Thu Jul 2 11:06:01 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 23 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 199.19.213.226 () {48 vars in 982 bytes} [Thu Jul 2 11:06:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/231] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:03 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 1624 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/232] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:06:03 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/233] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:03 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 1624 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/234] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 11:06:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/237] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:04 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/238] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:06:04 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/239] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:04 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/240] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 11:06:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/241] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:05 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/242] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:06:05 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/243] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:06 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/244] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 11:06:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 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.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:07 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 3460 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/246] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:06:07 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/247] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:06:07 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/248] 199.19.213.226 () {48 vars in 992 bytes} [Thu Jul 2 11:06:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/269] 199.19.213.226 () {30 vars in 740 bytes} [Thu Jul 2 11:08:33 2026] GET /v2.0/networks?tenant_id=6ee33ad32e5d47ccaf4e9c89f7eda037&shared=False => generated 15 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:08:34.249 7 INFO neutron.db.segments_db [None req-846f95d8-c1a3-48ef-8d2f-d175ab7d3653 c08326a1cedd4c1781a1415e46463302 6ee33ad32e5d47ccaf4e9c89f7eda037 - - 8833a0ec2d58450192289fcdc8f5f82f 8833a0ec2d58450192289fcdc8f5f82f] Added segment f8ba7205-c271-457b-9b81-fa961d93d88a of type vxlan for network dc9abf8d-7669-4cde-a2f7-dfff09c12e6a [pid: 7|app: 0|req: 133/270] 199.19.213.226 () {34 vars in 682 bytes} [Thu Jul 2 11:08:34 2026] POST /v2.0/networks => generated 718 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/271] 199.19.213.226 () {30 vars in 722 bytes} [Thu Jul 2 11:08:34 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/272] 199.19.213.226 () {30 vars in 633 bytes} [Thu Jul 2 11:08:34 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/273] 199.19.213.226 () {34 vars in 677 bytes} [Thu Jul 2 11:08:34 2026] POST /v2.0/ports => generated 999 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/274] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:08:34 2026] GET /v2.0/networks/dc9abf8d-7669-4cde-a2f7-dfff09c12e6a => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/275] 199.19.213.226 () {30 vars in 722 bytes} [Thu Jul 2 11:08:37 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/276] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:08:37 2026] GET /v2.0/networks/dc9abf8d-7669-4cde-a2f7-dfff09c12e6a => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/279] 199.19.213.226 () {44 vars in 976 bytes} [Thu Jul 2 11:08:50 2026] GET /v2.0/quotas/6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/280] 199.19.213.226 () {48 vars in 1028 bytes} [Thu Jul 2 11:08:50 2026] PUT /v2.0/quotas/6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:16.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b5b7e88-c268-41e3-ac67-a0ee23156f34 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/387] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 11:22:16 2026] GET /v2.0/networks/public => generated 108 bytes in 312 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.226 () {44 vars in 950 bytes} [Thu Jul 2 11:22:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:18.015 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f8c800a-60de-447a-84ae-7349c1f6870b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/389] 199.19.213.226 () {44 vars in 928 bytes} [Thu Jul 2 11:22:17 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/390] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 11:22:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:18.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d93b764-8bb1-472d-a032-de3769de24da 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/391] 199.19.213.226 () {44 vars in 1035 bytes} [Thu Jul 2 11:22:18 2026] GET /v2.0/subnets/public-subnet?network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/392] 199.19.213.226 () {44 vars in 1058 bytes} [Thu Jul 2 11:22:18 2026] GET /v2.0/subnets?name=public-subnet&network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:52.664 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30f8ab8c-e50b-4259-94de-4d5957689e46 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/399] 199.19.213.226 () {44 vars in 938 bytes} [Thu Jul 2 11:22:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/400] 199.19.213.226 () {44 vars in 960 bytes} [Thu Jul 2 11:22:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:53.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6a9efaf-ad3c-4617-b0d6-5e9d674babea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/401] 199.19.213.226 () {44 vars in 938 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 199.19.213.226 () {44 vars in 960 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:53.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dccafffa-4364-4a38-aa34-61457f0439ff 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/403] 199.19.213.226 () {44 vars in 1037 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 199.19.213.226 () {44 vars in 1060 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:55.377 7 INFO neutron.api.v2.resource [None req-22a6258d-3870-400a-a872-67cc6394d100 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/405] 199.19.213.226 () {44 vars in 972 bytes} [Thu Jul 2 11:22:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/406] 199.19.213.226 () {44 vars in 994 bytes} [Thu Jul 2 11:22:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/407] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:22:56 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/408] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:22:56 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/409] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:22:56 2026] GET /v2.0/security-group-rules/c03ec7ef-621d-49cc-a97c-315033ddb732 => generated 601 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/410] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:22:58 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/411] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:22:58 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/412] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:22:58 2026] GET /v2.0/security-group-rules/b7bea28b-ec68-4d12-9607-ee659d743d60 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/413] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:22:59 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/414] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:22:59 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/415] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:22:59 2026] GET /v2.0/security-group-rules/1a4cc77b-921a-478c-a77c-ed483585cc40 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/416] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/417] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/418] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/security-group-rules/f083e0e9-c2ef-43be-84c7-501935d94f74 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/419] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:01 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/420] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:01 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/421] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:23:01 2026] GET /v2.0/security-group-rules/50fb6a19-f1e6-4dbe-8f20-fbea9d2fa8de => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/422] 199.19.213.226 () {44 vars in 988 bytes} [Thu Jul 2 11:23:03 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a => generated 732 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:23:03.156 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91310264-f9a9-4ee6-87cc-918fb62a8b57 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/423] 199.19.213.226 () {44 vars in 1077 bytes} [Thu Jul 2 11:23:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/424] 199.19.213.226 () {44 vars in 1100 bytes} [Thu Jul 2 11:23:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/425] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:03 2026] GET /v2.0/security-groups/fb622dca-1fad-46dd-a2a0-5ca1f8752dbf => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:23:12.307 8 INFO neutron.pecan_wsgi.hooks.translation [None req-638769dd-41e4-4caf-b225-74832f0165c2 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 216/428] 199.19.213.226 () {44 vars in 980 bytes} [Thu Jul 2 11:23:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/429] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => 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: 217/430] 199.19.213.226 () {44 vars in 921 bytes} [Thu Jul 2 11:23:14 2026] GET /v2.0/ports => generated 4721 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:23:15.509 7 INFO neutron.api.v2.resource [None req-193e5df3-ab4e-4900-826b-13d9aa76f102 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/431] 199.19.213.226 () {44 vars in 960 bytes} [Thu Jul 2 11:23:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/432] 199.19.213.226 () {44 vars in 982 bytes} [Thu Jul 2 11:23:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/433] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:16 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 2882 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/434] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:16 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/435] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:23:16 2026] GET /v2.0/security-group-rules/4210ac1f-b02b-4ea8-b346-4fc0e113bb24 => generated 621 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/436] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:17 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/437] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:23:17 2026] GET /v2.0/security-groups/e518705d-f9fe-40c8-8236-d8ba49ffe49e => generated 2882 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/438] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:23:17 2026] GET /v2.0/security-group-rules/834c7f1c-f284-46b2-8d53-22b06f22a883 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/441] 199.19.213.226 () {44 vars in 976 bytes} [Thu Jul 2 11:23:33 2026] GET /v2.0/quotas/5e70729c5597475fae647fbeb57c5696 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:24:40.323 8 INFO neutron.api.v2.resource [None req-9889b417-d23e-4741-8b34-c07c65e78210 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 228/452] 199.19.213.226 () {44 vars in 1075 bytes} [Thu Jul 2 11:24:40 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/453] 199.19.213.226 () {44 vars in 1098 bytes} [Thu Jul 2 11:24:40 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:24:41 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 4075 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:24:41 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:24:41 2026] GET /v2.0/security-group-rules/7953d5a3-c742-492c-a38f-2b25534201df => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:24:42 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 4075 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/458] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:24:42 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:24:42 2026] GET /v2.0/security-group-rules/b031c744-0bb7-4134-a62a-2f664a8d69c1 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:24:44 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 4075 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:24:44 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 4075 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:24:44 2026] GET /v2.0/security-group-rules/bd671039-5a92-4283-9873-2088bf2d1934 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 199.19.213.226 () {44 vars in 1089 bytes} [Thu Jul 2 11:24:45 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83?project_id=6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 4075 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/464] 199.19.213.226 () {44 vars in 1002 bytes} [Thu Jul 2 11:24:45 2026] GET /v2.0/security-groups/b83aecf0-75ef-4163-9073-d5fe31b3ee83 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 199.19.213.226 () {44 vars in 1012 bytes} [Thu Jul 2 11:24:45 2026] GET /v2.0/security-group-rules/e9b0d461-931a-4992-9402-b1939c663616 => generated 602 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 199.19.213.226 () {44 vars in 976 bytes} [Thu Jul 2 11:24:53 2026] GET /v2.0/quotas/6ee33ad32e5d47ccaf4e9c89f7eda037 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 199.19.213.226 () {44 vars in 950 bytes} [Thu Jul 2 11:25:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/484] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:26:42 2026] GET /v2.0/networks => generated 2168 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/485] 10.0.0.156 () {32 vars in 655 bytes} [Thu Jul 2 11:26:43 2026] GET /v2.0/floatingips => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:26:43 2026] GET /v2.0/routers => generated 15 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/487] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:26:43 2026] GET /v2.0/ports => generated 4721 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/488] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:26:44 2026] GET /v2.0/subnets => generated 1308 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/489] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:26:44 2026] GET /v2.0/networks => generated 2168 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:26:44 2026] GET /v2.0/security-groups => generated 17397 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/491] 10.0.0.156 () {32 vars in 655 bytes} [Thu Jul 2 11:26:44 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-02 11:26:59.224 7 INFO neutron.db.segments_db [None req-3902ec47-549a-44cc-b5c3-c9bb5cd9a840 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment c3853d03-e73e-49aa-b363-547572234477 of type vxlan for network d8bce1a5-d33b-48d4-9ac1-3be40b032268 2026-07-02 11:26:59.239 8 INFO neutron.db.segments_db [None req-db022e6d-4138-49b8-b9bc-4c21158c06d1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment db724fb8-ab26-45c9-93fc-b8be9e464f91 of type vxlan for network 0bf34afe-e039-4137-8f43-88232da574c8 [pid: 8|app: 0|req: 248/494] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:26:59 2026] POST /v2.0/networks => generated 751 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/495] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:26:58 2026] POST /v2.0/networks => generated 749 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/496] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:26:59 2026] POST /v2.0/subnets => generated 698 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:26:59.724 8 INFO neutron.db.segments_db [None req-e364217e-4308-4629-8341-1eac1ddd7cee 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 864c7e7f-e8c4-4205-992b-80cf1ebac40c of type vxlan for network cbd00410-6f4a-47f6-a00f-a05d8c6eef86 [pid: 7|app: 0|req: 249/497] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:26:59 2026] POST /v2.0/subnets => generated 696 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:26:59.822 7 INFO neutron.db.segments_db [None req-41566e29-04aa-4a6c-988f-df11ba68f829 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 4293e87a-2163-4cdf-85a2-e36248a58564 of type vxlan for network aa91aeaf-00b7-4b82-a0f5-1784ea9e4eb0 [pid: 8|app: 0|req: 249/498] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:26:59 2026] POST /v2.0/networks => generated 742 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/499] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:26:59 2026] GET /v2.0/security-groups?tenant_id=24a96f2c38554648964efa734d82a5be&name=default => generated 2921 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:27:00.073 8 INFO neutron.db.segments_db [None req-31d2f426-1067-4bc7-882b-467afdbe10f2 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae of type vxlan for network 3d543444-0307-46ca-a4fe-2dab68705fc6 2026-07-02 11:27:00.138 7 INFO neutron.db.l3_hamode_db [None req-41566e29-04aa-4a6c-988f-df11ba68f829 852eae78bfa742deaa46d0fc33151c55 408bb6bb9562440fa3496d4ff742ad81 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:27:00.409 8 INFO neutron.db.l3_hamode_db [None req-31d2f426-1067-4bc7-882b-467afdbe10f2 852eae78bfa742deaa46d0fc33151c55 758379ef408a473fa55a58909801d8bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:27:01.381 7 INFO neutron.db.l3_hamode_db [None req-41566e29-04aa-4a6c-988f-df11ba68f829 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:27:01.590 8 INFO neutron.db.l3_hamode_db [None req-31d2f426-1067-4bc7-882b-467afdbe10f2 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 251/500] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:00 2026] POST /v2.0/routers => generated 736 bytes in 3218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/501] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:26:59 2026] POST /v2.0/routers => generated 738 bytes in 3549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/502] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:03 2026] POST /v2.0/subnets => generated 690 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/503] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:03 2026] DELETE /v2.0/security-groups/b9db76c2-ad84-4e43-9a20-39ba8d0bdb8c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/504] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:03 2026] PUT /v2.0/routers/9b32f9c8-63c4-4a1d-8ebd-b87a1ad124a7/add_router_interface => generated 309 bytes in 1506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/505] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:03 2026] PUT /v2.0/routers/a15522fa-d0b9-45ae-b243-b3c14f2f8176/add_router_interface => generated 309 bytes in 1548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:05.066 7 INFO neutron.db.segments_db [None req-ebb589ab-bca8-4763-950f-763ccdffe8e4 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 6a46f172-99ce-4de2-a708-1f37e8e947e4 of type vxlan for network c6a4cf7c-ad81-455d-a785-c5c0a30683fa 2026-07-02 11:27:05.676 7 INFO neutron.db.l3_hamode_db [None req-ebb589ab-bca8-4763-950f-763ccdffe8e4 852eae78bfa742deaa46d0fc33151c55 a476d13271024ce6921e3820f429fb23 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:27:05.966 8 INFO neutron.db.segments_db [None req-502683d1-6440-41de-827b-06fe88d5271a 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment a4e8f10e-4e70-438a-8760-11a1b71315f0 of type vxlan for network 124114f2-afed-4871-83ee-808ff4d9d191 [pid: 8|app: 0|req: 256/508] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:27:05 2026] POST /v2.0/networks => generated 738 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/509] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:27:06 2026] POST /v2.0/security-groups => generated 1661 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:27:06.712 7 INFO neutron.db.l3_hamode_db [None req-ebb589ab-bca8-4763-950f-763ccdffe8e4 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 258/510] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:06 2026] POST /v2.0/subnets => generated 685 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/511] 10.0.0.52 () {38 vars in 970 bytes} [Thu Jul 2 11:27:06 2026] POST /v2.0/security-groups => generated 1684 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/512] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:27:07.338 8 INFO neutron.db.segments_db [None req-52a0288a-6a6b-448d-9ef5-7d3b8448936b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment da9c33ac-2b1e-46f7-8704-c87fd5d5784d of type vxlan for network c451eee9-debe-48b0-b0a0-802f37253e2f 2026-07-02 11:27:07.656 8 INFO neutron.db.l3_hamode_db [None req-52a0288a-6a6b-448d-9ef5-7d3b8448936b 852eae78bfa742deaa46d0fc33151c55 2ea79d2614864264aa09dd22175ceebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 253/513] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:04 2026] POST /v2.0/routers => generated 730 bytes in 2996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/514] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/515] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:08 2026] GET /v2.0/security-groups/f8aeadbb-cdc9-40c6-86bf-6a99ca32da9b => generated 1684 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:27:08.754 8 INFO neutron.db.l3_hamode_db [None req-52a0288a-6a6b-448d-9ef5-7d3b8448936b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/516] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:08 2026] PUT /v2.0/routers/66293d38-79b2-48c1-961b-9b19de790306/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/517] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:07 2026] POST /v2.0/routers => generated 725 bytes in 2559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/518] 10.0.0.52 () {38 vars in 980 bytes} [Thu Jul 2 11:27:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/519] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:27:09 2026] POST /v2.0/floatingips => generated 552 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/520] 10.0.0.52 () {38 vars in 970 bytes} [Thu Jul 2 11:27:10 2026] POST /v2.0/security-groups => generated 1685 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/521] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:27:10 2026] POST /v2.0/security-groups => generated 1659 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/522] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:10 2026] GET /v2.0/security-groups/52eef54a-3c7d-4e0b-9797-97f30e318778 => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/523] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/524] 10.0.0.52 () {38 vars in 980 bytes} [Thu Jul 2 11:27:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/525] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/526] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Jul 2 11:27:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1985983628&fields=id&tenant_id=408bb6bb9562440fa3496d4ff742ad81 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/527] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/security-groups/52eef54a-3c7d-4e0b-9797-97f30e318778 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/528] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:09 2026] PUT /v2.0/routers/6d74dfc8-45f3-4cf9-8e96-02c4d295e6ad/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/529] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 683 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/530] 10.0.0.52 () {38 vars in 980 bytes} [Thu Jul 2 11:27:11 2026] POST /v2.0/security-group-rules => generated 619 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/531] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/quotas/408bb6bb9562440fa3496d4ff742ad81 => 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: 266/532] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:27:11 2026] POST /v2.0/floatingips => generated 552 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/533] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&fields=id => generated 103 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/534] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/security-groups/52eef54a-3c7d-4e0b-9797-97f30e318778 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/535] 10.0.0.52 () {34 vars in 1000 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/security-group-rules/cbd8bee6-3d46-4992-8c81-920be1df10aa => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/536] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:11 2026] GET /v2.0/security-groups/52eef54a-3c7d-4e0b-9797-97f30e318778 => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/537] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:27:11 2026] POST /v2.0/security-groups => generated 1659 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/538] 10.0.0.52 () {36 vars in 1022 bytes} [Thu Jul 2 11:27:11 2026] DELETE /v2.0/security-group-rules/cbd8bee6-3d46-4992-8c81-920be1df10aa => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/539] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/security-groups/52eef54a-3c7d-4e0b-9797-97f30e318778 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/540] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:12 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: 8|app: 0|req: 270/541] 10.0.0.52 () {34 vars in 906 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/542] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Jul 2 11:27:12 2026] DELETE /v2.0/security-groups/52eef54a-3c7d-4e0b-9797-97f30e318778 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/543] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/544] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/545] 10.0.0.52 () {34 vars in 1095 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--50277592&fields=id&tenant_id=a476d13271024ce6921e3820f429fb23 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/546] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?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: 276/547] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/networks?id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86 => generated 675 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/548] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/quotas/a476d13271024ce6921e3820f429fb23 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/549] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:12 2026] GET /v2.0/ports?tenant_id=a476d13271024ce6921e3820f429fb23&fields=id => generated 103 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/550] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:13 2026] GET /v2.0/security-groups/f8aeadbb-cdc9-40c6-86bf-6a99ca32da9b => generated 2309 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/551] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Jul 2 11:27:13 2026] DELETE /v2.0/security-groups/f8aeadbb-cdc9-40c6-86bf-6a99ca32da9b => 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: 272/552] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:27:12 2026] POST /v2.0/floatingips => generated 552 bytes in 1447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/553] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:13 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/554] 10.0.0.52 () {34 vars in 906 bytes} [Thu Jul 2 11:27:13 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 11:27:13.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-a282763b-b813-4580-b020-2a2bdaaa158f 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 19864729-b787-40c8-8f85-6f6af8e65039 2026-07-02 11:27:13.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a282763b-b813-4580-b020-2a2bdaaa158f 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 19864729-b787-40c8-8f85-6f6af8e65039 [pid: 8|app: 0|req: 275/555] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:27:13 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/556] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:27:13 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/557] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/558] 10.0.0.52 () {34 vars in 1097 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--397568997&fields=id&tenant_id=2ea79d2614864264aa09dd22175ceebe => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/559] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/networks?id=124114f2-afed-4871-83ee-808ff4d9d191 => generated 670 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/560] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/quotas/2ea79d2614864264aa09dd22175ceebe => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/561] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/ports?tenant_id=2ea79d2614864264aa09dd22175ceebe&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/562] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/563] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:27:13 2026] PUT /v2.0/routers/a15522fa-d0b9-45ae-b243-b3c14f2f8176/remove_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/565] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:14.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf89e108-fbb9-441b-a3d7-700d8dfa83ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 946a5d74-ee6a-4a73-86a3-d025c64dafd9 2026-07-02 11:27:14.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf89e108-fbb9-441b-a3d7-700d8dfa83ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 946a5d74-ee6a-4a73-86a3-d025c64dafd9 [pid: 8|app: 0|req: 285/566] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:14 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:15.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf89e108-fbb9-441b-a3d7-700d8dfa83ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 0e9e8660-dd40-44d7-afbd-f2d4efae50d1 2026-07-02 11:27:15.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf89e108-fbb9-441b-a3d7-700d8dfa83ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 0e9e8660-dd40-44d7-afbd-f2d4efae50d1 2026-07-02 11:27:15.303 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-cf89e108-fbb9-441b-a3d7-700d8dfa83ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - 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: 8|app: 0|req: 286/567] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:15 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:15.850 7 INFO neutron.db.l3_hamode_db [None req-cf89e108-fbb9-441b-a3d7-700d8dfa83ea 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network 3d543444-0307-46ca-a4fe-2dab68705fc6 was deleted as no HA routers are present in tenant 758379ef408a473fa55a58909801d8bb. [pid: 7|app: 0|req: 282/568] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:14 2026] DELETE /v2.0/routers/a15522fa-d0b9-45ae-b243-b3c14f2f8176 => generated 0 bytes in 1195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/569] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:15 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/570] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:15 2026] DELETE /v2.0/subnets/cfe868a0-f5ac-4785-8060-0da4194c942d => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/571] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:16 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:16.222 7 INFO neutron.services.segments.plugin [-] Segment 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae resource provider aggregate not found 2026-07-02 11:27:16.233 7 INFO neutron.services.segments.plugin [-] Segment 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae resource provider aggregate not found 2026-07-02 11:27:16.248 7 INFO neutron.services.segments.plugin [-] Segment 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae 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 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae found for delete ", "request_id": "req-f7fe8c43-2429-48bd-9ff1-04aed6880007"}]} 2026-07-02 11:27:16.253 7 INFO neutron.services.segments.plugin [-] Segment 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae 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 6c24d1e4-2158-4ac4-abf9-3e89f30c8dae found for delete ", "request_id": "req-d81dbcee-f512-40bd-9d45-315149678d49"}]} 2026-07-02 11:27:16.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-2024a480-e7be-45fc-963d-ef941bcb7632 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: e391592a-2426-4a5a-9493-799d0221e656 2026-07-02 11:27:16.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2024a480-e7be-45fc-963d-ef941bcb7632 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: e391592a-2426-4a5a-9493-799d0221e656 [pid: 8|app: 0|req: 289/572] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:16 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:27:16 2026] DELETE /v2.0/networks/d8bce1a5-d33b-48d4-9ac1-3be40b032268 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/574] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:17 2026] GET /v2.0/security-groups?tenant_id=758379ef408a473fa55a58909801d8bb&name=default => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/575] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:17 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => 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: 286/576] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:17 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => 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: 291/577] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:17 2026] DELETE /v2.0/security-groups/ae286fa1-2505-489d-be61-1cc5a22db1bc => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/578] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:17 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 288/579] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:18 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:18.285 7 INFO neutron.services.segments.plugin [-] Segment c3853d03-e73e-49aa-b363-547572234477 resource provider aggregate not found 2026-07-02 11:27:18.292 7 INFO neutron.services.segments.plugin [-] Segment c3853d03-e73e-49aa-b363-547572234477 resource provider aggregate not found 2026-07-02 11:27:18.321 7 INFO neutron.services.segments.plugin [-] Segment c3853d03-e73e-49aa-b363-547572234477 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 c3853d03-e73e-49aa-b363-547572234477 found for delete ", "request_id": "req-2bd90804-5dd7-4c43-a4ab-08f918559832"}]} 2026-07-02 11:27:18.321 7 INFO neutron.services.segments.plugin [-] Segment c3853d03-e73e-49aa-b363-547572234477 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 c3853d03-e73e-49aa-b363-547572234477 found for delete ", "request_id": "req-e1456b98-f4d7-44f6-8b8a-c0c0df28020c"}]} [pid: 7|app: 0|req: 289/580] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:18 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => 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: 292/581] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:18 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 683 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/582] 199.19.213.226 () {34 vars in 911 bytes} [Thu Jul 2 11:27:18 2026] GET /v2.0/extensions => generated 21537 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/583] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:27:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=408bb6bb9562440fa3496d4ff742ad81 => generated 181 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/586] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:18 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/587] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:27:18 2026] POST /v2.0/ports => generated 958 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/588] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:19 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/589] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:19 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 961 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/590] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:19 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 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, ' 2026-07-02 11:27:19.988 7 INFO neutron.db.segments_db [None req-7cff7caf-cb2b-4c40-ab8f-b52f2a4be8b2 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment c59e3564-54fd-441d-a6b9-c1f5ac980284 of type vxlan for network f086d2b3-c314-418e-b5ec-545461d39d6d [pid: 7|app: 0|req: 292/591] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:27:19 2026] POST /v2.0/networks => generated 745 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/592] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:20 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 294/593] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:20 2026] GET /v2.0/networks?id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86 => generated 675 bytes in 70 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.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:27:19 2026] PUT /v2.0/ports/b7251e40-6928-4e3c-adb7-0a5220805240 => generated 1239 bytes in 648 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: 301/595] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:27:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a476d13271024ce6921e3820f429fb23 => generated 179 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/596] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:20 2026] POST /v2.0/subnets => generated 692 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/597] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:20 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:20.614 7 INFO neutron.db.segments_db [None req-f5b30ab2-9a9d-4f05-ace3-7de33d551cc1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 84090316-712b-41ec-9e73-5c8333be2b95 of type vxlan for network dd6b911f-a256-4038-851d-3db894e6f843 2026-07-02 11:27:20.976 7 INFO neutron.db.l3_hamode_db [None req-f5b30ab2-9a9d-4f05-ace3-7de33d551cc1 852eae78bfa742deaa46d0fc33151c55 c68392f2350f4512878d14e3e46fd8e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:27:20.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e2f01fd-0da4-4cc1-9e8e-6dbf9c38ed67'] response: {'name': 'network-changed', 'server_uuid': 'bf0389b5-e559-4575-9b66-af3c5b6d09ad', 'tag': 'b7251e40-6928-4e3c-adb7-0a5220805240', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 302/598] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:27:20 2026] POST /v2.0/ports => generated 954 bytes in 628 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: 303/599] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/600] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:27:21 2026] PUT /v2.0/ports/f86e3334-42b8-4926-9c89-ed96b260edc6 => generated 1235 bytes in 575 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: 305/601] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/602] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/603] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1242 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/604] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => 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: 309/605] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:21.985 7 INFO neutron.db.l3_hamode_db [None req-f5b30ab2-9a9d-4f05-ace3-7de33d551cc1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 310/606] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:27:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/607] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:22 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/608] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:22 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&device_owner=network%3Adhcp => generated 1244 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/609] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:22 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/610] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:22 2026] GET /v2.0/networks?id=124114f2-afed-4871-83ee-808ff4d9d191 => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/611] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:22 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?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: 316/612] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:27:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2ea79d2614864264aa09dd22175ceebe => generated 180 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/613] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:27:22 2026] POST /v2.0/ports => generated 954 bytes in 575 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: 318/614] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/ports?tenant_id=a476d13271024ce6921e3820f429fb23&device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/615] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/616] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/617] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:20 2026] POST /v2.0/routers => generated 732 bytes in 2668 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/618] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f86e3334-42b8-4926-9c89-ed96b260edc6 => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/619] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/620] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:23.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa63db58-9c97-4ea0-8741-a5f513acb0ec'] response: {'name': 'network-changed', 'server_uuid': '6accdb7a-1530-42b2-ad5c-fff6f3662a9f', 'tag': 'f86e3334-42b8-4926-9c89-ed96b260edc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/621] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:27:23 2026] PUT /v2.0/ports/e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 => generated 1235 bytes in 637 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: 322/622] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/subnets?id=d059573f-6e01-4361-ae38-fb30c8a2e3ef => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/623] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/624] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => 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: 325/625] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:23 2026] GET /v2.0/ports?network_id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86&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: 8|app: 0|req: 326/626] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/627] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 779 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/628] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?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: 329/629] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => 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: 330/630] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/631] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/632] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/633] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/634] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/635] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/636] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?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: 337/637] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/638] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&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: 8|app: 0|req: 339/639] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/ports?tenant_id=2ea79d2614864264aa09dd22175ceebe&device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/640] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/641] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:24 2026] GET /v2.0/subnets?id=6bc093e9-a9ab-4613-8d16-8100c66dffc7 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/642] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/ports?network_id=124114f2-afed-4871-83ee-808ff4d9d191&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: 8|app: 0|req: 343/643] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/644] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?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: 345/645] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 346/646] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/647] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/ports?tenant_id=a476d13271024ce6921e3820f429fb23&device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/648] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/networks?id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86 => generated 770 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/649] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f86e3334-42b8-4926-9c89-ed96b260edc6 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/650] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:23 2026] PUT /v2.0/routers/473977ce-1066-4352-b2e8-2391dca2d449/add_router_interface => generated 309 bytes in 2072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/651] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/subnets?id=d059573f-6e01-4361-ae38-fb30c8a2e3ef => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:25.568 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfd5061a-b5de-40d5-b6f0-b4b37b5f59d7'] response: {'name': 'network-changed', 'server_uuid': '7982c873-8d63-4fa7-97a6-7418371498e3', 'tag': 'e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/652] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/ports?network_id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86&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: 351/653] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/654] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?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: 352/655] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/656] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/657] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&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: 305/658] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:25 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/659] 10.0.0.52 () {38 vars in 970 bytes} [Thu Jul 2 11:27:26 2026] POST /v2.0/security-groups => generated 1682 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/660] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/ports?tenant_id=2ea79d2614864264aa09dd22175ceebe&device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/661] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/networks?id=124114f2-afed-4871-83ee-808ff4d9d191 => generated 766 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/662] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 => 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: 306/663] 10.0.0.52 () {38 vars in 970 bytes} [Thu Jul 2 11:27:26 2026] POST /v2.0/security-groups => generated 1682 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/664] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/subnets?id=6bc093e9-a9ab-4613-8d16-8100c66dffc7 => generated 688 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/665] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/666] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/ports?network_id=124114f2-afed-4871-83ee-808ff4d9d191&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/667] 10.0.0.52 () {38 vars in 970 bytes} [Thu Jul 2 11:27:26 2026] POST /v2.0/security-groups => generated 1680 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/668] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/669] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/670] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups?tenant_id=c68392f2350f4512878d14e3e46fd8e5 => generated 7909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/671] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?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: 311/672] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups/fd7ca300-c4d8-47ea-8555-d19d7bf44f94 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/673] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups/fd7ca300-c4d8-47ea-8555-d19d7bf44f94 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/674] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups/9e67eb28-fb66-40b4-8caa-f27ba5ecf409 => generated 1682 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/675] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Jul 2 11:27:26 2026] DELETE /v2.0/security-groups/9e67eb28-fb66-40b4-8caa-f27ba5ecf409 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:27:26.956 7 INFO neutron.api.v2.resource [req-5a27a123-7b83-434e-8a4d-df156d4c51da req-22b00637-6fa2-46ba-b3cc-b7782117aa63 2668db84df844386a058ec73de9579cf c68392f2350f4512878d14e3e46fd8e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 313/676] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups/9e67eb28-fb66-40b4-8caa-f27ba5ecf409 => generated 146 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/677] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:26 2026] GET /v2.0/security-groups/6939d4e0-3a35-4621-9e3f-2a069241cf49 => generated 1682 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/678] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/679] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Jul 2 11:27:27 2026] DELETE /v2.0/security-groups/6939d4e0-3a35-4621-9e3f-2a069241cf49 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/680] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:27.257 8 INFO neutron.api.v2.resource [req-fece9ddd-0174-4bc6-9197-a7293904d577 req-25ad5a58-8743-4574-b7f7-fe7b1717cd4b 2668db84df844386a058ec73de9579cf c68392f2350f4512878d14e3e46fd8e5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 367/681] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/6939d4e0-3a35-4621-9e3f-2a069241cf49 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/682] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/683] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/f32c5dd0-fe5c-4da5-9e56-db4661d67765 => generated 1680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/684] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/685] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Jul 2 11:27:27 2026] DELETE /v2.0/security-groups/f32c5dd0-fe5c-4da5-9e56-db4661d67765 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:27:27.596 7 INFO neutron.api.v2.resource [req-e4e2e4da-7a27-435f-9dc4-81f651d02436 req-656a1574-f189-494e-ac92-f0948621add2 2668db84df844386a058ec73de9579cf c68392f2350f4512878d14e3e46fd8e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 317/686] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/f32c5dd0-fe5c-4da5-9e56-db4661d67765 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/687] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups?tenant_id=c68392f2350f4512878d14e3e46fd8e5 => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/688] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/fd7ca300-c4d8-47ea-8555-d19d7bf44f94 => generated 2922 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/689] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/fd7ca300-c4d8-47ea-8555-d19d7bf44f94 => generated 2922 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/690] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:27.793 7 INFO neutron.api.v2.resource [req-70426412-9b04-462e-9b05-2ac4bd655852 req-3cdab170-cb61-4ff3-b05f-4c23e5daf5b0 2668db84df844386a058ec73de9579cf c68392f2350f4512878d14e3e46fd8e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 320/691] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/f32c5dd0-fe5c-4da5-9e56-db4661d67765 => 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: 372/692] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:27.831 7 INFO neutron.api.v2.resource [req-3c68d919-ac3f-4a07-9272-24257316b136 req-6ef41a64-0af4-4468-b352-42fa25ddc91b 2668db84df844386a058ec73de9579cf c68392f2350f4512878d14e3e46fd8e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 321/693] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/6939d4e0-3a35-4621-9e3f-2a069241cf49 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:27:27.871 8 INFO neutron.api.v2.resource [req-7acdc758-6240-4d72-a76a-30c74f72ed43 req-c9c0c482-f778-4280-98f5-3a25aa0eba84 2668db84df844386a058ec73de9579cf c68392f2350f4512878d14e3e46fd8e5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 373/694] 10.0.0.52 () {34 vars in 990 bytes} [Thu Jul 2 11:27:27 2026] GET /v2.0/security-groups/9e67eb28-fb66-40b4-8caa-f27ba5ecf409 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/695] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:28 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/696] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:28 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:28.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f1b0355-f36a-475b-89e3-5eae56aea615 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 8d6c14fb-603f-453d-ba74-9868a7409383 2026-07-02 11:27:28.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f1b0355-f36a-475b-89e3-5eae56aea615 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 8d6c14fb-603f-453d-ba74-9868a7409383 [pid: 8|app: 0|req: 376/697] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:28 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/698] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:28 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/699] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:28 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/700] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:28 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/701] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:27:27 2026] PUT /v2.0/routers/473977ce-1066-4352-b2e8-2391dca2d449/remove_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:29.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-71e33e4d-cbc7-4e75-9f21-dc5e082e4f54 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 0d488d3c-e148-42ca-a0aa-a2f38a731237 2026-07-02 11:27:29.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71e33e4d-cbc7-4e75-9f21-dc5e082e4f54 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 0d488d3c-e148-42ca-a0aa-a2f38a731237 [pid: 7|app: 0|req: 323/702] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:29 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/703] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:29 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&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: 325/704] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:29 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/705] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:29 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:29.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-71e33e4d-cbc7-4e75-9f21-dc5e082e4f54 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 036f553f-6c95-4c07-864f-849ebf92cd86 2026-07-02 11:27:29.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71e33e4d-cbc7-4e75-9f21-dc5e082e4f54 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 036f553f-6c95-4c07-864f-849ebf92cd86 2026-07-02 11:27:30.023 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-71e33e4d-cbc7-4e75-9f21-dc5e082e4f54 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - 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: 327/706] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:30 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/707] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:30 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:30.604 8 INFO neutron.db.l3_hamode_db [None req-71e33e4d-cbc7-4e75-9f21-dc5e082e4f54 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network dd6b911f-a256-4038-851d-3db894e6f843 was deleted as no HA routers are present in tenant c68392f2350f4512878d14e3e46fd8e5. [pid: 8|app: 0|req: 380/708] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:29 2026] DELETE /v2.0/routers/473977ce-1066-4352-b2e8-2391dca2d449 => generated 0 bytes in 1416 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/709] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:30 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/710] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:30 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/711] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:30 2026] DELETE /v2.0/subnets/3c29f0b3-97f4-4da3-a170-79eb265efa05 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/712] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:30 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/713] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:31 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:31.069 8 INFO neutron.services.segments.plugin [-] Segment 84090316-712b-41ec-9e73-5c8333be2b95 resource provider aggregate not found 2026-07-02 11:27:31.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0d9fe2a-432e-418a-9eec-d2659401fe91 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 1d1d3bc9-4dff-413b-93dc-ff2324e59ebf 2026-07-02 11:27:31.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0d9fe2a-432e-418a-9eec-d2659401fe91 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 1d1d3bc9-4dff-413b-93dc-ff2324e59ebf 2026-07-02 11:27:31.095 8 INFO neutron.services.segments.plugin [-] Segment 84090316-712b-41ec-9e73-5c8333be2b95 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 84090316-712b-41ec-9e73-5c8333be2b95 found for delete ", "request_id": "req-73e27ed3-63b8-4d40-aa93-6997f1a9823a"}]} 2026-07-02 11:27:31.097 8 INFO neutron.services.segments.plugin [-] Segment 84090316-712b-41ec-9e73-5c8333be2b95 resource provider aggregate not found 2026-07-02 11:27:31.122 8 INFO neutron.services.segments.plugin [-] Segment 84090316-712b-41ec-9e73-5c8333be2b95 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 84090316-712b-41ec-9e73-5c8333be2b95 found for delete ", "request_id": "req-d04da879-18eb-4d7a-ae80-d7702610fb5a"}]} 2026-07-02 11:27:31.388 7 INFO neutron.services.segments.plugin [-] Segment c59e3564-54fd-441d-a6b9-c1f5ac980284 resource provider aggregate not found 2026-07-02 11:27:31.413 7 INFO neutron.services.segments.plugin [-] Segment c59e3564-54fd-441d-a6b9-c1f5ac980284 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 c59e3564-54fd-441d-a6b9-c1f5ac980284 found for delete ", "request_id": "req-565027e8-0ffd-4028-8242-7e1eda80de85"}]} [pid: 8|app: 0|req: 385/714] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:31 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:31.415 7 INFO neutron.services.segments.plugin [-] Segment c59e3564-54fd-441d-a6b9-c1f5ac980284 resource provider aggregate not found [pid: 7|app: 0|req: 330/715] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:27:30 2026] DELETE /v2.0/networks/f086d2b3-c314-418e-b5ec-545461d39d6d => generated 0 bytes in 458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:27:31.438 7 INFO neutron.services.segments.plugin [-] Segment c59e3564-54fd-441d-a6b9-c1f5ac980284 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 c59e3564-54fd-441d-a6b9-c1f5ac980284 found for delete ", "request_id": "req-f3037d73-f9cd-449f-95b1-22a666a9a71f"}]} [pid: 8|app: 0|req: 386/716] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:31 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/717] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:31 2026] GET /v2.0/security-groups?tenant_id=c68392f2350f4512878d14e3e46fd8e5&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: 331/718] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:31 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/719] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:31 2026] DELETE /v2.0/security-groups/fd7ca300-c4d8-47ea-8555-d19d7bf44f94 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/720] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:32 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/721] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:32 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => 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: 391/722] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:32 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&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: 392/723] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:32 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:32.420 7 INFO neutron.db.l3_db [None req-a17f1995-7094-4629-acbe-5cb06621f98c 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] Floating IP ad49383e-7959-4588-b602-358724ddce2f associated. External IP: 10.96.250.207, port: f86e3334-42b8-4926-9c89-ed96b260edc6. [pid: 7|app: 0|req: 332/724] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:27:31 2026] PUT /v2.0/floatingips/ad49383e-7959-4588-b602-358724ddce2f => generated 855 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/725] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:32 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/726] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/727] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/728] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/729] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 971 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/730] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/733] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:33.902 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cde764f-584e-4244-a8aa-e7c9eec161cd'] response: {'name': 'network-changed', 'server_uuid': '6accdb7a-1530-42b2-ad5c-fff6f3662a9f', 'tag': 'f86e3334-42b8-4926-9c89-ed96b260edc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 337/734] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 338/735] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/736] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:33 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:34.515 7 INFO neutron.db.l3_db [None req-82953dca-9747-408b-925b-eab295379952 c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] Floating IP 5210acba-40cc-4f64-a528-5d9f49b1fbbc associated. External IP: 10.96.250.218, port: e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5. [pid: 7|app: 0|req: 340/737] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:27:34 2026] PUT /v2.0/floatingips/5210acba-40cc-4f64-a528-5d9f49b1fbbc => generated 855 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:35.119 8 INFO neutron.db.l3_db [None req-848a23d1-e3da-4b92-8f3c-d1cebc4505bf 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] Floating IP 65accff7-3cd1-4d8b-987c-00e7440f0805 associated. External IP: 10.96.250.217, port: b7251e40-6928-4e3c-adb7-0a5220805240. 2026-07-02 11:27:35.535 7 INFO neutron.db.segments_db [None req-95953e9a-e436-4d04-9229-846a454924db 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment b3ee0631-d5ca-4de6-9684-864f9f530748 of type vxlan for network e15cc054-c20d-46a8-8952-ddcb47f5f18b [pid: 8|app: 0|req: 398/738] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:27:33 2026] PUT /v2.0/floatingips/65accff7-3cd1-4d8b-987c-00e7440f0805 => generated 856 bytes in 1805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/739] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/ports?tenant_id=a476d13271024ce6921e3820f429fb23&device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/740] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => 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: 401/741] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 402/742] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/networks?id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86 => generated 770 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/743] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:27:34 2026] POST /v2.0/networks => generated 748 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/744] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/745] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/security-groups?id=817f1e7c-846c-42be-abdd-0d2c50f1b582&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/746] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f86e3334-42b8-4926-9c89-ed96b260edc6 => generated 858 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:35.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25372f06-4481-4ad5-af4c-a651ad4e5b3f'] response: {'name': 'network-changed', 'server_uuid': 'bf0389b5-e559-4575-9b66-af3c5b6d09ad', 'tag': 'b7251e40-6928-4e3c-adb7-0a5220805240', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 405/747] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:35 2026] GET /v2.0/subnets?id=d059573f-6e01-4361-ae38-fb30c8a2e3ef => generated 693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:36.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39fd2ce1-0b42-4fbe-ae7f-26738624b69d'] response: {'name': 'network-changed', 'server_uuid': '7982c873-8d63-4fa7-97a6-7418371498e3', 'tag': 'e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 406/748] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/749] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/ports?network_id=cbd00410-6f4a-47f6-a00f-a05d8c6eef86&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: 8|app: 0|req: 408/750] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/751] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/752] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/753] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:36.514 8 INFO neutron_taas.services.taas.taas_plugin [req-40d60cfe-2cd9-4555-a07b-8a57b0265ca9 req-fa0910d3-85e7-4c69-b15b-3c1845a9dbc8 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] TaaS: Handle Delete Port: f86e3334-42b8-4926-9c89-ed96b260edc6 2026-07-02 11:27:36.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40d60cfe-2cd9-4555-a07b-8a57b0265ca9 req-fa0910d3-85e7-4c69-b15b-3c1845a9dbc8 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] Tap Mirror: Handle Delete Port: f86e3334-42b8-4926-9c89-ed96b260edc6 [pid: 7|app: 0|req: 343/754] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:35 2026] POST /v2.0/subnets => generated 695 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:27:36.725 8 INFO neutron.db.l3_db [req-40d60cfe-2cd9-4555-a07b-8a57b0265ca9 req-fa0910d3-85e7-4c69-b15b-3c1845a9dbc8 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] Floating IP ad49383e-7959-4588-b602-358724ddce2f disassociated. External IP: 10.96.250.207, port: f86e3334-42b8-4926-9c89-ed96b260edc6. [pid: 7|app: 0|req: 344/755] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1244 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/756] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/ports?tenant_id=2ea79d2614864264aa09dd22175ceebe&device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/757] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:36 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:37.031 7 INFO neutron.db.segments_db [None req-d2edc091-8a9f-4c68-9fd2-31798b0fe010 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 of type vxlan for network dbb39330-8182-4dd8-a053-00c33d929d88 [pid: 8|app: 0|req: 412/758] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:27:36 2026] DELETE /v2.0/ports/f86e3334-42b8-4926-9c89-ed96b260edc6 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/759] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/760] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/networks?id=124114f2-afed-4871-83ee-808ff4d9d191 => generated 766 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/761] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/762] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 417/763] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/764] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/765] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/766] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/subnets?id=6bc093e9-a9ab-4613-8d16-8100c66dffc7 => generated 688 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/767] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&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: 8|app: 0|req: 422/768] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/ports?network_id=124114f2-afed-4871-83ee-808ff4d9d191&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/769] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:37.819 7 INFO neutron.db.l3_hamode_db [None req-d2edc091-8a9f-4c68-9fd2-31798b0fe010 852eae78bfa742deaa46d0fc33151c55 efca8e5d549a40c99960ffbfee910feb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 424/770] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/771] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/772] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:37 2026] GET /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191?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) 2026-07-02 11:27:38.052 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c11ddc8-f216-474d-9f3f-9e065582e196'] response: {'server_uuid': '6accdb7a-1530-42b2-ad5c-fff6f3662a9f', 'name': 'network-vif-deleted', 'tag': 'f86e3334-42b8-4926-9c89-ed96b260edc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 427/773] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:38 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => 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: 428/774] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:38 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/775] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:38 2026] GET /v2.0/security-groups?id=ac97f348-1eaa-40ca-931f-77560cf3c440&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:38.884 7 INFO neutron.db.l3_hamode_db [None req-d2edc091-8a9f-4c68-9fd2-31798b0fe010 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 430/776] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:27:39 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:39.484 8 INFO neutron_taas.services.taas.taas_plugin [req-5b0783ff-512d-4bbb-beea-e86e417899ef req-6d832b5e-b64a-408f-99b3-4d4f32d1d470 c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] TaaS: Handle Delete Port: e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 2026-07-02 11:27:39.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b0783ff-512d-4bbb-beea-e86e417899ef req-6d832b5e-b64a-408f-99b3-4d4f32d1d470 c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] Tap Mirror: Handle Delete Port: e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 2026-07-02 11:27:39.629 8 INFO neutron.db.l3_db [req-5b0783ff-512d-4bbb-beea-e86e417899ef req-6d832b5e-b64a-408f-99b3-4d4f32d1d470 c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] Floating IP 5210acba-40cc-4f64-a528-5d9f49b1fbbc disassociated. External IP: 10.96.250.218, port: e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5. [pid: 8|app: 0|req: 431/777] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:27:39 2026] DELETE /v2.0/ports/e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/778] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:40 2026] GET /v2.0/ports?device_id=6accdb7a-1530-42b2-ad5c-fff6f3662a9f => 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: 433/779] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:40 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:40.128 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae884f88-32cd-4292-91e7-55ff39d6d207'] response: {'server_uuid': '7982c873-8d63-4fa7-97a6-7418371498e3', 'name': 'network-vif-deleted', 'tag': 'e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 347/780] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:36 2026] POST /v2.0/routers => generated 735 bytes in 3315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/781] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:41 2026] DELETE /v2.0/security-groups/817f1e7c-846c-42be-abdd-0d2c50f1b582 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/782] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:41 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:41.300 7 INFO neutron.api.v2.resource [None req-33fe7e34-5b58-47f3-bdfe-7c58f9c7433b 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/783] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:27:41 2026] GET /v2.0/security-groups/817f1e7c-846c-42be-abdd-0d2c50f1b582 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:27:41.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d8109cc-7f38-4f65-b237-d9f564581600 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] TaaS: Handle Delete Port: 3103ec43-6227-4ca8-8f57-7b2e3dc576a4 2026-07-02 11:27:41.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d8109cc-7f38-4f65-b237-d9f564581600 2d03234a55834e60adafa95fb1db33bc a476d13271024ce6921e3820f429fb23 - - default default] Tap Mirror: Handle Delete Port: 3103ec43-6227-4ca8-8f57-7b2e3dc576a4 [pid: 8|app: 0|req: 434/784] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:40 2026] PUT /v2.0/routers/ce353de7-762f-4021-8601-ceddcedc8a03/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/785] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:27:41 2026] DELETE /v2.0/floatingips/ad49383e-7959-4588-b602-358724ddce2f => generated 0 bytes in 433 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:27:42.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-4af78fa7-1fec-44f8-9ba9-b16fa70bedf1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 47e5ba89-6be0-4e59-8d40-157276b0aa89 [pid: 7|app: 0|req: 352/786] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:27:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:27:42.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4af78fa7-1fec-44f8-9ba9-b16fa70bedf1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 47e5ba89-6be0-4e59-8d40-157276b0aa89 [pid: 7|app: 0|req: 353/787] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:42 2026] GET /v2.0/ports?device_id=7982c873-8d63-4fa7-97a6-7418371498e3 => 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: 354/788] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/789] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/790] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:27:41 2026] PUT /v2.0/routers/66293d38-79b2-48c1-961b-9b19de790306/remove_router_interface => generated 309 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/791] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:27:42 2026] POST /v2.0/floatingips => generated 552 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:27:43.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ec7ce1d-3fa4-479d-a1f2-385b613713a1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: dda46b0c-5e91-4829-bc4f-4612ce24631b 2026-07-02 11:27:43.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ec7ce1d-3fa4-479d-a1f2-385b613713a1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: dda46b0c-5e91-4829-bc4f-4612ce24631b [pid: 7|app: 0|req: 357/792] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:43 2026] DELETE /v2.0/security-groups/ac97f348-1eaa-40ca-931f-77560cf3c440 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:27:43.740 7 INFO neutron.api.v2.resource [None req-0637236e-a600-4924-a29c-4211be612f83 c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 358/793] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:27:43 2026] GET /v2.0/security-groups/ac97f348-1eaa-40ca-931f-77560cf3c440 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:27:43.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-60954394-a973-475e-ba56-f9c0c2eea12a c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] TaaS: Handle Delete Port: 930df94d-b3a8-4a5c-a367-414ea8d5b3bf 2026-07-02 11:27:43.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60954394-a973-475e-ba56-f9c0c2eea12a c3400cd3686248dab8095e127cd1abda 2ea79d2614864264aa09dd22175ceebe - - default default] Tap Mirror: Handle Delete Port: 930df94d-b3a8-4a5c-a367-414ea8d5b3bf 2026-07-02 11:27:44.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ec7ce1d-3fa4-479d-a1f2-385b613713a1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 10866740-6370-417e-8641-81de520fb514 2026-07-02 11:27:44.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ec7ce1d-3fa4-479d-a1f2-385b613713a1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 10866740-6370-417e-8641-81de520fb514 [pid: 7|app: 0|req: 359/794] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:27:43 2026] DELETE /v2.0/floatingips/5210acba-40cc-4f64-a528-5d9f49b1fbbc => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:27:44.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-130f880a-2c4f-4932-b05e-e1c68d14fd28 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 05e7e4da-f0e9-42cc-80a9-4de06b642d66 2026-07-02 11:27:44.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-130f880a-2c4f-4932-b05e-e1c68d14fd28 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 05e7e4da-f0e9-42cc-80a9-4de06b642d66 2026-07-02 11:27:44.595 8 INFO neutron.services.segments.plugin [-] Segment 6a46f172-99ce-4de2-a708-1f37e8e947e4 resource provider aggregate not found 2026-07-02 11:27:44.604 8 INFO neutron.services.segments.plugin [-] Segment 6a46f172-99ce-4de2-a708-1f37e8e947e4 resource provider aggregate not found 2026-07-02 11:27:44.623 8 INFO neutron.services.segments.plugin [-] Segment 6a46f172-99ce-4de2-a708-1f37e8e947e4 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 6a46f172-99ce-4de2-a708-1f37e8e947e4 found for delete ", "request_id": "req-d46dab4c-a9ba-4a14-a0fe-37fd075e07f7"}]} 2026-07-02 11:27:44.630 8 INFO neutron.services.segments.plugin [-] Segment 6a46f172-99ce-4de2-a708-1f37e8e947e4 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 6a46f172-99ce-4de2-a708-1f37e8e947e4 found for delete ", "request_id": "req-97b021b2-0e9c-4473-83a8-aefb7e195a3d"}]} 2026-07-02 11:27:44.649 8 INFO neutron.db.l3_hamode_db [None req-8ec7ce1d-3fa4-479d-a1f2-385b613713a1 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network c6a4cf7c-ad81-455d-a785-c5c0a30683fa was deleted as no HA routers are present in tenant a476d13271024ce6921e3820f429fb23. [pid: 8|app: 0|req: 436/795] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:43 2026] DELETE /v2.0/routers/66293d38-79b2-48c1-961b-9b19de790306 => generated 0 bytes in 1431 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/796] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:44 2026] DELETE /v2.0/subnets/d059573f-6e01-4361-ae38-fb30c8a2e3ef => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:27:45.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3ac19d6-e46a-4fe8-999c-d3aa3a3d732d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: de4fdbc7-e370-497d-b60e-7b49fcefb97e 2026-07-02 11:27:45.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3ac19d6-e46a-4fe8-999c-d3aa3a3d732d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: de4fdbc7-e370-497d-b60e-7b49fcefb97e [pid: 7|app: 0|req: 360/797] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:27:44 2026] PUT /v2.0/routers/6d74dfc8-45f3-4cf9-8e96-02c4d295e6ad/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/798] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:27:44 2026] DELETE /v2.0/networks/cbd00410-6f4a-47f6-a00f-a05d8c6eef86 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/799] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:45 2026] GET /v2.0/security-groups?tenant_id=a476d13271024ce6921e3820f429fb23&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/800] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:45 2026] DELETE /v2.0/security-groups/5b674a9d-3ce3-4f09-9260-656f71c54098 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:27:46.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-931b00c2-241c-4ba1-a64a-90fa525b4d32 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 0f83a6fe-679b-4808-acdd-97d28ce787a0 2026-07-02 11:27:46.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-931b00c2-241c-4ba1-a64a-90fa525b4d32 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 0f83a6fe-679b-4808-acdd-97d28ce787a0 2026-07-02 11:27:46.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-931b00c2-241c-4ba1-a64a-90fa525b4d32 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: e0b675c6-24fb-4fb9-a42c-d4c31da40313 2026-07-02 11:27:46.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-931b00c2-241c-4ba1-a64a-90fa525b4d32 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: e0b675c6-24fb-4fb9-a42c-d4c31da40313 2026-07-02 11:27:46.662 8 INFO neutron.services.segments.plugin [-] Segment 864c7e7f-e8c4-4205-992b-80cf1ebac40c resource provider aggregate not found 2026-07-02 11:27:46.668 8 INFO neutron.services.segments.plugin [-] Segment 864c7e7f-e8c4-4205-992b-80cf1ebac40c resource provider aggregate not found 2026-07-02 11:27:46.684 8 INFO neutron.services.segments.plugin [-] Segment 864c7e7f-e8c4-4205-992b-80cf1ebac40c 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 864c7e7f-e8c4-4205-992b-80cf1ebac40c found for delete ", "request_id": "req-afee3cc1-bda6-480a-be7b-1d73c68d8b7b"}]} 2026-07-02 11:27:46.690 8 INFO neutron.services.segments.plugin [-] Segment 864c7e7f-e8c4-4205-992b-80cf1ebac40c 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 864c7e7f-e8c4-4205-992b-80cf1ebac40c found for delete ", "request_id": "req-0928f5c9-4d51-4ac1-96d5-290da0fc259b"}]} 2026-07-02 11:27:47.047 7 INFO neutron.services.segments.plugin [-] Segment da9c33ac-2b1e-46f7-8704-c87fd5d5784d resource provider aggregate not found 2026-07-02 11:27:47.066 7 INFO neutron.services.segments.plugin [-] Segment da9c33ac-2b1e-46f7-8704-c87fd5d5784d resource provider aggregate not found 2026-07-02 11:27:47.075 7 INFO neutron.services.segments.plugin [-] Segment da9c33ac-2b1e-46f7-8704-c87fd5d5784d 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 da9c33ac-2b1e-46f7-8704-c87fd5d5784d found for delete ", "request_id": "req-b1b610b7-ded2-4edb-84ed-c7bd376bcc01"}]} 2026-07-02 11:27:47.089 7 INFO neutron.services.segments.plugin [-] Segment da9c33ac-2b1e-46f7-8704-c87fd5d5784d 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 da9c33ac-2b1e-46f7-8704-c87fd5d5784d found for delete ", "request_id": "req-2f5e5d7f-a82f-49ea-a5cf-d618cbf5a4d3"}]} 2026-07-02 11:27:47.118 7 INFO neutron.db.l3_hamode_db [None req-931b00c2-241c-4ba1-a64a-90fa525b4d32 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network c451eee9-debe-48b0-b0a0-802f37253e2f was deleted as no HA routers are present in tenant 2ea79d2614864264aa09dd22175ceebe. [pid: 7|app: 0|req: 361/801] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:45 2026] DELETE /v2.0/routers/6d74dfc8-45f3-4cf9-8e96-02c4d295e6ad => generated 0 bytes in 1939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/802] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:27:47 2026] DELETE /v2.0/subnets/6bc093e9-a9ab-4613-8d16-8100c66dffc7 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:27:47.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-113858b6-daa6-4f02-8512-2c33f1d83c71 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: a201465a-b840-454f-bf06-c7bc4ceb0ac9 2026-07-02 11:27:47.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-113858b6-daa6-4f02-8512-2c33f1d83c71 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: a201465a-b840-454f-bf06-c7bc4ceb0ac9 [pid: 7|app: 0|req: 362/803] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:27:47 2026] DELETE /v2.0/networks/124114f2-afed-4871-83ee-808ff4d9d191 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/804] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:47 2026] GET /v2.0/security-groups?tenant_id=2ea79d2614864264aa09dd22175ceebe&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/805] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:27:47 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1244 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/806] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:48 2026] DELETE /v2.0/security-groups/a15f507c-32e0-4937-84f6-f38be8d935ac => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/807] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:27:48 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:49.096 7 INFO neutron.services.segments.plugin [-] Segment a4e8f10e-4e70-438a-8760-11a1b71315f0 resource provider aggregate not found 2026-07-02 11:27:49.132 7 INFO neutron.services.segments.plugin [-] Segment a4e8f10e-4e70-438a-8760-11a1b71315f0 resource provider aggregate not found 2026-07-02 11:27:49.138 7 INFO neutron.services.segments.plugin [-] Segment a4e8f10e-4e70-438a-8760-11a1b71315f0 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 a4e8f10e-4e70-438a-8760-11a1b71315f0 found for delete ", "request_id": "req-425f047c-5afc-424a-a2af-f2ef286acc46"}]} 2026-07-02 11:27:49.155 7 INFO neutron.services.segments.plugin [-] Segment a4e8f10e-4e70-438a-8760-11a1b71315f0 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 a4e8f10e-4e70-438a-8760-11a1b71315f0 found for delete ", "request_id": "req-4cc3e6ad-eab5-475d-9753-415ae630fba8"}]} [pid: 7|app: 0|req: 366/810] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:49 2026] GET /v2.0/security-groups?tenant_id=52ccb449c2b245139801247d7523ae3a&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/811] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:49 2026] DELETE /v2.0/security-groups/b094732e-f222-4698-9f47-47c5dfc74955 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/812] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Jul 2 11:27:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2003292496&fields=id&tenant_id=efca8e5d549a40c99960ffbfee910feb => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/813] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:27:50 2026] GET /v2.0/networks?id=e15cc054-c20d-46a8-8952-ddcb47f5f18b => generated 680 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/814] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:27:51 2026] GET /v2.0/quotas/efca8e5d549a40c99960ffbfee910feb => 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: 449/815] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:51 2026] GET /v2.0/ports?tenant_id=efca8e5d549a40c99960ffbfee910feb&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/816] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:27:51 2026] GET /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:51.249 7 INFO neutron.db.segments_db [None req-f01346b3-2f63-4e67-a15b-371d31e599b2 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 9dd7bf86-9e49-48fb-ac2a-f77e09232254 of type vxlan for network 5415c708-6872-48d0-938c-11496707ebcf [pid: 8|app: 0|req: 451/817] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:27:51 2026] GET /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b?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: 367/818] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:27:50 2026] POST /v2.0/networks => generated 743 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/819] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:51 2026] POST /v2.0/subnets => generated 690 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:27:51.708 7 INFO neutron.db.segments_db [None req-b39a5c46-fd14-43a9-967c-6a06b8b980af 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment b5fd64db-a405-4c59-a1db-b01c6ed207c0 of type vxlan for network 8fe0bb75-1dd1-4f7c-85e1-70042db743fb [pid: 8|app: 0|req: 453/820] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:51 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:52.067 7 INFO neutron.db.l3_hamode_db [None req-b39a5c46-fd14-43a9-967c-6a06b8b980af 852eae78bfa742deaa46d0fc33151c55 51c22c1a34ea49c4bc1193c8412123ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 454/821] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:52 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:27:53.161 7 INFO neutron.db.l3_hamode_db [None req-b39a5c46-fd14-43a9-967c-6a06b8b980af 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 455/822] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:53 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 368/823] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:27:51 2026] POST /v2.0/routers => generated 730 bytes in 2650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/824] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:55 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 370/825] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:55 2026] GET /v2.0/security-groups?tenant_id=04577530553442bcb6474bf34aae3772&name=default => generated 2925 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/826] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:55 2026] DELETE /v2.0/security-groups/f6a95b8b-ca08-4e60-a2ce-485ae10e0427 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/827] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:27:54 2026] PUT /v2.0/routers/2a3ca0dd-5463-4a0f-9b47-9af90c2e22dc/add_router_interface => generated 309 bytes in 1745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/828] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:27:56 2026] GET /v2.0/networks?id=e15cc054-c20d-46a8-8952-ddcb47f5f18b => generated 680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/829] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:27:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=efca8e5d549a40c99960ffbfee910feb => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/830] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:56 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/831] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:27:56 2026] GET /v2.0/security-groups?tenant_id=95fdd0f8839646488f4df4fc37060bb2&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/832] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:27:56 2026] DELETE /v2.0/security-groups/4b01fd8c-979c-4108-9588-0c594381c37b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/833] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:27:56 2026] POST /v2.0/ports => generated 954 bytes in 730 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: 376/834] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:27:56 2026] POST /v2.0/security-groups => generated 1658 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/835] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/836] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:27:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/837] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:57 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/838] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:27:56 2026] PUT /v2.0/ports/4e134539-9da0-430d-9600-3b205ca8547a => generated 1235 bytes in 569 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: 460/839] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:57 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:27:57.541 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-358d6688-4bbf-4058-8f0c-e73ca9114b12'] response: {'name': 'network-changed', 'server_uuid': '97507a4d-9892-4a88-80d4-9c94c16aa657', 'tag': '4e134539-9da0-430d-9600-3b205ca8547a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/840] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/ports?tenant_id=efca8e5d549a40c99960ffbfee910feb&device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 1238 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/841] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:27:57 2026] POST /v2.0/floatingips => generated 552 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/842] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/networks?tenant_id=efca8e5d549a40c99960ffbfee910feb&shared=False => generated 776 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/843] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/844] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/845] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 464/846] 10.0.0.52 () {34 vars in 1095 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--47702411&fields=id&tenant_id=51c22c1a34ea49c4bc1193c8412123ec => 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: 383/847] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/networks?id=5415c708-6872-48d0-938c-11496707ebcf => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/848] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/quotas/51c22c1a34ea49c4bc1193c8412123ec => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/849] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/ports?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/850] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:27:58 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?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: 385/851] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/852] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/853] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/ports?tenant_id=efca8e5d549a40c99960ffbfee910feb&device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/854] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4e134539-9da0-430d-9600-3b205ca8547a => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/855] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/subnets?id=9e558e5a-ccef-47f7-b1c7-76c5f9764dad => generated 698 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/856] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/ports?network_id=e15cc054-c20d-46a8-8952-ddcb47f5f18b&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/857] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/858] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/859] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/860] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:27:59 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/861] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:00 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/862] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:01 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/863] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:01 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 8|app: 0|req: 473/864] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:01 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/865] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:02 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/866] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:02 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/867] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:02 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 475/868] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:03 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/869] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:03 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 479/872] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:03 2026] GET /v2.0/networks?id=5415c708-6872-48d0-938c-11496707ebcf => generated 675 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/873] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:03 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 481/874] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:28:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=51c22c1a34ea49c4bc1193c8412123ec => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/875] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:03 2026] GET /v2.0/security-groups?tenant_id=a099c5120daf47baabd50267a8885aa6&name=default => generated 2925 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/876] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:03 2026] DELETE /v2.0/security-groups/167d8712-4067-43c0-8307-36915b6d4a2d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/877] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:28:03 2026] POST /v2.0/ports => generated 954 bytes in 542 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: 396/878] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:04 2026] GET /v2.0/security-groups?tenant_id=711c87af3d0f4bdba9dbf01381c7cdf5&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/879] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:04 2026] DELETE /v2.0/security-groups/33eaaa9c-abe8-45f6-bc09-c58fc7a696d0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/880] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:04 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/881] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:04 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 400/882] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:04 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/883] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:05 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/884] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:28:04 2026] PUT /v2.0/ports/5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb => generated 1235 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:05.111 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3991b416-b59b-4a74-b72d-ddb1e7b484dd'] response: {'name': 'network-changed', 'server_uuid': '4153f113-4739-4638-815c-51566e444a49', 'tag': '5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 402/885] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:05 2026] GET /v2.0/ports?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&device_id=4153f113-4739-4638-815c-51566e444a49 => generated 1238 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: 7|app: 0|req: 403/886] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:05 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/887] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:05 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 405/888] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:06 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 406/889] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:06 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/890] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:28:05 2026] GET /v2.0/networks?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&shared=False => generated 771 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/891] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:28:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/892] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 409/893] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:07.273 8 INFO neutron.db.segments_db [None req-9ae25d31-5197-4011-b655-0063eb663905 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Added segment 761ad88e-6df6-43e2-8466-f06c7b83ffd4 of type vxlan for network 44d54680-2f82-454f-8a9b-976ce416c40e 2026-07-02 11:28:07.373 8 INFO neutron.db.segments_db [None req-9ae25d31-5197-4011-b655-0063eb663905 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Added segment c125a5f4-515c-4e69-926a-8d8332b30c77 of type vxlan for network 6fd2da48-56e9-4443-92c1-225342cf54e8 [pid: 7|app: 0|req: 410/894] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/895] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/896] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:06 2026] POST /v2.0/networks => generated 1243 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/897] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/networks => generated 1842 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/898] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/ports?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&device_id=4153f113-4739-4638-815c-51566e444a49 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/899] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/900] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:07.816 8 INFO neutron.services.segments.plugin [-] Segment 761ad88e-6df6-43e2-8466-f06c7b83ffd4 resource provider aggregate not found [pid: 7|app: 0|req: 415/901] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/subnets?id=94eb13e5-247c-4c92-b8d3-1425e0ab9b05 => generated 693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:07.824 8 INFO neutron.services.segments.plugin [-] Segment 761ad88e-6df6-43e2-8466-f06c7b83ffd4 resource provider aggregate not found 2026-07-02 11:28:07.850 8 INFO neutron.services.segments.plugin [-] Segment 761ad88e-6df6-43e2-8466-f06c7b83ffd4 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 761ad88e-6df6-43e2-8466-f06c7b83ffd4 found for delete ", "request_id": "req-0564e4f1-1a2f-4aab-8519-8126a6f33a62"}]} 2026-07-02 11:28:07.857 8 INFO neutron.services.segments.plugin [-] Segment 761ad88e-6df6-43e2-8466-f06c7b83ffd4 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 761ad88e-6df6-43e2-8466-f06c7b83ffd4 found for delete ", "request_id": "req-da21bf61-657c-401c-95a0-1835ff219842"}]} [pid: 8|app: 0|req: 487/902] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:07 2026] DELETE /v2.0/networks/44d54680-2f82-454f-8a9b-976ce416c40e => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/903] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/ports/b7251e40-6928-4e3c-adb7-0a5220805240 => generated 972 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/904] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/ports?network_id=5415c708-6872-48d0-938c-11496707ebcf&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/905] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:07 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/906] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:08.073 7 INFO neutron.services.segments.plugin [-] Segment c125a5f4-515c-4e69-926a-8d8332b30c77 resource provider aggregate not found 2026-07-02 11:28:08.092 7 INFO neutron.services.segments.plugin [-] Segment c125a5f4-515c-4e69-926a-8d8332b30c77 resource provider aggregate not found 2026-07-02 11:28:08.098 7 INFO neutron.services.segments.plugin [-] Segment c125a5f4-515c-4e69-926a-8d8332b30c77 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 c125a5f4-515c-4e69-926a-8d8332b30c77 found for delete ", "request_id": "req-2a1ea3b9-f663-4be8-83f6-cbb761e6de05"}]} [pid: 7|app: 0|req: 417/907] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:07 2026] DELETE /v2.0/networks/6fd2da48-56e9-4443-92c1-225342cf54e8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:08.150 7 INFO neutron.services.segments.plugin [-] Segment c125a5f4-515c-4e69-926a-8d8332b30c77 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 c125a5f4-515c-4e69-926a-8d8332b30c77 found for delete ", "request_id": "req-badcdc71-1eef-4358-90f9-bab1b65317c1"}]} [pid: 8|app: 0|req: 491/908] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/networks => generated 651 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/909] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/910] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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-02 11:28:08.331 8 INFO neutron.db.segments_db [None req-447a4c45-2485-428e-9829-5466ed525c89 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Added segment 9506e5ec-24c5-4a4e-8a43-a93256a53456 of type vxlan for network b61bc3dc-acf6-46f2-adc7-88ae1467586b [pid: 7|app: 0|req: 420/911] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/912] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:08 2026] POST /v2.0/networks => generated 653 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:08.582 7 INFO neutron.db.segments_db [None req-e95a1264-e2a4-4894-8fb1-e7fc9646ef68 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Added segment 566ea526-5f4b-4036-a756-fdc6cda218fe of type vxlan for network 5d085970-6a96-445b-979a-b0ef25808cf9 [pid: 7|app: 0|req: 421/913] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:08 2026] POST /v2.0/networks => generated 654 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/914] 199.19.213.226 () {34 vars in 1000 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/subnets?network_id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 683 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/915] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:08 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:08.961 8 INFO neutron.db.l3_db [None req-fce88330-c5ea-4762-b5d5-d0b2027cd06d 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] Floating IP 54ed57af-c453-46ae-8983-c32cfd979aff associated. External IP: 10.96.250.209, port: 4e134539-9da0-430d-9600-3b205ca8547a. [pid: 8|app: 0|req: 493/916] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:28:08 2026] PUT /v2.0/floatingips/54ed57af-c453-46ae-8983-c32cfd979aff => generated 855 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/917] 199.19.213.226 () {34 vars in 1146 bytes} [Thu Jul 2 11:28:09 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad&device_owner=compute%3Anova&network_id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 975 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/918] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:09 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:09.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dc1183a-46e2-41a5-bed6-45c458f508b4'] response: {'name': 'network-changed', 'server_uuid': '97507a4d-9892-4a88-80d4-9c94c16aa657', 'tag': '4e134539-9da0-430d-9600-3b205ca8547a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/919] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:08 2026] POST /v2.0/ports => generated 1505 bytes in 824 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: 496/920] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:09 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/921] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:28:09 2026] GET /v2.0/ports => generated 1505 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/922] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:09 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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-02 11:28:09.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-17ae4735-e747-4ee3-89fe-d4d9a46bc683 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] TaaS: Handle Delete Port: 70306092-fc27-4637-ab81-8c67260eea51 2026-07-02 11:28:09.981 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17ae4735-e747-4ee3-89fe-d4d9a46bc683 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Tap Mirror: Handle Delete Port: 70306092-fc27-4637-ab81-8c67260eea51 [pid: 8|app: 0|req: 499/923] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:09 2026] DELETE /v2.0/ports/70306092-fc27-4637-ab81-8c67260eea51 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:10.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebfa430b-414c-413f-ac3d-3873b41d3c5c 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] TaaS: Handle Delete Port: 6c9b53d7-38b4-445d-97d4-b58ea8bd8cc1 2026-07-02 11:28:10.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebfa430b-414c-413f-ac3d-3873b41d3c5c 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Tap Mirror: Handle Delete Port: 6c9b53d7-38b4-445d-97d4-b58ea8bd8cc1 [pid: 7|app: 0|req: 425/924] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:28:09 2026] PUT /v2.0/ports/b7251e40-6928-4e3c-adb7-0a5220805240 => generated 1153 bytes in 549 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-02 11:28:10.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50641ca2-2408-4279-a3e6-3fd22c081e30'] response: {'name': 'network-changed', 'server_uuid': 'bf0389b5-e559-4575-9b66-af3c5b6d09ad', 'tag': 'b7251e40-6928-4e3c-adb7-0a5220805240', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 500/925] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:10 2026] DELETE /v2.0/ports/6c9b53d7-38b4-445d-97d4-b58ea8bd8cc1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/926] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/927] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/ports?tenant_id=efca8e5d549a40c99960ffbfee910feb&device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/928] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/ports => 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: 502/929] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/930] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/networks?id=e15cc054-c20d-46a8-8952-ddcb47f5f18b => generated 776 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:10.495 8 INFO neutron.db.segments_db [None req-28b9a4c5-d1f5-4d42-9599-9af4c02759e4 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Added segment 84b2245d-1656-4a70-9735-e8f1cdaa4f7e of type vxlan for network d2f9736d-baa7-42be-bbb1-9c6074970d2f [pid: 7|app: 0|req: 429/931] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4e134539-9da0-430d-9600-3b205ca8547a => generated 858 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/932] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/subnets?id=9e558e5a-ccef-47f7-b1c7-76c5f9764dad => generated 698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/933] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:10 2026] POST /v2.0/networks => generated 654 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/934] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/ports?network_id=e15cc054-c20d-46a8-8952-ddcb47f5f18b&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:10.706 8 INFO neutron.db.segments_db [None req-735582b6-85de-4a1d-9e38-d9eef0f26e8e 1c33f348fdb543de804e91181d235791 a5f64d61a1664e78a3d2026456b9e411 - - default default] Added segment cf80d389-93f2-4b6e-86c1-d19946ef8af4 of type vxlan for network 644c20e8-bfbd-4622-911e-a1295dc6b982 [pid: 7|app: 0|req: 432/935] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/936] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:10 2026] POST /v2.0/networks => generated 652 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/937] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/938] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1425 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/939] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/940] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/941] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:10 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 779 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/942] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/943] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/944] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/945] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/946] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/947] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/948] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/949] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:11 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 438/950] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:11 2026] POST /v2.0/subnets => generated 1323 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/951] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/subnets => generated 1959 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/952] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/953] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/954] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:12 2026] DELETE /v2.0/subnets/f34b449f-e54a-43b5-a9fa-b30983c14f1f => 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: 441/955] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1156 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/956] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/957] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:12 2026] DELETE /v2.0/subnets/625ec49d-7199-4304-a278-61483a2813b8 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/958] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1425 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/959] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/subnets => generated 649 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/960] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/961] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 518/962] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:12.787 7 INFO neutron.services.segments.plugin [-] Segment cf80d389-93f2-4b6e-86c1-d19946ef8af4 resource provider aggregate not found 2026-07-02 11:28:12.796 7 INFO neutron.services.segments.plugin [-] Segment cf80d389-93f2-4b6e-86c1-d19946ef8af4 resource provider aggregate not found 2026-07-02 11:28:12.821 7 INFO neutron.services.segments.plugin [-] Segment cf80d389-93f2-4b6e-86c1-d19946ef8af4 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 cf80d389-93f2-4b6e-86c1-d19946ef8af4 found for delete ", "request_id": "req-74faf67e-7a1b-42fa-a743-a86060ad5d32"}]} 2026-07-02 11:28:12.825 7 INFO neutron.services.segments.plugin [-] Segment cf80d389-93f2-4b6e-86c1-d19946ef8af4 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 cf80d389-93f2-4b6e-86c1-d19946ef8af4 found for delete ", "request_id": "req-8c8b7ba8-9cd1-4c65-82d2-fb0ee8125230"}]} 2026-07-02 11:28:12.868 8 INFO neutron_taas.services.taas.taas_plugin [req-98d42165-545f-430b-b791-984aad82f96f req-96fd6c9f-71a0-485c-9381-f93be724fbf3 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] TaaS: Handle Delete Port: 4e134539-9da0-430d-9600-3b205ca8547a [pid: 7|app: 0|req: 445/963] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:12 2026] DELETE /v2.0/networks/644c20e8-bfbd-4622-911e-a1295dc6b982 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:12.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98d42165-545f-430b-b791-984aad82f96f req-96fd6c9f-71a0-485c-9381-f93be724fbf3 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] Tap Mirror: Handle Delete Port: 4e134539-9da0-430d-9600-3b205ca8547a [pid: 7|app: 0|req: 446/964] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/965] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:13.033 8 INFO neutron.db.l3_db [req-98d42165-545f-430b-b791-984aad82f96f req-96fd6c9f-71a0-485c-9381-f93be724fbf3 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] Floating IP 54ed57af-c453-46ae-8983-c32cfd979aff disassociated. External IP: 10.96.250.209, port: 4e134539-9da0-430d-9600-3b205ca8547a. [pid: 7|app: 0|req: 448/966] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:12 2026] DELETE /v2.0/networks/d2f9736d-baa7-42be-bbb1-9c6074970d2f => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/967] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/security-groups?id=99d1dc64-9519-4fd9-970e-b07b1c406a1c&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: 450/968] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/969] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/970] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:28:12 2026] DELETE /v2.0/ports/4e134539-9da0-430d-9600-3b205ca8547a => generated 0 bytes in 925 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:13.687 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e20ae36-f3e7-4e75-b5fc-945abc6860ac'] response: {'server_uuid': '97507a4d-9892-4a88-80d4-9c94c16aa657', 'name': 'network-vif-deleted', 'tag': '4e134539-9da0-430d-9600-3b205ca8547a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 520/971] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/972] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/973] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/974] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 524/975] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:13 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/976] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:13 2026] DELETE /v2.0/networks/5d085970-6a96-445b-979a-b0ef25808cf9 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/977] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:14 2026] DELETE /v2.0/networks/b61bc3dc-acf6-46f2-adc7-88ae1467586b => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/978] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:14 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:14.488 8 INFO neutron.db.l3_db [None req-701266f7-7872-4c10-8e30-423e8cdcb301 fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] Floating IP a2ad258d-6f66-4aca-89ae-0c4510ae9215 associated. External IP: 10.96.250.201, port: 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb. [pid: 7|app: 0|req: 455/979] 199.19.213.226 () {34 vars in 1120 bytes} [Thu Jul 2 11:28:14 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1156 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:14.852 7 INFO neutron.services.segments.plugin [-] Segment 84b2245d-1656-4a70-9735-e8f1cdaa4f7e resource provider aggregate not found 2026-07-02 11:28:14.857 7 INFO neutron.services.segments.plugin [-] Segment 84b2245d-1656-4a70-9735-e8f1cdaa4f7e resource provider aggregate not found 2026-07-02 11:28:14.877 7 INFO neutron.services.segments.plugin [-] Segment 84b2245d-1656-4a70-9735-e8f1cdaa4f7e 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 84b2245d-1656-4a70-9735-e8f1cdaa4f7e found for delete ", "request_id": "req-8ac78f0f-bff9-441e-9d01-086d41edec6d"}]} 2026-07-02 11:28:14.881 7 INFO neutron.services.segments.plugin [-] Segment 84b2245d-1656-4a70-9735-e8f1cdaa4f7e 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 84b2245d-1656-4a70-9735-e8f1cdaa4f7e found for delete ", "request_id": "req-07d3c100-8ae6-49ac-878a-6f06a52b8058"}]} 2026-07-02 11:28:14.918 7 INFO neutron.services.segments.plugin [-] Segment 566ea526-5f4b-4036-a756-fdc6cda218fe resource provider aggregate not found 2026-07-02 11:28:14.919 7 INFO neutron.services.segments.plugin [-] Segment 566ea526-5f4b-4036-a756-fdc6cda218fe resource provider aggregate not found 2026-07-02 11:28:14.968 7 INFO neutron.services.segments.plugin [-] Segment 566ea526-5f4b-4036-a756-fdc6cda218fe 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 566ea526-5f4b-4036-a756-fdc6cda218fe found for delete ", "request_id": "req-48bfcf1c-1714-4824-a7dc-05a8c310d674"}]} 2026-07-02 11:28:14.983 7 INFO neutron.services.segments.plugin [-] Segment 566ea526-5f4b-4036-a756-fdc6cda218fe 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 566ea526-5f4b-4036-a756-fdc6cda218fe found for delete ", "request_id": "req-18ade9a2-11cc-4d70-b1a8-b4b9aa0b95d5"}]} [pid: 8|app: 0|req: 525/980] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:28:13 2026] PUT /v2.0/floatingips/a2ad258d-6f66-4aca-89ae-0c4510ae9215 => generated 855 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:15.027 7 INFO neutron.services.segments.plugin [-] Segment 9506e5ec-24c5-4a4e-8a43-a93256a53456 resource provider aggregate not found 2026-07-02 11:28:15.031 7 INFO neutron.services.segments.plugin [-] Segment 9506e5ec-24c5-4a4e-8a43-a93256a53456 resource provider aggregate not found 2026-07-02 11:28:15.053 7 INFO neutron.services.segments.plugin [-] Segment 9506e5ec-24c5-4a4e-8a43-a93256a53456 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 9506e5ec-24c5-4a4e-8a43-a93256a53456 found for delete ", "request_id": "req-f378d2d3-dd36-4e6a-89db-6d5087f18614"}]} 2026-07-02 11:28:15.056 7 INFO neutron.services.segments.plugin [-] Segment 9506e5ec-24c5-4a4e-8a43-a93256a53456 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 9506e5ec-24c5-4a4e-8a43-a93256a53456 found for delete ", "request_id": "req-3de0c6cd-1d21-459d-8ffe-74ab6e5b781f"}]} [pid: 8|app: 0|req: 526/981] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:15 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 456/982] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:28:14 2026] PUT /v2.0/ports/b7251e40-6928-4e3c-adb7-0a5220805240 => generated 972 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:15.670 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-601a1115-9e27-4d8d-bdec-431f0194abc5'] response: {'name': 'network-changed', 'server_uuid': 'bf0389b5-e559-4575-9b66-af3c5b6d09ad', 'tag': 'b7251e40-6928-4e3c-adb7-0a5220805240', 'status': 'completed', 'code': 200} 2026-07-02 11:28:15.744 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6a13977-5707-43cc-a6da-b24646927461'] response: {'name': 'network-changed', 'server_uuid': '4153f113-4739-4638-815c-51566e444a49', 'tag': '5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 527/983] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:15 2026] GET /v2.0/security-groups?tenant_id=a5f64d61a1664e78a3d2026456b9e411&name=default => generated 2925 bytes in 196 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: 457/984] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:15 2026] DELETE /v2.0/security-groups/bdfb9b5a-99ad-4a63-ace4-e9a236233076 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/985] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/986] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/ports?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 529/987] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 779 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/988] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/networks?id=5415c708-6872-48d0-938c-11496707ebcf => generated 771 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/989] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/990] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/991] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/992] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&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: 461/993] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/subnets?id=94eb13e5-247c-4c92-b8d3-1425e0ab9b05 => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/994] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?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: 534/995] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?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: 462/996] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/ports?network_id=5415c708-6872-48d0-938c-11496707ebcf&device_owner=network%3Adhcp => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/997] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?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: 463/998] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 536/999] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:16 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?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: 464/1000] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1001] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&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: 465/1002] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/ports?tenant_id=408bb6bb9562440fa3496d4ff742ad81&device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1003] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/networks?id=0bf34afe-e039-4137-8f43-88232da574c8 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1004] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b7251e40-6928-4e3c-adb7-0a5220805240 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/1005] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/ports?device_id=97507a4d-9892-4a88-80d4-9c94c16aa657 => 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: 539/1006] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/subnets?id=e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1007] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/ports?network_id=0bf34afe-e039-4137-8f43-88232da574c8&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: 540/1008] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1009] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:17 2026] GET /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8?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: 470/1010] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:18 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1011] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:18 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:18.633 8 INFO neutron.db.segments_db [None req-f6464643-54c8-48c4-b941-2ea1017266e3 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] Added segment 010fffbe-8b84-4215-9dcb-db9d444d0099 of type vxlan for network 7b6407b6-c79d-47d7-affe-5313389f5814 [pid: 8|app: 0|req: 541/1014] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:18 2026] POST /v2.0/networks => generated 644 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1015] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:18 2026] DELETE /v2.0/security-groups/99d1dc64-9519-4fd9-970e-b07b1c406a1c => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:19.161 8 INFO neutron.api.v2.resource [None req-6801134a-10a9-47e3-aaa2-2f8a8436144d 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1016] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:28:19 2026] GET /v2.0/security-groups/99d1dc64-9519-4fd9-970e-b07b1c406a1c => 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: 474/1017] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:18 2026] POST /v2.0/subnets => generated 641 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:19.300 7 INFO neutron.db.segments_db [None req-ffb90041-df3e-4618-addd-e454cb756d80 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] Added segment 587cb496-5f66-414c-8813-b188b4cb2cc9 of type vxlan for network 47d61a99-a194-40a6-8c0d-c5c2062da559 2026-07-02 11:28:19.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-cac98d52-7166-428a-ac1a-74d5357a92a5 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] TaaS: Handle Delete Port: 1985b5f6-c9c4-46f4-a6b0-8c2767c13354 2026-07-02 11:28:19.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cac98d52-7166-428a-ac1a-74d5357a92a5 19bc2df625dd420a9c600763a6ee3fb7 efca8e5d549a40c99960ffbfee910feb - - default default] Tap Mirror: Handle Delete Port: 1985b5f6-c9c4-46f4-a6b0-8c2767c13354 [pid: 7|app: 0|req: 475/1018] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:19 2026] POST /v2.0/networks => generated 644 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1019] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:28:19 2026] DELETE /v2.0/floatingips/54ed57af-c453-46ae-8983-c32cfd979aff => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1020] 10.0.0.156 () {34 vars in 743 bytes} [Thu Jul 2 11:28:19 2026] PUT /v2.0/networks/47d61a99-a194-40a6-8c0d-c5c2062da559 => generated 592 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1021] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:19 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1022] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:28:19 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1023] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:19 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1024] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:19 2026] GET /v2.0/security-groups?id=a62e80d3-2596-47ff-b671-1d3405b5f42b&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-02 11:28:20.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bcc428b-fc0c-4493-8ce7-11c21d303902 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:28:20.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bcc428b-fc0c-4493-8ce7-11c21d303902 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:28:20.097 8 INFO neutron_taas.services.taas.taas_plugin [req-89ecdd20-08a7-4569-9c69-b5eb1a8fc837 req-fbb5c00a-c891-4303-b917-2bd9974d9a1c 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] TaaS: Handle Delete Port: b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:28:20.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89ecdd20-08a7-4569-9c69-b5eb1a8fc837 req-fbb5c00a-c891-4303-b917-2bd9974d9a1c 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] Tap Mirror: Handle Delete Port: b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:28:20.244 8 INFO neutron.db.l3_db [req-89ecdd20-08a7-4569-9c69-b5eb1a8fc837 req-fbb5c00a-c891-4303-b917-2bd9974d9a1c 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] Floating IP 65accff7-3cd1-4d8b-987c-00e7440f0805 disassociated. External IP: 10.96.250.217, port: b7251e40-6928-4e3c-adb7-0a5220805240. [pid: 8|app: 0|req: 549/1025] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:28:19 2026] DELETE /v2.0/ports/b7251e40-6928-4e3c-adb7-0a5220805240 => generated 0 bytes in 713 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:20.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2b9e8f3-7b67-49fd-b199-1ef3336eb54d'] response: {'server_uuid': 'bf0389b5-e559-4575-9b66-af3c5b6d09ad', 'name': 'network-vif-deleted', 'tag': 'b7251e40-6928-4e3c-adb7-0a5220805240', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 477/1026] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:19 2026] PUT /v2.0/routers/ce353de7-762f-4021-8601-ceddcedc8a03/remove_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1027] 10.0.0.156 () {34 vars in 741 bytes} [Thu Jul 2 11:28:20 2026] PUT /v2.0/subnets/87f5d938-0e06-40b1-b902-cda50be86adb => generated 636 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:21.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-0238c483-317a-4854-be37-5623fec2315c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: c03aba53-eb30-4ebf-8c14-5d51c3b9ed51 2026-07-02 11:28:21.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0238c483-317a-4854-be37-5623fec2315c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: c03aba53-eb30-4ebf-8c14-5d51c3b9ed51 2026-07-02 11:28:21.152 8 INFO neutron.services.segments.plugin [-] Segment 587cb496-5f66-414c-8813-b188b4cb2cc9 resource provider aggregate not found 2026-07-02 11:28:21.159 8 INFO neutron.services.segments.plugin [-] Segment 587cb496-5f66-414c-8813-b188b4cb2cc9 resource provider aggregate not found 2026-07-02 11:28:21.181 8 INFO neutron.services.segments.plugin [-] Segment 587cb496-5f66-414c-8813-b188b4cb2cc9 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 587cb496-5f66-414c-8813-b188b4cb2cc9 found for delete ", "request_id": "req-4c3fc982-6e6e-4b42-84c2-108c322a4e17"}]} 2026-07-02 11:28:21.191 8 INFO neutron.services.segments.plugin [-] Segment 587cb496-5f66-414c-8813-b188b4cb2cc9 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 587cb496-5f66-414c-8813-b188b4cb2cc9 found for delete ", "request_id": "req-b5d5531a-3d5e-4fea-9564-b96bfef45175"}]} [pid: 8|app: 0|req: 551/1028] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:20 2026] DELETE /v2.0/networks/47d61a99-a194-40a6-8c0d-c5c2062da559 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1029] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:21.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7531c547-b5e3-4d2e-b3d7-dd90de5ebd54 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1030] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:21 2026] DELETE /v2.0/networks/47d61a99-a194-40a6-8c0d-c5c2062da559 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1031] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1032] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/subnets?network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1033] 10.0.0.156 () {32 vars in 653 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 11:28:21.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-0238c483-317a-4854-be37-5623fec2315c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 70649572-5bf2-40de-8971-e6ab14798fe3 2026-07-02 11:28:21.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0238c483-317a-4854-be37-5623fec2315c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 70649572-5bf2-40de-8971-e6ab14798fe3 [pid: 8|app: 0|req: 557/1034] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/networks => generated 1309 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1035] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/subnets => generated 1280 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1036] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/networks/7b6407b6-c79d-47d7-affe-5313389f5814 => 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: 560/1037] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:28:21 2026] GET /v2.0/subnets/14f12358-b2d1-40f9-8df6-ae9a729a2a37 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:21.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14db0273-749c-4238-abd7-3b9a515d0c11 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 561/1038] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:21 2026] DELETE /v2.0/subnets/87f5d938-0e06-40b1-b902-cda50be86adb => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:21.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2d0969b-9e0d-45e4-bbf2-041844cb9643 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 562/1039] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:21 2026] DELETE /v2.0/networks/47d61a99-a194-40a6-8c0d-c5c2062da559 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:21.912 7 INFO neutron.services.segments.plugin [-] Segment 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 resource provider aggregate not found 2026-07-02 11:28:21.917 7 INFO neutron.services.segments.plugin [-] Segment 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 resource provider aggregate not found 2026-07-02 11:28:21.936 7 INFO neutron.services.segments.plugin [-] Segment 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 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 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 found for delete ", "request_id": "req-d55d0332-8fd7-41b1-9509-42323fcc798e"}]} 2026-07-02 11:28:21.943 7 INFO neutron.services.segments.plugin [-] Segment 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 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 1b3c113a-8770-43ce-b8e8-1b2ddb8fdf73 found for delete ", "request_id": "req-be6c786b-3d27-4f5e-a882-31d6de1ed14e"}]} [pid: 8|app: 0|req: 563/1040] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:21 2026] DELETE /v2.0/subnets/14f12358-b2d1-40f9-8df6-ae9a729a2a37 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:21.953 7 INFO neutron.db.l3_hamode_db [None req-0238c483-317a-4854-be37-5623fec2315c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network dbb39330-8182-4dd8-a053-00c33d929d88 was deleted as no HA routers are present in tenant efca8e5d549a40c99960ffbfee910feb. [pid: 7|app: 0|req: 478/1041] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:20 2026] DELETE /v2.0/routers/ce353de7-762f-4021-8601-ceddcedc8a03 => generated 0 bytes in 1155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:22.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-64355c01-6912-4a83-a994-ba3187c2939a 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] TaaS: Handle Delete Port: c2a24a31-34ec-458c-9bfb-7b48d128d34e 2026-07-02 11:28:22.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64355c01-6912-4a83-a994-ba3187c2939a 785770cc54784cfa8c102cc9df475fa6 8820d840112a429081c70db2eec11bc0 - - default default] Tap Mirror: Handle Delete Port: c2a24a31-34ec-458c-9bfb-7b48d128d34e [pid: 7|app: 0|req: 479/1042] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:21 2026] DELETE /v2.0/subnets/9e558e5a-ccef-47f7-b1c7-76c5f9764dad => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:22.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb31acc3-b3ff-45c4-aa88-795be782a884 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 879d9e37-f083-40a9-a378-9f704dc3eefa 2026-07-02 11:28:22.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb31acc3-b3ff-45c4-aa88-795be782a884 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 879d9e37-f083-40a9-a378-9f704dc3eefa [pid: 8|app: 0|req: 564/1043] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:21 2026] DELETE /v2.0/networks/7b6407b6-c79d-47d7-affe-5313389f5814 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1044] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:22 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => 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: 480/1045] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:22 2026] DELETE /v2.0/networks/e15cc054-c20d-46a8-8952-ddcb47f5f18b => generated 0 bytes in 522 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1046] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:23 2026] GET /v2.0/security-groups?tenant_id=efca8e5d549a40c99960ffbfee910feb&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:23.212 8 INFO neutron.services.segments.plugin [-] Segment 010fffbe-8b84-4215-9dcb-db9d444d0099 resource provider aggregate not found 2026-07-02 11:28:23.216 8 INFO neutron.services.segments.plugin [-] Segment 010fffbe-8b84-4215-9dcb-db9d444d0099 resource provider aggregate not found [pid: 7|app: 0|req: 481/1047] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:23 2026] DELETE /v2.0/security-groups/833af25a-ace5-4b23-96b2-b5e5a0dea115 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:23.232 8 INFO neutron.services.segments.plugin [-] Segment 010fffbe-8b84-4215-9dcb-db9d444d0099 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 010fffbe-8b84-4215-9dcb-db9d444d0099 found for delete ", "request_id": "req-a6b3e476-39cd-49f1-b4ef-721ec121faa4"}]} 2026-07-02 11:28:23.240 8 INFO neutron.services.segments.plugin [-] Segment 010fffbe-8b84-4215-9dcb-db9d444d0099 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 010fffbe-8b84-4215-9dcb-db9d444d0099 found for delete ", "request_id": "req-65122fd9-c823-418d-b5cd-a6b76e1354d4"}]} [pid: 8|app: 0|req: 567/1048] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:23 2026] GET /v2.0/security-groups?tenant_id=8820d840112a429081c70db2eec11bc0&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: 482/1049] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:23 2026] DELETE /v2.0/security-groups/bf20fa2b-1f50-4482-bbf0-3b2535d8e41d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1050] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:23 2026] GET /v2.0/ports?device_id=bf0389b5-e559-4575-9b66-af3c5b6d09ad => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:23.959 7 INFO neutron.services.segments.plugin [-] Segment b3ee0631-d5ca-4de6-9684-864f9f530748 resource provider aggregate not found 2026-07-02 11:28:23.967 7 INFO neutron.services.segments.plugin [-] Segment b3ee0631-d5ca-4de6-9684-864f9f530748 resource provider aggregate not found 2026-07-02 11:28:23.982 7 INFO neutron.services.segments.plugin [-] Segment b3ee0631-d5ca-4de6-9684-864f9f530748 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 b3ee0631-d5ca-4de6-9684-864f9f530748 found for delete ", "request_id": "req-fb56fba8-7eef-40e9-907d-6bdd06d3bc15"}]} 2026-07-02 11:28:23.996 7 INFO neutron.services.segments.plugin [-] Segment b3ee0631-d5ca-4de6-9684-864f9f530748 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 b3ee0631-d5ca-4de6-9684-864f9f530748 found for delete ", "request_id": "req-24f10df3-6c2f-478a-8780-9ced5969daaa"}]} [pid: 7|app: 0|req: 483/1051] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:24 2026] DELETE /v2.0/security-groups/a62e80d3-2596-47ff-b671-1d3405b5f42b => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:25.112 8 INFO neutron.api.v2.resource [None req-9de410a8-589d-4df7-8e21-c1c5fa4a76a6 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1052] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:28:25 2026] GET /v2.0/security-groups/a62e80d3-2596-47ff-b671-1d3405b5f42b => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:25.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-24fb0c46-0abf-452e-adad-5642c57da4c2 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] TaaS: Handle Delete Port: 69ee9c5f-5c8a-4ccf-9c32-538d9ff2d1cf 2026-07-02 11:28:25.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24fb0c46-0abf-452e-adad-5642c57da4c2 9611fc9a69fc499b91852d435108fe0e 408bb6bb9562440fa3496d4ff742ad81 - - default default] Tap Mirror: Handle Delete Port: 69ee9c5f-5c8a-4ccf-9c32-538d9ff2d1cf [pid: 7|app: 0|req: 484/1053] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:28:25 2026] DELETE /v2.0/floatingips/65accff7-3cd1-4d8b-987c-00e7440f0805 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:26.017 7 INFO neutron.db.segments_db [None req-10c702ab-594b-487c-b7f9-84d52b47ffae aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Added segment 89d69b76-bba4-4f99-81bc-9f029cf0ca79 of type vxlan for network b0393fe9-e4cc-445e-967d-d6ca0d67fb47 2026-07-02 11:28:26.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-85ee8806-fe2e-4a2e-9274-6e43e4bb2ffc 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 42525530-867e-499e-8322-58b9b0300c9b 2026-07-02 11:28:26.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85ee8806-fe2e-4a2e-9274-6e43e4bb2ffc 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 42525530-867e-499e-8322-58b9b0300c9b [pid: 7|app: 0|req: 485/1054] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:25 2026] POST /v2.0/networks => generated 644 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1055] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:26 2026] POST /v2.0/ports => generated 774 bytes in 509 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: 487/1056] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:28:26 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 1240 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:26.827 7 INFO neutron.db.segments_db [None req-60dbbc67-2db8-4528-8653-e49adb0278f6 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Added segment 9de1f3db-d31d-484e-92e7-af69d5f5cd3f of type vxlan for network e2ebc0e9-54bf-4d0a-9462-ee0a5e77864b [pid: 8|app: 0|req: 570/1057] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:25 2026] PUT /v2.0/routers/9b32f9c8-63c4-4a1d-8ebd-b87a1ad124a7/remove_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: 571/1058] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:28:26 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1059] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:26 2026] POST /v2.0/networks => generated 632 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:27.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-39a0bc9a-6456-4986-87e0-e45e9579d8c6 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 063e7a1f-c31e-4fb6-9c4a-efb6a3a959fa 2026-07-02 11:28:27.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39a0bc9a-6456-4986-87e0-e45e9579d8c6 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 063e7a1f-c31e-4fb6-9c4a-efb6a3a959fa [pid: 7|app: 0|req: 489/1060] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:27 2026] POST /v2.0/subnets => generated 626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:27.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-39a0bc9a-6456-4986-87e0-e45e9579d8c6 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 798cd107-a4e9-493e-a0ad-d57c6312a07d 2026-07-02 11:28:27.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39a0bc9a-6456-4986-87e0-e45e9579d8c6 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 798cd107-a4e9-493e-a0ad-d57c6312a07d [pid: 7|app: 0|req: 490/1061] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:27 2026] POST /v2.0/ports => generated 954 bytes in 398 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-02 11:28:27.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0c466c8-fa96-497a-884a-ac4ca659d0a3 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] TaaS: Handle Delete Port: 90405c55-e6ce-4a4b-98b5-8152f20f100f 2026-07-02 11:28:27.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0c466c8-fa96-497a-884a-ac4ca659d0a3 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Tap Mirror: Handle Delete Port: 90405c55-e6ce-4a4b-98b5-8152f20f100f 2026-07-02 11:28:27.962 8 INFO neutron.services.segments.plugin [-] Segment 4293e87a-2163-4cdf-85a2-e36248a58564 resource provider aggregate not found 2026-07-02 11:28:27.966 8 INFO neutron.services.segments.plugin [-] Segment 4293e87a-2163-4cdf-85a2-e36248a58564 resource provider aggregate not found 2026-07-02 11:28:27.990 8 INFO neutron.services.segments.plugin [-] Segment 4293e87a-2163-4cdf-85a2-e36248a58564 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 4293e87a-2163-4cdf-85a2-e36248a58564 found for delete ", "request_id": "req-325a690a-0298-4cd6-ab0a-a7a6314a329b"}]} 2026-07-02 11:28:27.991 8 INFO neutron.services.segments.plugin [-] Segment 4293e87a-2163-4cdf-85a2-e36248a58564 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 4293e87a-2163-4cdf-85a2-e36248a58564 found for delete ", "request_id": "req-d03aae17-474b-4ec4-831a-a75e56de34ea"}]} 2026-07-02 11:28:28.054 8 INFO neutron.db.l3_hamode_db [None req-39a0bc9a-6456-4986-87e0-e45e9579d8c6 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network aa91aeaf-00b7-4b82-a0f5-1784ea9e4eb0 was deleted as no HA routers are present in tenant 408bb6bb9562440fa3496d4ff742ad81. [pid: 8|app: 0|req: 572/1062] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:26 2026] DELETE /v2.0/routers/9b32f9c8-63c4-4a1d-8ebd-b87a1ad124a7 => generated 0 bytes in 1178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1063] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:27 2026] DELETE /v2.0/ports/90405c55-e6ce-4a4b-98b5-8152f20f100f => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1064] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:28 2026] DELETE /v2.0/subnets/e0504a90-7b6a-468e-b71b-3d16b2e23b09 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:28.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66546b5b-65d7-4603-92c6-d73639dc1a5e aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/1065] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:28 2026] DELETE /v2.0/ports/90405c55-e6ce-4a4b-98b5-8152f20f100f => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1066] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:28 2026] GET /v2.0/security-groups?tenant_id=2f2858b409d54987a2444deb764c88bf&name=default => generated 2925 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:28.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b36d20d-b282-40eb-9365-f497f7f63d23 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1067] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:28 2026] GET /v2.0/ports/90405c55-e6ce-4a4b-98b5-8152f20f100f => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:28.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-01e0a2f2-7621-4a5b-8fe4-81f70e2aec6e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: b7fbe5be-98be-4b46-aec2-d43d28413de0 2026-07-02 11:28:28.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01e0a2f2-7621-4a5b-8fe4-81f70e2aec6e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: b7fbe5be-98be-4b46-aec2-d43d28413de0 [pid: 8|app: 0|req: 575/1068] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:28 2026] DELETE /v2.0/security-groups/69ed498a-1314-4921-b24b-6b12c941d834 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:28.765 7 INFO neutron.services.segments.plugin [-] Segment db724fb8-ab26-45c9-93fc-b8be9e464f91 resource provider aggregate not found 2026-07-02 11:28:28.766 7 INFO neutron.services.segments.plugin [-] Segment db724fb8-ab26-45c9-93fc-b8be9e464f91 resource provider aggregate not found 2026-07-02 11:28:28.787 7 INFO neutron.services.segments.plugin [-] Segment db724fb8-ab26-45c9-93fc-b8be9e464f91 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 db724fb8-ab26-45c9-93fc-b8be9e464f91 found for delete ", "request_id": "req-f157f8c4-e6f6-4c36-9157-50e82034f356"}]} 2026-07-02 11:28:28.790 7 INFO neutron.services.segments.plugin [-] Segment db724fb8-ab26-45c9-93fc-b8be9e464f91 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 db724fb8-ab26-45c9-93fc-b8be9e464f91 found for delete ", "request_id": "req-d5fc327d-7793-46e1-b489-2f9941ef8efe"}]} [pid: 8|app: 0|req: 576/1069] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:28 2026] DELETE /v2.0/subnets/2cf2af2f-4eeb-4707-9622-f659706dea09 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1070] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:28 2026] DELETE /v2.0/networks/0bf34afe-e039-4137-8f43-88232da574c8 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1071] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:28 2026] DELETE /v2.0/networks/e2ebc0e9-54bf-4d0a-9462-ee0a5e77864b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1072] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:28 2026] GET /v2.0/security-groups?tenant_id=035803ee9a07452cb16dfaa8cefaafb7&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:29.129 8 INFO neutron.db.segments_db [None req-e66a469a-0f96-42c8-a4b1-1a870229a101 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Added segment 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 of type vxlan for network d148853b-45f5-4cf8-8e2f-4126576107a6 [pid: 7|app: 0|req: 496/1073] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:29 2026] DELETE /v2.0/security-groups/db933d42-9915-455d-b012-cc500469d848 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1074] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:29 2026] GET /v2.0/security-groups?tenant_id=408bb6bb9562440fa3496d4ff742ad81&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1075] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:29 2026] POST /v2.0/networks => generated 632 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1076] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:29 2026] DELETE /v2.0/security-groups/dcd80a71-35a3-4fff-8810-6c4c5e3b8ab3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1077] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:29 2026] POST /v2.0/subnets => generated 626 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1078] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:29 2026] POST /v2.0/ports => generated 916 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:30.014 8 INFO neutron.services.segments.plugin [-] Segment 9de1f3db-d31d-484e-92e7-af69d5f5cd3f resource provider aggregate not found 2026-07-02 11:28:30.027 8 INFO neutron.services.segments.plugin [-] Segment 9de1f3db-d31d-484e-92e7-af69d5f5cd3f resource provider aggregate not found 2026-07-02 11:28:30.061 8 INFO neutron.services.segments.plugin [-] Segment 9de1f3db-d31d-484e-92e7-af69d5f5cd3f 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 9de1f3db-d31d-484e-92e7-af69d5f5cd3f found for delete ", "request_id": "req-5aa4b6a1-d8f2-4582-9e74-811ef610a1ce"}]} 2026-07-02 11:28:30.062 8 INFO neutron.services.segments.plugin [-] Segment 9de1f3db-d31d-484e-92e7-af69d5f5cd3f 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 9de1f3db-d31d-484e-92e7-af69d5f5cd3f found for delete ", "request_id": "req-cfbb81b3-2fa5-4953-aef5-869ad8a81abf"}]} 2026-07-02 11:28:30.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-2decfdbc-e1bb-454b-86ae-8b40c19ff9de aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] TaaS: Handle Delete Port: 5c539c7d-34a9-4c8d-bea0-67bec672377e 2026-07-02 11:28:30.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2decfdbc-e1bb-454b-86ae-8b40c19ff9de aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Tap Mirror: Handle Delete Port: 5c539c7d-34a9-4c8d-bea0-67bec672377e [pid: 8|app: 0|req: 580/1079] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:30 2026] DELETE /v2.0/ports/5c539c7d-34a9-4c8d-bea0-67bec672377e => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:30.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c031b0dc-5ff6-4be8-a6cd-114cd3e330fa aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 500/1080] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:30 2026] GET /v2.0/ports/5c539c7d-34a9-4c8d-bea0-67bec672377e => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1081] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:30 2026] DELETE /v2.0/subnets/573c5a93-8776-4177-8b62-1d6826966734 => 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: 501/1082] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:30 2026] DELETE /v2.0/networks/d148853b-45f5-4cf8-8e2f-4126576107a6 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:30.813 7 INFO neutron.services.segments.plugin [-] Segment 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 resource provider aggregate not found 2026-07-02 11:28:30.814 7 INFO neutron.services.segments.plugin [-] Segment 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 resource provider aggregate not found 2026-07-02 11:28:30.838 7 INFO neutron.services.segments.plugin [-] Segment 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 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 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 found for delete ", "request_id": "req-8a83c829-b3ef-4f69-8c1f-72266e13ca0e"}]} 2026-07-02 11:28:30.840 7 INFO neutron.services.segments.plugin [-] Segment 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 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 7f3d6b25-247b-44b8-8960-dbfeb2bfcc99 found for delete ", "request_id": "req-c349bb4a-87cd-472a-80b8-07a1e4019f6f"}]} [pid: 8|app: 0|req: 582/1083] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:30 2026] POST /v2.0/ports => generated 775 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1084] 10.0.0.156 () {34 vars in 737 bytes} [Thu Jul 2 11:28:31 2026] PUT /v2.0/ports/e091b466-e0fd-49ae-8778-a58e2bad4795 => generated 752 bytes in 207 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, ' 2026-07-02 11:28:31.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-43fe2f60-23d6-491e-880b-8a0b6041f224 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] TaaS: Handle Delete Port: e091b466-e0fd-49ae-8778-a58e2bad4795 2026-07-02 11:28:31.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43fe2f60-23d6-491e-880b-8a0b6041f224 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Tap Mirror: Handle Delete Port: e091b466-e0fd-49ae-8778-a58e2bad4795 [pid: 7|app: 0|req: 503/1085] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:31 2026] DELETE /v2.0/ports/e091b466-e0fd-49ae-8778-a58e2bad4795 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:31.554 8 INFO neutron.db.segments_db [None req-d154eecb-c1f3-48c8-a504-28ecc191130a 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment fbcbff61-a59b-48a1-b505-bdb876033729 of type vxlan for network efea348b-8dc8-48ee-aee7-54323cbeb67e [pid: 7|app: 0|req: 504/1086] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:28:31 2026] GET /v2.0/ports => generated 777 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:31.648 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b73300ec-498f-4aa7-aaf8-aed1e1a9d84c aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/1087] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:31 2026] GET /v2.0/ports/e091b466-e0fd-49ae-8778-a58e2bad4795 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1088] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:28:31 2026] POST /v2.0/networks => generated 745 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1089] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:28:31 2026] GET /v2.0/ports => generated 777 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1090] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:31 2026] GET /v2.0/ports/e7524361-b612-4512-8f2a-10f94fc1df1b => generated 774 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:31.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cf8fad2-c093-4b98-87b6-6d40643431e1 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 508/1091] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:31 2026] DELETE /v2.0/ports/5c539c7d-34a9-4c8d-bea0-67bec672377e => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:31.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c15cc94-a855-4d73-ad0f-9f50dd2e7379 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/1092] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:31 2026] DELETE /v2.0/subnets/573c5a93-8776-4177-8b62-1d6826966734 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:31.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2dda94a-2e7a-488c-9daf-a7b0bfcbfb37 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/1093] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:31 2026] DELETE /v2.0/subnets/2cf2af2f-4eeb-4707-9622-f659706dea09 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1094] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:31 2026] POST /v2.0/subnets => generated 693 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:31.985 8 INFO neutron.db.segments_db [None req-fada29a9-e3d1-4916-9559-b3a46f9a06aa 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 294e3946-4f50-4547-8aba-f8d9f395d954 of type vxlan for network 364b4f61-899d-4e0e-82b5-d1798c106158 2026-07-02 11:28:31.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-fffd3bab-c4f8-422a-bfd6-96eafaffc816 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] TaaS: Handle Delete Port: e7524361-b612-4512-8f2a-10f94fc1df1b 2026-07-02 11:28:31.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fffd3bab-c4f8-422a-bfd6-96eafaffc816 aab70f2b59ff43a5abd9f337f03377ad 37baf6ae17594538b0dbc40006f33f7e - - default default] Tap Mirror: Handle Delete Port: e7524361-b612-4512-8f2a-10f94fc1df1b [pid: 7|app: 0|req: 511/1095] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:31 2026] DELETE /v2.0/ports/e7524361-b612-4512-8f2a-10f94fc1df1b => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1096] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:32 2026] DELETE /v2.0/networks/b0393fe9-e4cc-445e-967d-d6ca0d67fb47 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:32.291 8 INFO neutron.db.l3_hamode_db [None req-fada29a9-e3d1-4916-9559-b3a46f9a06aa 852eae78bfa742deaa46d0fc33151c55 4178c11c4d884590bebda8e999c7afa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:28:32.867 7 INFO neutron.services.segments.plugin [-] Segment 89d69b76-bba4-4f99-81bc-9f029cf0ca79 resource provider aggregate not found 2026-07-02 11:28:32.872 7 INFO neutron.services.segments.plugin [-] Segment 89d69b76-bba4-4f99-81bc-9f029cf0ca79 resource provider aggregate not found 2026-07-02 11:28:32.887 7 INFO neutron.services.segments.plugin [-] Segment 89d69b76-bba4-4f99-81bc-9f029cf0ca79 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 89d69b76-bba4-4f99-81bc-9f029cf0ca79 found for delete ", "request_id": "req-8795c901-a5fb-4a27-b1c0-9cb9629fd20d"}]} 2026-07-02 11:28:32.890 7 INFO neutron.services.segments.plugin [-] Segment 89d69b76-bba4-4f99-81bc-9f029cf0ca79 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 89d69b76-bba4-4f99-81bc-9f029cf0ca79 found for delete ", "request_id": "req-9770df19-9729-4ee5-9475-9522aa4f02eb"}]} [pid: 7|app: 0|req: 513/1097] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:32 2026] GET /v2.0/security-groups?tenant_id=37baf6ae17594538b0dbc40006f33f7e&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1098] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:33 2026] DELETE /v2.0/security-groups/8d49b479-365a-4409-9ac6-a4b3b6115e9e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:33.307 8 INFO neutron.db.l3_hamode_db [None req-fada29a9-e3d1-4916-9559-b3a46f9a06aa 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 515/1099] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:33 2026] GET /v2.0/security-groups?tenant_id=84d515b382964fcf992238ba70920ac8&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1102] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:33 2026] DELETE /v2.0/security-groups/a7549234-597f-4989-95b5-3f2476a83627 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1103] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:31 2026] POST /v2.0/routers => generated 733 bytes in 2490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1104] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:34 2026] GET /v2.0/security-groups?tenant_id=c7f224c3b2a74563a7369d23794494fd&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1105] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:34 2026] DELETE /v2.0/security-groups/0542dc09-218b-428e-a2dd-cc215f1b2538 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:35.805 7 INFO neutron.db.segments_db [None req-b0542b52-de6b-4712-a881-6a7b57262a08 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac of type vxlan for network 6a308b45-cfb9-4687-b475-8fb9b857cc42 [pid: 7|app: 0|req: 521/1106] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:35 2026] POST /v2.0/networks => generated 633 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:35.993 7 INFO neutron.db.segments_db [None req-473f73d8-0331-4b42-a0e9-4447852eec6c 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment e0855912-8831-4117-9935-76d273373425 of type vxlan for network 2b15b6a2-e1a4-412b-9cbe-ec3b4f5da077 [pid: 8|app: 0|req: 586/1107] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:28:34 2026] PUT /v2.0/routers/be3e4344-6eeb-4acc-a60b-631b869846c3/add_router_interface => generated 309 bytes in 1588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1108] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:35 2026] POST /v2.0/networks => generated 633 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1109] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:36 2026] POST /v2.0/subnets => generated 646 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1110] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:36 2026] POST /v2.0/subnets => generated 655 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:36.906 8 INFO neutron.db.segments_db [None req-aa558618-755e-4bdb-989c-b91a65ad87aa 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment e4e1b965-8ee4-44df-86ec-274349ba273e of type vxlan for network 05100cfd-e745-47af-aaed-6d37baf926f7 [pid: 7|app: 0|req: 524/1111] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/networks?id=efea348b-8dc8-48ee-aee7-54323cbeb67e => generated 678 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1112] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/quotas/4178c11c4d884590bebda8e999c7afa0 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:37.285 8 INFO neutron.db.l3_hamode_db [None req-aa558618-755e-4bdb-989c-b91a65ad87aa 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 526/1113] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/ports?tenant_id=4178c11c4d884590bebda8e999c7afa0&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1114] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:37.526 8 INFO neutron.db.l3_hamode_db [None req-aa558618-755e-4bdb-989c-b91a65ad87aa 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 528/1115] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/networks/efea348b-8dc8-48ee-aee7-54323cbeb67e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1116] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1117] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/security-groups?tenant_id=3a432258300b46f58b68e89df46f8dc3&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1118] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:28:37 2026] GET /v2.0/networks/efea348b-8dc8-48ee-aee7-54323cbeb67e?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: 532/1119] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:38 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 533/1120] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:38 2026] DELETE /v2.0/security-groups/fbbd8f80-0a1b-4f41-9537-4d94bf938d89 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1121] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:38 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1122] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:38 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => 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: 588/1123] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:36 2026] POST /v2.0/routers => generated 510 bytes in 1492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1124] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:38 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1125] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:38 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1126] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:39 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => 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: 592/1127] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:39 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1128] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:39 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1129] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/ports?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&device_id=4153f113-4739-4638-815c-51566e444a49 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1130] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/networks?id=5415c708-6872-48d0-938c-11496707ebcf => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1131] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1132] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/subnets?id=94eb13e5-247c-4c92-b8d3-1425e0ab9b05 => generated 693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1133] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/ports?network_id=5415c708-6872-48d0-938c-11496707ebcf&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1134] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1135] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => 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: 601/1136] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1137] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:28:38 2026] PUT /v2.0/routers/ab32f5e2-07f9-433c-96e7-850962318c6d/add_router_interface => generated 309 bytes in 2383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1138] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:40 2026] GET /v2.0/ports/20093457-0921-4338-8843-95cda7fbbcdb => generated 959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1139] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:41 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1140] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:41 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1141] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:41 2026] GET /v2.0/security-groups?tenant_id=17e8276491704763934a4b9fee313c66&name=default => generated 2925 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1142] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:41 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => 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: 607/1143] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:41 2026] DELETE /v2.0/security-groups/4036499c-0c29-4c1d-a9cb-91d5aa4a9378 => 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: 537/1144] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:28:40 2026] PUT /v2.0/routers/ab32f5e2-07f9-433c-96e7-850962318c6d/add_router_interface => generated 309 bytes in 1518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1145] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:42 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 608/1146] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:42 2026] GET /v2.0/ports/910fe06d-2508-4bf0-a419-03ac12a3f9a5 => generated 967 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1147] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:42 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1148] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:28:42 2026] GET /v2.0/networks?id=efea348b-8dc8-48ee-aee7-54323cbeb67e => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1149] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:28:42 2026] POST /v2.0/ports => generated 958 bytes in 515 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: 542/1150] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:43 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 961 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:43.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-790d5403-220f-4331-9695-fc5411554bd5 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 910fe06d-2508-4bf0-a419-03ac12a3f9a5 2026-07-02 11:28:43.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-790d5403-220f-4331-9695-fc5411554bd5 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 910fe06d-2508-4bf0-a419-03ac12a3f9a5 [pid: 7|app: 0|req: 543/1151] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:28:43 2026] PUT /v2.0/ports/696911fb-9821-40d2-b683-df76d0f3d7d6 => generated 1239 bytes in 847 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: 544/1152] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:44 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:44.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d814752-71bd-4c36-a227-3c47714dea50'] response: {'name': 'network-changed', 'server_uuid': 'b4061bed-33cf-4dd4-8673-ed725f11b9bf', 'tag': '696911fb-9821-40d2-b683-df76d0f3d7d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 545/1153] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:44 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1154] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:44 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1155] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:42 2026] PUT /v2.0/routers/ab32f5e2-07f9-433c-96e7-850962318c6d/remove_router_interface => generated 309 bytes in 2015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1156] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:44 2026] GET /v2.0/ports?tenant_id=4178c11c4d884590bebda8e999c7afa0&device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:28:44.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-79cbaaef-da23-4c4a-97ff-1a181ef7d708 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 20093457-0921-4338-8843-95cda7fbbcdb 2026-07-02 11:28:44.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79cbaaef-da23-4c4a-97ff-1a181ef7d708 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 20093457-0921-4338-8843-95cda7fbbcdb [pid: 8|app: 0|req: 611/1157] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:28:44 2026] GET /v2.0/networks?tenant_id=4178c11c4d884590bebda8e999c7afa0&shared=False => generated 773 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1158] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:28:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1159] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:45 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1160] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:45 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1161] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:45 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1162] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:45 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1163] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:44 2026] PUT /v2.0/routers/ab32f5e2-07f9-433c-96e7-850962318c6d/remove_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1164] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:28:45 2026] GET /v2.0/ports?device_id=ab32f5e2-07f9-433c-96e7-850962318c6d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:46.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-87694cb8-c52d-4bb0-8a3c-384a73f074a5 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: b871bdb8-443c-48e9-a903-87a08294f198 2026-07-02 11:28:46.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87694cb8-c52d-4bb0-8a3c-384a73f074a5 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: b871bdb8-443c-48e9-a903-87a08294f198 [pid: 8|app: 0|req: 618/1165] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/ports?tenant_id=4178c11c4d884590bebda8e999c7afa0&device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1166] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=696911fb-9821-40d2-b683-df76d0f3d7d6 => 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: 620/1167] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/subnets?id=66403a96-c377-41cf-a94b-ae3548b0c0df => generated 696 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1168] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/ports?network_id=efea348b-8dc8-48ee-aee7-54323cbeb67e&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1169] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/networks/efea348b-8dc8-48ee-aee7-54323cbeb67e?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1170] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/networks/efea348b-8dc8-48ee-aee7-54323cbeb67e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1171] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1172] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:46.759 7 INFO neutron.services.segments.plugin [-] Segment e4e1b965-8ee4-44df-86ec-274349ba273e resource provider aggregate not found 2026-07-02 11:28:46.779 7 INFO neutron.services.segments.plugin [-] Segment e4e1b965-8ee4-44df-86ec-274349ba273e resource provider aggregate not found 2026-07-02 11:28:46.787 7 INFO neutron.db.l3_hamode_db [None req-87694cb8-c52d-4bb0-8a3c-384a73f074a5 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] HA network 05100cfd-e745-47af-aaed-6d37baf926f7 was deleted as no HA routers are present in tenant 1e3ede828c06489f8d8e0eb57e1d1292. [pid: 7|app: 0|req: 548/1173] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:45 2026] DELETE /v2.0/routers/ab32f5e2-07f9-433c-96e7-850962318c6d => generated 0 bytes in 1003 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:46.816 7 INFO neutron.services.segments.plugin [-] Segment e4e1b965-8ee4-44df-86ec-274349ba273e 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 e4e1b965-8ee4-44df-86ec-274349ba273e found for delete ", "request_id": "req-c42ac501-691b-4abf-92d0-35f28176a65a"}]} [pid: 8|app: 0|req: 626/1174] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:46.824 7 INFO neutron.services.segments.plugin [-] Segment e4e1b965-8ee4-44df-86ec-274349ba273e 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 e4e1b965-8ee4-44df-86ec-274349ba273e found for delete ", "request_id": "req-be5eabef-0a49-4071-ae32-c239fdffddb1"}]} [pid: 8|app: 0|req: 627/1175] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:46 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1176] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:46 2026] DELETE /v2.0/subnets/9a6d30a8-732f-4193-b58d-963bf195f136 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1177] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:47 2026] DELETE /v2.0/subnets/df2141d2-fca8-45f2-8027-1e4edd0840fc => generated 0 bytes in 649 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1178] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:47 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1179] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:47 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:48.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-87af114b-6609-4096-bd30-add9d6fc3ec6 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 5a9ec344-2c36-4d3f-a591-987c45e702dd 2026-07-02 11:28:48.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87af114b-6609-4096-bd30-add9d6fc3ec6 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 5a9ec344-2c36-4d3f-a591-987c45e702dd [pid: 7|app: 0|req: 552/1180] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:47 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 553/1181] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:48 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:48.279 8 INFO neutron.services.segments.plugin [-] Segment e0855912-8831-4117-9935-76d273373425 resource provider aggregate not found 2026-07-02 11:28:48.280 8 INFO neutron.services.segments.plugin [-] Segment e0855912-8831-4117-9935-76d273373425 resource provider aggregate not found 2026-07-02 11:28:48.306 8 INFO neutron.services.segments.plugin [-] Segment e0855912-8831-4117-9935-76d273373425 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 e0855912-8831-4117-9935-76d273373425 found for delete ", "request_id": "req-8fdff154-0d5f-44e7-8e73-8469c0cb2552"}]} [pid: 8|app: 0|req: 629/1182] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:47 2026] DELETE /v2.0/networks/2b15b6a2-e1a4-412b-9cbe-ec3b4f5da077 => generated 0 bytes in 490 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:48.315 8 INFO neutron.services.segments.plugin [-] Segment e0855912-8831-4117-9935-76d273373425 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 e0855912-8831-4117-9935-76d273373425 found for delete ", "request_id": "req-4af4e193-9d7c-4c34-bff2-da7590d242ba"}]} 2026-07-02 11:28:48.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-08dd8480-948f-4743-b269-4d5e8d8ce178 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 8eff64d1-85e3-4839-bff0-a1153dce8649 2026-07-02 11:28:48.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08dd8480-948f-4743-b269-4d5e8d8ce178 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 8eff64d1-85e3-4839-bff0-a1153dce8649 [pid: 7|app: 0|req: 554/1185] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:48 2026] DELETE /v2.0/networks/6a308b45-cfb9-4687-b475-8fb9b857cc42 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:48.851 7 INFO neutron.services.segments.plugin [-] Segment 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac resource provider aggregate not found 2026-07-02 11:28:48.859 7 INFO neutron.services.segments.plugin [-] Segment 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac resource provider aggregate not found 2026-07-02 11:28:48.884 7 INFO neutron.services.segments.plugin [-] Segment 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac 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 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac found for delete ", "request_id": "req-331220d4-d830-48f1-8586-09d447b12077"}]} 2026-07-02 11:28:48.897 7 INFO neutron.services.segments.plugin [-] Segment 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac 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 5e5b4513-8323-4ec5-b9f3-3ddcf08a79ac found for delete ", "request_id": "req-5561fb31-ce9f-452f-8901-fe4647187bb4"}]} 2026-07-02 11:28:48.958 8 INFO neutron.db.segments_db [None req-084055a0-5c31-4a9a-b2cc-41bde28e5e44 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment 090046fb-3bb8-42d2-9bba-498df39c24b1 of type vxlan for network 26e48f10-1efc-475f-8e05-592fabdbcec4 [pid: 7|app: 0|req: 555/1186] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:48 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 973 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1187] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:48 2026] POST /v2.0/networks => generated 633 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1188] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:49 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1189] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:49 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 558/1190] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:49 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1191] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:49 2026] POST /v2.0/subnets => generated 646 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:49.583 7 INFO neutron.db.segments_db [None req-70274ebf-7d2c-43a0-a8d6-0fe9c9e08a37 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment f21f10fb-459f-4a2e-819a-48fbd77f14cd of type vxlan for network 84f751de-cc8b-4ff6-a464-6f52c27e95b5 2026-07-02 11:28:49.963 7 INFO neutron.db.l3_hamode_db [None req-70274ebf-7d2c-43a0-a8d6-0fe9c9e08a37 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:28:50.151 7 INFO neutron.db.l3_hamode_db [None req-70274ebf-7d2c-43a0-a8d6-0fe9c9e08a37 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1192] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:50 2026] GET /v2.0/security-groups?tenant_id=c676b9f360a44299844699c011c1c339&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1193] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:50 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1194] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:50 2026] DELETE /v2.0/security-groups/2b247e53-1327-4dd1-bb6e-581cb8f50c2f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1195] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:50 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1196] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:49 2026] POST /v2.0/routers => generated 511 bytes in 1364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1197] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:50 2026] POST /v2.0/ports => generated 960 bytes in 422 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: 639/1198] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:51 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1199] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:51 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1200] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:52 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1201] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:52 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1202] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:28:51 2026] PUT /v2.0/routers/1674011d-dc99-4af1-b8e3-dde242a8390c/add_router_interface => generated 309 bytes in 1594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1203] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:52 2026] GET /v2.0/ports/1814fa61-e98a-4ea2-b34e-f8402c825380 => generated 1034 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:28:53.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-31caafd5-33ef-49b8-bb8e-87f436c5afba 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 1814fa61-e98a-4ea2-b34e-f8402c825380 2026-07-02 11:28:53.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31caafd5-33ef-49b8-bb8e-87f436c5afba 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 1814fa61-e98a-4ea2-b34e-f8402c825380 [pid: 8|app: 0|req: 644/1204] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:28:53 2026] GET /v2.0/security-groups?tenant_id=9187b575abe949acbe962968ce8621e5&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1205] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:53 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => 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: 561/1206] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:52 2026] PUT /v2.0/routers/1674011d-dc99-4af1-b8e3-dde242a8390c/remove_router_interface => generated 309 bytes in 1001 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: 562/1207] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:28:53 2026] GET /v2.0/security-groups?id=f222f80c-9431-43cd-967c-9d9071682ce6&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: 646/1208] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:28:53 2026] DELETE /v2.0/security-groups/0e8e0512-ffa8-4800-b600-1259c267cff0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:54.119 7 INFO neutron.api.v2.resource [None req-3f6b53b6-5c09-49cf-a03d-d5e12a8d4555 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1209] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:53 2026] PUT /v2.0/routers/1674011d-dc99-4af1-b8e3-dde242a8390c/remove_router_interface => generated 197 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1210] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:28:54 2026] GET /v2.0/ports?device_id=1674011d-dc99-4af1-b8e3-dde242a8390c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:54.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-a919e0ad-6f6d-490d-8538-17e47bd44807 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: a63564b0-41b7-4e2c-b9a1-45bd736fa0aa 2026-07-02 11:28:54.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a919e0ad-6f6d-490d-8538-17e47bd44807 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: a63564b0-41b7-4e2c-b9a1-45bd736fa0aa [pid: 8|app: 0|req: 648/1211] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:28:54 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:28:54.882 7 INFO neutron.services.segments.plugin [-] Segment f21f10fb-459f-4a2e-819a-48fbd77f14cd resource provider aggregate not found 2026-07-02 11:28:54.887 7 INFO neutron.services.segments.plugin [-] Segment f21f10fb-459f-4a2e-819a-48fbd77f14cd resource provider aggregate not found 2026-07-02 11:28:54.915 7 INFO neutron.services.segments.plugin [-] Segment f21f10fb-459f-4a2e-819a-48fbd77f14cd 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 f21f10fb-459f-4a2e-819a-48fbd77f14cd found for delete ", "request_id": "req-8acb8ebe-ccda-4895-b7ca-020170931647"}]} 2026-07-02 11:28:54.918 7 INFO neutron.services.segments.plugin [-] Segment f21f10fb-459f-4a2e-819a-48fbd77f14cd 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 f21f10fb-459f-4a2e-819a-48fbd77f14cd found for delete ", "request_id": "req-6b913a9b-18ac-4e53-a07b-ad4ec5fb2d82"}]} 2026-07-02 11:28:54.941 7 INFO neutron.db.l3_hamode_db [None req-a919e0ad-6f6d-490d-8538-17e47bd44807 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] HA network 84f751de-cc8b-4ff6-a464-6f52c27e95b5 was deleted as no HA routers are present in tenant 1e3ede828c06489f8d8e0eb57e1d1292. [pid: 7|app: 0|req: 564/1212] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:54 2026] DELETE /v2.0/routers/1674011d-dc99-4af1-b8e3-dde242a8390c => generated 0 bytes in 786 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:28:54.991 8 INFO neutron_taas.services.taas.taas_plugin [req-d7290b68-0a4b-4cf7-8e23-3ff867886ee3 req-e20eb7da-d640-441a-9182-220cc68e69aa cf1e44a24a574a00b2de5b8aad5e6187 4178c11c4d884590bebda8e999c7afa0 - - default default] TaaS: Handle Delete Port: 696911fb-9821-40d2-b683-df76d0f3d7d6 2026-07-02 11:28:54.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7290b68-0a4b-4cf7-8e23-3ff867886ee3 req-e20eb7da-d640-441a-9182-220cc68e69aa cf1e44a24a574a00b2de5b8aad5e6187 4178c11c4d884590bebda8e999c7afa0 - - default default] Tap Mirror: Handle Delete Port: 696911fb-9821-40d2-b683-df76d0f3d7d6 [pid: 7|app: 0|req: 565/1213] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:54 2026] DELETE /v2.0/subnets/45024ad4-e51e-473c-ac88-6976190e5b05 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1214] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:55 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => 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: 649/1215] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:28:54 2026] DELETE /v2.0/ports/696911fb-9821-40d2-b683-df76d0f3d7d6 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:55.238 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d698a15f-1058-4cd3-93b2-9ae7a21aac35'] response: {'server_uuid': 'b4061bed-33cf-4dd4-8673-ed725f11b9bf', 'name': 'network-vif-deleted', 'tag': '696911fb-9821-40d2-b683-df76d0f3d7d6', 'status': 'completed', 'code': 200} 2026-07-02 11:28:55.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-f051608a-b897-44a1-8991-b41b630a444d 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 653fce23-4f1e-4ab4-b958-0d3d01032ff4 2026-07-02 11:28:55.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f051608a-b897-44a1-8991-b41b630a444d 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 653fce23-4f1e-4ab4-b958-0d3d01032ff4 [pid: 7|app: 0|req: 567/1216] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:55 2026] DELETE /v2.0/networks/26e48f10-1efc-475f-8e05-592fabdbcec4 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:55.644 8 INFO neutron.db.segments_db [None req-d6a6dee6-5286-4afd-9ed4-3b8d9497dad0 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment 6ca03a14-1691-4d57-bd64-e380de09bfa1 of type vxlan for network fa4d3fba-cc7b-4428-95b3-eaf3b12b61f8 [pid: 8|app: 0|req: 650/1217] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:55 2026] POST /v2.0/networks => generated 633 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1218] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:55 2026] POST /v2.0/subnets => generated 646 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:56.203 7 INFO neutron.db.segments_db [None req-55f9d2c7-39db-49d4-8be7-a7f06f444293 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment 609e9d41-6a21-4304-bdfe-d2fa974bbe83 of type vxlan for network 146a3f24-4974-4249-ae60-b68231c1eea8 2026-07-02 11:28:56.407 8 INFO neutron.db.segments_db [None req-df150ab6-f475-419d-868f-7706712316e2 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Added segment 2f66134e-ca59-4d2a-ab53-b9d25b533c2d of type vxlan for network 547535dd-8638-4daa-a943-00faf3082388 [pid: 8|app: 0|req: 651/1219] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:55 2026] POST /v2.0/networks => generated 649 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:56.539 7 INFO neutron.db.l3_hamode_db [None req-55f9d2c7-39db-49d4-8be7-a7f06f444293 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 652/1220] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:56 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:56.684 7 INFO neutron.db.l3_hamode_db [None req-55f9d2c7-39db-49d4-8be7-a7f06f444293 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 653/1221] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:56 2026] POST /v2.0/ports => generated 778 bytes in 381 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-02 11:28:56.945 7 INFO neutron.services.segments.plugin [-] Segment 090046fb-3bb8-42d2-9bba-498df39c24b1 resource provider aggregate not found 2026-07-02 11:28:56.950 7 INFO neutron.services.segments.plugin [-] Segment 090046fb-3bb8-42d2-9bba-498df39c24b1 resource provider aggregate not found 2026-07-02 11:28:56.971 7 INFO neutron.services.segments.plugin [-] Segment 090046fb-3bb8-42d2-9bba-498df39c24b1 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 090046fb-3bb8-42d2-9bba-498df39c24b1 found for delete ", "request_id": "req-4d59d09c-5da1-437d-bcba-48e4576dfe8f"}]} 2026-07-02 11:28:56.973 7 INFO neutron.services.segments.plugin [-] Segment 090046fb-3bb8-42d2-9bba-498df39c24b1 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 090046fb-3bb8-42d2-9bba-498df39c24b1 found for delete ", "request_id": "req-fc101c34-bcc2-4bf4-8c67-9a4a596a8f40"}]} 2026-07-02 11:28:57.012 8 INFO neutron.db.segments_db [None req-bb2a1f4e-c85b-46cd-9fa0-21f24d9d9564 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Added segment f510a7b5-003d-4ff1-9f05-7d30dbdadb6d of type vxlan for network af69d840-a013-4045-9c50-edab63b5a6d7 [pid: 8|app: 0|req: 654/1222] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:56 2026] POST /v2.0/networks => generated 635 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1223] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:57 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1224] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:56 2026] POST /v2.0/routers => generated 511 bytes in 1424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1225] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:57 2026] POST /v2.0/ports => generated 966 bytes in 433 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-02 11:28:58.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0176f4c-bcfd-4be5-88ca-16d96970508d 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] TaaS: Handle Delete Port: 5739bcf7-4f7a-4f31-a4de-f494b2ad0719 2026-07-02 11:28:58.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0176f4c-bcfd-4be5-88ca-16d96970508d 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Tap Mirror: Handle Delete Port: 5739bcf7-4f7a-4f31-a4de-f494b2ad0719 [pid: 8|app: 0|req: 657/1226] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:57 2026] DELETE /v2.0/ports/5739bcf7-4f7a-4f31-a4de-f494b2ad0719 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1227] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:28:58 2026] GET /v2.0/ports?device_id=b4061bed-33cf-4dd4-8673-ed725f11b9bf => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:28:58.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44db19dc-8307-40a6-a129-2af38e9cadcc 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1228] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:28:58 2026] DELETE /v2.0/ports/5739bcf7-4f7a-4f31-a4de-f494b2ad0719 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:28:58.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f988dfb-1dd4-4e35-8d3e-30a8a144fb7e 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1229] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:58 2026] GET /v2.0/ports/5739bcf7-4f7a-4f31-a4de-f494b2ad0719 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1230] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:28:58 2026] DELETE /v2.0/subnets/1da07914-646a-4c1a-8e02-683de96062a8 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:58.633 8 INFO neutron.services.segments.plugin [-] Segment f510a7b5-003d-4ff1-9f05-7d30dbdadb6d resource provider aggregate not found 2026-07-02 11:28:58.637 8 INFO neutron.services.segments.plugin [-] Segment f510a7b5-003d-4ff1-9f05-7d30dbdadb6d resource provider aggregate not found 2026-07-02 11:28:58.654 8 INFO neutron.services.segments.plugin [-] Segment f510a7b5-003d-4ff1-9f05-7d30dbdadb6d 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 f510a7b5-003d-4ff1-9f05-7d30dbdadb6d found for delete ", "request_id": "req-d7c88397-9604-4b55-ae32-ffd0d1338ee7"}]} 2026-07-02 11:28:58.673 8 INFO neutron.services.segments.plugin [-] Segment f510a7b5-003d-4ff1-9f05-7d30dbdadb6d 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 f510a7b5-003d-4ff1-9f05-7d30dbdadb6d found for delete ", "request_id": "req-8b4f0efd-9f6b-4715-b6c2-b84b9002e557"}]} [pid: 8|app: 0|req: 662/1231] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:28:58 2026] DELETE /v2.0/networks/af69d840-a013-4045-9c50-edab63b5a6d7 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:28:58.770 8 INFO neutron.db.segments_db [None req-dbbbbc05-3112-4efb-a503-c217ba16582e 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Added segment abccb4fd-5629-4ae3-9719-51782ecc3774 of type vxlan for network 4a90f036-3e03-493e-b1ce-6612c9928a80 [pid: 8|app: 0|req: 663/1232] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:28:58 2026] POST /v2.0/networks => generated 635 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1233] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:28:57 2026] PUT /v2.0/routers/eaa13c42-f1e0-419c-9d0b-08c06274a28e/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1234] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:28:58 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1235] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:28:58 2026] GET /v2.0/ports/8d4edee3-2f8d-456c-ae86-1bce5d95e02d => generated 959 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1236] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:28:59 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1237] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:28:58 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:28:59.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-db2287b5-0882-4e60-9d8f-1319d41912ce 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 8d4edee3-2f8d-456c-ae86-1bce5d95e02d 2026-07-02 11:28:59.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db2287b5-0882-4e60-9d8f-1319d41912ce 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 8d4edee3-2f8d-456c-ae86-1bce5d95e02d [pid: 7|app: 0|req: 572/1238] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:28:59 2026] POST /v2.0/ports => generated 927 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1239] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:59 2026] PUT /v2.0/routers/eaa13c42-f1e0-419c-9d0b-08c06274a28e/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:00.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-06056809-44f5-4072-8b19-de81da4fd94c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: edeee046-b3e2-41e6-a762-44807377f67d 2026-07-02 11:29:00.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06056809-44f5-4072-8b19-de81da4fd94c 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: edeee046-b3e2-41e6-a762-44807377f67d 2026-07-02 11:29:00.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fb7be8f-c8b3-47a0-902a-5aa53d1c69f8 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] TaaS: Handle Delete Port: 29b20af4-ba30-4c12-829e-c7fe1f068229 2026-07-02 11:29:00.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb7be8f-c8b3-47a0-902a-5aa53d1c69f8 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Tap Mirror: Handle Delete Port: 29b20af4-ba30-4c12-829e-c7fe1f068229 [pid: 8|app: 0|req: 668/1240] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:29:00 2026] DELETE /v2.0/ports/29b20af4-ba30-4c12-829e-c7fe1f068229 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1241] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:00 2026] GET /v2.0/ports?device_id=eaa13c42-f1e0-419c-9d0b-08c06274a28e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:00.528 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01e80be8-3e5a-437b-b813-548c95655ec6 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1242] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:00 2026] GET /v2.0/ports/29b20af4-ba30-4c12-829e-c7fe1f068229 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:00.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-3796d2a8-45dc-46b8-afe8-27d89934fc93 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: a73360f8-4bd9-4828-acb3-1839e49ebd22 2026-07-02 11:29:00.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3796d2a8-45dc-46b8-afe8-27d89934fc93 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: a73360f8-4bd9-4828-acb3-1839e49ebd22 [pid: 7|app: 0|req: 573/1243] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:28:59 2026] PUT /v2.0/routers/be3e4344-6eeb-4acc-a60b-631b869846c3/remove_router_interface => generated 309 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1244] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:00 2026] DELETE /v2.0/subnets/b043a5e1-5f38-4664-93e0-be70b3119144 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:01.193 8 INFO neutron.services.segments.plugin [-] Segment 609e9d41-6a21-4304-bdfe-d2fa974bbe83 resource provider aggregate not found 2026-07-02 11:29:01.203 8 INFO neutron.services.segments.plugin [-] Segment 609e9d41-6a21-4304-bdfe-d2fa974bbe83 resource provider aggregate not found 2026-07-02 11:29:01.223 8 INFO neutron.services.segments.plugin [-] Segment 609e9d41-6a21-4304-bdfe-d2fa974bbe83 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 609e9d41-6a21-4304-bdfe-d2fa974bbe83 found for delete ", "request_id": "req-450eb80e-52c1-43cd-baa8-6a11de6da185"}]} 2026-07-02 11:29:01.225 8 INFO neutron.services.segments.plugin [-] Segment 609e9d41-6a21-4304-bdfe-d2fa974bbe83 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 609e9d41-6a21-4304-bdfe-d2fa974bbe83 found for delete ", "request_id": "req-c7c81446-36bf-4d08-800e-fb0655e58f66"}]} 2026-07-02 11:29:01.227 8 INFO neutron.db.l3_hamode_db [None req-3796d2a8-45dc-46b8-afe8-27d89934fc93 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] HA network 146a3f24-4974-4249-ae60-b68231c1eea8 was deleted as no HA routers are present in tenant 1e3ede828c06489f8d8e0eb57e1d1292. [pid: 8|app: 0|req: 671/1245] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:00 2026] DELETE /v2.0/routers/eaa13c42-f1e0-419c-9d0b-08c06274a28e => generated 0 bytes in 703 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:01.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ebe36ab-1946-4890-b6c1-2be9fef3a068 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: b81e7fc0-5a1d-4f87-b2a0-8987ea3ac646 2026-07-02 11:29:01.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ebe36ab-1946-4890-b6c1-2be9fef3a068 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: b81e7fc0-5a1d-4f87-b2a0-8987ea3ac646 [pid: 8|app: 0|req: 672/1246] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:01 2026] DELETE /v2.0/networks/4a90f036-3e03-493e-b1ce-6612c9928a80 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1247] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:01 2026] DELETE /v2.0/subnets/405782d8-2d40-4e2f-b2c8-ccf47bdfc17c => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:01.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ebe36ab-1946-4890-b6c1-2be9fef3a068 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 7d67a679-3a6f-439b-a285-96d1f5b15648 2026-07-02 11:29:01.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ebe36ab-1946-4890-b6c1-2be9fef3a068 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 7d67a679-3a6f-439b-a285-96d1f5b15648 [pid: 8|app: 0|req: 674/1248] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:29:01 2026] POST /v2.0/ports => generated 778 bytes in 383 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-02 11:29:02.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fe3540a-5097-4cbe-84a8-cf83c1f23b90 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 35d6754f-7465-474a-80f2-046309579864 2026-07-02 11:29:02.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fe3540a-5097-4cbe-84a8-cf83c1f23b90 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 35d6754f-7465-474a-80f2-046309579864 2026-07-02 11:29:02.235 7 INFO neutron.services.segments.plugin [-] Segment 294e3946-4f50-4547-8aba-f8d9f395d954 resource provider aggregate not found 2026-07-02 11:29:02.240 7 INFO neutron.services.segments.plugin [-] Segment 294e3946-4f50-4547-8aba-f8d9f395d954 resource provider aggregate not found 2026-07-02 11:29:02.262 7 INFO neutron.services.segments.plugin [-] Segment 294e3946-4f50-4547-8aba-f8d9f395d954 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 294e3946-4f50-4547-8aba-f8d9f395d954 found for delete ", "request_id": "req-d0ba463a-90e1-4b65-bde6-3ee6ae9eeab6"}]} 2026-07-02 11:29:02.263 7 INFO neutron.services.segments.plugin [-] Segment 294e3946-4f50-4547-8aba-f8d9f395d954 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 294e3946-4f50-4547-8aba-f8d9f395d954 found for delete ", "request_id": "req-153a8ecd-bf3a-48b0-96c9-456e2d8e5010"}]} 2026-07-02 11:29:02.297 7 INFO neutron.db.l3_hamode_db [None req-1ebe36ab-1946-4890-b6c1-2be9fef3a068 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network 364b4f61-899d-4e0e-82b5-d1798c106158 was deleted as no HA routers are present in tenant 4178c11c4d884590bebda8e999c7afa0. [pid: 7|app: 0|req: 575/1249] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:01 2026] DELETE /v2.0/routers/be3e4344-6eeb-4acc-a60b-631b869846c3 => generated 0 bytes in 1204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1250] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:02 2026] DELETE /v2.0/networks/fa4d3fba-cc7b-4428-95b3-eaf3b12b61f8 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1251] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:02 2026] DELETE /v2.0/subnets/66403a96-c377-41cf-a94b-ae3548b0c0df => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1252] 10.0.0.156 () {34 vars in 737 bytes} [Thu Jul 2 11:29:02 2026] PUT /v2.0/ports/c146d2f8-6016-42a2-8516-21ca9548a62c => generated 752 bytes in 328 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-02 11:29:02.651 8 INFO neutron.db.segments_db [None req-aeea0334-ed78-42a6-a041-f9d410c79a80 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Added segment 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 of type vxlan for network 37e884e3-3ec8-4f68-8694-34c99f7bdee3 2026-07-02 11:29:02.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc440f4e-3d02-45f8-b3e0-14b453c7299b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 9cddfa7c-f6f3-40be-a5cf-6099af5aa821 2026-07-02 11:29:02.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc440f4e-3d02-45f8-b3e0-14b453c7299b 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 9cddfa7c-f6f3-40be-a5cf-6099af5aa821 2026-07-02 11:29:02.934 8 INFO neutron.db.l3_hamode_db [None req-aeea0334-ed78-42a6-a041-f9d410c79a80 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 577/1253] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:02 2026] DELETE /v2.0/networks/efea348b-8dc8-48ee-aee7-54323cbeb67e => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:03.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-3582657e-8877-4e1f-b5c4-2b72831cbbcd 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] TaaS: Handle Delete Port: c146d2f8-6016-42a2-8516-21ca9548a62c 2026-07-02 11:29:03.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3582657e-8877-4e1f-b5c4-2b72831cbbcd 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Tap Mirror: Handle Delete Port: c146d2f8-6016-42a2-8516-21ca9548a62c 2026-07-02 11:29:03.248 8 INFO neutron.services.segments.plugin [-] Segment abccb4fd-5629-4ae3-9719-51782ecc3774 resource provider aggregate not found 2026-07-02 11:29:03.254 8 INFO neutron.services.segments.plugin [-] Segment abccb4fd-5629-4ae3-9719-51782ecc3774 resource provider aggregate not found [pid: 7|app: 0|req: 578/1254] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/ports/c146d2f8-6016-42a2-8516-21ca9548a62c => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:03.273 8 INFO neutron.services.segments.plugin [-] Segment abccb4fd-5629-4ae3-9719-51782ecc3774 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 abccb4fd-5629-4ae3-9719-51782ecc3774 found for delete ", "request_id": "req-f59aef5b-c712-43e9-bc9f-8fc3fe6b76d3"}]} 2026-07-02 11:29:03.278 8 INFO neutron.services.segments.plugin [-] Segment abccb4fd-5629-4ae3-9719-51782ecc3774 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 abccb4fd-5629-4ae3-9719-51782ecc3774 found for delete ", "request_id": "req-9aa87e7b-1662-4f4a-93b6-918cdf9148b4"}]} 2026-07-02 11:29:03.298 8 INFO neutron.services.segments.plugin [-] Segment 6ca03a14-1691-4d57-bd64-e380de09bfa1 resource provider aggregate not found [pid: 7|app: 0|req: 579/1255] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:03 2026] GET /v2.0/security-groups?tenant_id=4178c11c4d884590bebda8e999c7afa0&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:29:03.312 8 INFO neutron.services.segments.plugin [-] Segment 6ca03a14-1691-4d57-bd64-e380de09bfa1 resource provider aggregate not found 2026-07-02 11:29:03.342 8 INFO neutron.services.segments.plugin [-] Segment 6ca03a14-1691-4d57-bd64-e380de09bfa1 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 6ca03a14-1691-4d57-bd64-e380de09bfa1 found for delete ", "request_id": "req-509c019a-13e2-4953-b96b-7408c29fec9c"}]} 2026-07-02 11:29:03.346 8 INFO neutron.services.segments.plugin [-] Segment 6ca03a14-1691-4d57-bd64-e380de09bfa1 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 6ca03a14-1691-4d57-bd64-e380de09bfa1 found for delete ", "request_id": "req-891df5d9-e190-4212-bd3b-7be2b737d333"}]} [pid: 7|app: 0|req: 580/1256] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:29:03 2026] GET /v2.0/ports => generated 781 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1257] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/security-groups/f222f80c-9431-43cd-967c-9d9071682ce6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:03.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0330d17-a94b-43b9-9c68-b9dbfd5d3a1a 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1258] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:03 2026] GET /v2.0/ports/c146d2f8-6016-42a2-8516-21ca9548a62c => 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: 583/1259] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:29:03 2026] GET /v2.0/ports => generated 781 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1260] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:03 2026] GET /v2.0/ports/51e37063-bc8f-425f-a238-693cf03e940e => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:03.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e058006-f62e-4efb-bc88-edae734a65b6 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1261] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/ports/29b20af4-ba30-4c12-829e-c7fe1f068229 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:03.686 7 INFO neutron.pecan_wsgi.hooks.translation [None req-687df1b2-f0d2-42c0-b870-9d740a138ca7 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1264] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/subnets/b043a5e1-5f38-4664-93e0-be70b3119144 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:03.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74529995-6a61-406a-9c8f-22ee29681b8f 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1265] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/subnets/1da07914-646a-4c1a-8e02-683de96062a8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:03.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b6ddcf9-846e-468d-abb9-c0275f6303d4 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] TaaS: Handle Delete Port: 51e37063-bc8f-425f-a238-693cf03e940e 2026-07-02 11:29:03.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b6ddcf9-846e-468d-abb9-c0275f6303d4 0946794c8729422688b3cd2d24ad50a9 5c7dab45fd214be58dbf48262c001ae9 - - default default] Tap Mirror: Handle Delete Port: 51e37063-bc8f-425f-a238-693cf03e940e [pid: 7|app: 0|req: 590/1266] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/ports/51e37063-bc8f-425f-a238-693cf03e940e => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1267] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:03 2026] DELETE /v2.0/networks/547535dd-8638-4daa-a943-00faf3082388 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:04.154 8 INFO neutron.db.l3_hamode_db [None req-aeea0334-ed78-42a6-a041-f9d410c79a80 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:29:04.284 7 INFO neutron.services.segments.plugin [-] Segment fbcbff61-a59b-48a1-b505-bdb876033729 resource provider aggregate not found 2026-07-02 11:29:04.293 7 INFO neutron.services.segments.plugin [-] Segment fbcbff61-a59b-48a1-b505-bdb876033729 resource provider aggregate not found 2026-07-02 11:29:04.306 7 INFO neutron.services.segments.plugin [-] Segment fbcbff61-a59b-48a1-b505-bdb876033729 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 fbcbff61-a59b-48a1-b505-bdb876033729 found for delete ", "request_id": "req-0b9cc6c9-4b5e-416b-854f-62a688ec3ba5"}]} 2026-07-02 11:29:04.328 7 INFO neutron.services.segments.plugin [-] Segment fbcbff61-a59b-48a1-b505-bdb876033729 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 fbcbff61-a59b-48a1-b505-bdb876033729 found for delete ", "request_id": "req-2ffad98d-531a-4555-9699-8df5b5d63466"}]} 2026-07-02 11:29:04.335 7 INFO neutron.services.segments.plugin [-] Segment 2f66134e-ca59-4d2a-ab53-b9d25b533c2d resource provider aggregate not found 2026-07-02 11:29:04.352 7 INFO neutron.services.segments.plugin [-] Segment 2f66134e-ca59-4d2a-ab53-b9d25b533c2d resource provider aggregate not found 2026-07-02 11:29:04.363 7 INFO neutron.services.segments.plugin [-] Segment 2f66134e-ca59-4d2a-ab53-b9d25b533c2d 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 2f66134e-ca59-4d2a-ab53-b9d25b533c2d found for delete ", "request_id": "req-6cea0c5a-da31-4305-9cee-f1f99723bfe3"}]} 2026-07-02 11:29:04.391 7 INFO neutron.services.segments.plugin [-] Segment 2f66134e-ca59-4d2a-ab53-b9d25b533c2d 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 2f66134e-ca59-4d2a-ab53-b9d25b533c2d found for delete ", "request_id": "req-45f8a713-e222-419c-af1f-19f50f61bfb3"}]} [pid: 7|app: 0|req: 592/1268] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:04 2026] GET /v2.0/security-groups?tenant_id=5c7dab45fd214be58dbf48262c001ae9&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1269] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:05 2026] DELETE /v2.0/security-groups/37588bdb-9c3a-4eb4-8fa6-c02b3c9ef9c8 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1270] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:02 2026] POST /v2.0/routers => generated 692 bytes in 2863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1271] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:29:05 2026] GET /v2.0/routers/f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 698 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1272] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:29:05 2026] GET /v2.0/routers => generated 701 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1273] 10.0.0.156 () {34 vars in 741 bytes} [Thu Jul 2 11:29:05 2026] PUT /v2.0/routers/f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 705 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1274] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:29:07 2026] GET /v2.0/routers/f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 705 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1275] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:07 2026] GET /v2.0/ports?device_id=f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:07.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aff213f-50df-4e15-8cd8-eb2d79d89517 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 8f6337f0-b809-4693-8ce4-28889e9ffc64 2026-07-02 11:29:07.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aff213f-50df-4e15-8cd8-eb2d79d89517 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 8f6337f0-b809-4693-8ce4-28889e9ffc64 2026-07-02 11:29:07.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aff213f-50df-4e15-8cd8-eb2d79d89517 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] TaaS: Handle Delete Port: 05d1a1c5-f169-4119-bc36-c16b74ac612b 2026-07-02 11:29:07.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aff213f-50df-4e15-8cd8-eb2d79d89517 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] Tap Mirror: Handle Delete Port: 05d1a1c5-f169-4119-bc36-c16b74ac612b 2026-07-02 11:29:08.010 7 INFO neutron.db.segments_db [None req-e778cfcc-21d3-455f-ab6a-3049fedc8d68 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 of type vxlan for network ee0948d9-bffa-42ff-92f4-d356acf96616 [pid: 7|app: 0|req: 597/1276] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:07 2026] POST /v2.0/networks => generated 629 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:08.245 7 INFO neutron.db.segments_db [None req-5d2f175f-e849-4565-b365-b114cd424ee5 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment 4f443169-5d9e-44c5-8ded-f80f53232728 of type vxlan for network 34cc0d84-83c0-4ae0-8cb5-5e6a3c0ad5e5 [pid: 7|app: 0|req: 598/1277] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:08 2026] POST /v2.0/networks => generated 630 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:08.474 8 INFO neutron.services.segments.plugin [-] Segment 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 resource provider aggregate not found 2026-07-02 11:29:08.480 8 INFO neutron.services.segments.plugin [-] Segment 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 resource provider aggregate not found 2026-07-02 11:29:08.499 8 INFO neutron.services.segments.plugin [-] Segment 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 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 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 found for delete ", "request_id": "req-2ed2b852-9c87-4271-8110-64d0cdf4e83c"}]} 2026-07-02 11:29:08.505 8 INFO neutron.services.segments.plugin [-] Segment 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 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 8e16ebe8-6717-4b0b-8a41-b0f188e732a5 found for delete ", "request_id": "req-4913b6f7-6b7d-4fe2-b1d8-01d92a631965"}]} 2026-07-02 11:29:08.516 8 INFO neutron.db.l3_hamode_db [None req-4aff213f-50df-4e15-8cd8-eb2d79d89517 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] HA network 37e884e3-3ec8-4f68-8694-34c99f7bdee3 was deleted as no HA routers are present in tenant 1e3ede828c06489f8d8e0eb57e1d1292. [pid: 8|app: 0|req: 680/1278] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:07 2026] DELETE /v2.0/routers/f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 0 bytes in 1241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1279] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:08 2026] GET /v2.0/ports?device_id=f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:08.596 8 INFO neutron.api.v2.resource [None req-7ab9c958-a938-4b50-8ae7-8f17441b2748 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1280] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/routers/f4e137e5-9eae-47c0-9272-41c48e164b84 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1281] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:08 2026] GET /v2.0/ports?device_id=eaa13c42-f1e0-419c-9d0b-08c06274a28e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:08.653 8 INFO neutron.api.v2.resource [None req-0a0707ec-59d2-4dc5-aa25-bf03d3a85649 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 684/1282] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/routers/eaa13c42-f1e0-419c-9d0b-08c06274a28e => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:08.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-744228cb-b5ea-43aa-a914-0403eed85cdf 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 685/1283] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/subnets/405782d8-2d40-4e2f-b2c8-ccf47bdfc17c => 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: 686/1284] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:08 2026] GET /v2.0/ports?device_id=1674011d-dc99-4af1-b8e3-dde242a8390c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:08.739 8 INFO neutron.api.v2.resource [None req-300de376-5abc-43ac-a0f6-fa18cc980008 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1285] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/routers/1674011d-dc99-4af1-b8e3-dde242a8390c => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1286] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:08 2026] POST /v2.0/subnets => generated 626 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:08.759 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc08ac45-5701-4ad2-84b9-894dd51bd135 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1287] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/subnets/45024ad4-e51e-473c-ac88-6976190e5b05 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1288] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:08 2026] GET /v2.0/ports?device_id=ab32f5e2-07f9-433c-96e7-850962318c6d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:08.810 8 INFO neutron.api.v2.resource [None req-36570f3a-1a79-4fc0-8cad-30098da6f4d7 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1289] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/routers/ab32f5e2-07f9-433c-96e7-850962318c6d => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:08.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a3a51b1-6e3c-4875-87ad-57b35e84e42c 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1290] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/subnets/9a6d30a8-732f-4193-b58d-963bf195f136 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:08.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5a683f0-b792-43dd-910c-22c8dc5b5434 6c6cdd4898ed43258bbffc3f5d049956 1e3ede828c06489f8d8e0eb57e1d1292 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 692/1291] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:08 2026] DELETE /v2.0/subnets/df2141d2-fca8-45f2-8027-1e4edd0840fc => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1292] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:08 2026] POST /v2.0/subnets => generated 626 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:09.165 8 INFO neutron.db.segments_db [None req-0a191b94-620c-447e-ae9e-3edae6b10143 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment bd86c2dc-0f85-4423-bd69-7c59a916a16c of type vxlan for network fcbe9b52-e5e8-4b99-8152-2e6ce130e99d 2026-07-02 11:29:09.543 8 INFO neutron.db.l3_hamode_db [None req-0a191b94-620c-447e-ae9e-3edae6b10143 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:29:09.724 8 INFO neutron.db.l3_hamode_db [None req-0a191b94-620c-447e-ae9e-3edae6b10143 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 601/1293] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:09 2026] GET /v2.0/security-groups?tenant_id=1e3ede828c06489f8d8e0eb57e1d1292&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1294] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:09 2026] DELETE /v2.0/security-groups/d9b657ac-f5b4-47c0-9765-c181e2376e75 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1295] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:09 2026] POST /v2.0/routers => generated 507 bytes in 1464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1296] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:10 2026] GET /v2.0/security-groups?tenant_id=6467c7d149854350a5f27e37ed4c3926&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1297] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:10 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1298] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:10 2026] DELETE /v2.0/security-groups/d4024a5b-5faa-449f-b202-cc93394e4ee0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1299] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:11 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1300] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:11 2026] GET /v2.0/security-groups?tenant_id=8fdd0c13e15f491aae659cfe432c3e9c&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1301] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:11 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1302] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:11 2026] DELETE /v2.0/security-groups/3116a0c3-e518-4b60-a0d4-e6bdee5701b5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1303] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:11 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1304] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:29:10 2026] PUT /v2.0/routers/6d6d5585-22a3-4b66-8296-5c14d4bca04a/add_router_interface => generated 309 bytes in 1594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1305] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:12 2026] GET /v2.0/ports/df702277-0b9b-49ff-aad4-ec6ec7f2ba1c => generated 955 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1306] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:29:12 2026] POST /v2.0/subnetpools => generated 548 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1307] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:29:12 2026] GET /v2.0/subnetpools/dffe0fca-4286-40e2-99b4-6ee5d5028287 => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1308] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:29:12 2026] PUT /v2.0/subnetpools/dffe0fca-4286-40e2-99b4-6ee5d5028287 => generated 501 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1309] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:12 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 707/1310] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:29:12 2026] DELETE /v2.0/subnetpools/dffe0fca-4286-40e2-99b4-6ee5d5028287 => 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: 708/1311] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:12 2026] GET /v2.0/security-groups?id=9cc32c0d-fe8b-4a91-9e5a-ca141493f58d&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:12.952 8 INFO neutron.api.v2.resource [None req-d22ae118-37c3-4d53-8fd6-6a504caeac2e 7260d35887244abaac5d4fe4d7434699 849e72190dde494f9e44d5fb590191f9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 709/1312] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:29:12 2026] GET /v2.0/subnetpools/dffe0fca-4286-40e2-99b4-6ee5d5028287 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:12.976 8 INFO neutron.api.v2.resource [None req-f413ca8c-fdc5-4f9c-b622-d4a0a24eca23 7260d35887244abaac5d4fe4d7434699 849e72190dde494f9e44d5fb590191f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1313] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:29:12 2026] DELETE /v2.0/subnetpools/dffe0fca-4286-40e2-99b4-6ee5d5028287 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1314] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:29:12 2026] PUT /v2.0/routers/6d6d5585-22a3-4b66-8296-5c14d4bca04a/add_router_interface => generated 309 bytes in 1533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1315] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:13 2026] GET /v2.0/ports/3facfb8c-7cbc-4d09-a732-2727e4c46dec => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1316] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:13 2026] GET /v2.0/security-groups?tenant_id=849e72190dde494f9e44d5fb590191f9&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1317] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:29:13 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1318] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:14 2026] DELETE /v2.0/security-groups/a9b5b3f1-22ad-41d6-85b2-c839ba77c97b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:14.258 7 INFO neutron_taas.services.taas.taas_plugin [req-a2ebb9e5-e072-478b-98b9-527f540bf8e5 req-be023442-b202-4871-960b-65d1c62aca8f fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] TaaS: Handle Delete Port: 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb 2026-07-02 11:29:14.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a2ebb9e5-e072-478b-98b9-527f540bf8e5 req-be023442-b202-4871-960b-65d1c62aca8f fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] Tap Mirror: Handle Delete Port: 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb 2026-07-02 11:29:14.512 7 INFO neutron.db.l3_db [req-a2ebb9e5-e072-478b-98b9-527f540bf8e5 req-be023442-b202-4871-960b-65d1c62aca8f fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] Floating IP a2ad258d-6f66-4aca-89ae-0c4510ae9215 disassociated. External IP: 10.96.250.201, port: 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb. 2026-07-02 11:29:14.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f5cb13d-44db-4a4c-ac7d-f5f28af6c222 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 3facfb8c-7cbc-4d09-a732-2727e4c46dec 2026-07-02 11:29:14.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f5cb13d-44db-4a4c-ac7d-f5f28af6c222 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 3facfb8c-7cbc-4d09-a732-2727e4c46dec [pid: 7|app: 0|req: 608/1319] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:29:14 2026] DELETE /v2.0/ports/5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb => generated 0 bytes in 823 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1320] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:14 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:15.013 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a6f8ca9-c55d-43a6-a35f-1f9bbb0e9172'] response: {'server_uuid': '4153f113-4739-4638-815c-51566e444a49', 'name': 'network-vif-deleted', 'tag': '5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 712/1321] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:29:13 2026] PUT /v2.0/routers/6d6d5585-22a3-4b66-8296-5c14d4bca04a/remove_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:15.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2e41fc1-c61d-468c-9d2b-1122c5a58fce dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: df702277-0b9b-49ff-aad4-ec6ec7f2ba1c 2026-07-02 11:29:15.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2e41fc1-c61d-468c-9d2b-1122c5a58fce dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: df702277-0b9b-49ff-aad4-ec6ec7f2ba1c [pid: 8|app: 0|req: 713/1322] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:16 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => 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: 610/1323] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:29:15 2026] PUT /v2.0/routers/6d6d5585-22a3-4b66-8296-5c14d4bca04a/remove_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1324] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:16 2026] GET /v2.0/ports?device_id=6d6d5585-22a3-4b66-8296-5c14d4bca04a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:16.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eada512-7681-4828-ac8e-f73d779fb231 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: d787da3b-9a21-46e3-bdc0-5d537b610cac 2026-07-02 11:29:16.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eada512-7681-4828-ac8e-f73d779fb231 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: d787da3b-9a21-46e3-bdc0-5d537b610cac [pid: 8|app: 0|req: 715/1325] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:16 2026] GET /v2.0/security-groups?tenant_id=61a7c9a0388f4c26b0e1c48929c4caf9&name=default => generated 2925 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1326] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:16 2026] DELETE /v2.0/security-groups/56f4f34d-248b-42ef-ab2c-e823dd7feb63 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:17.028 7 INFO neutron.services.segments.plugin [-] Segment bd86c2dc-0f85-4423-bd69-7c59a916a16c resource provider aggregate not found 2026-07-02 11:29:17.038 7 INFO neutron.services.segments.plugin [-] Segment bd86c2dc-0f85-4423-bd69-7c59a916a16c resource provider aggregate not found 2026-07-02 11:29:17.062 7 INFO neutron.services.segments.plugin [-] Segment bd86c2dc-0f85-4423-bd69-7c59a916a16c 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 bd86c2dc-0f85-4423-bd69-7c59a916a16c found for delete ", "request_id": "req-6a1f64d4-8092-4f16-ba99-68bfef3f3f80"}]} 2026-07-02 11:29:17.068 7 INFO neutron.services.segments.plugin [-] Segment bd86c2dc-0f85-4423-bd69-7c59a916a16c 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 bd86c2dc-0f85-4423-bd69-7c59a916a16c found for delete ", "request_id": "req-de60e3a2-3668-47b2-8bef-37d809fb9aaa"}]} 2026-07-02 11:29:17.085 7 INFO neutron.db.l3_hamode_db [None req-3eada512-7681-4828-ac8e-f73d779fb231 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] HA network fcbe9b52-e5e8-4b99-8152-2e6ce130e99d was deleted as no HA routers are present in tenant e8e044e17ea34c72a5ca30f3a733611d. [pid: 7|app: 0|req: 611/1327] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:16 2026] DELETE /v2.0/routers/6d6d5585-22a3-4b66-8296-5c14d4bca04a => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1328] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:17 2026] GET /v2.0/security-groups?tenant_id=03e1c95a32e048d181d690820874ca17&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1329] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:17 2026] GET /v2.0/ports?device_id=4153f113-4739-4638-815c-51566e444a49 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1330] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:17 2026] DELETE /v2.0/subnets/fe878949-c636-40d3-91f0-38343cd27f2c => 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: 719/1331] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:17 2026] DELETE /v2.0/security-groups/6d887148-05c9-4e0e-b628-54229ce8ec7a => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1332] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:17 2026] DELETE /v2.0/subnets/2fa83b33-b833-4f3c-b5cb-e346547259eb => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:17.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e847798-320a-4c39-b005-77eb105f30a8 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: db6336fe-4bb3-47c1-9cdc-25c1c81d487f 2026-07-02 11:29:17.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e847798-320a-4c39-b005-77eb105f30a8 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: db6336fe-4bb3-47c1-9cdc-25c1c81d487f 2026-07-02 11:29:17.979 8 INFO neutron.services.segments.plugin [-] Segment 4f443169-5d9e-44c5-8ded-f80f53232728 resource provider aggregate not found 2026-07-02 11:29:17.985 8 INFO neutron.services.segments.plugin [-] Segment 4f443169-5d9e-44c5-8ded-f80f53232728 resource provider aggregate not found 2026-07-02 11:29:18.004 8 INFO neutron.services.segments.plugin [-] Segment 4f443169-5d9e-44c5-8ded-f80f53232728 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 4f443169-5d9e-44c5-8ded-f80f53232728 found for delete ", "request_id": "req-13a649c7-106d-49e7-9f77-4f6c4391da03"}]} 2026-07-02 11:29:18.009 8 INFO neutron.services.segments.plugin [-] Segment 4f443169-5d9e-44c5-8ded-f80f53232728 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 4f443169-5d9e-44c5-8ded-f80f53232728 found for delete ", "request_id": "req-5836ad41-544b-4984-be5b-f49660eda8f4"}]} [pid: 8|app: 0|req: 720/1333] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:17 2026] DELETE /v2.0/networks/34cc0d84-83c0-4ae0-8cb5-5e6a3c0ad5e5 => generated 0 bytes in 462 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:18.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-7298a6d2-2b40-459f-ba2a-8413a9b12168 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: e40141c8-a25c-4ab0-9fd9-52d056e0b747 2026-07-02 11:29:18.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7298a6d2-2b40-459f-ba2a-8413a9b12168 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: e40141c8-a25c-4ab0-9fd9-52d056e0b747 [pid: 7|app: 0|req: 614/1334] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:18 2026] DELETE /v2.0/networks/ee0948d9-bffa-42ff-92f4-d356acf96616 => generated 0 bytes in 514 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1335] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:18 2026] DELETE /v2.0/security-groups/9cc32c0d-fe8b-4a91-9e5a-ca141493f58d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:18.577 8 INFO neutron.api.v2.resource [None req-61fefc91-894b-4c19-a706-da3767d12bcd fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 722/1336] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:29:18 2026] GET /v2.0/security-groups/9cc32c0d-fe8b-4a91-9e5a-ca141493f58d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:18.640 7 INFO neutron.db.segments_db [None req-6912588d-d41c-4b10-968d-55c274f69d6b dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment b5d76a8e-344d-4993-bce0-3d1478a6d3d2 of type vxlan for network e533c116-5cba-4660-966c-bbd2eeca0e46 2026-07-02 11:29:18.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-1aa4a501-2a3f-4653-93b1-945ff4c1ca7c fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] TaaS: Handle Delete Port: 4e57cf65-ee96-4683-b861-1a241af7b1d0 [pid: 7|app: 0|req: 615/1337] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:18 2026] POST /v2.0/networks => generated 629 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:18.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aa4a501-2a3f-4653-93b1-945ff4c1ca7c fe8297625c404100b5246de6ef02f411 51c22c1a34ea49c4bc1193c8412123ec - - default default] Tap Mirror: Handle Delete Port: 4e57cf65-ee96-4683-b861-1a241af7b1d0 [pid: 8|app: 0|req: 723/1340] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:29:18 2026] DELETE /v2.0/floatingips/a2ad258d-6f66-4aca-89ae-0c4510ae9215 => generated 0 bytes in 424 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1341] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:18 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:19.103 7 INFO neutron.services.segments.plugin [-] Segment f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 resource provider aggregate not found 2026-07-02 11:29:19.109 7 INFO neutron.services.segments.plugin [-] Segment f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 resource provider aggregate not found 2026-07-02 11:29:19.136 7 INFO neutron.services.segments.plugin [-] Segment f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 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 f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 found for delete ", "request_id": "req-6abbff14-3747-4228-9de9-4cf5fa3b7384"}]} 2026-07-02 11:29:19.142 7 INFO neutron.services.segments.plugin [-] Segment f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 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 f4a5ebb4-233f-4db5-81d6-2d6d62b0e101 found for delete ", "request_id": "req-dde0712f-8cc5-46b5-8412-313d07c854ed"}]} 2026-07-02 11:29:19.157 7 INFO neutron.db.segments_db [None req-bd8cf53b-3b54-427e-842d-11032404bb10 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 of type vxlan for network 75ed9ad0-0f14-41b9-a950-ebdb80d04d0d 2026-07-02 11:29:19.466 7 INFO neutron.db.l3_hamode_db [None req-bd8cf53b-3b54-427e-842d-11032404bb10 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:29:19.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-60fef5eb-7845-476f-91f1-ed0338f4965e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:29:19.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60fef5eb-7845-476f-91f1-ed0338f4965e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:29:19.725 7 INFO neutron.db.l3_hamode_db [None req-bd8cf53b-3b54-427e-842d-11032404bb10 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 724/1342] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:29:19 2026] PUT /v2.0/routers/2a3ca0dd-5463-4a0f-9b47-9af90c2e22dc/remove_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1343] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:19 2026] POST /v2.0/routers => generated 507 bytes in 1505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1344] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:20 2026] GET /v2.0/security-groups?tenant_id=5f3b57f353094c9ea8f48f8b6a88205d&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1345] 10.0.0.156 () {32 vars in 653 bytes} [Thu Jul 2 11:29:20 2026] GET /v2.0/extensions => generated 21537 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 11:29:20.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-796cc2a2-a8b8-4eb0-b590-34550084dd2e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 9af70c81-7c58-400d-8eff-1282138b4c46 2026-07-02 11:29:20.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-796cc2a2-a8b8-4eb0-b590-34550084dd2e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 9af70c81-7c58-400d-8eff-1282138b4c46 2026-07-02 11:29:21.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-796cc2a2-a8b8-4eb0-b590-34550084dd2e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: afb67170-b016-4654-8e5f-710afae65e7d 2026-07-02 11:29:21.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-796cc2a2-a8b8-4eb0-b590-34550084dd2e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: afb67170-b016-4654-8e5f-710afae65e7d [pid: 7|app: 0|req: 621/1346] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:29:20 2026] POST /v2.0/ports => generated 952 bytes in 575 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: 622/1347] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:21 2026] DELETE /v2.0/security-groups/17ab0c41-01dc-4c3d-a73f-6545aa46905a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1348] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:21 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:21.766 8 INFO neutron.services.segments.plugin [-] Segment b5fd64db-a405-4c59-a1db-b01c6ed207c0 resource provider aggregate not found 2026-07-02 11:29:21.768 8 INFO neutron.services.segments.plugin [-] Segment b5fd64db-a405-4c59-a1db-b01c6ed207c0 resource provider aggregate not found 2026-07-02 11:29:21.792 8 INFO neutron.services.segments.plugin [-] Segment b5fd64db-a405-4c59-a1db-b01c6ed207c0 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 b5fd64db-a405-4c59-a1db-b01c6ed207c0 found for delete ", "request_id": "req-2e45021d-e827-42ca-99e8-c02018689fc8"}]} 2026-07-02 11:29:21.792 8 INFO neutron.services.segments.plugin [-] Segment b5fd64db-a405-4c59-a1db-b01c6ed207c0 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 b5fd64db-a405-4c59-a1db-b01c6ed207c0 found for delete ", "request_id": "req-bf915999-979b-43ff-83e6-38c3f6bb3424"}]} 2026-07-02 11:29:21.806 8 INFO neutron.db.l3_hamode_db [None req-796cc2a2-a8b8-4eb0-b590-34550084dd2e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network 8fe0bb75-1dd1-4f7c-85e1-70042db743fb was deleted as no HA routers are present in tenant 51c22c1a34ea49c4bc1193c8412123ec. [pid: 8|app: 0|req: 726/1349] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:20 2026] DELETE /v2.0/routers/2a3ca0dd-5463-4a0f-9b47-9af90c2e22dc => generated 0 bytes in 1210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1350] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:21 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: 8|app: 0|req: 728/1351] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:21 2026] DELETE /v2.0/subnets/94eb13e5-247c-4c92-b8d3-1425e0ab9b05 => 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: 729/1352] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:22.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bcd32db-2397-453e-b451-d0c4386b3203 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 3e90c109-3a5e-4724-a2ea-e367bfd9f829 2026-07-02 11:29:22.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bcd32db-2397-453e-b451-d0c4386b3203 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 3e90c109-3a5e-4724-a2ea-e367bfd9f829 [pid: 8|app: 0|req: 730/1353] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:22 2026] DELETE /v2.0/networks/5415c708-6872-48d0-938c-11496707ebcf => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1354] 10.0.0.156 () {32 vars in 665 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1355] 10.0.0.156 () {32 vars in 699 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1356] 10.0.0.156 () {32 vars in 697 bytes} [Thu Jul 2 11:29:22 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: 734/1357] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1358] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1359] 10.0.0.156 () {32 vars in 703 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1360] 10.0.0.156 () {32 vars in 693 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1361] 10.0.0.156 () {32 vars in 695 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1362] 10.0.0.156 () {32 vars in 685 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1363] 10.0.0.156 () {32 vars in 687 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1364] 10.0.0.156 () {32 vars in 661 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1365] 10.0.0.156 () {32 vars in 699 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1366] 10.0.0.156 () {32 vars in 679 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1367] 10.0.0.156 () {32 vars in 683 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1368] 10.0.0.156 () {32 vars in 675 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1369] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1370] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/security-groups?tenant_id=51c22c1a34ea49c4bc1193c8412123ec&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1371] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1372] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:29:21 2026] PUT /v2.0/routers/2dd18618-d8d6-4ec8-be4a-ada247ac45c0/add_router_interface => generated 309 bytes in 1482 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: 625/1373] 10.0.0.156 () {32 vars in 687 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1374] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:22 2026] DELETE /v2.0/security-groups/01d1cdb0-0d87-443b-abcf-d87eb05a14da => 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: 750/1375] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1376] 10.0.0.156 () {32 vars in 687 bytes} [Thu Jul 2 11:29:22 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: 752/1377] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1378] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/ports/11e30ad5-37a5-47d9-b2a2-bbac46aeb3b6 => generated 1026 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1379] 10.0.0.156 () {32 vars in 699 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1380] 10.0.0.156 () {32 vars in 679 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1381] 10.0.0.156 () {32 vars in 667 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1382] 10.0.0.156 () {32 vars in 677 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1383] 10.0.0.156 () {32 vars in 665 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/l3-ha => 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: 758/1384] 10.0.0.156 () {32 vars in 675 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/l3-flavors => 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: 759/1385] 10.0.0.156 () {32 vars in 713 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1386] 10.0.0.156 () {32 vars in 691 bytes} [Thu Jul 2 11:29:22 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1387] 10.0.0.156 () {32 vars in 683 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1388] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1389] 10.0.0.156 () {32 vars in 687 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1390] 10.0.0.156 () {32 vars in 705 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1391] 10.0.0.156 () {32 vars in 675 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1392] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1393] 10.0.0.156 () {32 vars in 675 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1394] 10.0.0.156 () {32 vars in 693 bytes} [Thu Jul 2 11:29:23 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) [pid: 8|app: 0|req: 769/1395] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 770/1396] 10.0.0.156 () {32 vars in 709 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1397] 10.0.0.156 () {32 vars in 705 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1398] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 773/1399] 10.0.0.156 () {32 vars in 697 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 774/1400] 10.0.0.156 () {32 vars in 711 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1401] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1402] 10.0.0.156 () {32 vars in 687 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1403] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 778/1404] 10.0.0.156 () {32 vars in 675 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1405] 10.0.0.156 () {32 vars in 671 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/provider => generated 191 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1406] 10.0.0.156 () {32 vars in 661 bytes} [Thu Jul 2 11:29:23 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: 781/1407] 10.0.0.156 () {32 vars in 699 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1408] 10.0.0.156 () {32 vars in 699 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1409] 10.0.0.156 () {32 vars in 677 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1410] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 785/1411] 10.0.0.156 () {32 vars in 683 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1412] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1413] 10.0.0.156 () {32 vars in 685 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1414] 10.0.0.156 () {32 vars in 707 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:23.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a3bd255-ac85-49be-827d-a19fe1764bbf dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 11e30ad5-37a5-47d9-b2a2-bbac46aeb3b6 2026-07-02 11:29:23.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a3bd255-ac85-49be-827d-a19fe1764bbf dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 11e30ad5-37a5-47d9-b2a2-bbac46aeb3b6 [pid: 8|app: 0|req: 789/1415] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1416] 10.0.0.156 () {32 vars in 697 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1417] 10.0.0.156 () {32 vars in 695 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1418] 10.0.0.156 () {32 vars in 685 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1419] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1420] 10.0.0.156 () {32 vars in 705 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1421] 10.0.0.156 () {32 vars in 667 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1422] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1423] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1424] 10.0.0.156 () {32 vars in 691 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1425] 10.0.0.156 () {32 vars in 691 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1426] 10.0.0.156 () {32 vars in 695 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1427] 10.0.0.156 () {32 vars in 685 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1428] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1429] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1430] 10.0.0.156 () {32 vars in 703 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1431] 10.0.0.156 () {32 vars in 713 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1432] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1433] 10.0.0.156 () {32 vars in 715 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1434] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1435] 10.0.0.156 () {32 vars in 741 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1436] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1437] 10.0.0.156 () {32 vars in 683 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1438] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1439] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1440] 10.0.0.156 () {32 vars in 679 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1441] 10.0.0.156 () {32 vars in 669 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1442] 10.0.0.156 () {32 vars in 697 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1443] 10.0.0.156 () {32 vars in 705 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1444] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1445] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 820/1446] 10.0.0.156 () {32 vars in 683 bytes} [Thu Jul 2 11:29:23 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: 8|app: 0|req: 821/1447] 10.0.0.156 () {32 vars in 705 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1448] 10.0.0.156 () {32 vars in 695 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1449] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1450] 10.0.0.156 () {32 vars in 697 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1451] 10.0.0.156 () {32 vars in 679 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1452] 10.0.0.156 () {32 vars in 689 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1453] 10.0.0.156 () {32 vars in 701 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1454] 10.0.0.156 () {32 vars in 665 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:23.821 8 INFO neutron.services.segments.plugin [-] Segment 9dd7bf86-9e49-48fb-ac2a-f77e09232254 resource provider aggregate not found [pid: 8|app: 0|req: 829/1455] 10.0.0.156 () {32 vars in 681 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:23.828 8 INFO neutron.services.segments.plugin [-] Segment 9dd7bf86-9e49-48fb-ac2a-f77e09232254 resource provider aggregate not found [pid: 8|app: 0|req: 830/1456] 10.0.0.156 () {32 vars in 677 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:23.850 8 INFO neutron.services.segments.plugin [-] Segment 9dd7bf86-9e49-48fb-ac2a-f77e09232254 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 9dd7bf86-9e49-48fb-ac2a-f77e09232254 found for delete ", "request_id": "req-6878a2ed-7734-418d-8dae-12adcdd828e8"}]} 2026-07-02 11:29:23.850 8 INFO neutron.services.segments.plugin [-] Segment 9dd7bf86-9e49-48fb-ac2a-f77e09232254 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 9dd7bf86-9e49-48fb-ac2a-f77e09232254 found for delete ", "request_id": "req-27fd2880-edce-413c-b95f-883b0d188ce3"}]} [pid: 8|app: 0|req: 831/1457] 10.0.0.156 () {32 vars in 693 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1458] 10.0.0.156 () {32 vars in 677 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1459] 10.0.0.156 () {32 vars in 667 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1460] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:29:23 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: 627/1461] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:29:22 2026] PUT /v2.0/routers/2dd18618-d8d6-4ec8-be4a-ada247ac45c0/remove_router_interface => generated 309 bytes in 1075 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: 628/1462] 10.0.0.156 () {32 vars in 675 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:24.154 7 INFO neutron.api.v2.resource [None req-6314f9a8-4cbe-486c-b39c-0c8bcce2ab83 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1463] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:29:23 2026] PUT /v2.0/routers/2dd18618-d8d6-4ec8-be4a-ada247ac45c0/remove_router_interface => generated 197 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1464] 10.0.0.156 () {32 vars in 687 bytes} [Thu Jul 2 11:29:24 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1465] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:24 2026] GET /v2.0/ports?device_id=2dd18618-d8d6-4ec8-be4a-ada247ac45c0 => 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: 835/1466] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:23 2026] GET /v2.0/security-groups?tenant_id=aa96450de9b74b559c1623b636fa3821&name=default => generated 2925 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:29:24.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa8cbb0c-2e0d-418b-ae26-09db25cd2819 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 9f79aab6-016b-4eab-9e1e-8fdf21a161b7 2026-07-02 11:29:24.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8cbb0c-2e0d-418b-ae26-09db25cd2819 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 9f79aab6-016b-4eab-9e1e-8fdf21a161b7 [pid: 8|app: 0|req: 836/1467] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:24 2026] DELETE /v2.0/security-groups/e49d0552-4cf4-4adb-84f7-5a2ce152e5d1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:24.972 7 INFO neutron.services.segments.plugin [-] Segment efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 resource provider aggregate not found 2026-07-02 11:29:24.980 7 INFO neutron.services.segments.plugin [-] Segment efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 resource provider aggregate not found 2026-07-02 11:29:25.011 7 INFO neutron.services.segments.plugin [-] Segment efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 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 efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 found for delete ", "request_id": "req-c2044c14-07af-40ff-addc-c07de88392fc"}]} 2026-07-02 11:29:25.016 7 INFO neutron.services.segments.plugin [-] Segment efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 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 efd4dfca-1957-46a8-8cb9-e8ee6b535bc1 found for delete ", "request_id": "req-613f04d9-1b29-46c4-ac38-28800841bd69"}]} 2026-07-02 11:29:25.027 7 INFO neutron.db.l3_hamode_db [None req-fa8cbb0c-2e0d-418b-ae26-09db25cd2819 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] HA network 75ed9ad0-0f14-41b9-a950-ebdb80d04d0d was deleted as no HA routers are present in tenant e8e044e17ea34c72a5ca30f3a733611d. [pid: 7|app: 0|req: 632/1468] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:24 2026] DELETE /v2.0/routers/2dd18618-d8d6-4ec8-be4a-ada247ac45c0 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1469] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:24 2026] GET /v2.0/security-groups?tenant_id=a6b7e200d67c4d019dafb7e1b76ef648&name=default => generated 2925 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1470] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:25 2026] DELETE /v2.0/security-groups/79689b2f-ddb0-48aa-b8b1-6ef47f78d718 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1471] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:25 2026] DELETE /v2.0/subnets/9457a260-3286-479b-a570-949e723a4769 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:25.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-47aca39f-ddd6-4ecd-b2c8-1b145b1631c0 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 82db11e3-ccee-48cb-8fe3-60a50b520932 2026-07-02 11:29:25.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47aca39f-ddd6-4ecd-b2c8-1b145b1631c0 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 82db11e3-ccee-48cb-8fe3-60a50b520932 [pid: 8|app: 0|req: 839/1472] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:25 2026] DELETE /v2.0/networks/e533c116-5cba-4660-966c-bbd2eeca0e46 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:25.754 7 INFO neutron.db.segments_db [None req-dfc2eec7-2897-4c75-9b08-94ede099d3ad dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment a4de710e-fcf9-4637-bebf-ee2ddd0340cb of type vxlan for network e8d46660-4fe0-40e7-a3ee-38bc0e6d6326 2026-07-02 11:29:25.878 8 INFO neutron.services.segments.plugin [-] Segment b5d76a8e-344d-4993-bce0-3d1478a6d3d2 resource provider aggregate not found [pid: 7|app: 0|req: 634/1473] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:25 2026] POST /v2.0/networks => generated 628 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:25.884 8 INFO neutron.services.segments.plugin [-] Segment b5d76a8e-344d-4993-bce0-3d1478a6d3d2 resource provider aggregate not found 2026-07-02 11:29:25.902 8 INFO neutron.services.segments.plugin [-] Segment b5d76a8e-344d-4993-bce0-3d1478a6d3d2 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 b5d76a8e-344d-4993-bce0-3d1478a6d3d2 found for delete ", "request_id": "req-d616cc24-eaab-41c9-8b92-6b0e31e19a7a"}]} 2026-07-02 11:29:25.920 8 INFO neutron.services.segments.plugin [-] Segment b5d76a8e-344d-4993-bce0-3d1478a6d3d2 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 b5d76a8e-344d-4993-bce0-3d1478a6d3d2 found for delete ", "request_id": "req-f201cdfa-24d9-48f1-890a-708a162e57a4"}]} [pid: 8|app: 0|req: 840/1474] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:25 2026] POST /v2.0/subnets => generated 626 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:26.383 7 INFO neutron.db.segments_db [None req-d51d68c3-5c1e-4fff-8409-b8401541fa91 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment 10e16891-cd12-43d6-90a1-fcdb119400b7 of type vxlan for network e6e6c693-b6cc-43b9-8ed1-e344b93b2d48 2026-07-02 11:29:26.804 7 INFO neutron.db.l3_hamode_db [None req-d51d68c3-5c1e-4fff-8409-b8401541fa91 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:29:27.104 7 INFO neutron.db.l3_hamode_db [None req-d51d68c3-5c1e-4fff-8409-b8401541fa91 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:29:27.278 8 INFO neutron.db.segments_db [None req-dcd3bcc7-0197-47cc-b5e6-aaa3780ad265 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 17eb7a60-d690-4e88-8e10-1f21b99449e9 of type vxlan for network d0dc039e-f356-4b3a-bd5f-1ab94759a3ab [pid: 8|app: 0|req: 841/1475] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:29:26 2026] POST /v2.0/networks => generated 740 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1476] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:27 2026] POST /v2.0/subnets => generated 687 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1477] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:26 2026] POST /v2.0/routers => generated 507 bytes in 1735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:28.079 7 INFO neutron.db.segments_db [None req-dac28a0e-08d8-41b0-af90-1eb7c0186d99 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 4a9e5fc5-084a-41c1-90a8-b919b1501c78 of type vxlan for network c5ccff93-6168-497c-8325-e84f331598ff 2026-07-02 11:29:28.159 8 INFO neutron.db.segments_db [None req-9fa4158b-308f-4384-8a8f-cd4482832c3f 42af08e54567441f848de82b36381c62 7a64ae740f2e470b84a3ca9deaa8aa69 - - default default] Added segment 5292bcda-aea9-4d09-a3cc-185fa3a6a389 of type vxlan for network baeb8704-b52e-40b3-9a2f-47551f07eebb [pid: 8|app: 0|req: 843/1478] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:27 2026] POST /v2.0/networks => generated 648 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:28.438 7 INFO neutron.db.l3_hamode_db [None req-dac28a0e-08d8-41b0-af90-1eb7c0186d99 852eae78bfa742deaa46d0fc33151c55 9f16c1c5d9e844a5a38e3534f8e2575b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:29:29.425 7 INFO neutron.db.l3_hamode_db [None req-dac28a0e-08d8-41b0-af90-1eb7c0186d99 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 844/1479] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:29:28 2026] PUT /v2.0/routers/34a46761-be73-4929-b6a4-e38430d76974/add_router_interface => generated 309 bytes in 1519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1480] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:29 2026] POST /v2.0/subnets => generated 673 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1481] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:29:30 2026] GET /v2.0/ports/122567a5-85cb-45e0-a74d-96a44c31728e => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:30.212 8 INFO neutron.db.segments_db [None req-1e7d2757-e426-4661-a1be-07caa2aff6b8 42af08e54567441f848de82b36381c62 7a64ae740f2e470b84a3ca9deaa8aa69 - - default default] Added segment a251c4ef-0a66-4401-aa10-07767b336ed8 of type vxlan for network c970a332-289e-4aa4-8cc0-95fc497580a0 [pid: 8|app: 0|req: 847/1482] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:30 2026] POST /v2.0/networks => generated 648 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1483] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:28 2026] POST /v2.0/routers => generated 727 bytes in 2476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1484] 10.0.0.156 () {34 vars in 743 bytes} [Thu Jul 2 11:29:30 2026] PUT /v2.0/networks/c970a332-289e-4aa4-8cc0-95fc497580a0 => generated 592 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:30.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-950fbcf0-58d2-4397-8dac-71d759472819 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 122567a5-85cb-45e0-a74d-96a44c31728e 2026-07-02 11:29:30.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-950fbcf0-58d2-4397-8dac-71d759472819 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 122567a5-85cb-45e0-a74d-96a44c31728e [pid: 7|app: 0|req: 638/1485] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:29:30 2026] PUT /v2.0/routers/0fc10526-bf22-4b9b-9505-81203ff5fd10/add_router_interface => generated 309 bytes in 1421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1486] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:29:30 2026] PUT /v2.0/routers/34a46761-be73-4929-b6a4-e38430d76974/remove_router_interface => generated 309 bytes in 1760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1487] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:32 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1488] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:32 2026] GET /v2.0/ports?device_id=34a46761-be73-4929-b6a4-e38430d76974 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1489] 10.0.0.156 () {34 vars in 741 bytes} [Thu Jul 2 11:29:32 2026] PUT /v2.0/subnets/d0dba605-089a-43fa-992d-137798ae58b3 => generated 656 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1490] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:32 2026] GET /v2.0/security-groups?tenant_id=e8543876d5774aa38e626a6881228fa9&name=default => generated 2925 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:29:32.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-54149d33-9ab9-4c0b-b4cc-63fff00e59fb dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: dd2fa658-c07b-456e-9ec9-f53194c300e4 2026-07-02 11:29:32.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54149d33-9ab9-4c0b-b4cc-63fff00e59fb dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: dd2fa658-c07b-456e-9ec9-f53194c300e4 2026-07-02 11:29:32.818 8 INFO neutron.services.segments.plugin [-] Segment a251c4ef-0a66-4401-aa10-07767b336ed8 resource provider aggregate not found 2026-07-02 11:29:32.824 8 INFO neutron.services.segments.plugin [-] Segment a251c4ef-0a66-4401-aa10-07767b336ed8 resource provider aggregate not found 2026-07-02 11:29:32.843 8 INFO neutron.services.segments.plugin [-] Segment a251c4ef-0a66-4401-aa10-07767b336ed8 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 a251c4ef-0a66-4401-aa10-07767b336ed8 found for delete ", "request_id": "req-46dd9ede-a02a-4d92-ad65-f9c1b30fd7eb"}]} 2026-07-02 11:29:32.845 8 INFO neutron.services.segments.plugin [-] Segment a251c4ef-0a66-4401-aa10-07767b336ed8 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 a251c4ef-0a66-4401-aa10-07767b336ed8 found for delete ", "request_id": "req-007818b8-e31f-4ea1-964e-6ce459a2329c"}]} [pid: 8|app: 0|req: 850/1491] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:32 2026] DELETE /v2.0/networks/c970a332-289e-4aa4-8cc0-95fc497580a0 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1492] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:32 2026] DELETE /v2.0/security-groups/04e211db-3e6b-4a75-bc35-47c82cd429cd => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:33.011 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ddd8793-7692-4e88-864c-2bd59216ee59 42af08e54567441f848de82b36381c62 7a64ae740f2e470b84a3ca9deaa8aa69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1493] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:32 2026] DELETE /v2.0/networks/c970a332-289e-4aa4-8cc0-95fc497580a0 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1494] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1495] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/subnets?network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 649 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1496] 10.0.0.156 () {32 vars in 653 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1497] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/networks => generated 1313 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1498] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/security-groups?tenant_id=0c303bf5ac484dde867a188b11c7dac7&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1499] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/subnets => generated 1312 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1500] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:33 2026] DELETE /v2.0/security-groups/aaca4731-cd3e-4fc6-810f-42c4903efa0d => 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: 860/1501] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/networks/baeb8704-b52e-40b3-9a2f-47551f07eebb => generated 673 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1504] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:29:33 2026] GET /v2.0/subnets/decab4eb-6f35-423f-8a47-ceeca4b0b38f => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:33.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1d08d54-16b5-4554-8173-af20c6609e9f 42af08e54567441f848de82b36381c62 7a64ae740f2e470b84a3ca9deaa8aa69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1505] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:33 2026] DELETE /v2.0/subnets/d0dba605-089a-43fa-992d-137798ae58b3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:33.788 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d465503f-1f81-4a19-befd-ca2bc598a981 42af08e54567441f848de82b36381c62 7a64ae740f2e470b84a3ca9deaa8aa69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1506] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:33 2026] DELETE /v2.0/networks/c970a332-289e-4aa4-8cc0-95fc497580a0 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1507] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:33 2026] DELETE /v2.0/subnets/decab4eb-6f35-423f-8a47-ceeca4b0b38f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:33.981 7 INFO neutron.services.segments.plugin [-] Segment 10e16891-cd12-43d6-90a1-fcdb119400b7 resource provider aggregate not found 2026-07-02 11:29:33.991 7 INFO neutron.services.segments.plugin [-] Segment 10e16891-cd12-43d6-90a1-fcdb119400b7 resource provider aggregate not found 2026-07-02 11:29:34.019 7 INFO neutron.services.segments.plugin [-] Segment 10e16891-cd12-43d6-90a1-fcdb119400b7 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 10e16891-cd12-43d6-90a1-fcdb119400b7 found for delete ", "request_id": "req-553ae099-010f-4b0c-87f6-222232a1d4d3"}]} 2026-07-02 11:29:34.029 7 INFO neutron.services.segments.plugin [-] Segment 10e16891-cd12-43d6-90a1-fcdb119400b7 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 10e16891-cd12-43d6-90a1-fcdb119400b7 found for delete ", "request_id": "req-e185883e-8a38-4437-af72-c4b502a0eee6"}]} 2026-07-02 11:29:34.034 7 INFO neutron.db.l3_hamode_db [None req-54149d33-9ab9-4c0b-b4cc-63fff00e59fb dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] HA network e6e6c693-b6cc-43b9-8ed1-e344b93b2d48 was deleted as no HA routers are present in tenant e8e044e17ea34c72a5ca30f3a733611d. [pid: 7|app: 0|req: 642/1508] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:32 2026] DELETE /v2.0/routers/34a46761-be73-4929-b6a4-e38430d76974 => generated 0 bytes in 1500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1509] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:33 2026] DELETE /v2.0/networks/baeb8704-b52e-40b3-9a2f-47551f07eebb => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1510] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:34 2026] DELETE /v2.0/subnets/1c5309a2-1aca-4f8e-bee6-57641e1057dc => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:34.473 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b2a32fb-10ce-4975-97e3-00862f119733 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 8b369316-b7aa-49b3-bd32-c4e1bd9ba9ba 2026-07-02 11:29:34.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b2a32fb-10ce-4975-97e3-00862f119733 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 8b369316-b7aa-49b3-bd32-c4e1bd9ba9ba [pid: 8|app: 0|req: 868/1511] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:29:34 2026] DELETE /v2.0/networks/e8d46660-4fe0-40e7-a3ee-38bc0e6d6326 => generated 0 bytes in 490 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:29:34.817 7 INFO neutron.db.segments_db [None req-7460bbe8-40d7-4c39-b05c-1eda9876ece8 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Added segment 1c509d7f-8c85-4de6-8e4c-4beec4414289 of type vxlan for network 5b5f2326-9b1d-4df8-a1f2-11b39c6a250f 2026-07-02 11:29:34.868 8 INFO neutron.services.segments.plugin [-] Segment 5292bcda-aea9-4d09-a3cc-185fa3a6a389 resource provider aggregate not found 2026-07-02 11:29:34.875 8 INFO neutron.services.segments.plugin [-] Segment 5292bcda-aea9-4d09-a3cc-185fa3a6a389 resource provider aggregate not found 2026-07-02 11:29:34.895 8 INFO neutron.services.segments.plugin [-] Segment 5292bcda-aea9-4d09-a3cc-185fa3a6a389 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 5292bcda-aea9-4d09-a3cc-185fa3a6a389 found for delete ", "request_id": "req-a5926ee2-b70c-4a8f-a118-d1ab09525063"}]} 2026-07-02 11:29:34.901 8 INFO neutron.services.segments.plugin [-] Segment 5292bcda-aea9-4d09-a3cc-185fa3a6a389 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 5292bcda-aea9-4d09-a3cc-185fa3a6a389 found for delete ", "request_id": "req-8bafcab3-c5f7-41e9-ade3-c2caa8289d99"}]} 2026-07-02 11:29:34.919 8 INFO neutron.services.segments.plugin [-] Segment a4de710e-fcf9-4637-bebf-ee2ddd0340cb resource provider aggregate not found 2026-07-02 11:29:34.927 8 INFO neutron.services.segments.plugin [-] Segment a4de710e-fcf9-4637-bebf-ee2ddd0340cb resource provider aggregate not found 2026-07-02 11:29:34.934 8 INFO neutron.services.segments.plugin [-] Segment a4de710e-fcf9-4637-bebf-ee2ddd0340cb 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 a4de710e-fcf9-4637-bebf-ee2ddd0340cb found for delete ", "request_id": "req-90dc6292-dfa4-4fdc-ab93-6f9b07b84c6c"}]} 2026-07-02 11:29:34.945 8 INFO neutron.services.segments.plugin [-] Segment a4de710e-fcf9-4637-bebf-ee2ddd0340cb 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 a4de710e-fcf9-4637-bebf-ee2ddd0340cb found for delete ", "request_id": "req-e97979af-c15a-4ad0-9929-1ab32544f8cb"}]} 2026-07-02 11:29:35.138 7 INFO neutron.db.l3_hamode_db [None req-7460bbe8-40d7-4c39-b05c-1eda9876ece8 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 869/1512] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:34 2026] GET /v2.0/security-groups?tenant_id=7a64ae740f2e470b84a3ca9deaa8aa69&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1513] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:29:35 2026] GET /v2.0/networks?id=d0dc039e-f356-4b3a-bd5f-1ab94759a3ab => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1514] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:35 2026] DELETE /v2.0/security-groups/2c73ed27-1a2e-43fc-a9d2-333e75d63d13 => 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: 872/1515] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:29:35 2026] GET /v2.0/quotas/9f16c1c5d9e844a5a38e3534f8e2575b => 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: 873/1516] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:29:35 2026] GET /v2.0/ports?tenant_id=9f16c1c5d9e844a5a38e3534f8e2575b&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1517] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:29:35 2026] GET /v2.0/networks/d0dc039e-f356-4b3a-bd5f-1ab94759a3ab?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: 875/1518] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:29:35 2026] GET /v2.0/networks/d0dc039e-f356-4b3a-bd5f-1ab94759a3ab?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: 876/1519] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:35 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:36.167 7 INFO neutron.db.l3_hamode_db [None req-7460bbe8-40d7-4c39-b05c-1eda9876ece8 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 877/1520] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:36 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => 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: 644/1521] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:34 2026] POST /v2.0/routers => generated 688 bytes in 2722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1522] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:29:37 2026] GET /v2.0/routers/98487b7a-631d-4509-b4ee-21dacd1a615f => generated 694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1523] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:29:37 2026] GET /v2.0/routers => generated 697 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1524] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:37 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => 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: 879/1525] 10.0.0.156 () {34 vars in 741 bytes} [Thu Jul 2 11:29:37 2026] PUT /v2.0/routers/98487b7a-631d-4509-b4ee-21dacd1a615f => generated 701 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1526] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:29:38 2026] GET /v2.0/routers/98487b7a-631d-4509-b4ee-21dacd1a615f => generated 701 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1527] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:38 2026] GET /v2.0/ports?device_id=98487b7a-631d-4509-b4ee-21dacd1a615f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:38.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7eb8a43-93b9-4d5a-8b7a-3236289ae925 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 24cc547c-61ca-4c06-a3f0-219787de8404 2026-07-02 11:29:38.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7eb8a43-93b9-4d5a-8b7a-3236289ae925 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 24cc547c-61ca-4c06-a3f0-219787de8404 2026-07-02 11:29:39.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7eb8a43-93b9-4d5a-8b7a-3236289ae925 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] TaaS: Handle Delete Port: 5b72d3db-19c4-4d16-983e-36731f1e15e1 2026-07-02 11:29:39.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7eb8a43-93b9-4d5a-8b7a-3236289ae925 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] Tap Mirror: Handle Delete Port: 5b72d3db-19c4-4d16-983e-36731f1e15e1 [pid: 8|app: 0|req: 881/1528] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:39 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:39.533 7 INFO neutron.services.segments.plugin [-] Segment 1c509d7f-8c85-4de6-8e4c-4beec4414289 resource provider aggregate not found 2026-07-02 11:29:39.555 7 INFO neutron.services.segments.plugin [-] Segment 1c509d7f-8c85-4de6-8e4c-4beec4414289 resource provider aggregate not found 2026-07-02 11:29:39.559 7 INFO neutron.services.segments.plugin [-] Segment 1c509d7f-8c85-4de6-8e4c-4beec4414289 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 1c509d7f-8c85-4de6-8e4c-4beec4414289 found for delete ", "request_id": "req-c218f26b-d571-4f8a-92da-a2561f4e5810"}]} 2026-07-02 11:29:39.581 7 INFO neutron.db.l3_hamode_db [None req-f7eb8a43-93b9-4d5a-8b7a-3236289ae925 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] HA network 5b5f2326-9b1d-4df8-a1f2-11b39c6a250f was deleted as no HA routers are present in tenant e8e044e17ea34c72a5ca30f3a733611d. [pid: 7|app: 0|req: 648/1529] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:38 2026] DELETE /v2.0/routers/98487b7a-631d-4509-b4ee-21dacd1a615f => generated 0 bytes in 1195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:29:39.595 7 INFO neutron.services.segments.plugin [-] Segment 1c509d7f-8c85-4de6-8e4c-4beec4414289 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 1c509d7f-8c85-4de6-8e4c-4beec4414289 found for delete ", "request_id": "req-8d0d46f2-eceb-44d7-82e1-f77af8a44728"}]} [pid: 8|app: 0|req: 882/1530] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:39 2026] GET /v2.0/ports?device_id=98487b7a-631d-4509-b4ee-21dacd1a615f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:39.650 7 INFO neutron.api.v2.resource [None req-33416f69-d432-4c7b-a260-8f803176bcda dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1531] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/routers/98487b7a-631d-4509-b4ee-21dacd1a615f => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1532] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:39 2026] GET /v2.0/ports?device_id=34a46761-be73-4929-b6a4-e38430d76974 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:39.717 7 INFO neutron.api.v2.resource [None req-c0de2176-363e-49c0-b4d9-e53cdaffaae2 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1533] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/routers/34a46761-be73-4929-b6a4-e38430d76974 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:39.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-064ceb32-1e3c-43ff-8332-306369aeb5f3 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 884/1534] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/subnets/1c5309a2-1aca-4f8e-bee6-57641e1057dc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1535] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:39 2026] GET /v2.0/ports?device_id=2dd18618-d8d6-4ec8-be4a-ada247ac45c0 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:39.811 8 INFO neutron.api.v2.resource [None req-38276533-47b3-4d82-a6eb-9e713f9f860c dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1536] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/routers/2dd18618-d8d6-4ec8-be4a-ada247ac45c0 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:39.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64d35605-c4da-476d-a781-63c7da665815 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 652/1537] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/subnets/9457a260-3286-479b-a570-949e723a4769 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1538] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:29:39 2026] GET /v2.0/ports?device_id=6d6d5585-22a3-4b66-8296-5c14d4bca04a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:39.900 7 INFO neutron.api.v2.resource [None req-fb8cd3e9-1913-45b9-a5b5-7198b9775e10 dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1539] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/routers/6d6d5585-22a3-4b66-8296-5c14d4bca04a => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:39.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-683403bc-2a84-4651-b3bf-33c1fcede98f dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1540] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/subnets/fe878949-c636-40d3-91f0-38343cd27f2c => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:29:39.957 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1dbdb466-8556-4d10-8b15-500959d41c6b dcf03e4aacf44d20845c94f63e379049 e8e044e17ea34c72a5ca30f3a733611d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1541] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:29:39 2026] DELETE /v2.0/subnets/2fa83b33-b833-4f3c-b5cb-e346547259eb => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1542] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:29:40 2026] GET /v2.0/networks?id=d0dc039e-f356-4b3a-bd5f-1ab94759a3ab => generated 672 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1543] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:40 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => 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: 889/1544] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:29:40 2026] POST /v2.0/ports => generated 954 bytes in 529 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: 890/1545] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:40 2026] GET /v2.0/security-groups?tenant_id=e8e044e17ea34c72a5ca30f3a733611d&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1546] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:29:40 2026] PUT /v2.0/ports/47c21adf-6a2d-405a-a619-ebbd76fe0448 => generated 1235 bytes in 546 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-02 11:29:41.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16d8b3eb-b9ec-4258-8652-567941768d7a'] response: {'name': 'network-changed', 'server_uuid': 'b848822e-2858-4920-96ac-dba1b0762131', 'tag': '47c21adf-6a2d-405a-a619-ebbd76fe0448', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 891/1547] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:41 2026] DELETE /v2.0/security-groups/09bbd9d9-72b5-4782-8729-e76ab47b47a9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1548] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 969 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1549] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1550] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/security-groups?tenant_id=f9a3359ccc8b4f4f884d16573afc2328&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1551] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:41 2026] DELETE /v2.0/security-groups/555e7d10-97f2-42d9-9188-f9ea1db423ef => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1552] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/ports?tenant_id=9f16c1c5d9e844a5a38e3534f8e2575b&device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1553] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/networks?tenant_id=9f16c1c5d9e844a5a38e3534f8e2575b&shared=False => generated 768 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1554] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/security-groups?tenant_id=edfeaf5a8e2840cb855e34d8be50da42&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1555] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:29:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1556] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:42 2026] DELETE /v2.0/security-groups/08e44a1c-bc4a-412d-b969-a32d3579c2be => 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: 662/1557] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:42 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1558] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:42 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&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: 663/1559] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/ports?tenant_id=9f16c1c5d9e844a5a38e3534f8e2575b&device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1560] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=47c21adf-6a2d-405a-a619-ebbd76fe0448 => 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: 664/1561] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/subnets?id=bfad73cb-9503-4d04-a56a-7cf28cf7d925 => generated 690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1562] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/ports?network_id=d0dc039e-f356-4b3a-bd5f-1ab94759a3ab&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1563] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/networks/d0dc039e-f356-4b3a-bd5f-1ab94759a3ab?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1564] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/networks/d0dc039e-f356-4b3a-bd5f-1ab94759a3ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1565] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1566] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1567] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:29:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1568] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:29:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1569] 10.0.0.156 () {34 vars in 758 bytes} [Thu Jul 2 11:29:43 2026] PUT /v2.0/security-groups/bc10011c-4f54-4159-be8f-5152ad4a29b4 => generated 1662 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1570] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/security-groups/bc10011c-4f54-4159-be8f-5152ad4a29b4 => generated 1662 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1571] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:44 2026] DELETE /v2.0/security-groups/bc10011c-4f54-4159-be8f-5152ad4a29b4 => 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: 904/1572] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:29:44.311 7 INFO neutron.api.v2.resource [None req-4b6f15f1-dc75-416a-9c34-08e31ee6fb70 e168c600dc0646178df3066b9f8a19da 60b7c97e856f4c34a017f96f64bc209c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1573] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:44 2026] DELETE /v2.0/security-groups/bc10011c-4f54-4159-be8f-5152ad4a29b4 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1574] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:29:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1575] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:29:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1576] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/security-group-rules/c032d3f3-f051-4d84-b65a-cd0c9397c2a7 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1577] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1578] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:29:44 2026] DELETE /v2.0/security-group-rules/c032d3f3-f051-4d84-b65a-cd0c9397c2a7 => 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: 672/1579] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1580] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&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: 908/1581] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:29:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1582] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:29:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1583] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-group-rules/437bd1f8-3c43-4184-8bb2-a5c26846e13e => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1584] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1585] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:29:45 2026] DELETE /v2.0/security-group-rules/437bd1f8-3c43-4184-8bb2-a5c26846e13e => 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: 676/1586] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1587] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:29:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1588] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-group-rules/43ad5166-aa70-412b-b117-bcaef8099ead => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1589] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1590] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:29:45 2026] DELETE /v2.0/security-group-rules/43ad5166-aa70-412b-b117-bcaef8099ead => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1591] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1592] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:45 2026] DELETE /v2.0/security-groups/bf908a63-ec2c-4412-a279-23afff7d1bad => 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: 914/1593] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:29:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1594] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:29:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1595] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:46 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1596] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:46 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1597] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:46 2026] GET /v2.0/security-groups?tenant_id=60b7c97e856f4c34a017f96f64bc209c&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1598] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:46 2026] DELETE /v2.0/security-groups/2d03c7ad-d993-483c-9f1f-6f480df524ea => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1599] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:46 2026] GET /v2.0/security-groups?tenant_id=babdbd288dc54ea2a74a7d8ef8831eae&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1600] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:47 2026] DELETE /v2.0/security-groups/fbeb2112-0326-4844-9b74-d6ea90c071af => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1601] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:47 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1602] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:47 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1603] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:48 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1606] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:48 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&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: 920/1607] 10.0.0.156 () {32 vars in 623 bytes} [Thu Jul 2 11:29:49 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1608] 10.0.0.156 () {32 vars in 633 bytes} [Thu Jul 2 11:29:49 2026] GET /v2.0/ => generated 632 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1609] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:49 2026] GET /v2.0/security-groups?tenant_id=bb2daf151e474bc1bc1356a9519a3240&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1610] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:49 2026] DELETE /v2.0/security-groups/8cf8e1f9-e88f-473f-8f19-ca4eb81db6f0 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1611] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:50 2026] GET /v2.0/security-groups?tenant_id=769d285ee0314aa7abb7fb5e05d10a4f&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1612] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:50 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1613] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:50 2026] DELETE /v2.0/security-groups/4c16481c-280f-446b-b7d4-1e0100bfa479 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1614] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:50 2026] GET /v2.0/security-groups?tenant_id=9bc81c4859784583a3383da2811e561e&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1615] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:50 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1616] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:29:50 2026] DELETE /v2.0/security-groups/c649681e-875b-4886-9432-3954bc7e2047 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1617] 10.0.0.53 () {30 vars in 649 bytes} [Thu Jul 2 11:29:51 2026] GET /v2.0/extensions => generated 21537 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1618] 10.0.0.53 () {30 vars in 723 bytes} [Thu Jul 2 11:29:51 2026] GET /v2.0/quotas/a0194063606041b7a52c773f731d31a1/details => generated 847 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1619] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:51 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1620] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:29:51 2026] GET /v2.0/security-groups?id=bb22a370-17e8-4e10-b265-8e39b7149228&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: 7|app: 0|req: 694/1621] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:29:52 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:29:52.899 7 INFO neutron_taas.services.taas.taas_plugin [req-0cd76493-c4ae-4dab-a990-ca1959ae0966 req-104a0da0-4d75-424d-b62e-f1153de1f7a9 aead24f136c74561bc38d40670a62faa 9f16c1c5d9e844a5a38e3534f8e2575b - - default default] TaaS: Handle Delete Port: 47c21adf-6a2d-405a-a619-ebbd76fe0448 2026-07-02 11:29:52.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0cd76493-c4ae-4dab-a990-ca1959ae0966 req-104a0da0-4d75-424d-b62e-f1153de1f7a9 aead24f136c74561bc38d40670a62faa 9f16c1c5d9e844a5a38e3534f8e2575b - - default default] Tap Mirror: Handle Delete Port: 47c21adf-6a2d-405a-a619-ebbd76fe0448 2026-07-02 11:29:52.953 8 INFO neutron.db.segments_db [None req-13530c9e-b773-48a1-a0e9-0af4496670da 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Added segment ad42b569-6945-4c6a-8462-274d49068777 of type vxlan for network 4398a26c-ffda-4857-a77c-eea1beb46d57 [pid: 8|app: 0|req: 928/1622] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:29:52 2026] POST /v2.0/networks => generated 649 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1623] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:29:52 2026] DELETE /v2.0/ports/47c21adf-6a2d-405a-a619-ebbd76fe0448 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1624] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:53 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:53.137 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27ba2182-532a-4c39-8118-e2bdfb61ad1f'] response: {'server_uuid': 'b848822e-2858-4920-96ac-dba1b0762131', 'name': 'network-vif-deleted', 'tag': '47c21adf-6a2d-405a-a619-ebbd76fe0448', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 696/1625] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:53 2026] POST /v2.0/subnets => generated 627 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:29:53.517 8 INFO neutron.db.segments_db [None req-24337782-303f-453b-a419-b464e40172ec 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Added segment 44971db0-f8cc-4405-a350-09af1eef1c26 of type vxlan for network 5a7a9639-5039-4ea5-a464-9122958aeceb 2026-07-02 11:29:53.819 8 INFO neutron.db.l3_hamode_db [None req-24337782-303f-453b-a419-b464e40172ec 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 697/1626] 10.0.0.53 () {30 vars in 649 bytes} [Thu Jul 2 11:29:54 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: 698/1627] 10.0.0.53 () {30 vars in 723 bytes} [Thu Jul 2 11:29:54 2026] GET /v2.0/quotas/a0194063606041b7a52c773f731d31a1/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1628] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:54 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:29:54.920 8 INFO neutron.db.l3_hamode_db [None req-24337782-303f-453b-a419-b464e40172ec 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 700/1629] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:29:55 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => 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: 930/1630] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:29:53 2026] POST /v2.0/routers => generated 695 bytes in 2671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1631] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:29:56 2026] GET /v2.0/security-groups?tenant_id=cdfc18e45dd548a7862986374dd95e15&name=default => generated 2925 bytes in 4451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1632] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:00 2026] GET /v2.0/ports?device_id=b848822e-2858-4920-96ac-dba1b0762131 => 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: 703/1633] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:00 2026] DELETE /v2.0/security-groups/8c5dc996-769c-443e-a5f9-7b7df676fcfd => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1634] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:00 2026] GET /v2.0/security-groups?tenant_id=8474dc91fa794670bfcefd935e4675d4&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1635] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:01 2026] GET /v2.0/security-groups?tenant_id=a0194063606041b7a52c773f731d31a1&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1636] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:01 2026] DELETE /v2.0/security-groups/67973c93-e406-4634-8aa6-f22bd12be027 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1637] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:29:56 2026] PUT /v2.0/routers/918b11bc-fcbb-4826-a10d-8d5b87a2c978/add_router_interface => generated 309 bytes in 5524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1638] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:01 2026] DELETE /v2.0/security-groups/d105c411-9234-4d7c-9920-dee63691f9dc => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1639] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:30:01 2026] POST /v2.0/ports => generated 957 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1640] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:30:02 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) /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, ' 2026-07-02 11:30:03.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-98826fea-8200-473f-881d-e5d6643f6865 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:30:03.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98826fea-8200-473f-881d-e5d6643f6865 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:30:03.674 8 INFO neutron.db.l3_db [None req-e523ba64-b891-4648-8a31-06bf43ebfdda 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Floating IP 5d6c4416-4354-48ea-9779-f04b5b251214 associated. External IP: 10.96.250.204, port: b71cafc2-d808-41e6-8d7c-0ab64b50ecde. [pid: 8|app: 0|req: 933/1641] 10.0.0.156 () {34 vars in 677 bytes} [Thu Jul 2 11:30:02 2026] POST /v2.0/floatingips => generated 842 bytes in 1430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1644] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:30:02 2026] PUT /v2.0/routers/0fc10526-bf22-4b9b-9505-81203ff5fd10/remove_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:04.272 8 INFO neutron.db.l3_db [None req-f20cba59-1dd6-4874-ae23-e84b4d3a80fa 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Floating IP 5d6c4416-4354-48ea-9779-f04b5b251214 disassociated. External IP: 10.96.250.204, port: b71cafc2-d808-41e6-8d7c-0ab64b50ecde. 2026-07-02 11:30:04.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2da63d1-9e30-4435-8db2-1e367ba9c85e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 2d8c79e7-719d-45f7-ad07-961d0f9b939f 2026-07-02 11:30:04.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2da63d1-9e30-4435-8db2-1e367ba9c85e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 2d8c79e7-719d-45f7-ad07-961d0f9b939f [pid: 8|app: 0|req: 936/1645] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:30:04 2026] PUT /v2.0/floatingips/5d6c4416-4354-48ea-9779-f04b5b251214 => generated 552 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:04.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-f86d56fa-81c4-4149-ae6d-bcc616fb7565 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: 8c1d7c7f-9f3c-4d92-bd86-94a36c512a07 2026-07-02 11:30:04.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2da63d1-9e30-4435-8db2-1e367ba9c85e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: b479409e-13c4-4f02-8398-0b6410118d97 2026-07-02 11:30:04.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86d56fa-81c4-4149-ae6d-bcc616fb7565 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: 8c1d7c7f-9f3c-4d92-bd86-94a36c512a07 2026-07-02 11:30:04.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2da63d1-9e30-4435-8db2-1e367ba9c85e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: b479409e-13c4-4f02-8398-0b6410118d97 [pid: 8|app: 0|req: 937/1646] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:04 2026] DELETE /v2.0/floatingips/5d6c4416-4354-48ea-9779-f04b5b251214 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:05.463 7 INFO neutron.services.segments.plugin [-] Segment 4a9e5fc5-084a-41c1-90a8-b919b1501c78 resource provider aggregate not found 2026-07-02 11:30:05.485 7 INFO neutron.services.segments.plugin [-] Segment 4a9e5fc5-084a-41c1-90a8-b919b1501c78 resource provider aggregate not found 2026-07-02 11:30:05.498 7 INFO neutron.services.segments.plugin [-] Segment 4a9e5fc5-084a-41c1-90a8-b919b1501c78 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 4a9e5fc5-084a-41c1-90a8-b919b1501c78 found for delete ", "request_id": "req-5b3373b4-346a-4694-a3c9-bec83a569721"}]} 2026-07-02 11:30:05.512 7 INFO neutron.services.segments.plugin [-] Segment 4a9e5fc5-084a-41c1-90a8-b919b1501c78 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 4a9e5fc5-084a-41c1-90a8-b919b1501c78 found for delete ", "request_id": "req-3ce23eaa-8061-4a40-8f5c-1be19fdb5f5d"}]} 2026-07-02 11:30:05.520 7 INFO neutron.db.l3_hamode_db [None req-c2da63d1-9e30-4435-8db2-1e367ba9c85e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network c5ccff93-6168-497c-8325-e84f331598ff was deleted as no HA routers are present in tenant 9f16c1c5d9e844a5a38e3534f8e2575b. [pid: 7|app: 0|req: 710/1647] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:04 2026] DELETE /v2.0/routers/0fc10526-bf22-4b9b-9505-81203ff5fd10 => generated 0 bytes in 1388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1648] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:05 2026] DELETE /v2.0/subnets/bfad73cb-9503-4d04-a56a-7cf28cf7d925 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:05.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-52b707a4-7f77-475a-88b3-2e548882d89d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: ad14b6e9-a215-4b8e-9eab-492f4f8fb74d 2026-07-02 11:30:05.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52b707a4-7f77-475a-88b3-2e548882d89d 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: ad14b6e9-a215-4b8e-9eab-492f4f8fb74d [pid: 7|app: 0|req: 712/1649] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:05 2026] DELETE /v2.0/networks/d0dc039e-f356-4b3a-bd5f-1ab94759a3ab => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:06.259 8 INFO neutron.db.l3_db [None req-aa18a953-c66e-43f6-af45-4318984ea16d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Floating IP d6e8ee86-84a5-406b-befd-0a6d9ff1f281 associated. External IP: 10.96.250.213, port: e2010682-53a8-40c0-879c-56ec316d4819. [pid: 8|app: 0|req: 938/1650] 10.0.0.156 () {34 vars in 677 bytes} [Thu Jul 2 11:30:05 2026] POST /v2.0/floatingips => generated 841 bytes in 1461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1651] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:06 2026] GET /v2.0/security-groups?tenant_id=9f16c1c5d9e844a5a38e3534f8e2575b&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1652] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:06 2026] GET /v2.0/floatingips/d6e8ee86-84a5-406b-befd-0a6d9ff1f281 => generated 841 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1653] 10.0.0.156 () {32 vars in 655 bytes} [Thu Jul 2 11:30:06 2026] GET /v2.0/floatingips => generated 844 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1654] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:06 2026] DELETE /v2.0/security-groups/bb22a370-17e8-4e10-b265-8e39b7149228 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:07.183 8 INFO neutron.db.l3_db [None req-f16bbe6f-8b5f-4c54-9ceb-a2d8c6b1e9dd 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Floating IP d6e8ee86-84a5-406b-befd-0a6d9ff1f281 associated. External IP: 10.96.250.213, port: e2010682-53a8-40c0-879c-56ec316d4819. 2026-07-02 11:30:07.536 7 INFO neutron.services.segments.plugin [-] Segment 17eb7a60-d690-4e88-8e10-1f21b99449e9 resource provider aggregate not found 2026-07-02 11:30:07.547 7 INFO neutron.services.segments.plugin [-] Segment 17eb7a60-d690-4e88-8e10-1f21b99449e9 resource provider aggregate not found 2026-07-02 11:30:07.566 7 INFO neutron.services.segments.plugin [-] Segment 17eb7a60-d690-4e88-8e10-1f21b99449e9 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 17eb7a60-d690-4e88-8e10-1f21b99449e9 found for delete ", "request_id": "req-0d0a8d9e-c6ac-4701-b6c1-d90326a3de3d"}]} 2026-07-02 11:30:07.576 7 INFO neutron.services.segments.plugin [-] Segment 17eb7a60-d690-4e88-8e10-1f21b99449e9 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 17eb7a60-d690-4e88-8e10-1f21b99449e9 found for delete ", "request_id": "req-b00d9d33-77f3-44b6-8b7f-3970216d094f"}]} 2026-07-02 11:30:07.614 7 INFO neutron.db.segments_db [None req-7be4f2c5-dee7-46dc-bd73-7fb912ce669c 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] Added segment 840691d0-44e9-4274-a031-4f73b63ba227 of type vxlan for network abe030b0-cd8d-45fa-8a8a-9d6de0c5396a [pid: 7|app: 0|req: 715/1655] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:06 2026] POST /v2.0/networks => generated 726 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1656] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:30:06 2026] PUT /v2.0/floatingips/d6e8ee86-84a5-406b-befd-0a6d9ff1f281 => generated 842 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1657] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:07 2026] POST /v2.0/subnets => generated 644 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:08.311 8 INFO neutron.db.l3_db [None req-2271589d-4abf-4048-8d8a-190d8d8d3391 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Floating IP d6e8ee86-84a5-406b-befd-0a6d9ff1f281 disassociated. External IP: 10.96.250.213, port: b71cafc2-d808-41e6-8d7c-0ab64b50ecde. [pid: 7|app: 0|req: 716/1658] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:30:07 2026] POST /v2.0/floatingips => generated 552 bytes in 932 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:08.658 7 WARNING neutron.api.v2.base [None req-06611542-bf0d-4692-8ae0-5ccb0d44a1df 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - 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-02 11:30:08.659 7 INFO neutron.api.v2.resource [None req-06611542-bf0d-4692-8ae0-5ccb0d44a1df 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 717/1659] 10.0.0.156 () {34 vars in 681 bytes} [Thu Jul 2 11:30:08 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1660] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:30:08 2026] PUT /v2.0/floatingips/d6e8ee86-84a5-406b-befd-0a6d9ff1f281 => generated 552 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:09.050 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 resource provider aggregate not found 2026-07-02 11:30:09.055 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 resource provider aggregate not found 2026-07-02 11:30:09.076 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 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 840691d0-44e9-4274-a031-4f73b63ba227 found for delete ", "request_id": "req-0be5c690-ba25-45f9-95dc-02dc31542dc7"}]} 2026-07-02 11:30:09.078 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 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 840691d0-44e9-4274-a031-4f73b63ba227 found for delete ", "request_id": "req-a5e35ed5-31da-494c-a9a4-596c0b498b69"}]} [pid: 7|app: 0|req: 718/1661] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:30:08 2026] POST /v2.0/floatingips => generated 552 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:09.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc247ca5-6bbf-4f9f-add5-9a582f92cf1f 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: af42e3b4-386c-4ca1-9cf4-43cf2ebd4cda 2026-07-02 11:30:09.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc247ca5-6bbf-4f9f-add5-9a582f92cf1f 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: af42e3b4-386c-4ca1-9cf4-43cf2ebd4cda 2026-07-02 11:30:09.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-3af8ce78-e0ed-4470-863f-dedca8cc6618 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] TaaS: Handle Delete Port: 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3af8ce78-e0ed-4470-863f-dedca8cc6618 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] Tap Mirror: Handle Delete Port: 6caca9da-695a-4d87-acaa-2042464c6485 [pid: 7|app: 0|req: 719/1662] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:09 2026] DELETE /v2.0/floatingips/d6e8ee86-84a5-406b-befd-0a6d9ff1f281 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1663] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:08 2026] DELETE /v2.0/networks/abe030b0-cd8d-45fa-8a8a-9d6de0c5396a => generated 0 bytes in 1184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:10.248 7 INFO neutron.db.segments_db [None req-13e51df5-7b95-4c16-a6e7-f6091b7cddae 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment e220b88d-cfdf-4cf4-8b66-0f42a2e6490c of type vxlan for network 0d026d0c-8aed-4aef-a13c-4ecff0222baa [pid: 7|app: 0|req: 720/1664] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:30:09 2026] POST /v2.0/networks => generated 739 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:10.410 7 INFO neutron.api.v2.resource [None req-2d0a5168-8f08-4220-8ad2-e93b51e3941f 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1665] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:10 2026] DELETE /v2.0/floatingips/d6e8ee86-84a5-406b-befd-0a6d9ff1f281 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:30:10.490 7 INFO neutron.db.segments_db [None req-7bdde5d0-1343-45f6-b915-9ee54113dd6e 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] Added segment 6e185d39-4820-423e-84c8-67a8eaaeb90e of type vxlan for network 5a72843c-a80c-49b4-bd01-ce44531f471a [pid: 7|app: 0|req: 722/1666] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:10 2026] POST /v2.0/networks => generated 726 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1667] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:30:09 2026] POST /v2.0/floatingips => generated 552 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:10.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-34265658-d74e-4bf2-aabc-f01ea6aec178 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: b71cafc2-d808-41e6-8d7c-0ab64b50ecde 2026-07-02 11:30:10.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34265658-d74e-4bf2-aabc-f01ea6aec178 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: b71cafc2-d808-41e6-8d7c-0ab64b50ecde [pid: 7|app: 0|req: 723/1668] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:10 2026] POST /v2.0/subnets => generated 687 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:11.107 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 resource provider aggregate not found 2026-07-02 11:30:11.114 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 resource provider aggregate not found 2026-07-02 11:30:11.150 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 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 840691d0-44e9-4274-a031-4f73b63ba227 found for delete ", "request_id": "req-fc524b81-22a6-4bf0-9474-2eff03c2ad56"}]} 2026-07-02 11:30:11.161 8 INFO neutron.services.segments.plugin [-] Segment 840691d0-44e9-4274-a031-4f73b63ba227 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 840691d0-44e9-4274-a031-4f73b63ba227 found for delete ", "request_id": "req-3be4d953-c7fe-4200-88a1-40b53ed5e5f2"}]} [pid: 8|app: 0|req: 946/1669] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:30:10 2026] DELETE /v2.0/ports/b71cafc2-d808-41e6-8d7c-0ab64b50ecde => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1670] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:10 2026] POST /v2.0/subnets => generated 647 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:11.278 7 INFO neutron.db.segments_db [None req-f5a24c78-defc-4fb7-989b-a34b6cc380c5 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment 16eb764d-24c6-43fe-9a7f-72b64383d73f of type vxlan for network 111eb832-eca6-4635-9f15-235555dfe6b2 2026-07-02 11:30:11.683 7 INFO neutron.db.l3_hamode_db [None req-f5a24c78-defc-4fb7-989b-a34b6cc380c5 852eae78bfa742deaa46d0fc33151c55 ebf73743071d49c28c97986709558fb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 947/1671] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:30:11 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:11.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-a63132e2-0a55-4ef1-bd1a-4e07d90d668d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: e2010682-53a8-40c0-879c-56ec316d4819 2026-07-02 11:30:11.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a63132e2-0a55-4ef1-bd1a-4e07d90d668d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: e2010682-53a8-40c0-879c-56ec316d4819 [pid: 8|app: 0|req: 948/1672] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:30:11 2026] DELETE /v2.0/ports/e2010682-53a8-40c0-879c-56ec316d4819 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:12.042 8 WARNING neutron.api.v2.base [None req-4593457e-7105-4c82-a10d-93a5a46ebd7b 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - 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-02 11:30:12.043 8 INFO neutron.api.v2.resource [None req-4593457e-7105-4c82-a10d-93a5a46ebd7b 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 949/1673] 10.0.0.156 () {34 vars in 681 bytes} [Thu Jul 2 11:30:12 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1674] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:30:12 2026] POST /v2.0/floatingips => generated 552 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1675] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:12 2026] GET /v2.0/ports?device_id=918b11bc-fcbb-4826-a10d-8d5b87a2c978 => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:12.854 7 INFO neutron.db.l3_hamode_db [None req-f5a24c78-defc-4fb7-989b-a34b6cc380c5 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 952/1676] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:12 2026] DELETE /v2.0/networks/5a72843c-a80c-49b4-bd01-ce44531f471a => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:13.195 8 INFO neutron.services.segments.plugin [-] Segment 6e185d39-4820-423e-84c8-67a8eaaeb90e resource provider aggregate not found 2026-07-02 11:30:13.199 8 INFO neutron.services.segments.plugin [-] Segment 6e185d39-4820-423e-84c8-67a8eaaeb90e resource provider aggregate not found [pid: 8|app: 0|req: 953/1677] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:30:13 2026] PUT /v2.0/floatingips/db36e4d2-ef32-4c95-a507-71841ad82512/tags => generated 17 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:13.218 8 INFO neutron.services.segments.plugin [-] Segment 6e185d39-4820-423e-84c8-67a8eaaeb90e 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 6e185d39-4820-423e-84c8-67a8eaaeb90e found for delete ", "request_id": "req-4a279979-3841-4101-9d6f-4751496e1fb2"}]} 2026-07-02 11:30:13.222 8 INFO neutron.services.segments.plugin [-] Segment 6e185d39-4820-423e-84c8-67a8eaaeb90e 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 6e185d39-4820-423e-84c8-67a8eaaeb90e found for delete ", "request_id": "req-2f6bfe96-bb62-43ec-bd6f-58c2f494ab51"}]} 2026-07-02 11:30:13.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a1ebc26-98c7-4eb1-84b7-124f4d017743 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: 5c6ec438-4958-4875-ae60-6162241f06f9 2026-07-02 11:30:13.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a1ebc26-98c7-4eb1-84b7-124f4d017743 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: 5c6ec438-4958-4875-ae60-6162241f06f9 [pid: 7|app: 0|req: 725/1678] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:11 2026] POST /v2.0/routers => generated 727 bytes in 2898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:14.169 7 INFO neutron.db.segments_db [None req-3260f6e0-c362-49a3-aa3c-4dbda137782c 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] Added segment 59a30115-a618-48e3-84d1-d7837a0b61fc of type vxlan for network f5c3fb30-44df-4605-b725-7fe2c83ed23f [pid: 7|app: 0|req: 726/1679] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:14 2026] POST /v2.0/networks => generated 727 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1680] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:30:14 2026] PUT /v2.0/floatingips/26699836-f13d-4e9e-9013-670ed3428b86/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1681] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:30:13 2026] PUT /v2.0/routers/918b11bc-fcbb-4826-a10d-8d5b87a2c978/remove_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1682] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:14 2026] POST /v2.0/subnets => generated 647 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1683] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:30:14 2026] PUT /v2.0/floatingips/a86f4264-f767-49a7-a8ad-89bab1c32599/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:15.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-6352fb44-016f-4e7b-88da-ee080e6eac0d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: f8dc62ee-a19f-40d8-85c9-fb9728ea8f47 2026-07-02 11:30:15.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6352fb44-016f-4e7b-88da-ee080e6eac0d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: f8dc62ee-a19f-40d8-85c9-fb9728ea8f47 2026-07-02 11:30:15.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-6352fb44-016f-4e7b-88da-ee080e6eac0d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] TaaS: Handle Delete Port: 69f5c462-855e-415c-9dc5-883199177068 2026-07-02 11:30:15.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6352fb44-016f-4e7b-88da-ee080e6eac0d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] Tap Mirror: Handle Delete Port: 69f5c462-855e-415c-9dc5-883199177068 2026-07-02 11:30:15.795 8 INFO neutron.services.segments.plugin [-] Segment 44971db0-f8cc-4405-a350-09af1eef1c26 resource provider aggregate not found 2026-07-02 11:30:15.807 8 INFO neutron.services.segments.plugin [-] Segment 44971db0-f8cc-4405-a350-09af1eef1c26 resource provider aggregate not found 2026-07-02 11:30:15.836 8 INFO neutron.services.segments.plugin [-] Segment 44971db0-f8cc-4405-a350-09af1eef1c26 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 44971db0-f8cc-4405-a350-09af1eef1c26 found for delete ", "request_id": "req-dd33e3ab-4244-4aa3-9fd5-6a17b119a4dd"}]} 2026-07-02 11:30:15.843 8 INFO neutron.db.l3_hamode_db [None req-6352fb44-016f-4e7b-88da-ee080e6eac0d 52e1f70b81a541b6b0818fc04f6eeabf 91f584d6e9b242fa9bd384542dff0c38 - - default default] HA network 5a7a9639-5039-4ea5-a464-9122958aeceb was deleted as no HA routers are present in tenant 91f584d6e9b242fa9bd384542dff0c38. [pid: 8|app: 0|req: 957/1684] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:14 2026] DELETE /v2.0/routers/918b11bc-fcbb-4826-a10d-8d5b87a2c978 => generated 0 bytes in 1095 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:15.858 8 INFO neutron.services.segments.plugin [-] Segment 44971db0-f8cc-4405-a350-09af1eef1c26 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 44971db0-f8cc-4405-a350-09af1eef1c26 found for delete ", "request_id": "req-6b312eae-b881-4b3b-ba32-913478a3b11d"}]} [pid: 7|app: 0|req: 728/1685] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:30:14 2026] PUT /v2.0/routers/d46f37d4-9b5b-43c6-b301-3cbeedc2959e/add_router_interface => generated 309 bytes in 1592 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1686] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:30:16 2026] PUT /v2.0/floatingips/5e3736a1-8dea-42b4-b8ae-486064b65193/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1687] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:16 2026] DELETE /v2.0/subnets/40ea9527-602a-4d32-9b07-9dcf799e8b60 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1688] 10.0.0.156 () {32 vars in 672 bytes} [Thu Jul 2 11:30:16 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:30:16.619 7 INFO neutron.services.segments.plugin [-] Segment ad42b569-6945-4c6a-8462-274d49068777 resource provider aggregate not found 2026-07-02 11:30:16.626 7 INFO neutron.services.segments.plugin [-] Segment ad42b569-6945-4c6a-8462-274d49068777 resource provider aggregate not found 2026-07-02 11:30:16.649 7 INFO neutron.services.segments.plugin [-] Segment ad42b569-6945-4c6a-8462-274d49068777 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 ad42b569-6945-4c6a-8462-274d49068777 found for delete ", "request_id": "req-0cd4af46-87d9-4a77-8e54-e62b18080f5e"}]} 2026-07-02 11:30:16.669 7 INFO neutron.services.segments.plugin [-] Segment ad42b569-6945-4c6a-8462-274d49068777 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 ad42b569-6945-4c6a-8462-274d49068777 found for delete ", "request_id": "req-b7fe2fb4-2ae1-4d97-a0bc-9039d59dad33"}]} [pid: 7|app: 0|req: 732/1689] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:16 2026] DELETE /v2.0/networks/4398a26c-ffda-4857-a77c-eea1beb46d57 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1690] 10.0.0.156 () {32 vars in 686 bytes} [Thu Jul 2 11:30:16 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1691] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:30:16 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1692] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:30:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1693] 10.0.0.156 () {32 vars in 680 bytes} [Thu Jul 2 11:30:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1694] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:30:17 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1695] 10.0.0.156 () {32 vars in 690 bytes} [Thu Jul 2 11:30:17 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: 7|app: 0|req: 739/1696] 10.0.0.156 () {32 vars in 702 bytes} [Thu Jul 2 11:30:17 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1697] 10.0.0.156 () {34 vars in 681 bytes} [Thu Jul 2 11:30:15 2026] POST /v2.0/rbac-policies => generated 324 bytes in 1395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:17.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9806cf4-9f55-4b8d-84e8-93f278d65ad8 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] TaaS: Handle Delete Port: c4885158-20e1-4400-8070-20d5eb2da574 2026-07-02 11:30:17.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9806cf4-9f55-4b8d-84e8-93f278d65ad8 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] Tap Mirror: Handle Delete Port: c4885158-20e1-4400-8070-20d5eb2da574 [pid: 7|app: 0|req: 740/1698] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:17 2026] DELETE /v2.0/floatingips/db36e4d2-ef32-4c95-a507-71841ad82512 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1699] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:17 2026] GET /v2.0/security-groups?tenant_id=91f584d6e9b242fa9bd384542dff0c38&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1700] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:30:17 2026] GET /v2.0/networks/f5c3fb30-44df-4605-b725-7fe2c83ed23f => generated 655 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:18.322 8 INFO neutron.db.segments_db [None req-fd875296-a68b-4b79-8c27-4c5093455e75 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment c78c7e1e-0fea-403f-bedf-3424fa2940f7 of type vxlan for network 5bd36fb9-1e97-434f-ae3b-79502883d424 [pid: 8|app: 0|req: 961/1701] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:30:18 2026] POST /v2.0/networks => generated 740 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:18.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d46e300-56a5-4789-a9a6-9fdeed1836ef 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] TaaS: Handle Delete Port: 340b7de4-0cc9-4bb6-8c87-8bb492a42740 2026-07-02 11:30:18.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d46e300-56a5-4789-a9a6-9fdeed1836ef 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] Tap Mirror: Handle Delete Port: 340b7de4-0cc9-4bb6-8c87-8bb492a42740 [pid: 8|app: 0|req: 962/1702] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:18 2026] DELETE /v2.0/security-groups/807884e9-9f95-40ea-9237-ed56e3ac05b6 => 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: 741/1703] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:17 2026] DELETE /v2.0/floatingips/26699836-f13d-4e9e-9013-670ed3428b86 => generated 0 bytes in 1198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1704] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:18 2026] POST /v2.0/subnets => generated 687 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:18.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b0da586-f3c0-41bc-b683-8d95a0cf8a73 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] TaaS: Handle Delete Port: 6cc001d1-8ee4-4b0f-9639-3d640488853d 2026-07-02 11:30:18.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0da586-f3c0-41bc-b683-8d95a0cf8a73 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] Tap Mirror: Handle Delete Port: 6cc001d1-8ee4-4b0f-9639-3d640488853d 2026-07-02 11:30:18.947 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38ab0bb5-a4fa-4836-8fc5-bd20a25725cb 4809585a98674f609451fd5e5c740979 374ed157e52743b1950a6e907279d360 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1707] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:30:18 2026] GET /v2.0/networks/f5c3fb30-44df-4605-b725-7fe2c83ed23f => generated 138 bytes in 228 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:30:19.016 7 INFO neutron.db.segments_db [None req-5df84f87-988c-4487-a772-0397d68c8555 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Added segment e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 of type vxlan for network a5ff2578-4923-4c95-95fc-412750f16295 [pid: 8|app: 0|req: 966/1708] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:18 2026] DELETE /v2.0/floatingips/a86f4264-f767-49a7-a8ad-89bab1c32599 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:19.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-3439d80b-041f-413b-acd9-338a2bace394 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] TaaS: Handle Delete Port: 26ce137e-e5b5-463e-8f43-c4ff84cb9745 2026-07-02 11:30:19.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3439d80b-041f-413b-acd9-338a2bace394 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] Tap Mirror: Handle Delete Port: 26ce137e-e5b5-463e-8f43-c4ff84cb9745 2026-07-02 11:30:19.356 7 INFO neutron.db.l3_hamode_db [None req-5df84f87-988c-4487-a772-0397d68c8555 852eae78bfa742deaa46d0fc33151c55 0a9533bcb4174dd1ac3a7fc37363cc22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:30:19.811 8 INFO neutron.services.segments.plugin [-] Segment 59a30115-a618-48e3-84d1-d7837a0b61fc resource provider aggregate not found 2026-07-02 11:30:19.836 8 INFO neutron.services.segments.plugin [-] Segment 59a30115-a618-48e3-84d1-d7837a0b61fc resource provider aggregate not found 2026-07-02 11:30:19.847 8 INFO neutron.services.segments.plugin [-] Segment 59a30115-a618-48e3-84d1-d7837a0b61fc 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 59a30115-a618-48e3-84d1-d7837a0b61fc found for delete ", "request_id": "req-e05cf588-acf9-4ab0-914b-b73d94f0a243"}]} 2026-07-02 11:30:19.861 8 INFO neutron.services.segments.plugin [-] Segment 59a30115-a618-48e3-84d1-d7837a0b61fc 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 59a30115-a618-48e3-84d1-d7837a0b61fc found for delete ", "request_id": "req-447e48b3-6893-4026-9904-3e75e09e88d2"}]} [pid: 8|app: 0|req: 967/1709] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:19 2026] DELETE /v2.0/networks/f5c3fb30-44df-4605-b725-7fe2c83ed23f => generated 0 bytes in 719 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:20.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c1f6ed2-750b-474f-a918-961e51417774 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] TaaS: Handle Delete Port: 6dce2ac3-7480-4e71-a2cb-ad4d5790532c 2026-07-02 11:30:20.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c1f6ed2-750b-474f-a918-961e51417774 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] Tap Mirror: Handle Delete Port: 6dce2ac3-7480-4e71-a2cb-ad4d5790532c [pid: 8|app: 0|req: 968/1710] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:19 2026] DELETE /v2.0/floatingips/5e3736a1-8dea-42b4-b8ae-486064b65193 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:20.321 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b4413fc-f8ef-47d2-9221-efa8cb484ecd 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 969/1711] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:20 2026] DELETE /v2.0/subnets/1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:30:20.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-72767d67-38e1-4bf3-b06d-a38ba5a0d085 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] TaaS: Handle Delete Port: c6619947-8463-447d-8c13-c04aa46d8d01 2026-07-02 11:30:20.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72767d67-38e1-4bf3-b06d-a38ba5a0d085 810281472e87464caac6116159afbf01 553a03a12c574e59982e7eebdc5728d8 - - default default] Tap Mirror: Handle Delete Port: c6619947-8463-447d-8c13-c04aa46d8d01 2026-07-02 11:30:20.577 7 INFO neutron.db.l3_hamode_db [None req-5df84f87-988c-4487-a772-0397d68c8555 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 970/1712] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:20 2026] DELETE /v2.0/floatingips/b2869d76-58a5-4257-a419-5d9149f45a2f => generated 0 bytes in 429 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:20.781 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15389601-1c5e-4d54-b752-265e7a3666a3 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 971/1713] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:20 2026] DELETE /v2.0/subnets/9bf7cb09-4a06-4642-8115-63c183d07040 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:30:21.351 8 INFO neutron.db.segments_db [None req-2c0979b9-182b-439f-bdde-59c3bc53ebba 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Added segment f0cdd354-e70c-4b9f-a49d-363cf1384909 of type vxlan for network 10df5deb-1e80-483f-9a6a-cfb1ade857b9 2026-07-02 11:30:21.459 8 INFO neutron.db.segments_db [None req-2c0979b9-182b-439f-bdde-59c3bc53ebba 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Added segment 0f2ff636-9878-4fba-8fbe-e0308dc87247 of type vxlan for network 675e131a-5e1e-4fa3-96dd-672c1e3a28c6 [pid: 8|app: 0|req: 972/1714] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:20 2026] POST /v2.0/networks => generated 1244 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:30:21.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c43d6f6-88cb-4e67-a5a1-19877023c009 3726dd9a4c7840199460800749f1375b f982a7a4d8c34a2ca128cb9c00efb2ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 973/1715] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:21 2026] DELETE /v2.0/subnets/5b7fb54e-cf94-436c-85b1-43848161fc95 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1716] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:30:21 2026] GET /v2.0/networks => generated 1843 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1717] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:21 2026] DELETE /v2.0/networks/10df5deb-1e80-483f-9a6a-cfb1ade857b9 => 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: 743/1718] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:18 2026] POST /v2.0/routers => generated 727 bytes in 2922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:21.887 8 INFO neutron.services.segments.plugin [-] Segment f0cdd354-e70c-4b9f-a49d-363cf1384909 resource provider aggregate not found 2026-07-02 11:30:21.887 8 INFO neutron.services.segments.plugin [-] Segment f0cdd354-e70c-4b9f-a49d-363cf1384909 resource provider aggregate not found 2026-07-02 11:30:21.909 8 INFO neutron.services.segments.plugin [-] Segment f0cdd354-e70c-4b9f-a49d-363cf1384909 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 f0cdd354-e70c-4b9f-a49d-363cf1384909 found for delete ", "request_id": "req-b4cadfd3-63e1-4330-a22f-5fc075a2ab7b"}]} 2026-07-02 11:30:21.915 8 INFO neutron.services.segments.plugin [-] Segment f0cdd354-e70c-4b9f-a49d-363cf1384909 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 f0cdd354-e70c-4b9f-a49d-363cf1384909 found for delete ", "request_id": "req-6c2fcc24-9613-4882-86e7-a1e3e79b2be5"}]} 2026-07-02 11:30:22.043 7 INFO neutron.services.segments.plugin [-] Segment 0f2ff636-9878-4fba-8fbe-e0308dc87247 resource provider aggregate not found 2026-07-02 11:30:22.051 7 INFO neutron.services.segments.plugin [-] Segment 0f2ff636-9878-4fba-8fbe-e0308dc87247 resource provider aggregate not found 2026-07-02 11:30:22.069 7 INFO neutron.services.segments.plugin [-] Segment 0f2ff636-9878-4fba-8fbe-e0308dc87247 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 0f2ff636-9878-4fba-8fbe-e0308dc87247 found for delete ", "request_id": "req-7617921b-f3f7-4246-809d-603dec6e7cd5"}]} 2026-07-02 11:30:22.074 7 INFO neutron.services.segments.plugin [-] Segment 0f2ff636-9878-4fba-8fbe-e0308dc87247 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 0f2ff636-9878-4fba-8fbe-e0308dc87247 found for delete ", "request_id": "req-5ab3e0fd-30aa-43e9-8d3d-fe9dc3513ba8"}]} [pid: 7|app: 0|req: 744/1719] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:21 2026] DELETE /v2.0/networks/675e131a-5e1e-4fa3-96dd-672c1e3a28c6 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1720] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:21 2026] GET /v2.0/security-groups?tenant_id=13f63b893e8b4783a79b3bccb672a02b&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1721] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:30:22 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1722] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:22 2026] DELETE /v2.0/security-groups/59648017-2439-4bc4-959d-ba699dad563c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:22.527 8 INFO neutron.db.segments_db [None req-b9ef2e1f-e4ad-42fc-9a65-0113edbd2ed0 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Added segment d9b010e9-f593-42c9-983e-72580ea1f014 of type vxlan for network 38717b7d-cad2-486e-b7c1-6c2f71db4709 [pid: 8|app: 0|req: 979/1723] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:22 2026] POST /v2.0/networks => generated 650 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:22.730 8 INFO neutron.db.segments_db [None req-7897665d-2a89-4fdc-8d08-bfaabf6f3c71 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Added segment 98a08352-5bba-410e-aef8-02622b179e03 of type vxlan for network 72e26c18-c0b3-43d5-a7a4-132c09ec8843 [pid: 8|app: 0|req: 980/1724] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:22 2026] POST /v2.0/networks => generated 650 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1725] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:22 2026] GET /v2.0/security-groups?tenant_id=553a03a12c574e59982e7eebdc5728d8&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1726] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:23 2026] GET /v2.0/security-groups?tenant_id=374ed157e52743b1950a6e907279d360&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1727] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:30:22 2026] PUT /v2.0/routers/da9ea984-b9fd-46db-b975-eb3f4c698ba5/add_router_interface => generated 309 bytes in 1640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1728] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:23 2026] DELETE /v2.0/security-groups/413f0d01-01ab-4305-b2a5-2594a71a3ffe => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1729] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:23 2026] DELETE /v2.0/security-groups/c292dbc1-95f2-4fb9-8eb5-69eae8a96acf => 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: 983/1730] 10.0.0.156 () {34 vars in 665 bytes} [Thu Jul 2 11:30:23 2026] POST /v2.0/ports => generated 1506 bytes in 679 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: 748/1731] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:23 2026] GET /v2.0/security-groups?tenant_id=c7688d1bfb8142a2952a520319f28f2e&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1732] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:30:24 2026] GET /v2.0/ports => generated 1506 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1733] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:24 2026] DELETE /v2.0/security-groups/ab0b4a12-b33f-4aa5-927a-32342a868639 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1734] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:24 2026] GET /v2.0/security-groups?tenant_id=4b8437e96def48d1ae1c35d562c67d23&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1735] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:24 2026] DELETE /v2.0/security-groups/a49a440d-5be4-4aee-bf4e-244c487d3654 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:24.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbdb7888-291c-484b-805c-cba85985f179 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] TaaS: Handle Delete Port: ede0c8b2-0513-4677-b45e-e1849310a090 2026-07-02 11:30:24.578 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbdb7888-291c-484b-805c-cba85985f179 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Tap Mirror: Handle Delete Port: ede0c8b2-0513-4677-b45e-e1849310a090 [pid: 7|app: 0|req: 750/1736] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:30:24 2026] DELETE /v2.0/ports/ede0c8b2-0513-4677-b45e-e1849310a090 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1737] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:24 2026] GET /v2.0/security-groups?tenant_id=f982a7a4d8c34a2ca128cb9c00efb2ac&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1738] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:30:24 2026] POST /v2.0/security-groups => generated 1675 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1739] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:24 2026] DELETE /v2.0/security-groups/99d65c9a-7bcb-427c-82fe-22700b26705f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:24.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-97263464-9ac6-49e0-854f-7175fcc2f209 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] TaaS: Handle Delete Port: 60b30b94-923c-40a3-af14-fe8d7cec48ce 2026-07-02 11:30:24.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97263464-9ac6-49e0-854f-7175fcc2f209 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Tap Mirror: Handle Delete Port: 60b30b94-923c-40a3-af14-fe8d7cec48ce [pid: 7|app: 0|req: 752/1740] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:30:24 2026] DELETE /v2.0/ports/60b30b94-923c-40a3-af14-fe8d7cec48ce => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1741] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1742] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:30:25 2026] GET /v2.0/ports => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:25.206 7 INFO neutron.db.segments_db [None req-c718f5ed-eae6-48ca-a1a2-f6d669061a64 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Added segment ef6e6a28-3321-4635-b9b4-0307d3ea52f4 of type vxlan for network 3159fa99-27b4-4c24-a208-642c49416c1d [pid: 8|app: 0|req: 990/1743] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1744] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/networks => generated 649 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1745] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:25.429 7 INFO neutron.db.segments_db [None req-e507e38a-d529-4f1b-9219-529996093c2e 23daaa6d703c4abaa2ffb3b5409dab70 517d69b2dbb34d61a36ed8ccb78399c7 - - default default] Added segment 27d06efc-e3bb-42c2-89ce-9dde1d95411d of type vxlan for network a88f5744-e01a-4686-8b62-1237d979f3c9 [pid: 7|app: 0|req: 755/1746] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/networks => generated 650 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1747] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:25.649 8 INFO neutron.db.securitygroups_db [None req-168b2499-a7ee-4fa0-8b37-d9cb9262c9b7 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] Project ebf73743071d49c28c97986709558fb5 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: 993/1748] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:25.810 8 INFO neutron.db.securitygroups_db [None req-53ab49e7-c4f1-49a2-8e9e-dd881e9e1bad fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] Project ebf73743071d49c28c97986709558fb5 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: 994/1749] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/security-group-rules => generated 606 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1750] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:25 2026] POST /v2.0/subnets => generated 1274 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1751] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:30:26 2026] GET /v2.0/subnets => generated 1910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1752] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:26 2026] DELETE /v2.0/subnets/2e04ac81-ceba-4f9e-b10a-3cb7d36e18a4 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1753] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:26 2026] DELETE /v2.0/subnets/370758ca-774b-45f9-824c-39969563984c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1754] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:30:26 2026] POST /v2.0/security-groups => generated 1661 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1755] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:30:26 2026] GET /v2.0/subnets => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1756] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:26.997 7 INFO neutron.services.segments.plugin [-] Segment 27d06efc-e3bb-42c2-89ce-9dde1d95411d resource provider aggregate not found 2026-07-02 11:30:27.021 7 INFO neutron.services.segments.plugin [-] Segment 27d06efc-e3bb-42c2-89ce-9dde1d95411d resource provider aggregate not found 2026-07-02 11:30:27.029 7 INFO neutron.services.segments.plugin [-] Segment 27d06efc-e3bb-42c2-89ce-9dde1d95411d 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 27d06efc-e3bb-42c2-89ce-9dde1d95411d found for delete ", "request_id": "req-d73d5f61-43ab-41d2-a883-1044a60a833f"}]} [pid: 7|app: 0|req: 760/1757] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:26 2026] DELETE /v2.0/networks/a88f5744-e01a-4686-8b62-1237d979f3c9 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:27.060 7 INFO neutron.services.segments.plugin [-] Segment 27d06efc-e3bb-42c2-89ce-9dde1d95411d 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 27d06efc-e3bb-42c2-89ce-9dde1d95411d found for delete ", "request_id": "req-67e8fbf6-afcf-4074-8319-708349dd098a"}]} [pid: 8|app: 0|req: 998/1758] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1759] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:27 2026] DELETE /v2.0/networks/3159fa99-27b4-4c24-a208-642c49416c1d => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1760] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:27 2026] DELETE /v2.0/networks/72e26c18-c0b3-43d5-a7a4-132c09ec8843 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1761] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:27 2026] DELETE /v2.0/networks/38717b7d-cad2-486e-b7c1-6c2f71db4709 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1762] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:30:27 2026] POST /v2.0/floatingips => generated 552 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1763] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1665305733&fields=id&tenant_id=ebf73743071d49c28c97986709558fb5 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1764] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1206901084&fields=id&tenant_id=ebf73743071d49c28c97986709558fb5 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1765] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/networks?id=0d026d0c-8aed-4aef-a13c-4ecff0222baa => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1766] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/quotas/ebf73743071d49c28c97986709558fb5 => 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: 767/1767] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/ports?tenant_id=ebf73743071d49c28c97986709558fb5&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1768] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1769] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1770] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/security-groups?tenant_id=517d69b2dbb34d61a36ed8ccb78399c7&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1771] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:28 2026] DELETE /v2.0/security-groups/cde3b5d2-1ad8-46a2-ae01-2f084ead8795 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1772] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:28 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:29.053 7 INFO neutron.services.segments.plugin [-] Segment ef6e6a28-3321-4635-b9b4-0307d3ea52f4 resource provider aggregate not found 2026-07-02 11:30:29.078 7 INFO neutron.services.segments.plugin [-] Segment ef6e6a28-3321-4635-b9b4-0307d3ea52f4 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 ef6e6a28-3321-4635-b9b4-0307d3ea52f4 found for delete ", "request_id": "req-cb4a93ca-5135-4775-9b3d-a15e37651703"}]} 2026-07-02 11:30:29.088 7 INFO neutron.services.segments.plugin [-] Segment ef6e6a28-3321-4635-b9b4-0307d3ea52f4 resource provider aggregate not found 2026-07-02 11:30:29.104 7 INFO neutron.services.segments.plugin [-] Segment 98a08352-5bba-410e-aef8-02622b179e03 resource provider aggregate not found 2026-07-02 11:30:29.116 7 INFO neutron.services.segments.plugin [-] Segment ef6e6a28-3321-4635-b9b4-0307d3ea52f4 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 ef6e6a28-3321-4635-b9b4-0307d3ea52f4 found for delete ", "request_id": "req-3f09734a-eee1-409c-a712-27401fc496df"}]} 2026-07-02 11:30:29.132 7 INFO neutron.services.segments.plugin [-] Segment 98a08352-5bba-410e-aef8-02622b179e03 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 98a08352-5bba-410e-aef8-02622b179e03 found for delete ", "request_id": "req-4d2a86af-ec10-4afa-91a1-fc5bb13b294b"}]} 2026-07-02 11:30:29.138 7 INFO neutron.services.segments.plugin [-] Segment 98a08352-5bba-410e-aef8-02622b179e03 resource provider aggregate not found 2026-07-02 11:30:29.154 7 INFO neutron.services.segments.plugin [-] Segment d9b010e9-f593-42c9-983e-72580ea1f014 resource provider aggregate not found 2026-07-02 11:30:29.160 7 INFO neutron.services.segments.plugin [-] Segment 98a08352-5bba-410e-aef8-02622b179e03 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 98a08352-5bba-410e-aef8-02622b179e03 found for delete ", "request_id": "req-97ddcb03-0833-4a2e-b737-4a1bf8da7dae"}]} 2026-07-02 11:30:29.179 7 INFO neutron.services.segments.plugin [-] Segment d9b010e9-f593-42c9-983e-72580ea1f014 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 d9b010e9-f593-42c9-983e-72580ea1f014 found for delete ", "request_id": "req-fba838af-d9a3-45fc-b81c-059e3c90db31"}]} 2026-07-02 11:30:29.183 7 INFO neutron.services.segments.plugin [-] Segment d9b010e9-f593-42c9-983e-72580ea1f014 resource provider aggregate not found 2026-07-02 11:30:29.202 7 INFO neutron.services.segments.plugin [-] Segment d9b010e9-f593-42c9-983e-72580ea1f014 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 d9b010e9-f593-42c9-983e-72580ea1f014 found for delete ", "request_id": "req-487e8ed0-70d0-4e61-8f7f-29e03f23ced4"}]} [pid: 7|app: 0|req: 771/1773] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:29 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => 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: 1003/1774] 10.0.0.156 () {34 vars in 678 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1775] 10.0.0.156 () {34 vars in 678 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1776] 10.0.0.156 () {34 vars in 678 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1777] 10.0.0.156 () {34 vars in 678 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1778] 10.0.0.156 () {34 vars in 678 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1779] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:30:30 2026] PUT /v2.0/policies/0cbd2ad3-b6bd-467a-bfab-b230dd62eb20/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1780] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:30:30 2026] PUT /v2.0/policies/847caebd-f30d-4918-961a-e52b4ed2acfe/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:30.851 7 INFO neutron.db.segments_db [None req-a205865f-fcad-4ca3-91f9-e5450d8251fb 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] Added segment 22eb7610-d859-430d-a0fb-6f664fca640e of type vxlan for network 02d6eda1-f51b-4f15-b7f2-ab44e3a32be0 [pid: 7|app: 0|req: 772/1781] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/networks => generated 630 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1782] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:30:30 2026] PUT /v2.0/policies/e2b07502-f4f6-4b3f-9618-33f069e16fea/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1783] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:31 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => 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: 1010/1784] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:30:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1785] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:30:31 2026] PUT /v2.0/policies/95bc1b19-f9f1-4aad-b47c-390be9e5593d/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1786] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:30:31 2026] GET /v2.0/security-groups => generated 4530 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1787] 10.0.0.156 () {34 vars in 758 bytes} [Thu Jul 2 11:30:31 2026] PUT /v2.0/security-groups/684c1e5f-91ce-47cb-b499-d37ecc8dc1d1 => generated 1664 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1788] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:31 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1789] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:30:31 2026] GET /v2.0/security-groups/684c1e5f-91ce-47cb-b499-d37ecc8dc1d1 => generated 1664 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:30:31.455 7 INFO neutron.db.segments_db [None req-eb7aad64-657d-4a6a-a449-70ebf9694513 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] Added segment 832526da-0036-4603-b3a2-977c2c42261c of type vxlan for network 6b745adc-c20c-4a06-bee4-4ba220aa26d0 [pid: 8|app: 0|req: 1015/1790] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:31 2026] DELETE /v2.0/security-groups/684c1e5f-91ce-47cb-b499-d37ecc8dc1d1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1791] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:31 2026] POST /v2.0/networks => generated 631 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1792] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:30:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:30:31.642 8 INFO neutron.api.v2.resource [None req-1f147163-9434-403a-af80-650a6e3d45ec b05051c0d57a4311a49e77f8e3cb345f 0985bc3ddddb4a3d81ac4353ea054aeb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/1793] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:31 2026] DELETE /v2.0/security-groups/684c1e5f-91ce-47cb-b499-d37ecc8dc1d1 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1794] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:30:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1795] 10.0.0.156 () {32 vars in 674 bytes} [Thu Jul 2 11:30:31 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1796] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:31 2026] POST /v2.0/subnets => generated 629 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1797] 10.0.0.156 () {32 vars in 688 bytes} [Thu Jul 2 11:30:31 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1798] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:32.062 7 INFO neutron.db.segments_db [None req-8c8846f3-f9c1-490c-80b5-bf3400bc215a 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] Added segment 9d2f3a09-a6a2-44bf-8d32-549574d254f8 of type vxlan for network 8ec071dd-98c4-40e8-b8dd-cce7167f412c [pid: 8|app: 0|req: 1021/1799] 10.0.0.156 () {32 vars in 684 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1800] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/security-group-rules/5bdd70d2-cdbd-4de3-a9fb-dc9753a13a85 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1801] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:31 2026] POST /v2.0/networks => generated 632 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1802] 10.0.0.156 () {32 vars in 696 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1803] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => 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: 1024/1804] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1805] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1806] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:30:32 2026] DELETE /v2.0/security-group-rules/5bdd70d2-cdbd-4de3-a9fb-dc9753a13a85 => 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: 1027/1807] 10.0.0.156 () {32 vars in 696 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1808] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1809] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:32 2026] POST /v2.0/subnets => generated 629 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1810] 10.0.0.156 () {32 vars in 692 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:30:32.750 8 INFO neutron.db.segments_db [None req-5231a7dc-d92b-4258-9cc0-23018993b8d9 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] Added segment 42ebd20a-77e8-4471-b57f-e69e29be4501 of type vxlan for network 65eb7e95-eea6-4c6b-b87d-21e393475005 [pid: 7|app: 0|req: 782/1811] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1812] 10.0.0.156 () {32 vars in 704 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1813] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/security-group-rules/d3f5a36b-c87f-4200-a9c1-b86f3b479f64 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1814] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:32 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1815] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:30:32 2026] DELETE /v2.0/qos/policies/0cbd2ad3-b6bd-467a-bfab-b230dd62eb20 => 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: 1031/1816] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:30:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1817] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:30:32 2026] DELETE /v2.0/qos/policies/847caebd-f30d-4918-961a-e52b4ed2acfe => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1818] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:30:33 2026] DELETE /v2.0/security-group-rules/d3f5a36b-c87f-4200-a9c1-b86f3b479f64 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1819] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:30:33 2026] DELETE /v2.0/qos/policies/e2b07502-f4f6-4b3f-9618-33f069e16fea => 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: 1035/1820] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:30:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1821] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:32 2026] POST /v2.0/subnets => generated 629 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1822] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:30:33 2026] GET /v2.0/networks?id=0d026d0c-8aed-4aef-a13c-4ecff0222baa => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1823] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:30:33 2026] DELETE /v2.0/qos/policies/95bc1b19-f9f1-4aad-b47c-390be9e5593d => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:33.316 8 INFO neutron.db.securitygroups_db [None req-acaefeca-01f0-4b8f-ac01-9f4b5d2c5f05 b05051c0d57a4311a49e77f8e3cb345f 0985bc3ddddb4a3d81ac4353ea054aeb - - default default] Project 0985bc3ddddb4a3d81ac4353ea054aeb added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-02 11:30:33.374 7 INFO neutron.db.segments_db [None req-65e3e541-8f51-458b-a1c9-cdaea614d771 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] Added segment 7b958244-f741-4186-99d3-21cb38ee415e of type vxlan for network 5c848327-222c-4cc3-b5db-a41017304ce6 [pid: 8|app: 0|req: 1037/1824] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:30:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1825] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:30:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ebf73743071d49c28c97986709558fb5 => generated 274 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1826] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:33 2026] POST /v2.0/networks => generated 632 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1827] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:30:33 2026] DELETE /v2.0/qos/policies/674a3f60-8166-4fd7-b1cc-006292339909 => 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: 789/1828] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:33 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => 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: 1040/1829] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:30:33 2026] GET /v2.0/security-group-rules/5355e67c-4fcd-4ca1-bef3-4dda5e40c46d => generated 607 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1830] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:30:33 2026] POST /v2.0/subnets => generated 629 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1831] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:30:33 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1834] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:33 2026] PUT /v2.0/subnets/78b6ce0b-0004-421e-b85d-8b90f5eb8869/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1835] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:30:33 2026] POST /v2.0/ports => generated 997 bytes in 506 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: 791/1836] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:34 2026] PUT /v2.0/subnets/9f2f3ccc-fd48-4af3-8c2d-8af96b983254/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: 1046/1837] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:30:34 2026] DELETE /v2.0/security-group-rules/5355e67c-4fcd-4ca1-bef3-4dda5e40c46d => 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: 1047/1838] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:34 2026] PUT /v2.0/subnets/15af8a35-6e2f-4a64-ba36-dd0ee29c3045/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1839] 10.0.0.156 () {32 vars in 673 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1840] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:34 2026] PUT /v2.0/subnets/97ea8cae-777c-4f3e-84b8-ce6cf2249066/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1841] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:34 2026] DELETE /v2.0/security-groups/1f64c0b5-45c6-41df-adc3-b48318e7bbac => 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: 1051/1842] 10.0.0.156 () {32 vars in 664 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1843] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:30:34 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: 1053/1844] 10.0.0.156 () {32 vars in 678 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1845] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:30:34 2026] PUT /v2.0/ports/48f0ae91-9a76-4eb9-9f56-1ccb295175b3 => generated 1278 bytes in 541 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-02 11:30:34.713 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f044597a-a377-44db-815f-e3f546d799e4'] response: {'name': 'network-changed', 'server_uuid': 'f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e', 'tag': '48f0ae91-9a76-4eb9-9f56-1ccb295175b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 793/1846] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1847] 10.0.0.156 () {32 vars in 674 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1848] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1849] 10.0.0.156 () {32 vars in 686 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1850] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1851] 10.0.0.156 () {32 vars in 672 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1852] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/security-groups?tenant_id=25181f94da5f4c71b5a2a4ef59278002&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1853] 10.0.0.156 () {32 vars in 686 bytes} [Thu Jul 2 11:30:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1854] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1855] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1856] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/security-groups/715ace27-85d7-4932-83d4-52f87a66ff47 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1857] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/ports?tenant_id=ebf73743071d49c28c97986709558fb5&device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1281 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1858] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/subnets/78b6ce0b-0004-421e-b85d-8b90f5eb8869 => 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: 803/1859] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/networks?tenant_id=ebf73743071d49c28c97986709558fb5&shared=False => generated 767 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1860] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/subnets/9f2f3ccc-fd48-4af3-8c2d-8af96b983254 => 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: 1057/1861] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/security-groups?tenant_id=0985bc3ddddb4a3d81ac4353ea054aeb&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1862] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1863] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:35 2026] GET /v2.0/security-groups?tenant_id=b3a309a80ab042c3a03d1733342579ed&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1864] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/subnets/15af8a35-6e2f-4a64-ba36-dd0ee29c3045 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1865] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/security-groups/0e2ef2fb-9f9a-4546-989a-fd053023af49 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1866] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/security-groups/898084b7-820a-4b81-a576-33940caa836e => 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: 807/1867] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:35 2026] DELETE /v2.0/subnets/97ea8cae-777c-4f3e-84b8-ce6cf2249066 => 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: 1061/1868] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1012 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1869] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:36 2026] DELETE /v2.0/subnets/36427d95-0430-45df-9796-2a9cb310ad43 => 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: 1062/1870] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/security-groups?tenant_id=37e951668ddc41a4b7293598f1d4e25e&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: 809/1871] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:36.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f02f9ec-c6b9-4098-92fe-4248ef73f98b 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] TaaS: Handle Delete Port: c23f2b6e-1506-4baf-9bb9-7ee79c59c83a 2026-07-02 11:30:36.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f02f9ec-c6b9-4098-92fe-4248ef73f98b 10dc583c2f26428a98b36644cd753c86 47d8e22db3834479b229f76db662fc1e - - default default] Tap Mirror: Handle Delete Port: c23f2b6e-1506-4baf-9bb9-7ee79c59c83a [pid: 7|app: 0|req: 810/1872] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:36 2026] DELETE /v2.0/security-groups/c8d9f243-e059-4b1b-a76d-a9699629a073 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1873] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/ports?tenant_id=ebf73743071d49c28c97986709558fb5&device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1281 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:30:36.729 8 INFO neutron.services.segments.plugin [-] Segment 22eb7610-d859-430d-a0fb-6f664fca640e resource provider aggregate not found 2026-07-02 11:30:36.736 8 INFO neutron.services.segments.plugin [-] Segment 22eb7610-d859-430d-a0fb-6f664fca640e resource provider aggregate not found [pid: 7|app: 0|req: 812/1874] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=48f0ae91-9a76-4eb9-9f56-1ccb295175b3 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:36.761 8 INFO neutron.services.segments.plugin [-] Segment 22eb7610-d859-430d-a0fb-6f664fca640e 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 22eb7610-d859-430d-a0fb-6f664fca640e found for delete ", "request_id": "req-4326dc79-1551-4b5e-8cfb-413b0b1c220b"}]} 2026-07-02 11:30:36.767 8 INFO neutron.services.segments.plugin [-] Segment 22eb7610-d859-430d-a0fb-6f664fca640e 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 22eb7610-d859-430d-a0fb-6f664fca640e found for delete ", "request_id": "req-f113ef4d-b225-46e1-a068-bfd21cdead3e"}]} [pid: 8|app: 0|req: 1063/1875] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:36 2026] DELETE /v2.0/networks/02d6eda1-f51b-4f15-b7f2-ab44e3a32be0 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1876] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/subnets?id=aaedfa2c-2f53-43ba-b272-ea877067abbf => generated 690 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1877] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/ports?network_id=0d026d0c-8aed-4aef-a13c-4ecff0222baa&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1878] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa?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: 1064/1879] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:36 2026] DELETE /v2.0/networks/6b745adc-c20c-4a06-bee4-4ba220aa26d0 => 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: 816/1880] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:30:36 2026] GET /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1881] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:36 2026] DELETE /v2.0/networks/8ec071dd-98c4-40e8-b8dd-cce7167f412c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:37.282 7 INFO neutron.services.segments.plugin [-] Segment 42ebd20a-77e8-4471-b57f-e69e29be4501 resource provider aggregate not found 2026-07-02 11:30:37.286 7 INFO neutron.services.segments.plugin [-] Segment 42ebd20a-77e8-4471-b57f-e69e29be4501 resource provider aggregate not found 2026-07-02 11:30:37.302 7 INFO neutron.services.segments.plugin [-] Segment 42ebd20a-77e8-4471-b57f-e69e29be4501 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 42ebd20a-77e8-4471-b57f-e69e29be4501 found for delete ", "request_id": "req-867a997b-0066-416f-9451-629c6ab0322e"}]} 2026-07-02 11:30:37.304 7 INFO neutron.services.segments.plugin [-] Segment 42ebd20a-77e8-4471-b57f-e69e29be4501 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 42ebd20a-77e8-4471-b57f-e69e29be4501 found for delete ", "request_id": "req-89291239-80ff-45b6-a69f-2dcc8c306924"}]} [pid: 7|app: 0|req: 817/1882] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:37 2026] DELETE /v2.0/networks/65eb7e95-eea6-4c6b-b87d-21e393475005 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1883] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:37 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1012 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1884] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:37 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1885] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:37 2026] DELETE /v2.0/networks/5c848327-222c-4cc3-b5db-a41017304ce6 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1886] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:38 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1887] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:38 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:38.795 8 INFO neutron.services.segments.plugin [-] Segment 832526da-0036-4603-b3a2-977c2c42261c resource provider aggregate not found 2026-07-02 11:30:38.799 8 INFO neutron.services.segments.plugin [-] Segment 832526da-0036-4603-b3a2-977c2c42261c resource provider aggregate not found 2026-07-02 11:30:38.817 8 INFO neutron.services.segments.plugin [-] Segment 832526da-0036-4603-b3a2-977c2c42261c 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 832526da-0036-4603-b3a2-977c2c42261c found for delete ", "request_id": "req-05ffb002-036f-437a-b434-2b7cc3c5651b"}]} 2026-07-02 11:30:38.822 8 INFO neutron.services.segments.plugin [-] Segment 832526da-0036-4603-b3a2-977c2c42261c 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 832526da-0036-4603-b3a2-977c2c42261c found for delete ", "request_id": "req-c171528a-99a9-45d0-9cb6-1ac63e63dd34"}]} 2026-07-02 11:30:38.845 8 INFO neutron.services.segments.plugin [-] Segment 9d2f3a09-a6a2-44bf-8d32-549574d254f8 resource provider aggregate not found 2026-07-02 11:30:38.852 8 INFO neutron.services.segments.plugin [-] Segment 9d2f3a09-a6a2-44bf-8d32-549574d254f8 resource provider aggregate not found 2026-07-02 11:30:38.871 8 INFO neutron.services.segments.plugin [-] Segment 9d2f3a09-a6a2-44bf-8d32-549574d254f8 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 9d2f3a09-a6a2-44bf-8d32-549574d254f8 found for delete ", "request_id": "req-619539df-723f-4ec0-a102-01af03954c2a"}]} 2026-07-02 11:30:38.891 8 INFO neutron.services.segments.plugin [-] Segment 9d2f3a09-a6a2-44bf-8d32-549574d254f8 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 9d2f3a09-a6a2-44bf-8d32-549574d254f8 found for delete ", "request_id": "req-0710124a-84e7-46f9-a6fc-03cc61dcf778"}]} 2026-07-02 11:30:38.900 8 INFO neutron.services.segments.plugin [-] Segment 7b958244-f741-4186-99d3-21cb38ee415e resource provider aggregate not found 2026-07-02 11:30:38.909 8 INFO neutron.services.segments.plugin [-] Segment 7b958244-f741-4186-99d3-21cb38ee415e resource provider aggregate not found 2026-07-02 11:30:38.922 8 INFO neutron.services.segments.plugin [-] Segment 7b958244-f741-4186-99d3-21cb38ee415e 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 7b958244-f741-4186-99d3-21cb38ee415e found for delete ", "request_id": "req-2d6b3d6a-96e5-47b5-8421-82d82d01b699"}]} 2026-07-02 11:30:38.929 8 INFO neutron.services.segments.plugin [-] Segment 7b958244-f741-4186-99d3-21cb38ee415e 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 7b958244-f741-4186-99d3-21cb38ee415e found for delete ", "request_id": "req-be272b99-780a-4c8a-abb3-85d8a9c6b7ad"}]} [pid: 7|app: 0|req: 821/1888] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:38 2026] GET /v2.0/security-groups?tenant_id=c97eb58edacb4644a984801b51f9a2aa&name=default => generated 2925 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1889] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:39 2026] DELETE /v2.0/security-groups/56df31bc-0b54-439b-b2af-80096da1d3ae => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1890] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:39 2026] GET /v2.0/security-groups?tenant_id=47d8e22db3834479b229f76db662fc1e&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1891] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:39 2026] DELETE /v2.0/security-groups/93f78575-474d-4bc6-a54f-c7f7424ce250 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1892] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:39 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1012 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1893] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:39 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&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: 824/1894] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:39 2026] GET /v2.0/security-groups?tenant_id=19d03ccd60764c64af9886e4c23495e9&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/1895] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:40 2026] DELETE /v2.0/security-groups/99900beb-1fb5-4726-80f6-368f85cdc6a1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1896] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:30:40 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1281 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1897] 199.19.213.226 () {34 vars in 1124 bytes} [Thu Jul 2 11:30:40 2026] GET /v2.0/security-groups?id=66308773-5d86-4222-a452-1fdf20ee6c43&id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&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: 826/1898] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:41 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1012 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1899] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:41 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:42.028 7 INFO neutron.db.segments_db [None req-7fd87ead-1525-432e-8301-8c81083ca4bd f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Added segment 1ae90d52-2802-41c7-b149-ffd66163b83c of type vxlan for network 157c7579-d42d-494e-8646-a3d2668fdec2 2026-07-02 11:30:42.324 7 INFO neutron.db.l3_hamode_db [None req-7fd87ead-1525-432e-8301-8c81083ca4bd f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1074/1900] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:42 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1901] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:42 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:42.508 7 INFO neutron.db.l3_hamode_db [None req-7fd87ead-1525-432e-8301-8c81083ca4bd f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1076/1902] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:42 2026] GET /v2.0/security-groups?tenant_id=0bc2eb187e064b1498b41f96def3675f&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1903] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:43 2026] DELETE /v2.0/security-groups/56616d98-71d7-476e-b546-fe9036996806 => 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: 827/1904] 10.0.0.156 () {34 vars in 668 bytes} [Thu Jul 2 11:30:41 2026] POST /v2.0/routers => generated 474 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:43.503 8 INFO neutron.db.l3_hamode_db [None req-0f18c59b-ed1c-4fb5-ae44-d79a29360102 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:30:43.681 8 INFO neutron.db.l3_hamode_db [None req-0f18c59b-ed1c-4fb5-ae44-d79a29360102 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1905] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:43 2026] GET /v2.0/security-groups?tenant_id=552ba37254de4b639b7fda98e4fe5b60&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: 829/1906] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:43 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1907] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:43 2026] DELETE /v2.0/security-groups/56609fd5-bce8-41c3-881e-50d41564bcce => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1908] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:43 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&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: 832/1909] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:44 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1910] 10.0.0.156 () {34 vars in 668 bytes} [Thu Jul 2 11:30:43 2026] POST /v2.0/routers => generated 474 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:44.617 7 INFO neutron.db.l3_db [None req-ac520a27-b724-4904-9864-effdc50b3046 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] Floating IP a01290a0-4ae8-48c1-becd-30772ec4afc4 associated. External IP: 10.96.250.218, port: 48f0ae91-9a76-4eb9-9f56-1ccb295175b3. 2026-07-02 11:30:44.957 8 INFO neutron.db.segments_db [None req-cc4db546-72fc-4dbb-a47c-98d948279129 5b99fd6106044f9b993992caf842237c bdac9e98017a43b7a5500b9faea8ce17 - - default default] Added segment 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e of type vxlan for network bf689731-17aa-47d0-aebe-07a8361c7a7f [pid: 8|app: 0|req: 1079/1911] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:30:44 2026] POST /v2.0/networks => generated 632 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1912] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:30:44 2026] PUT /v2.0/floatingips/a01290a0-4ae8-48c1-becd-30772ec4afc4 => generated 856 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:30:45.141 8 INFO neutron.db.l3_hamode_db [None req-b12c89d4-2d95-4b4c-86a5-e283eafb9d58 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:30:45.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51fff70f-62ca-4164-87b6-e08fccc0a6c4'] response: {'name': 'network-changed', 'server_uuid': 'f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e', 'tag': '48f0ae91-9a76-4eb9-9f56-1ccb295175b3', 'status': 'completed', 'code': 200} 2026-07-02 11:30:45.304 8 INFO neutron.db.l3_hamode_db [None req-b12c89d4-2d95-4b4c-86a5-e283eafb9d58 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 834/1913] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:30:45 2026] POST /v2.0/ports => generated 743 bytes in 369 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: 835/1914] 10.0.0.156 () {34 vars in 666 bytes} [Thu Jul 2 11:30:45 2026] POST /v2.0/trunks => generated 407 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1915] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:30:45 2026] GET /v2.0/ports?tenant_id=ebf73743071d49c28c97986709558fb5&device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1283 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1916] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:30:45 2026] PUT /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1917] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:30:45 2026] GET /v2.0/networks?id=0d026d0c-8aed-4aef-a13c-4ecff0222baa => generated 767 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1918] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:45 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1919] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=48f0ae91-9a76-4eb9-9f56-1ccb295175b3 => generated 859 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1920] 10.0.0.156 () {34 vars in 760 bytes} [Thu Jul 2 11:30:46 2026] PUT /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1921] 10.0.0.156 () {34 vars in 668 bytes} [Thu Jul 2 11:30:45 2026] POST /v2.0/routers => generated 474 bytes in 1102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1922] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/subnets?id=aaedfa2c-2f53-43ba-b272-ea877067abbf => generated 690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1923] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:46.258 7 INFO neutron.db.l3_hamode_db [None req-fdeee5ce-9a3a-43fc-8cf2-cbda334eac53 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1082/1924] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/ports?network_id=0d026d0c-8aed-4aef-a13c-4ecff0222baa&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: 8|app: 0|req: 1083/1925] 10.0.0.156 () {34 vars in 756 bytes} [Thu Jul 2 11:30:46 2026] PUT /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/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: 1084/1926] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1927] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1928] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:46.492 7 INFO neutron.db.l3_hamode_db [None req-fdeee5ce-9a3a-43fc-8cf2-cbda334eac53 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1087/1929] 10.0.0.156 () {34 vars in 778 bytes} [Thu Jul 2 11:30:46 2026] PUT /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/1930] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/1931] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:30:46 2026] PUT /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/1932] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/1933] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:30:46.814 8 INFO neutron.api.v2.resource [None req-ce0ada15-a12e-42ec-a477-9404b5060828 5b99fd6106044f9b993992caf842237c bdac9e98017a43b7a5500b9faea8ce17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/1934] 10.0.0.156 () {32 vars in 741 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/1935] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:46 2026] DELETE /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags/red => 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: 1094/1936] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:46 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:46.962 8 INFO neutron.api.v2.resource [None req-aadc045c-e25e-4270-968d-e04020aeaa77 5b99fd6106044f9b993992caf842237c bdac9e98017a43b7a5500b9faea8ce17 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1095/1937] 10.0.0.156 () {32 vars in 744 bytes} [Thu Jul 2 11:30:46 2026] DELETE /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1938] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:30:46 2026] DELETE /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => 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: 1097/1939] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:30:47 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751/tags => 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: 1098/1940] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:30:47 2026] GET /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751 => generated 407 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/1941] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:30:47 2026] GET /v2.0/ports/b747f5bb-9db8-4b44-bd70-196b3a2a0b10 => generated 826 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/1942] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:30:47 2026] DELETE /v2.0/trunks/5d40410d-9850-4feb-86ea-74fd74cd2751 => 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: 843/1943] 10.0.0.156 () {34 vars in 668 bytes} [Thu Jul 2 11:30:46 2026] POST /v2.0/routers => generated 474 bytes in 1292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:30:47.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-10474570-ccf1-4c1e-aa0f-8ff670f208ac 5b99fd6106044f9b993992caf842237c bdac9e98017a43b7a5500b9faea8ce17 - - default default] TaaS: Handle Delete Port: b747f5bb-9db8-4b44-bd70-196b3a2a0b10 2026-07-02 11:30:47.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10474570-ccf1-4c1e-aa0f-8ff670f208ac 5b99fd6106044f9b993992caf842237c bdac9e98017a43b7a5500b9faea8ce17 - - default default] Tap Mirror: Handle Delete Port: b747f5bb-9db8-4b44-bd70-196b3a2a0b10 2026-07-02 11:30:47.559 7 INFO neutron.db.l3_hamode_db [None req-8d350bcf-243f-4a90-be0e-751c51cf1ff4 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1101/1944] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:30:47 2026] DELETE /v2.0/ports/b747f5bb-9db8-4b44-bd70-196b3a2a0b10 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:30:47.720 7 INFO neutron.db.l3_hamode_db [None req-8d350bcf-243f-4a90-be0e-751c51cf1ff4 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:30:47.764 8 INFO neutron.services.segments.plugin [-] Segment 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e resource provider aggregate not found 2026-07-02 11:30:47.770 8 INFO neutron.services.segments.plugin [-] Segment 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e resource provider aggregate not found 2026-07-02 11:30:47.789 8 INFO neutron.services.segments.plugin [-] Segment 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e 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 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e found for delete ", "request_id": "req-c7d3a101-abbc-434a-a947-39b89bbedbd6"}]} 2026-07-02 11:30:47.793 8 INFO neutron.services.segments.plugin [-] Segment 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e 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 8b5e6cc4-61e4-442d-a810-cb8ab2601d1e found for delete ", "request_id": "req-e3e6ae00-a20b-4d52-a051-1a45d045fea3"}]} [pid: 8|app: 0|req: 1102/1945] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:30:47 2026] DELETE /v2.0/networks/bf689731-17aa-47d0-aebe-07a8361c7a7f => 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: 844/1946] 10.0.0.156 () {34 vars in 668 bytes} [Thu Jul 2 11:30:47 2026] POST /v2.0/routers => generated 474 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/1947] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:48 2026] GET /v2.0/security-groups?tenant_id=03a43e4b3bcc4eb28fb967f7e22f387b&name=default => generated 2925 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/1948] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:48 2026] PUT /v2.0/routers/79ab86bd-08bd-46a9-b62d-b407691dff58/tags => generated 17 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1951] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:48 2026] GET /v2.0/security-groups?tenant_id=9b41803b7097442bbef50529adf769c2&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/1952] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:48 2026] DELETE /v2.0/security-groups/4ce9298d-0870-47fb-93f0-ca64b7bb7809 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1953] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:48 2026] PUT /v2.0/routers/fb71f07b-d6b0-43e6-82fb-a67d1c3192ca/tags => generated 25 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/1954] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:49 2026] DELETE /v2.0/security-groups/44bc4b79-aa16-486b-8e2a-21d715342ee4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1955] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:49 2026] PUT /v2.0/routers/5f580c37-3f37-432d-b46e-8e56a36afd9e/tags => generated 34 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/1956] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:30:49 2026] PUT /v2.0/routers/0715501c-c8d6-491f-8d53-36796cecf9b0/tags => generated 19 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1957] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/security-groups?tenant_id=bdac9e98017a43b7a5500b9faea8ce17&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/1958] 10.0.0.156 () {32 vars in 664 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1959] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:49 2026] DELETE /v2.0/security-groups/9ba4132d-b041-4cf7-9e87-377f1818cb19 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/1960] 10.0.0.156 () {32 vars in 678 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1961] 10.0.0.156 () {32 vars in 674 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/1962] 10.0.0.156 () {32 vars in 686 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1963] 10.0.0.156 () {32 vars in 672 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/1964] 10.0.0.156 () {32 vars in 686 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1965] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:30:49 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/1966] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:30:50 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1967] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:30:50 2026] GET /v2.0/routers/79ab86bd-08bd-46a9-b62d-b407691dff58 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/1968] 10.0.0.156 () {34 vars in 742 bytes} [Thu Jul 2 11:30:50 2026] PUT /v2.0/routers/79ab86bd-08bd-46a9-b62d-b407691dff58 => generated 485 bytes in 751 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1969] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:51 2026] GET /v2.0/ports?device_id=79ab86bd-08bd-46a9-b62d-b407691dff58 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:51.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c1c5d3c-1048-432a-8c1d-ebcafb9fe8e1 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] TaaS: Handle Delete Port: d5c73100-3490-4bb8-95dd-3fa25c056c98 2026-07-02 11:30:51.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c1c5d3c-1048-432a-8c1d-ebcafb9fe8e1 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Tap Mirror: Handle Delete Port: d5c73100-3490-4bb8-95dd-3fa25c056c98 [pid: 8|app: 0|req: 1116/1970] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:51 2026] DELETE /v2.0/routers/79ab86bd-08bd-46a9-b62d-b407691dff58 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1971] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:30:51 2026] GET /v2.0/routers/fb71f07b-d6b0-43e6-82fb-a67d1c3192ca => generated 493 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/1972] 10.0.0.156 () {34 vars in 742 bytes} [Thu Jul 2 11:30:51 2026] PUT /v2.0/routers/fb71f07b-d6b0-43e6-82fb-a67d1c3192ca => generated 493 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1973] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:52 2026] GET /v2.0/ports?device_id=fb71f07b-d6b0-43e6-82fb-a67d1c3192ca => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:52.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-d642809d-f3a6-43ed-8736-912250d30d57 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] TaaS: Handle Delete Port: 11e45d76-6310-4347-8d4b-cca66e876199 2026-07-02 11:30:52.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d642809d-f3a6-43ed-8736-912250d30d57 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Tap Mirror: Handle Delete Port: 11e45d76-6310-4347-8d4b-cca66e876199 [pid: 8|app: 0|req: 1118/1974] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:52 2026] DELETE /v2.0/routers/fb71f07b-d6b0-43e6-82fb-a67d1c3192ca => generated 0 bytes in 514 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/1975] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:30:52 2026] GET /v2.0/routers/5f580c37-3f37-432d-b46e-8e56a36afd9e => generated 502 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1976] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:52 2026] GET /v2.0/security-groups?tenant_id=e6f1d11dd306459cb544831e3f9fd4d1&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1977] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:53 2026] DELETE /v2.0/security-groups/d8d8215a-29c8-4435-b986-a0f57ccca63e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/1978] 10.0.0.156 () {34 vars in 742 bytes} [Thu Jul 2 11:30:53 2026] PUT /v2.0/routers/5f580c37-3f37-432d-b46e-8e56a36afd9e => generated 502 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1979] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:53 2026] GET /v2.0/ports?device_id=5f580c37-3f37-432d-b46e-8e56a36afd9e => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:54.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-224f0358-dadd-48a3-9eaf-889a37db8167 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] TaaS: Handle Delete Port: 77cfcaad-59ad-4a0a-a14c-4a60ceb50302 2026-07-02 11:30:54.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224f0358-dadd-48a3-9eaf-889a37db8167 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Tap Mirror: Handle Delete Port: 77cfcaad-59ad-4a0a-a14c-4a60ceb50302 [pid: 8|app: 0|req: 1121/1980] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:53 2026] DELETE /v2.0/routers/5f580c37-3f37-432d-b46e-8e56a36afd9e => generated 0 bytes in 437 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1981] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:30:54 2026] GET /v2.0/routers/0715501c-c8d6-491f-8d53-36796cecf9b0 => generated 487 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/1982] 10.0.0.156 () {34 vars in 742 bytes} [Thu Jul 2 11:30:54 2026] PUT /v2.0/routers/0715501c-c8d6-491f-8d53-36796cecf9b0 => generated 487 bytes in 1473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1983] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:55 2026] GET /v2.0/ports?device_id=0715501c-c8d6-491f-8d53-36796cecf9b0 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:56.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-580cfedd-1591-437f-be0a-9c30e1e6d540 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] TaaS: Handle Delete Port: d3e117f8-7c23-4e4b-a023-3e0d47d7e874 2026-07-02 11:30:56.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580cfedd-1591-437f-be0a-9c30e1e6d540 f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Tap Mirror: Handle Delete Port: d3e117f8-7c23-4e4b-a023-3e0d47d7e874 [pid: 8|app: 0|req: 1123/1984] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:55 2026] DELETE /v2.0/routers/0715501c-c8d6-491f-8d53-36796cecf9b0 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1985] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:30:56 2026] GET /v2.0/routers/e677a26f-fcdd-4195-b7e7-886d188d3db2 => generated 480 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/1986] 10.0.0.156 () {34 vars in 742 bytes} [Thu Jul 2 11:30:56 2026] PUT /v2.0/routers/e677a26f-fcdd-4195-b7e7-886d188d3db2 => generated 480 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1987] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:57 2026] GET /v2.0/ports?device_id=e677a26f-fcdd-4195-b7e7-886d188d3db2 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:30:57.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-9064cc5e-ac32-4168-9ab7-af729a747c1a f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] TaaS: Handle Delete Port: 29ffce66-c903-4b03-b119-0352b582c92e 2026-07-02 11:30:57.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9064cc5e-ac32-4168-9ab7-af729a747c1a f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] Tap Mirror: Handle Delete Port: 29ffce66-c903-4b03-b119-0352b582c92e 2026-07-02 11:30:57.976 8 INFO neutron.services.segments.plugin [-] Segment 1ae90d52-2802-41c7-b149-ffd66163b83c resource provider aggregate not found 2026-07-02 11:30:57.994 8 INFO neutron.services.segments.plugin [-] Segment 1ae90d52-2802-41c7-b149-ffd66163b83c resource provider aggregate not found 2026-07-02 11:30:58.017 8 INFO neutron.services.segments.plugin [-] Segment 1ae90d52-2802-41c7-b149-ffd66163b83c 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 1ae90d52-2802-41c7-b149-ffd66163b83c found for delete ", "request_id": "req-536d7c0c-5bb6-4fe1-987c-c31aaadc9783"}]} 2026-07-02 11:30:58.018 8 INFO neutron.services.segments.plugin [-] Segment 1ae90d52-2802-41c7-b149-ffd66163b83c 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 1ae90d52-2802-41c7-b149-ffd66163b83c found for delete ", "request_id": "req-8e92d47c-e021-4244-afce-439bec14daaf"}]} 2026-07-02 11:30:58.026 8 INFO neutron.db.l3_hamode_db [None req-9064cc5e-ac32-4168-9ab7-af729a747c1a f480032d27bd4b6b8489f833e3dc9a64 1458c9831a79409e80151d910530393a - - default default] HA network 157c7579-d42d-494e-8646-a3d2668fdec2 was deleted as no HA routers are present in tenant 1458c9831a79409e80151d910530393a. [pid: 8|app: 0|req: 1125/1988] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:30:57 2026] DELETE /v2.0/routers/e677a26f-fcdd-4195-b7e7-886d188d3db2 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1989] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:30:59 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1990] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:30:59 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/1991] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:30:59 2026] GET /v2.0/security-groups?tenant_id=b66abd6b5d0b41b3b872395a1db86831&name=default => generated 2925 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1992] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:30:59 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1283 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/1993] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:30:59 2026] DELETE /v2.0/security-groups/09db5477-1660-4fc6-b661-3cfa86bd9205 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/1994] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:00 2026] GET /v2.0/security-groups?tenant_id=1458c9831a79409e80151d910530393a&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/1995] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:00 2026] DELETE /v2.0/security-groups/d8933f2b-fcba-40b7-b21b-ea2ac6a77d69 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1996] 10.0.0.156 () {32 vars in 858 bytes} [Thu Jul 2 11:30:59 2026] GET /v2.0/floatingips?floating_network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880&port_id=48f0ae91-9a76-4eb9-9f56-1ccb295175b3 => generated 861 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/1997] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:00 2026] GET /v2.0/security-groups?tenant_id=3a88fda575e148fdbe8c704e27ff390c&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/1998] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:00 2026] DELETE /v2.0/security-groups/66e3e6f7-1bb9-4d3b-b4d3-94f4bed3a2ae => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:01.284 7 INFO neutron.db.segments_db [None req-0fbed3dd-612e-4880-b7e2-97f25e9a54fb 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Added segment 64f0d3c9-1026-4c85-9cf2-047febd79e2a of type vxlan for network c532c59a-5b7f-4d82-8866-f43c68a39eb9 [pid: 7|app: 0|req: 868/1999] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:00 2026] POST /v2.0/networks => generated 640 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2000] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:01 2026] POST /v2.0/subnets => generated 658 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/2001] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:31:01 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2002] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:02 2026] POST /v2.0/subnets => generated 732 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:02.513 8 INFO neutron.db.segments_db [None req-7fda305a-bbd0-432e-9f93-103ebdae8a5a 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Added segment 21aa439d-f001-44fd-8b5f-e8de5d5711fe of type vxlan for network 1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a [pid: 7|app: 0|req: 870/2003] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:31:02 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1283 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2004] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:02 2026] POST /v2.0/networks => generated 638 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2005] 10.0.0.200 () {34 vars in 1120 bytes} [Thu Jul 2 11:31:02 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/2006] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:02 2026] POST /v2.0/subnets => generated 655 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2007] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:02 2026] POST /v2.0/subnets => generated 725 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:03.480 7 INFO neutron.db.segments_db [None req-928ab83a-78a8-43b4-9480-c3bee673593a 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Added segment 6f6ad2bf-8281-4584-99c0-d35e55117fd0 of type vxlan for network e6db7ed3-b99c-4fee-b3b1-1c92802455ac [pid: 7|app: 0|req: 872/2008] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:03 2026] POST /v2.0/networks => generated 638 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2011] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:03 2026] POST /v2.0/subnets => generated 656 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/2012] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:04 2026] POST /v2.0/subnets => generated 730 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:04.517 8 INFO neutron.db.segments_db [None req-bdcf1626-60f8-4d8d-ac61-7316dc05284d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Added segment bd5e38e0-1d69-4808-af98-b61662f4140e of type vxlan for network 17dc9508-0826-4152-bb82-d9eeb54eeaed 2026-07-02 11:31:04.993 8 INFO neutron.db.l3_hamode_db [None req-bdcf1626-60f8-4d8d-ac61-7316dc05284d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 875/2013] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:05 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/2014] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:31:05 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:06.083 8 INFO neutron.db.l3_hamode_db [None req-bdcf1626-60f8-4d8d-ac61-7316dc05284d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:31:06.427 7 INFO neutron.db.segments_db [None req-cab4caef-e723-453b-992c-5fef6e5d063e 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Added segment f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 of type vxlan for network c32f6089-6693-490e-9709-30a9c785bfcc [pid: 7|app: 0|req: 877/2015] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:06 2026] POST /v2.0/networks => generated 631 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/2016] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:31:06 2026] POST /v2.0/ports => generated 743 bytes in 462 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: 879/2017] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:07 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2018] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:04 2026] POST /v2.0/routers => generated 685 bytes in 2871 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/2019] 10.0.0.156 () {34 vars in 666 bytes} [Thu Jul 2 11:31:07 2026] POST /v2.0/trunks => generated 407 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2020] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:31:07 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:07.428 8 INFO neutron.db.segments_db [None req-14b858d1-b4c5-48c8-9551-6a06d75bdb2f 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Added segment eb3119ee-1d47-4218-824b-23521b09ba35 of type vxlan for network d6231a42-a6b9-4e55-a0c9-eda2d169b50c [pid: 8|app: 0|req: 1141/2021] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:07 2026] POST /v2.0/networks => generated 632 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2022] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:31:07 2026] POST /v2.0/ports => generated 743 bytes in 431 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: 1143/2023] 10.0.0.156 () {34 vars in 666 bytes} [Thu Jul 2 11:31:08 2026] POST /v2.0/trunks => generated 407 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2024] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:31:08 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:08.544 8 INFO neutron.db.segments_db [None req-0102d2a9-c46b-45b8-be51-c8710b069c68 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Added segment 17735060-72db-499d-b9c4-7b7235e5231b of type vxlan for network 38cca17d-6812-40a7-bcd5-9781cfd0ca6e [pid: 8|app: 0|req: 1145/2025] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:08 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: 8|app: 0|req: 1146/2026] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:08 2026] GET /v2.0/security-groups?tenant_id=027d133e395c48f5ad48b7c7a71467a3&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2027] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:09 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 1014 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/2028] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:31:07 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/add_router_interface => generated 309 bytes in 1958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:09.317 8 INFO neutron_taas.services.taas.taas_plugin [req-40e3f5f4-f544-4535-a0b5-8965b7c4697b req-a5579bb1-8e14-4e22-8be6-cbd58f3c9764 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] TaaS: Handle Delete Port: 48f0ae91-9a76-4eb9-9f56-1ccb295175b3 2026-07-02 11:31:09.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40e3f5f4-f544-4535-a0b5-8965b7c4697b req-a5579bb1-8e14-4e22-8be6-cbd58f3c9764 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] Tap Mirror: Handle Delete Port: 48f0ae91-9a76-4eb9-9f56-1ccb295175b3 2026-07-02 11:31:09.485 8 INFO neutron.db.l3_db [req-40e3f5f4-f544-4535-a0b5-8965b7c4697b req-a5579bb1-8e14-4e22-8be6-cbd58f3c9764 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] Floating IP a01290a0-4ae8-48c1-becd-30772ec4afc4 disassociated. External IP: 10.96.250.218, port: 48f0ae91-9a76-4eb9-9f56-1ccb295175b3. [pid: 7|app: 0|req: 882/2029] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:31:09 2026] POST /v2.0/ports => generated 743 bytes in 445 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: 883/2030] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:09 2026] DELETE /v2.0/security-groups/3dfc611b-3604-4106-9f09-6690eafdc2e1 => 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: 884/2031] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Jul 2 11:31:09 2026] GET /v2.0/security-groups?id=e398d7ef-e3e8-4ecc-aa81-212ab2325026&id=66308773-5d86-4222-a452-1fdf20ee6c43&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: 1148/2032] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:31:09 2026] DELETE /v2.0/ports/48f0ae91-9a76-4eb9-9f56-1ccb295175b3 => generated 0 bytes in 839 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:10.054 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4490495f-f318-49a5-a745-32931331df34'] response: {'server_uuid': 'f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e', 'name': 'network-vif-deleted', 'tag': '48f0ae91-9a76-4eb9-9f56-1ccb295175b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1149/2033] 10.0.0.156 () {34 vars in 666 bytes} [Thu Jul 2 11:31:10 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:10.273 8 INFO neutron.db.segments_db [None req-46bfd7be-2c7a-468d-a56a-db4d083d539a 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Added segment 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 of type vxlan for network e18349df-bfe2-4fc1-9d59-6ff36bda77be [pid: 8|app: 0|req: 1150/2034] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:10 2026] POST /v2.0/networks => generated 631 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2035] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:31:10 2026] POST /v2.0/ports => generated 743 bytes in 466 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: 1152/2036] 10.0.0.156 () {34 vars in 666 bytes} [Thu Jul 2 11:31:10 2026] POST /v2.0/trunks => generated 407 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2037] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:11 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:11.291 8 INFO neutron.db.segments_db [None req-4ff8b27b-8972-4839-96f7-efb521e3e32c 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Added segment 7bc087ec-0144-4821-89e6-e8b44c59f938 of type vxlan for network ec8a99f4-7377-45e6-bb56-0a4702e1b35b [pid: 8|app: 0|req: 1154/2038] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:11 2026] POST /v2.0/networks => generated 632 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2039] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:31:11 2026] POST /v2.0/ports => generated 743 bytes in 463 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: 885/2040] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:31:09 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/add_router_interface => generated 309 bytes in 2044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2041] 10.0.0.156 () {34 vars in 666 bytes} [Thu Jul 2 11:31:11 2026] POST /v2.0/trunks => generated 407 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2042] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:31:12 2026] PUT /v2.0/trunks/f5836563-ea87-4f37-9c0c-6e918d028de7/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2043] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => 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: 1159/2044] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:31:12 2026] PUT /v2.0/trunks/2ce06090-82b7-4097-b575-d9939f01364f/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2045] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:31:12 2026] PUT /v2.0/trunks/2ac1308b-e102-461b-b12d-104e0b317811/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: 1161/2046] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:31:12 2026] PUT /v2.0/trunks/1f27c2af-60ec-4c88-9e18-abfe2231ecfa/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2047] 10.0.0.156 () {32 vars in 662 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2048] 10.0.0.156 () {32 vars in 676 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2049] 10.0.0.156 () {32 vars in 672 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2050] 10.0.0.156 () {32 vars in 684 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2051] 10.0.0.156 () {32 vars in 670 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2052] 10.0.0.156 () {32 vars in 684 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2053] 10.0.0.156 () {32 vars in 680 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2054] 10.0.0.156 () {32 vars in 692 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2055] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/trunks/f5836563-ea87-4f37-9c0c-6e918d028de7 => generated 412 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2056] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:31:12 2026] GET /v2.0/ports/992e254f-8c42-4ecb-a238-d1510809ee24 => generated 826 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2057] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:31:13 2026] DELETE /v2.0/trunks/f5836563-ea87-4f37-9c0c-6e918d028de7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2058] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/trunks/2ce06090-82b7-4097-b575-d9939f01364f => generated 420 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2059] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/ports/7606b490-f4f0-4055-bf6d-dfcca238f684 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2060] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:31:13 2026] DELETE /v2.0/trunks/2ce06090-82b7-4097-b575-d9939f01364f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2061] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/trunks/2ac1308b-e102-461b-b12d-104e0b317811 => generated 429 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2062] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/ports?device_id=f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e => 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: 1178/2063] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/ports/30a39b07-b8f3-4657-8844-b0bb22546a8e => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2064] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:31:13 2026] DELETE /v2.0/trunks/2ac1308b-e102-461b-b12d-104e0b317811 => 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: 1180/2065] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/trunks/1f27c2af-60ec-4c88-9e18-abfe2231ecfa => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2066] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/ports/87c2a930-2e64-4cad-8e4f-4eb5717088b8 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2067] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:31:13 2026] DELETE /v2.0/trunks/1f27c2af-60ec-4c88-9e18-abfe2231ecfa => 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: 1183/2068] 10.0.0.156 () {32 vars in 719 bytes} [Thu Jul 2 11:31:13 2026] GET /v2.0/trunks/42da00ca-22ed-4835-9939-9cc112b0826b => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/2069] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:31:11 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/add_router_interface => generated 309 bytes in 2047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/2070] 10.0.0.156 () {32 vars in 717 bytes} [Thu Jul 2 11:31:14 2026] GET /v2.0/ports/d1b2f568-0d54-4c07-9d54-c29e396a18d1 => generated 826 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/2071] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:14 2026] POST /v2.0/security-groups => generated 1627 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/2072] 10.0.0.156 () {32 vars in 722 bytes} [Thu Jul 2 11:31:14 2026] DELETE /v2.0/trunks/42da00ca-22ed-4835-9939-9cc112b0826b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:14.498 8 INFO neutron.db.segments_db [None req-896c82ff-3288-4de4-bcfd-4d7d3cee4e47 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Added segment f3e10e14-5366-4923-a35b-ca78fbb0e0d2 of type vxlan for network 85d52f90-27c4-45eb-9763-f5a8d52054fd [pid: 7|app: 0|req: 890/2073] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2074] 10.0.0.156 () {34 vars in 671 bytes} [Thu Jul 2 11:31:13 2026] POST /v2.0/networks => generated 632 bytes in 752 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:14.838 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dbb98ed-b4ea-4537-ae16-4ac3451fbbfe 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] TaaS: Handle Delete Port: 992e254f-8c42-4ecb-a238-d1510809ee24 2026-07-02 11:31:14.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dbb98ed-b4ea-4537-ae16-4ac3451fbbfe 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Tap Mirror: Handle Delete Port: 992e254f-8c42-4ecb-a238-d1510809ee24 [pid: 8|app: 0|req: 1185/2075] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/2076] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:31:14 2026] DELETE /v2.0/ports/992e254f-8c42-4ecb-a238-d1510809ee24 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:14.980 8 INFO neutron.db.segments_db [None req-f8f9e876-8532-47b3-a21c-4a49dc55bee2 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Added segment 35f56342-badb-45b9-8bf1-d84e63c545fc of type vxlan for network 61b99017-b840-45db-be92-6dfbecabf515 [pid: 7|app: 0|req: 892/2077] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:14 2026] DELETE /v2.0/security-groups/66308773-5d86-4222-a452-1fdf20ee6c43 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/2078] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:16.015 8 INFO neutron.db.l3_hamode_db [None req-f8f9e876-8532-47b3-a21c-4a49dc55bee2 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:31:16.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-7992f1ec-7710-4d50-a02e-2611ee0c083a 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] TaaS: Handle Delete Port: 7606b490-f4f0-4055-bf6d-dfcca238f684 2026-07-02 11:31:16.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7992f1ec-7710-4d50-a02e-2611ee0c083a 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Tap Mirror: Handle Delete Port: 7606b490-f4f0-4055-bf6d-dfcca238f684 [pid: 7|app: 0|req: 894/2079] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:31:15 2026] DELETE /v2.0/ports/7606b490-f4f0-4055-bf6d-dfcca238f684 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:16.244 7 INFO neutron.api.v2.resource [None req-b05065ed-9ac9-48d3-8d26-da280af2b3f9 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/2080] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:31:16 2026] GET /v2.0/security-groups/66308773-5d86-4222-a452-1fdf20ee6c43 => 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: 896/2081] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:16.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2190481-6cca-4030-b757-5f4d9db9010e 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] TaaS: Handle Delete Port: 30a39b07-b8f3-4657-8844-b0bb22546a8e 2026-07-02 11:31:16.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2190481-6cca-4030-b757-5f4d9db9010e 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Tap Mirror: Handle Delete Port: 30a39b07-b8f3-4657-8844-b0bb22546a8e [pid: 7|app: 0|req: 897/2082] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:31:16 2026] DELETE /v2.0/ports/30a39b07-b8f3-4657-8844-b0bb22546a8e => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:16.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-44e4aa82-9477-4455-9f11-d12342f33a61 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] TaaS: Handle Delete Port: a80bcac9-7f6e-43a8-a2d1-b85cfdab4678 2026-07-02 11:31:16.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44e4aa82-9477-4455-9f11-d12342f33a61 fcfa96b28bc742e9b9e989dffadc289a ebf73743071d49c28c97986709558fb5 - - default default] Tap Mirror: Handle Delete Port: a80bcac9-7f6e-43a8-a2d1-b85cfdab4678 2026-07-02 11:31:17.103 8 INFO neutron.db.l3_hamode_db [None req-f8f9e876-8532-47b3-a21c-4a49dc55bee2 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/2083] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:31:16 2026] DELETE /v2.0/floatingips/a01290a0-4ae8-48c1-becd-30772ec4afc4 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/2084] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:17.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-2070c723-d473-4fbc-b4bf-8a2fab8e759d 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] TaaS: Handle Delete Port: 87c2a930-2e64-4cad-8e4f-4eb5717088b8 2026-07-02 11:31:17.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2070c723-d473-4fbc-b4bf-8a2fab8e759d 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Tap Mirror: Handle Delete Port: 87c2a930-2e64-4cad-8e4f-4eb5717088b8 [pid: 7|app: 0|req: 900/2085] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:31:17 2026] DELETE /v2.0/ports/87c2a930-2e64-4cad-8e4f-4eb5717088b8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/2086] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:17 2026] DELETE /v2.0/security-groups/e398d7ef-e3e8-4ecc-aa81-212ab2325026 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/2087] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:17 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) 2026-07-02 11:31:18.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-22468ddc-5fe0-45a2-a10d-0eb73f6c5ad6 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] TaaS: Handle Delete Port: d1b2f568-0d54-4c07-9d54-c29e396a18d1 2026-07-02 11:31:18.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22468ddc-5fe0-45a2-a10d-0eb73f6c5ad6 01739234b605474996cc2e553319df51 0ba37bc0960e4542815fd22a3b60780d - - default default] Tap Mirror: Handle Delete Port: d1b2f568-0d54-4c07-9d54-c29e396a18d1 [pid: 7|app: 0|req: 903/2088] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:31:17 2026] DELETE /v2.0/ports/d1b2f568-0d54-4c07-9d54-c29e396a18d1 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2089] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:14 2026] POST /v2.0/routers => generated 694 bytes in 3414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2090] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:18.653 8 INFO neutron.services.segments.plugin [-] Segment f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 resource provider aggregate not found 2026-07-02 11:31:18.654 8 INFO neutron.services.segments.plugin [-] Segment f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 resource provider aggregate not found [pid: 8|app: 0|req: 1188/2091] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:18 2026] DELETE /v2.0/networks/c32f6089-6693-490e-9709-30a9c785bfcc => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:18.696 8 INFO neutron.services.segments.plugin [-] Segment f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 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 f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 found for delete ", "request_id": "req-98324451-6116-461c-b60a-c6f2032aeac0"}]} 2026-07-02 11:31:18.698 8 INFO neutron.services.segments.plugin [-] Segment f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 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 f5a73bcf-86c4-4a0a-a5a9-7f02595dc859 found for delete ", "request_id": "req-c41e6441-1781-4619-9e06-01f0cac977b5"}]} 2026-07-02 11:31:18.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2284fba-aaf6-4f86-81ef-108aee277c0f 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 2026-07-02 11:31:18.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2284fba-aaf6-4f86-81ef-108aee277c0f 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 [pid: 8|app: 0|req: 1189/2092] 10.0.0.156 () {32 vars in 776 bytes} [Thu Jul 2 11:31:18 2026] GET /v2.0/subnets?project_id=7271ef96f968477ca143f23d76716993&cidr=10.100.0.0%2F28 => generated 14 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2093] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2096] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:18 2026] DELETE /v2.0/networks/d6231a42-a6b9-4e55-a0c9-eda2d169b50c => 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: 1194/2097] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:31:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2098] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/2099] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:31:18 2026] PUT /v2.0/routers/d46f37d4-9b5b-43c6-b301-3cbeedc2959e/remove_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/2100] 10.0.0.156 () {32 vars in 784 bytes} [Thu Jul 2 11:31:19 2026] GET /v2.0/subnets?network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2101] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:19 2026] DELETE /v2.0/networks/38cca17d-6812-40a7-bcd5-9781cfd0ca6e => 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: 906/2102] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:19.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5835c23-0241-4f0b-849c-c8ad587590ce 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: c2077b57-e70c-4bbd-86ec-41dab9410fa8 2026-07-02 11:31:19.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5835c23-0241-4f0b-849c-c8ad587590ce 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: c2077b57-e70c-4bbd-86ec-41dab9410fa8 [pid: 7|app: 0|req: 907/2103] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:19 2026] POST /v2.0/subnets => generated 656 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:20.158 7 INFO neutron.services.segments.plugin [-] Segment 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 resource provider aggregate not found 2026-07-02 11:31:20.168 7 INFO neutron.services.segments.plugin [-] Segment 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 resource provider aggregate not found 2026-07-02 11:31:20.186 7 INFO neutron.services.segments.plugin [-] Segment 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 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 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 found for delete ", "request_id": "req-7a6d40f4-f437-4e8d-a968-b98bacf105a0"}]} 2026-07-02 11:31:20.189 7 INFO neutron.services.segments.plugin [-] Segment 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 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 67a73b05-d2a2-46e1-a79e-1b512fa28ec9 found for delete ", "request_id": "req-b65aa99c-5fd9-46cf-a0e4-d9daffc121af"}]} [pid: 7|app: 0|req: 908/2104] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:20 2026] DELETE /v2.0/networks/e18349df-bfe2-4fc1-9d59-6ff36bda77be => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:20.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5835c23-0241-4f0b-849c-c8ad587590ce 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 192b7ed3-5abe-44b7-b347-a5d24f3609ed 2026-07-02 11:31:20.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5835c23-0241-4f0b-849c-c8ad587590ce 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 192b7ed3-5abe-44b7-b347-a5d24f3609ed [pid: 7|app: 0|req: 909/2105] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:20.721 8 INFO neutron.db.l3_hamode_db [None req-a5835c23-0241-4f0b-849c-c8ad587590ce 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network 111eb832-eca6-4635-9f15-235555dfe6b2 was deleted as no HA routers are present in tenant ebf73743071d49c28c97986709558fb5. 2026-07-02 11:31:20.736 8 INFO neutron.services.segments.plugin [-] Segment eb3119ee-1d47-4218-824b-23521b09ba35 resource provider aggregate not found 2026-07-02 11:31:20.741 8 INFO neutron.services.segments.plugin [-] Segment eb3119ee-1d47-4218-824b-23521b09ba35 resource provider aggregate not found [pid: 8|app: 0|req: 1197/2106] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:31:19 2026] DELETE /v2.0/routers/d46f37d4-9b5b-43c6-b301-3cbeedc2959e => generated 0 bytes in 1153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:20.765 8 INFO neutron.services.segments.plugin [-] Segment eb3119ee-1d47-4218-824b-23521b09ba35 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 eb3119ee-1d47-4218-824b-23521b09ba35 found for delete ", "request_id": "req-970658d7-eda3-4198-9b8a-e5a4ccd5a1f2"}]} 2026-07-02 11:31:20.769 8 INFO neutron.services.segments.plugin [-] Segment eb3119ee-1d47-4218-824b-23521b09ba35 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 eb3119ee-1d47-4218-824b-23521b09ba35 found for delete ", "request_id": "req-be03d2c9-1c71-4f52-96c1-8c66f2549e4b"}]} 2026-07-02 11:31:20.792 8 INFO neutron.services.segments.plugin [-] Segment 17735060-72db-499d-b9c4-7b7235e5231b resource provider aggregate not found 2026-07-02 11:31:20.802 8 INFO neutron.services.segments.plugin [-] Segment 17735060-72db-499d-b9c4-7b7235e5231b resource provider aggregate not found 2026-07-02 11:31:20.818 8 INFO neutron.services.segments.plugin [-] Segment 17735060-72db-499d-b9c4-7b7235e5231b 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 17735060-72db-499d-b9c4-7b7235e5231b found for delete ", "request_id": "req-470cbf57-6363-414c-97a4-1fab03bca647"}]} 2026-07-02 11:31:20.844 8 INFO neutron.services.segments.plugin [-] Segment 17735060-72db-499d-b9c4-7b7235e5231b 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 17735060-72db-499d-b9c4-7b7235e5231b found for delete ", "request_id": "req-7922dee3-7e8b-4a43-ac48-17d62ae278c0"}]} 2026-07-02 11:31:20.866 8 INFO neutron.services.segments.plugin [-] Segment 16eb764d-24c6-43fe-9a7f-72b64383d73f resource provider aggregate not found 2026-07-02 11:31:20.874 8 INFO neutron.services.segments.plugin [-] Segment 16eb764d-24c6-43fe-9a7f-72b64383d73f resource provider aggregate not found 2026-07-02 11:31:20.893 8 INFO neutron.services.segments.plugin [-] Segment 16eb764d-24c6-43fe-9a7f-72b64383d73f 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 16eb764d-24c6-43fe-9a7f-72b64383d73f found for delete ", "request_id": "req-30e8a3c1-f303-4d43-a3ee-dcc2b4a1ba8c"}]} 2026-07-02 11:31:20.899 8 INFO neutron.services.segments.plugin [-] Segment 16eb764d-24c6-43fe-9a7f-72b64383d73f 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 16eb764d-24c6-43fe-9a7f-72b64383d73f found for delete ", "request_id": "req-c1c5ff2a-b78e-4f80-91d7-d392c1066417"}]} [pid: 8|app: 0|req: 1198/2107] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:20 2026] DELETE /v2.0/networks/ec8a99f4-7377-45e6-bb56-0a4702e1b35b => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2108] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:31:21 2026] DELETE /v2.0/subnets/aaedfa2c-2f53-43ba-b272-ea877067abbf => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2109] 10.0.0.52 () {34 vars in 1093 bytes} [Thu Jul 2 11:31:21 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-949492446&fields=id&tenant_id=431e840789224d328dc99d2a09f4889d => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:21.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b3d5b45-cd99-4b5a-b47b-8baeba5b98ad 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 56d9cab0-d940-46eb-88ed-ffc48f43b9da 2026-07-02 11:31:21.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b3d5b45-cd99-4b5a-b47b-8baeba5b98ad 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 56d9cab0-d940-46eb-88ed-ffc48f43b9da [pid: 8|app: 0|req: 1201/2110] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:21 2026] DELETE /v2.0/networks/0d026d0c-8aed-4aef-a13c-4ecff0222baa => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2111] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:31:21 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/2112] 10.0.0.156 () {34 vars in 783 bytes} [Thu Jul 2 11:31:20 2026] PUT /v2.0/routers/bf31e662-926e-4c4d-ae02-2edcfe7fb792/add_router_interface => generated 309 bytes in 1858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:22.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-8337e0ce-c3e7-4be1-9c6a-67a2913b2d40 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 4475bb75-536b-4b45-acf9-b555e2176d13 [pid: 7|app: 0|req: 911/2113] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:31:22 2026] GET /v2.0/quotas/431e840789224d328dc99d2a09f4889d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:22.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8337e0ce-c3e7-4be1-9c6a-67a2913b2d40 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 4475bb75-536b-4b45-acf9-b555e2176d13 [pid: 7|app: 0|req: 912/2114] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:22 2026] GET /v2.0/security-groups?tenant_id=0ba37bc0960e4542815fd22a3b60780d&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/2115] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:31:22 2026] GET /v2.0/networks => generated 8113 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2116] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:31:22 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&fields=id => generated 287 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:22.932 8 INFO neutron.services.segments.plugin [-] Segment 7bc087ec-0144-4821-89e6-e8b44c59f938 resource provider aggregate not found 2026-07-02 11:31:22.936 8 INFO neutron.services.segments.plugin [-] Segment 7bc087ec-0144-4821-89e6-e8b44c59f938 resource provider aggregate not found 2026-07-02 11:31:22.970 8 INFO neutron.services.segments.plugin [-] Segment 7bc087ec-0144-4821-89e6-e8b44c59f938 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 7bc087ec-0144-4821-89e6-e8b44c59f938 found for delete ", "request_id": "req-9f33b93d-13f9-4ef7-83b4-5aad771a83f1"}]} 2026-07-02 11:31:22.979 8 INFO neutron.services.segments.plugin [-] Segment 7bc087ec-0144-4821-89e6-e8b44c59f938 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 7bc087ec-0144-4821-89e6-e8b44c59f938 found for delete ", "request_id": "req-7016afd1-481e-44c4-b395-8de5eede85a5"}]} 2026-07-02 11:31:23.010 8 INFO neutron.services.segments.plugin [-] Segment e220b88d-cfdf-4cf4-8b66-0f42a2e6490c resource provider aggregate not found 2026-07-02 11:31:23.017 8 INFO neutron.services.segments.plugin [-] Segment e220b88d-cfdf-4cf4-8b66-0f42a2e6490c resource provider aggregate not found 2026-07-02 11:31:23.036 8 INFO neutron.services.segments.plugin [-] Segment e220b88d-cfdf-4cf4-8b66-0f42a2e6490c 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 e220b88d-cfdf-4cf4-8b66-0f42a2e6490c found for delete ", "request_id": "req-e40c57f3-6829-4ffd-84f0-839b8606bd71"}]} 2026-07-02 11:31:23.046 8 INFO neutron.services.segments.plugin [-] Segment e220b88d-cfdf-4cf4-8b66-0f42a2e6490c 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 e220b88d-cfdf-4cf4-8b66-0f42a2e6490c found for delete ", "request_id": "req-1b2dc8fd-ae77-41db-a9c6-003f5aab4dd7"}]} [pid: 7|app: 0|req: 915/2117] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:22 2026] DELETE /v2.0/security-groups/2557ef58-676c-4910-aded-8c1dee9150c2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2118] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:31:23 2026] GET /v2.0/subnets => generated 8719 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2119] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:31:23 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2120] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:31:21 2026] PUT /v2.0/routers/da9ea984-b9fd-46db-b975-eb3f4c698ba5/remove_router_interface => generated 309 bytes in 1513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2121] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:31:23 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 918/2122] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:31:23 2026] GET /v2.0/routers => generated 2175 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2123] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:23 2026] GET /v2.0/security-groups?tenant_id=f1fca6c20af541988a8a25484809c5ab&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:23.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc208f87-dab3-4ab8-a50a-3b1a19cee818 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 56467859-fc09-475f-a314-65b54494af62 [pid: 8|app: 0|req: 1206/2124] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:31:23 2026] POST /v2.0/security-groups => generated 1675 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:31:23.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc208f87-dab3-4ab8-a50a-3b1a19cee818 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 56467859-fc09-475f-a314-65b54494af62 [pid: 8|app: 0|req: 1207/2125] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:23 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => 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: 1208/2126] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:23 2026] DELETE /v2.0/security-groups/0bfc5a9f-4f1a-4026-946b-2ae623221693 => 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: 1209/2127] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:23 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) 2026-07-02 11:31:24.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc208f87-dab3-4ab8-a50a-3b1a19cee818 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 1e561a4b-a9e1-455f-84f0-5127afddbbcb 2026-07-02 11:31:24.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc208f87-dab3-4ab8-a50a-3b1a19cee818 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 1e561a4b-a9e1-455f-84f0-5127afddbbcb [pid: 8|app: 0|req: 1210/2128] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2129] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:24 2026] GET /v2.0/security-groups?tenant_id=9ac187d25ba340b9ba01f2bcc6b58181&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2130] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2131] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:24 2026] DELETE /v2.0/security-groups/c6f06867-6ffc-4f1a-9144-9cce2c9b0da4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:24.589 7 INFO neutron.services.segments.plugin [-] Segment e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 resource provider aggregate not found 2026-07-02 11:31:24.598 7 INFO neutron.services.segments.plugin [-] Segment e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 resource provider aggregate not found 2026-07-02 11:31:24.617 7 INFO neutron.services.segments.plugin [-] Segment e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 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 e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 found for delete ", "request_id": "req-374328e4-b22b-4ed4-b80c-6da45bfaeed1"}]} 2026-07-02 11:31:24.628 7 INFO neutron.services.segments.plugin [-] Segment e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 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 e4e62059-93d2-4ab7-baa7-f51e8b7f7a87 found for delete ", "request_id": "req-0b88915a-0e45-4eaf-8696-4eb001835f6d"}]} 2026-07-02 11:31:24.646 7 INFO neutron.db.l3_hamode_db [None req-dc208f87-dab3-4ab8-a50a-3b1a19cee818 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] HA network a5ff2578-4923-4c95-95fc-412750f16295 was deleted as no HA routers are present in tenant 0a9533bcb4174dd1ac3a7fc37363cc22. [pid: 7|app: 0|req: 919/2132] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:31:23 2026] DELETE /v2.0/routers/da9ea984-b9fd-46db-b975-eb3f4c698ba5 => generated 0 bytes in 1309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2133] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:24.812 8 INFO neutron.db.securitygroups_db [None req-d0ee7165-e432-49ca-8392-97e2424ffc6c 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Project 7271ef96f968477ca143f23d76716993 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: 920/2134] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:31:24 2026] DELETE /v2.0/subnets/4fcc5ccc-2700-4dfb-8879-d471009d4dc2 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2135] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:24.996 8 INFO neutron.db.securitygroups_db [None req-64353a3d-aaea-45dd-a6e3-b56e95ff3625 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Project 7271ef96f968477ca143f23d76716993 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-02 11:31:25.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-3df54f2d-377c-4909-9dfc-64b0b2519d8e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 3397ef1a-9f88-4d15-a51d-dc9e30cd3c47 2026-07-02 11:31:25.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3df54f2d-377c-4909-9dfc-64b0b2519d8e 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 3397ef1a-9f88-4d15-a51d-dc9e30cd3c47 [pid: 8|app: 0|req: 1216/2136] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:31:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/2137] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:24 2026] DELETE /v2.0/networks/5bd36fb9-1e97-434f-ae3b-79502883d424 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2138] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:25 2026] GET /v2.0/security-groups?tenant_id=ebf73743071d49c28c97986709558fb5&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2139] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:25 2026] DELETE /v2.0/security-groups/8feaa598-a84b-4034-a1ea-99aca06aee24 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2140] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:31:25 2026] GET /v2.0/networks => generated 1297 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2141] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/security-groups?tenant_id=0a9533bcb4174dd1ac3a7fc37363cc22&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2142] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1400568969&fields=id&tenant_id=7271ef96f968477ca143f23d76716993 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2143] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 660 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2144] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/quotas/7271ef96f968477ca143f23d76716993 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2145] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:26 2026] DELETE /v2.0/security-groups/b4af0270-62dc-46d2-bed8-0cf2e9ecb9dd => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2146] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&fields=id => generated 57 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2147] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2148] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:26.638 7 INFO neutron.services.segments.plugin [-] Segment c78c7e1e-0fea-403f-bedf-3424fa2940f7 resource provider aggregate not found 2026-07-02 11:31:26.648 7 INFO neutron.services.segments.plugin [-] Segment c78c7e1e-0fea-403f-bedf-3424fa2940f7 resource provider aggregate not found 2026-07-02 11:31:26.653 7 INFO neutron.services.segments.plugin [-] Segment c78c7e1e-0fea-403f-bedf-3424fa2940f7 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 c78c7e1e-0fea-403f-bedf-3424fa2940f7 found for delete ", "request_id": "req-9c404484-76e4-4578-a610-4da72fccffd5"}]} 2026-07-02 11:31:26.673 7 INFO neutron.services.segments.plugin [-] Segment c78c7e1e-0fea-403f-bedf-3424fa2940f7 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 c78c7e1e-0fea-403f-bedf-3424fa2940f7 found for delete ", "request_id": "req-36f02ec3-7a08-4ba5-9474-3c474a10bc91"}]} [pid: 7|app: 0|req: 927/2149] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:26 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 928/2150] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:27 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1223/2151] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:31:27 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 705 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2152] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:31:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=431e840789224d328dc99d2a09f4889d => generated 178 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2153] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:31:27 2026] POST /v2.0/ports => generated 1183 bytes in 625 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, ' 2026-07-02 11:31:29.185 7 INFO neutron.db.segments_db [None req-690388e1-93f6-418a-98fa-5e262d3f2456 64ec56437dc34c4b886f99cef4050f19 b4ea969590994e46b23dbaebb0e8b428 - - default default] Added segment 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 of type vxlan for network c991d47b-82ef-48e1-af83-b0bb4a619ce0 [pid: 8|app: 0|req: 1225/2154] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:31:28 2026] PUT /v2.0/ports/f7fd9b29-73e8-4404-9607-1da3cb065d78 => generated 1464 bytes in 633 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: 1226/2155] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1198 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2156] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 930/2157] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:28 2026] POST /v2.0/networks => generated 632 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2158] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:29.358 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5436692d-71f5-47cb-b953-0827f3a9af65'] response: {'name': 'network-changed', 'server_uuid': 'a916107a-d3b6-49ee-922e-0c40fd460c4c', 'tag': 'f7fd9b29-73e8-4404-9607-1da3cb065d78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 931/2159] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:29 2026] PUT /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2160] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2161] 10.0.0.156 () {34 vars in 764 bytes} [Thu Jul 2 11:31:29 2026] PUT /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/green => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2162] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2163] 10.0.0.156 () {34 vars in 760 bytes} [Thu Jul 2 11:31:29 2026] PUT /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/red => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2164] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2165] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => 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: 934/2166] 10.0.0.156 () {34 vars in 782 bytes} [Thu Jul 2 11:31:29 2026] PUT /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2167] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2168] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:31:29 2026] GET /v2.0/networks?tenant_id=431e840789224d328dc99d2a09f4889d&shared=False => generated 2375 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2169] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:30 2026] PUT /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2170] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2171] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/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: 1235/2172] 10.0.0.156 () {32 vars in 741 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:30.251 7 INFO neutron.api.v2.resource [None req-e738ac37-b10b-4006-bcb6-5284a66107bd 64ec56437dc34c4b886f99cef4050f19 b4ea969590994e46b23dbaebb0e8b428 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/2173] 10.0.0.156 () {32 vars in 745 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2174] 10.0.0.156 () {32 vars in 744 bytes} [Thu Jul 2 11:31:30 2026] DELETE /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/red => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2175] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2176] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 30 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:30.514 8 INFO neutron.api.v2.resource [None req-7748ebd1-a13b-4a8a-a8e1-ace14ba632a2 64ec56437dc34c4b886f99cef4050f19 b4ea969590994e46b23dbaebb0e8b428 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2177] 10.0.0.156 () {32 vars in 748 bytes} [Thu Jul 2 11:31:30 2026] DELETE /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2178] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:31:30 2026] DELETE /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => 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: 1239/2179] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:30 2026] GET /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:30.869 7 INFO neutron.services.segments.plugin [-] Segment 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 resource provider aggregate not found 2026-07-02 11:31:30.870 7 INFO neutron.services.segments.plugin [-] Segment 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 resource provider aggregate not found 2026-07-02 11:31:30.890 7 INFO neutron.services.segments.plugin [-] Segment 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 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 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 found for delete ", "request_id": "req-41f32d45-7618-448e-a6da-fe77e06558a2"}]} 2026-07-02 11:31:30.893 7 INFO neutron.services.segments.plugin [-] Segment 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 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 9f858de7-70b3-4615-8c8a-bd1d8317a2a6 found for delete ", "request_id": "req-01c93d27-7365-423e-a096-603e55659946"}]} [pid: 7|app: 0|req: 941/2180] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:30 2026] DELETE /v2.0/networks/c991d47b-82ef-48e1-af83-b0bb4a619ce0 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2181] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 660 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2182] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2183] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=f7fd9b29-73e8-4404-9607-1da3cb065d78 => 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: 1241/2184] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7271ef96f968477ca143f23d76716993 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2185] 199.19.213.226 () {34 vars in 1104 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A183&port_id=f7fd9b29-73e8-4404-9607-1da3cb065d78 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:31.590 7 INFO neutron.db.segments_db [None req-bbf7e4ac-4737-4ea7-9b65-1f68ad4dafa7 3cca4d7aed794939a558f8b60a6147f6 2fbb1600c65444569d6345ef5b8551ba - - default default] Added segment d9bb603f-3554-4c64-8985-7594a5631070 of type vxlan for network b1eec6d4-de04-4ea8-b82f-dfcbb9cc6fd0 [pid: 7|app: 0|req: 944/2186] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:31 2026] POST /v2.0/networks => generated 632 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2187] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a&id=0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2188] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:31:31 2026] POST /v2.0/ports => generated 958 bytes in 516 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-02 11:31:31.798 8 INFO neutron.db.segments_db [None req-60bc032d-e3ef-4f6f-a2b1-d2fd096a78f3 3cca4d7aed794939a558f8b60a6147f6 2fbb1600c65444569d6345ef5b8551ba - - default default] Added segment d2ef6308-82a4-4c6a-875b-308ffb2da00e of type vxlan for network 7e58d421-9b27-4cb9-8e71-10b1371d5076 [pid: 7|app: 0|req: 946/2189] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 961 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2190] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:31 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2191] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2192] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:31 2026] GET /v2.0/security-groups?tenant_id=b4ea969590994e46b23dbaebb0e8b428&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: 948/2193] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:32 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:32.145 7 INFO neutron.db.segments_db [None req-dcd4b05d-1bef-47bb-80aa-a5c3c4801e15 3cca4d7aed794939a558f8b60a6147f6 2fbb1600c65444569d6345ef5b8551ba - - default default] Added segment 913f5763-963d-476f-8507-564ff588a391 of type vxlan for network dae7afd9-e250-422f-b578-7ed68ba3ceb0 [pid: 7|app: 0|req: 949/2194] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:32 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2195] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:32 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&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: 7|app: 0|req: 951/2196] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:32 2026] DELETE /v2.0/security-groups/ac688a09-7861-47d1-a05b-5bded5929548 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:32.512 7 INFO neutron.db.segments_db [None req-65fc24aa-4898-4cb1-a39b-7a0034ccbbd1 3cca4d7aed794939a558f8b60a6147f6 2fbb1600c65444569d6345ef5b8551ba - - default default] Added segment 8591939f-65bf-4ac2-8592-c3fd0ce97575 of type vxlan for network f303f953-112e-4aae-97af-e32b469545ac [pid: 8|app: 0|req: 1246/2197] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:31:31 2026] PUT /v2.0/ports/6f92fdd2-1db1-4c14-94b7-2416c77f717a => generated 1239 bytes in 584 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-02 11:31:32.580 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef4c2010-b110-4a3a-9511-417e4d95d6ff'] response: {'name': 'network-changed', 'server_uuid': '52dc7979-acb2-4385-b53b-9d78e716d40d', 'tag': '6f92fdd2-1db1-4c14-94b7-2416c77f717a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1247/2198] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:31:32 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2199] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:32 2026] POST /v2.0/networks => generated 631 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2200] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:31:32 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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) 2026-07-02 11:31:32.745 7 INFO neutron.db.segments_db [None req-68b2a9b1-bb0f-4f32-a452-85b4b7073558 3cca4d7aed794939a558f8b60a6147f6 2fbb1600c65444569d6345ef5b8551ba - - default default] Added segment f15e3d23-9174-44aa-80a7-4b72d9d1c261 of type vxlan for network 2eab5427-024a-43ff-ad68-be43fc6ec3fc [pid: 8|app: 0|req: 1248/2201] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:32 2026] GET /v2.0/security-groups?tenant_id=0ed5850499f64fd6ba89914299dd3508&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2202] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:32 2026] POST /v2.0/networks => generated 630 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2203] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:32 2026] DELETE /v2.0/security-groups/4cdf014a-90fb-45c7-b6a9-08a3af7d0a3f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2204] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:32 2026] PUT /v2.0/networks/b1eec6d4-de04-4ea8-b82f-dfcbb9cc6fd0/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2205] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:32 2026] PUT /v2.0/networks/7e58d421-9b27-4cb9-8e71-10b1371d5076/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2206] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2207] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:33 2026] PUT /v2.0/networks/dae7afd9-e250-422f-b578-7ed68ba3ceb0/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2208] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?tenant_id=7271ef96f968477ca143f23d76716993&shared=False => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2209] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:33 2026] PUT /v2.0/networks/f303f953-112e-4aae-97af-e32b469545ac/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2210] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2211] 10.0.0.156 () {32 vars in 666 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2212] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2213] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2214] 10.0.0.156 () {32 vars in 680 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2215] 10.0.0.156 () {32 vars in 676 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2216] 10.0.0.156 () {32 vars in 688 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2217] 10.0.0.156 () {32 vars in 674 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2220] 10.0.0.156 () {32 vars in 688 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2221] 10.0.0.156 () {32 vars in 684 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2222] 10.0.0.156 () {32 vars in 696 bytes} [Thu Jul 2 11:31:33 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:34.107 8 INFO neutron.services.segments.plugin [-] Segment d9bb603f-3554-4c64-8985-7594a5631070 resource provider aggregate not found 2026-07-02 11:31:34.118 8 INFO neutron.services.segments.plugin [-] Segment d9bb603f-3554-4c64-8985-7594a5631070 resource provider aggregate not found 2026-07-02 11:31:34.136 8 INFO neutron.services.segments.plugin [-] Segment d9bb603f-3554-4c64-8985-7594a5631070 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 d9bb603f-3554-4c64-8985-7594a5631070 found for delete ", "request_id": "req-a6187934-d786-4086-85c8-e618dc83800e"}]} 2026-07-02 11:31:34.137 8 INFO neutron.services.segments.plugin [-] Segment d9bb603f-3554-4c64-8985-7594a5631070 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 d9bb603f-3554-4c64-8985-7594a5631070 found for delete ", "request_id": "req-d2296285-1a97-4b4d-8e05-87af756f7b12"}]} [pid: 8|app: 0|req: 1259/2223] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:33 2026] DELETE /v2.0/networks/b1eec6d4-de04-4ea8-b82f-dfcbb9cc6fd0 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:31:34.301 7 INFO neutron.services.segments.plugin [-] Segment d2ef6308-82a4-4c6a-875b-308ffb2da00e resource provider aggregate not found 2026-07-02 11:31:34.312 7 INFO neutron.services.segments.plugin [-] Segment d2ef6308-82a4-4c6a-875b-308ffb2da00e resource provider aggregate not found 2026-07-02 11:31:34.334 7 INFO neutron.services.segments.plugin [-] Segment d2ef6308-82a4-4c6a-875b-308ffb2da00e 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 d2ef6308-82a4-4c6a-875b-308ffb2da00e found for delete ", "request_id": "req-a055e064-05e3-44e5-9b3d-e506f6ce16eb"}]} 2026-07-02 11:31:34.336 7 INFO neutron.services.segments.plugin [-] Segment d2ef6308-82a4-4c6a-875b-308ffb2da00e 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 d2ef6308-82a4-4c6a-875b-308ffb2da00e found for delete ", "request_id": "req-39e8371a-858c-4f0f-bf4b-71ffa2b1e4b2"}]} [pid: 7|app: 0|req: 965/2224] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:34 2026] DELETE /v2.0/networks/7e58d421-9b27-4cb9-8e71-10b1371d5076 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2225] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2226] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6f92fdd2-1db1-4c14-94b7-2416c77f717a => 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: 1260/2227] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:34 2026] DELETE /v2.0/networks/dae7afd9-e250-422f-b578-7ed68ba3ceb0 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2228] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1198 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2229] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2230] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/subnets?id=0c7e0fbc-1957-42ab-b449-33c83fed64d9 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2231] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&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: 7|app: 0|req: 971/2232] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2233] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/ports?network_id=85d52f90-27c4-45eb-9763-f5a8d52054fd&device_owner=network%3Adhcp => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2234] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:34 2026] DELETE /v2.0/networks/f303f953-112e-4aae-97af-e32b469545ac => 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: 973/2235] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2236] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:31:34 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2237] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:34 2026] DELETE /v2.0/networks/2eab5427-024a-43ff-ad68-be43fc6ec3fc => 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: 975/2238] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:35 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2239] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:35 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:36.162 8 INFO neutron.services.segments.plugin [-] Segment 913f5763-963d-476f-8507-564ff588a391 resource provider aggregate not found 2026-07-02 11:31:36.170 8 INFO neutron.services.segments.plugin [-] Segment 913f5763-963d-476f-8507-564ff588a391 resource provider aggregate not found 2026-07-02 11:31:36.190 8 INFO neutron.services.segments.plugin [-] Segment 913f5763-963d-476f-8507-564ff588a391 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 913f5763-963d-476f-8507-564ff588a391 found for delete ", "request_id": "req-6a5906fc-7994-4719-85cc-f95f8bc1bdae"}]} 2026-07-02 11:31:36.196 8 INFO neutron.services.segments.plugin [-] Segment 913f5763-963d-476f-8507-564ff588a391 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 913f5763-963d-476f-8507-564ff588a391 found for delete ", "request_id": "req-80dee1d9-eeb8-4143-8db5-1c245fd0fd27"}]} 2026-07-02 11:31:36.220 8 INFO neutron.services.segments.plugin [-] Segment 8591939f-65bf-4ac2-8592-c3fd0ce97575 resource provider aggregate not found 2026-07-02 11:31:36.223 8 INFO neutron.services.segments.plugin [-] Segment 8591939f-65bf-4ac2-8592-c3fd0ce97575 resource provider aggregate not found 2026-07-02 11:31:36.241 8 INFO neutron.services.segments.plugin [-] Segment 8591939f-65bf-4ac2-8592-c3fd0ce97575 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 8591939f-65bf-4ac2-8592-c3fd0ce97575 found for delete ", "request_id": "req-56e015a9-3a16-4103-8326-e1e973c0b654"}]} 2026-07-02 11:31:36.246 8 INFO neutron.services.segments.plugin [-] Segment 8591939f-65bf-4ac2-8592-c3fd0ce97575 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 8591939f-65bf-4ac2-8592-c3fd0ce97575 found for delete ", "request_id": "req-986249cf-647f-44b9-b058-dd80d5da72d9"}]} 2026-07-02 11:31:36.262 8 INFO neutron.services.segments.plugin [-] Segment f15e3d23-9174-44aa-80a7-4b72d9d1c261 resource provider aggregate not found 2026-07-02 11:31:36.271 8 INFO neutron.services.segments.plugin [-] Segment f15e3d23-9174-44aa-80a7-4b72d9d1c261 resource provider aggregate not found 2026-07-02 11:31:36.292 8 INFO neutron.services.segments.plugin [-] Segment f15e3d23-9174-44aa-80a7-4b72d9d1c261 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 f15e3d23-9174-44aa-80a7-4b72d9d1c261 found for delete ", "request_id": "req-6c6a5155-820b-4f81-8e57-bee41deb6b6d"}]} 2026-07-02 11:31:36.294 8 INFO neutron.services.segments.plugin [-] Segment f15e3d23-9174-44aa-80a7-4b72d9d1c261 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 f15e3d23-9174-44aa-80a7-4b72d9d1c261 found for delete ", "request_id": "req-ab025016-9e98-4485-8fe4-df064c5ff5e0"}]} [pid: 7|app: 0|req: 976/2240] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:36 2026] GET /v2.0/security-groups?tenant_id=2fbb1600c65444569d6345ef5b8551ba&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2241] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:36 2026] DELETE /v2.0/security-groups/d1b20999-e0ef-4eff-8fe7-9ee4172c6eff => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2242] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:36 2026] GET /v2.0/security-groups?tenant_id=2ee8489d38f64a559567cf83bd2f1d66&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2243] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2244] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:37 2026] DELETE /v2.0/security-groups/36596de2-ccc9-4f75-8a29-e2a4aab1fe94 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2245] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2246] 10.0.0.156 () {34 vars in 678 bytes} [Thu Jul 2 11:31:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2247] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:37 2026] PUT /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2248] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2249] 10.0.0.156 () {34 vars in 764 bytes} [Thu Jul 2 11:31:37 2026] PUT /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2250] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2251] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/security-groups?tenant_id=84474726dc1e422fad1a5449d4298cd1&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2252] 10.0.0.156 () {34 vars in 760 bytes} [Thu Jul 2 11:31:37 2026] PUT /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2253] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2254] 10.0.0.156 () {34 vars in 782 bytes} [Thu Jul 2 11:31:37 2026] PUT /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2255] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:37 2026] DELETE /v2.0/security-groups/7bd59d62-f062-4014-ae55-0af985380cdc => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2256] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2257] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:31:37 2026] PUT /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2258] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/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: 1272/2259] 10.0.0.156 () {32 vars in 741 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:38.008 7 INFO neutron.api.v2.resource [None req-2e3ebc8b-ce05-4226-b502-4b2bf43fc775 29867dda030b4e668e461bc97837ed96 2d9d0546d3964275b236d4f9f44597a5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 988/2260] 10.0.0.156 () {32 vars in 745 bytes} [Thu Jul 2 11:31:37 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2261] 10.0.0.156 () {32 vars in 744 bytes} [Thu Jul 2 11:31:38 2026] DELETE /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/red => 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: 989/2262] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:38 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:38.199 8 INFO neutron.api.v2.resource [None req-792dd832-d2b6-442d-b574-2d9d875562ce 29867dda030b4e668e461bc97837ed96 2d9d0546d3964275b236d4f9f44597a5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2263] 10.0.0.156 () {32 vars in 748 bytes} [Thu Jul 2 11:31:38 2026] DELETE /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2264] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:31:38 2026] DELETE /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2265] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:31:38 2026] GET /v2.0/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2266] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:38 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2267] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:31:38 2026] DELETE /v2.0/qos/policies/6e5fda52-8b0d-4aa2-98d9-4b266ad648c1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2268] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:38 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2269] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:39 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2270] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:39 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&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: 1277/2271] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:39 2026] GET /v2.0/security-groups?tenant_id=2f0fdcec48b84734bdaae6b529beb7c8&name=default => generated 2929 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2272] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:39 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1200 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2273] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:39 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2274] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:39 2026] DELETE /v2.0/security-groups/d7596985-c674-4b45-a129-84dd74ba15be => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2275] 10.0.0.156 () {32 vars in 818 bytes} [Thu Jul 2 11:31:39 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&mac_address=fa%3A16%3A3e%3A05%3Aee%3A51 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2276] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:40 2026] GET /v2.0/security-groups?tenant_id=2d9d0546d3964275b236d4f9f44597a5&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2277] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:40 2026] DELETE /v2.0/security-groups/ce5cfcd0-ee49-497f-a572-09546fe7a63a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2278] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:40 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2279] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:40 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2280] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:40 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2281] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:40 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:31:41.081 8 INFO neutron.db.l3_db [None req-fcc37a31-ee6e-4f11-985e-51d12275141b 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Floating IP 71d77b72-507c-4c6f-b1d8-cbdd66f553ff associated. External IP: 10.96.250.205, port: f7fd9b29-73e8-4404-9607-1da3cb065d78. [pid: 7|app: 0|req: 1004/2282] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:31:41 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1279/2283] 10.0.0.156 () {34 vars in 677 bytes} [Thu Jul 2 11:31:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:31:41.553 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1eb5771d-c353-441d-b92f-d6bab715b04b'] response: {'name': 'network-changed', 'server_uuid': 'a916107a-d3b6-49ee-922e-0c40fd460c4c', 'tag': 'f7fd9b29-73e8-4404-9607-1da3cb065d78', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2284] 10.0.0.52 () {34 vars in 1093 bytes} [Thu Jul 2 11:31:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-949492446&fields=id&tenant_id=431e840789224d328dc99d2a09f4889d => 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: 1281/2285] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:31:41 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2286] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:31:41 2026] GET /v2.0/quotas/431e840789224d328dc99d2a09f4889d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2287] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:31:41 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&fields=id => generated 333 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2288] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:31:41 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?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: 1285/2289] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:42.117 7 INFO neutron.db.l3_db [None req-28127a23-be95-4390-8c0e-6cd30e08b7d3 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Floating IP d38e6952-af2c-428d-9924-42434f5f40e3 associated. External IP: 10.96.250.217, port: 6f92fdd2-1db1-4c14-94b7-2416c77f717a. [pid: 8|app: 0|req: 1286/2290] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2291] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2292] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=f7fd9b29-73e8-4404-9607-1da3cb065d78 => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2293] 199.19.213.226 () {34 vars in 1104 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A183&port_id=f7fd9b29-73e8-4404-9607-1da3cb065d78 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2294] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => 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: 1291/2295] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a&id=0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 1409 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2296] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2297] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2298] 10.0.0.156 () {34 vars in 677 bytes} [Thu Jul 2 11:31:41 2026] POST /v2.0/floatingips => generated 856 bytes in 1458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2299] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:42.598 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0e388ea-49b7-442b-9f40-38b64f008782'] response: {'name': 'network-changed', 'server_uuid': '52dc7979-acb2-4385-b53b-9d78e716d40d', 'tag': '6f92fdd2-1db1-4c14-94b7-2416c77f717a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1006/2300] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2301] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:31:42 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 1007/2302] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2303] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 756 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2304] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6f92fdd2-1db1-4c14-94b7-2416c77f717a => generated 859 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2305] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/subnets?id=0c7e0fbc-1957-42ab-b449-33c83fed64d9 => generated 677 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2306] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/ports?network_id=85d52f90-27c4-45eb-9763-f5a8d52054fd&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: 8|app: 0|req: 1298/2307] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2308] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?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: 1300/2309] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:31:43 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2310] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:43 2026] POST /v2.0/security-groups => generated 1603 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2311] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2312] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2313] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2314] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2315] 10.0.0.156 () {34 vars in 684 bytes} [Thu Jul 2 11:31:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2316] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:31:44 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2317] 10.0.0.156 () {34 vars in 767 bytes} [Thu Jul 2 11:31:44 2026] PUT /v2.0/security-groups/5b9288b3-352e-4ea9-bba0-9b20a1112e0b/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2318] 10.0.0.156 () {34 vars in 767 bytes} [Thu Jul 2 11:31:44 2026] PUT /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2319] 10.0.0.156 () {34 vars in 767 bytes} [Thu Jul 2 11:31:44 2026] PUT /v2.0/security-groups/0ac6230e-4d85-4065-a176-59bbeb6d6c7c/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2320] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:44 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2321] 10.0.0.156 () {34 vars in 767 bytes} [Thu Jul 2 11:31:44 2026] PUT /v2.0/security-groups/a87abffb-1a13-4ce4-9626-d8ed6280b926/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2322] 10.0.0.156 () {34 vars in 778 bytes} [Thu Jul 2 11:31:44 2026] PUT /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2323] 10.0.0.156 () {34 vars in 767 bytes} [Thu Jul 2 11:31:44 2026] PUT /v2.0/security-groups/23088211-7b5e-41e4-8528-3c438e200ed5/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2324] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:44 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2325] 10.0.0.156 () {32 vars in 680 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2326] 10.0.0.156 () {34 vars in 774 bytes} [Thu Jul 2 11:31:45 2026] PUT /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2327] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/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: 1310/2328] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2329] 10.0.0.156 () {34 vars in 796 bytes} [Thu Jul 2 11:31:45 2026] PUT /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/black.or.white => 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: 1311/2330] 10.0.0.156 () {32 vars in 690 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2331] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2332] 10.0.0.156 () {32 vars in 702 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2333] 10.0.0.156 () {34 vars in 767 bytes} [Thu Jul 2 11:31:45 2026] PUT /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2334] 10.0.0.156 () {32 vars in 688 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2335] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2336] 10.0.0.156 () {32 vars in 755 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2337] 10.0.0.156 () {32 vars in 702 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:45.397 8 INFO neutron.api.v2.resource [None req-cca9f4ba-2744-4449-bec8-53e7abdcc9a1 7b7c7101ae3a4987b79d0af456d5d0ef 2c2109f44ca5466ea2cfe638f084bc5a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1315/2338] 10.0.0.156 () {32 vars in 759 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2339] 10.0.0.156 () {32 vars in 698 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2340] 10.0.0.156 () {32 vars in 758 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2341] 10.0.0.156 () {32 vars in 710 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2342] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:45.574 8 INFO neutron.api.v2.resource [None req-d38c4311-7bef-43ff-b80f-a3f97da4c10a 7b7c7101ae3a4987b79d0af456d5d0ef 2c2109f44ca5466ea2cfe638f084bc5a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2343] 10.0.0.156 () {32 vars in 762 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2344] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/5b9288b3-352e-4ea9-bba0-9b20a1112e0b => 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: 1319/2345] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2346] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/0ac6230e-4d85-4065-a176-59bbeb6d6c7c => 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: 1320/2347] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:31:45 2026] GET /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2348] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/a87abffb-1a13-4ce4-9626-d8ed6280b926 => 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: 1321/2349] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/b23f1908-5b73-4bd5-ab0b-8dd865aa8d65 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2350] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/23088211-7b5e-41e4-8528-3c438e200ed5 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2351] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:45 2026] DELETE /v2.0/security-groups/a93db4ad-d072-4ef2-bd2f-f07c06769fd7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2352] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:31:46 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 705 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2353] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:31:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=431e840789224d328dc99d2a09f4889d => generated 178 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2354] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:46 2026] GET /v2.0/security-groups?tenant_id=c90dd923aeec44e29214172b147143a7&name=default => generated 2929 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2355] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:31:46 2026] POST /v2.0/ports => generated 1187 bytes in 504 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: 1324/2356] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:47 2026] GET /v2.0/security-groups?tenant_id=9893e7860a9343db8e9d7d15d7fe4d8e&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2357] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:47 2026] DELETE /v2.0/security-groups/28b762b8-7bc9-4361-b876-008333f8f5cd => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2358] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:47 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1190 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2359] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:47 2026] DELETE /v2.0/security-groups/a49967a0-f2ea-4118-a58c-3501a60fcf4d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2360] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:47 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2361] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:47 2026] GET /v2.0/security-groups?tenant_id=2c2109f44ca5466ea2cfe638f084bc5a&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: 1038/2362] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:47 2026] DELETE /v2.0/security-groups/826b5354-ceea-4597-bc13-f9dd2c601c5f => 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: 1325/2363] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:31:47 2026] PUT /v2.0/ports/aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 1468 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2364] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:47 2026] GET /v2.0/security-groups?tenant_id=a45a0fce716f445c82f25cf20e9ae6b7&name=default => generated 2929 bytes in 171 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-02 11:31:48.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-234f4889-e4d2-4bba-9c42-305a2a7af086'] response: {'name': 'network-changed', 'server_uuid': 'ceea895d-50cd-445b-ae06-e7373035b8b4', 'tag': 'aab73ee4-394b-45ed-9953-8e4cc32d1c6d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1326/2365] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:48 2026] DELETE /v2.0/security-groups/17b9fe1a-8752-466f-8bf3-2e26117ca651 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2366] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:48 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1471 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2369] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:48 2026] GET /v2.0/security-groups?tenant_id=009a354b1e0549ccbfe08f79ae6673e4&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2370] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:31:48 2026] GET /v2.0/networks?tenant_id=431e840789224d328dc99d2a09f4889d&shared=False => generated 2375 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2371] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:31:48 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: 1041/2372] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:48 2026] DELETE /v2.0/security-groups/74f96e0d-3ceb-4d82-9e8b-02df4570c991 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2373] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:31:49 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1471 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2374] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:31:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2375] 199.19.213.226 () {34 vars in 1106 bytes} [Thu Jul 2 11:31:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A39d&port_id=aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2376] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:31:49 2026] GET /v2.0/subnets?id=ee581c8c-2f71-40f1-b4f9-2b0469acb11a&id=7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 1415 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2377] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:50 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2378] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:31:50 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2379] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:31:50 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?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: 1045/2380] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:31:50 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:52.100 8 INFO neutron.db.segments_db [None req-2556b25e-05e7-4bf5-88e1-1201416bad18 b2db7802eefc4f358e85f73a51e2a427 1cfa10d38da549d3bfe448577356ed13 - - default default] Added segment 6dcb866d-4884-449a-bafc-63114d0c53ae of type vxlan for network 8cffc88d-1573-4c5a-8ff7-1ed2577aa254 [pid: 8|app: 0|req: 1336/2381] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:31:51 2026] POST /v2.0/networks => generated 631 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2382] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:31:52 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1046/2383] 10.0.0.156 () {34 vars in 669 bytes} [Thu Jul 2 11:31:52 2026] POST /v2.0/subnets => generated 626 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2384] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:31:52 2026] PUT /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2385] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:52 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2386] 10.0.0.156 () {34 vars in 762 bytes} [Thu Jul 2 11:31:52 2026] PUT /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2387] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:52 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1202 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2388] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:52 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2389] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2390] 10.0.0.156 () {34 vars in 758 bytes} [Thu Jul 2 11:31:53 2026] PUT /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/red => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2391] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2392] 10.0.0.156 () {34 vars in 780 bytes} [Thu Jul 2 11:31:53 2026] PUT /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2393] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:31:52 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2394] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 52 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2395] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:31:53 2026] PUT /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2396] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2397] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:31:53.730 7 INFO neutron.api.v2.resource [None req-7b27ac50-7251-4c4b-a91d-cf433725b7e5 b2db7802eefc4f358e85f73a51e2a427 1cfa10d38da549d3bfe448577356ed13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2398] 10.0.0.156 () {32 vars in 743 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2399] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:31:53 2026] DELETE /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/red => 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: 1060/2400] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:53 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:53.926 7 INFO neutron.api.v2.resource [None req-d6f35fe9-d116-434e-bfac-8cce42da3fb0 b2db7802eefc4f358e85f73a51e2a427 1cfa10d38da549d3bfe448577356ed13 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2401] 10.0.0.156 () {32 vars in 746 bytes} [Thu Jul 2 11:31:53 2026] DELETE /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2402] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:31:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2403] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:31:53 2026] DELETE /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => 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: 1063/2404] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2405] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:31:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2406] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:31:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2407] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:31:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2408] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:31:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2409] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:31:54 2026] DELETE /v2.0/subnets/1f0d6860-c01c-419a-8c24-2dba08c70852 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2410] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:31:54 2026] PUT /v2.0/subnetpools/a2b2fa37-1f5e-47eb-bdb8-f15a826b089b/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2411] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:31:54 2026] PUT /v2.0/subnetpools/20743a47-b25f-4db6-9817-0f9e861bd9db/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:31:54.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4daef5e-c74e-4fb5-b53a-33b4ee893bbd b2db7802eefc4f358e85f73a51e2a427 1cfa10d38da549d3bfe448577356ed13 - - default default] TaaS: Handle Delete Port: 63f61e5b-b5fc-4817-a005-7fdb68cdd275 2026-07-02 11:31:54.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4daef5e-c74e-4fb5-b53a-33b4ee893bbd b2db7802eefc4f358e85f73a51e2a427 1cfa10d38da549d3bfe448577356ed13 - - default default] Tap Mirror: Handle Delete Port: 63f61e5b-b5fc-4817-a005-7fdb68cdd275 [pid: 8|app: 0|req: 1348/2412] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:31:54 2026] PUT /v2.0/subnetpools/5d1b1801-11f4-4b9d-98e7-c09e6f896fc9/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2413] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:31:54 2026] PUT /v2.0/subnetpools/ff5dea60-0a80-4a59-a22d-87eadfa778c2/tags => 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: 1350/2414] 10.0.0.156 () {32 vars in 672 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2415] 10.0.0.156 () {32 vars in 686 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2416] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2417] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:54.794 7 INFO neutron.services.segments.plugin [-] Segment 6dcb866d-4884-449a-bafc-63114d0c53ae resource provider aggregate not found 2026-07-02 11:31:54.804 7 INFO neutron.services.segments.plugin [-] Segment 6dcb866d-4884-449a-bafc-63114d0c53ae resource provider aggregate not found [pid: 8|app: 0|req: 1354/2418] 10.0.0.156 () {32 vars in 680 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:54.822 7 INFO neutron.services.segments.plugin [-] Segment 6dcb866d-4884-449a-bafc-63114d0c53ae 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 6dcb866d-4884-449a-bafc-63114d0c53ae found for delete ", "request_id": "req-b1213c52-75d7-42fe-8d30-847108e2b7b0"}]} 2026-07-02 11:31:54.829 7 INFO neutron.services.segments.plugin [-] Segment 6dcb866d-4884-449a-bafc-63114d0c53ae 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 6dcb866d-4884-449a-bafc-63114d0c53ae found for delete ", "request_id": "req-88da7961-33fc-41a5-8017-868da0ef6439"}]} [pid: 7|app: 0|req: 1065/2419] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:31:54 2026] DELETE /v2.0/networks/8cffc88d-1573-4c5a-8ff7-1ed2577aa254 => generated 0 bytes in 502 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2420] 10.0.0.156 () {32 vars in 694 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2421] 10.0.0.156 () {32 vars in 690 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2422] 10.0.0.156 () {32 vars in 702 bytes} [Thu Jul 2 11:31:54 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2423] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:31:54 2026] DELETE /v2.0/subnetpools/a2b2fa37-1f5e-47eb-bdb8-f15a826b089b => 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: 1357/2424] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:31:55 2026] DELETE /v2.0/subnetpools/20743a47-b25f-4db6-9817-0f9e861bd9db => 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: 1068/2425] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:31:55 2026] DELETE /v2.0/subnetpools/5d1b1801-11f4-4b9d-98e7-c09e6f896fc9 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2426] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:31:55 2026] DELETE /v2.0/subnetpools/ff5dea60-0a80-4a59-a22d-87eadfa778c2 => 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: 1069/2427] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:31:55 2026] DELETE /v2.0/subnetpools/989fdf37-e8c0-4a47-98a8-c0e5dd1ebd9a => 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: 1359/2428] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:55 2026] GET /v2.0/security-groups?tenant_id=1cfa10d38da549d3bfe448577356ed13&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2429] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:55 2026] DELETE /v2.0/security-groups/8f53f368-1cee-4af7-8fb9-9c4eecfefed9 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2430] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:56 2026] GET /v2.0/security-groups?tenant_id=b681d0b7816744de86fc5208e5f4b879&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2431] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:56 2026] DELETE /v2.0/security-groups/f7b7b49c-eb26-4763-ba11-20ea7afbde7d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2432] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:56 2026] GET /v2.0/security-groups?tenant_id=ca01b497f76c433590c2e6aa052a60fa&name=default => generated 2929 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2433] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:56 2026] DELETE /v2.0/security-groups/174be30f-0c31-4ed1-b983-bdf7967f1a11 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2434] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:57 2026] GET /v2.0/security-groups?tenant_id=98e7ebbc1f00434a86d3386eb44d6c02&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2435] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:57 2026] DELETE /v2.0/security-groups/613bfb83-1ab9-441a-a3fd-725e2d96aefd => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2436] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:31:57 2026] GET /v2.0/security-groups?tenant_id=68f50c8219d04288a108de92c0f76ed9&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2437] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:31:57 2026] DELETE /v2.0/security-groups/de4b7b52-b26a-423b-9a2e-57e6a0ce8936 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2438] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:31:58 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1204 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2439] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:31:58 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2440] 10.0.0.156 () {32 vars in 818 bytes} [Thu Jul 2 11:31:58 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&mac_address=fa%3A16%3A3e%3Aca%3Ac8%3A09 => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:31:59.637 8 INFO neutron.db.l3_db [None req-59c1204d-af15-4752-a530-46532d0dafde 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Floating IP a3ef6489-28bf-4735-a244-46cc02a47d46 associated. External IP: 10.96.250.206, port: aab73ee4-394b-45ed-9953-8e4cc32d1c6d. [pid: 8|app: 0|req: 1366/2441] 10.0.0.156 () {34 vars in 677 bytes} [Thu Jul 2 11:31:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:32:00.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-40f988ce-9877-4583-a272-f4817a33e10f'] response: {'name': 'network-changed', 'server_uuid': 'ceea895d-50cd-445b-ae06-e7373035b8b4', 'tag': 'aab73ee4-394b-45ed-9953-8e4cc32d1c6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1076/2442] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:00 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1473 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2443] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:32:00 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2444] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:32:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 858 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2445] 199.19.213.226 () {34 vars in 1106 bytes} [Thu Jul 2 11:32:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A39d&port_id=aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2446] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:32:00 2026] GET /v2.0/subnets?id=ee581c8c-2f71-40f1-b4f9-2b0469acb11a&id=7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 1415 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2447] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:32:00 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2448] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:32:01 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2449] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:32:01 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?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: 1081/2450] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:32:01 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2451] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:32:01 2026] GET /v2.0/security-groups?tenant_id=768e4b332e894f77a172e1b0a517966d&name=default => generated 2929 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2452] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:01 2026] DELETE /v2.0/security-groups/3d6e9c84-f2b8-42c4-a799-ae1e4e74c4fb => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2453] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:32:02 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => 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: 1084/2454] 10.0.0.156 () {32 vars in 826 bytes} [Thu Jul 2 11:32:02 2026] GET /v2.0/ports?project_id=7271ef96f968477ca143f23d76716993&network_id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 3695 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2455] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:32:02 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&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: 1086/2456] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:32:03 2026] GET /v2.0/subnets?network_id=f5d6e2d7-4e77-49e9-b7e5-a4e07c240880 => generated 667 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:04.851 7 INFO neutron.db.l3_db [None req-8a9b03ab-fbbe-4c23-82bb-c3d9859c8310 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Floating IP d38e6952-af2c-428d-9924-42434f5f40e3 disassociated. External IP: 10.96.250.217, port: 6f92fdd2-1db1-4c14-94b7-2416c77f717a. 2026-07-02 11:32:05.170 8 INFO neutron.db.segments_db [None req-5d8e504d-33c1-4a80-9a40-3331426a776a 45ad8f0076e0450a8469f288ddb1aa25 5518b951d73345b0919039482ff2690f - - default default] Added segment a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 of type vxlan for network df772318-5a9d-4a2f-a1f7-44195ebbb448 [pid: 8|app: 0|req: 1371/2459] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:32:02 2026] POST /v2.0/networks => generated 631 bytes in 2951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2460] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:32:04 2026] PUT /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 554 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:05.460 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f53735d-6da0-476e-88b2-8060b1ae02ee'] response: {'name': 'network-changed', 'server_uuid': '52dc7979-acb2-4385-b53b-9d78e716d40d', 'tag': '6f92fdd2-1db1-4c14-94b7-2416c77f717a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1372/2461] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:32:05 2026] GET /v2.0/security-groups?tenant_id=d2d23e244cc04c18bbe3bb0e34bc41b9&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: 1373/2462] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:32:05 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2463] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:05 2026] DELETE /v2.0/security-groups/72661829-a959-4e57-a9bc-a047d4a4e06f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2464] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:32:05 2026] POST /v2.0/ports => generated 743 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2465] 10.0.0.156 () {34 vars in 747 bytes} [Thu Jul 2 11:32:05 2026] PUT /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 25 bytes in 110 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: 1091/2466] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:05 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 25 bytes in 70 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, ' /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: 1092/2467] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:05 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1093/2468] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2469] 10.0.0.156 () {34 vars in 758 bytes} [Thu Jul 2 11:32:05 2026] PUT /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/green => generated 4 bytes in 109 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: 1094/2470] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6f92fdd2-1db1-4c14-94b7-2416c77f717a => 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: 1095/2471] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/subnets?id=0c7e0fbc-1957-42ab-b449-33c83fed64d9 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2472] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 34 bytes in 102 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: 1096/2473] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports?network_id=85d52f90-27c4-45eb-9763-f5a8d52054fd&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: 1097/2474] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?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: 1378/2475] 10.0.0.156 () {34 vars in 754 bytes} [Thu Jul 2 11:32:06 2026] PUT /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/red => generated 4 bytes in 96 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: 1098/2476] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2477] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2478] 10.0.0.156 () {34 vars in 776 bytes} [Thu Jul 2 11:32:06 2026] PUT /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/black.or.white => generated 4 bytes in 148 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, ' /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: 1380/2479] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 52 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2480] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1381/2481] 10.0.0.156 () {34 vars in 747 bytes} [Thu Jul 2 11:32:06 2026] PUT /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2482] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 37 bytes in 69 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: 1382/2483] 10.0.0.156 () {32 vars in 735 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/red => generated 0 bytes in 70 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-02 11:32:06.972 7 INFO neutron.api.v2.resource [None req-d68d7424-abcc-47c4-b380-c7d3a0f000c8 45ad8f0076e0450a8469f288ddb1aa25 5518b951d73345b0919039482ff2690f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1102/2484] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:32:06 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/green => generated 99 bytes in 80 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: 1383/2485] 10.0.0.156 () {32 vars in 738 bytes} [Thu Jul 2 11:32:06 2026] DELETE /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/red => generated 0 bytes in 81 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: 1103/2486] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:07 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 30 bytes in 55 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-02 11:32:07.210 8 INFO neutron.api.v2.resource [None req-669f0881-0a2a-44e8-8835-388e9e97e810 45ad8f0076e0450a8469f288ddb1aa25 5518b951d73345b0919039482ff2690f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1384/2487] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:32:07 2026] DELETE /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags/green => generated 99 bytes in 81 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: 1104/2488] 10.0.0.156 () {32 vars in 730 bytes} [Thu Jul 2 11:32:07 2026] DELETE /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 0 bytes in 95 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: 1385/2489] 10.0.0.156 () {32 vars in 727 bytes} [Thu Jul 2 11:32:07 2026] GET /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0/tags => generated 12 bytes in 86 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, ' /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: 1386/2490] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:32:07 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1473 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2491] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:32:07 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2492] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:32:07 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 552 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:08.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-8184ee05-ebe3-4a58-9a43-36aa35f87ba3 45ad8f0076e0450a8469f288ddb1aa25 5518b951d73345b0919039482ff2690f - - default default] TaaS: Handle Delete Port: 3082931e-2427-4445-a680-09e47f915cd0 2026-07-02 11:32:08.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8184ee05-ebe3-4a58-9a43-36aa35f87ba3 45ad8f0076e0450a8469f288ddb1aa25 5518b951d73345b0919039482ff2690f - - default default] Tap Mirror: Handle Delete Port: 3082931e-2427-4445-a680-09e47f915cd0 [pid: 7|app: 0|req: 1105/2493] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:32:07 2026] DELETE /v2.0/ports/3082931e-2427-4445-a680-09e47f915cd0 => generated 0 bytes in 1223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:32:08.841 8 INFO neutron.services.segments.plugin [-] Segment a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 resource provider aggregate not found 2026-07-02 11:32:08.853 8 INFO neutron.services.segments.plugin [-] Segment a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 resource provider aggregate not found 2026-07-02 11:32:08.886 8 INFO neutron.services.segments.plugin [-] Segment a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 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 a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 found for delete ", "request_id": "req-149f1b43-11cc-40d4-8410-6650863548b3"}]} 2026-07-02 11:32:08.900 8 INFO neutron.services.segments.plugin [-] Segment a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 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 a71dc34d-6eb7-4aa2-9980-ce4a9ad5df23 found for delete ", "request_id": "req-7b95c553-de22-4834-acc2-7c5edd5f6601"}]} [pid: 8|app: 0|req: 1389/2494] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:32:08 2026] DELETE /v2.0/networks/df772318-5a9d-4a2f-a1f7-44195ebbb448 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2495] 10.0.0.156 () {34 vars in 685 bytes} [Thu Jul 2 11:32:08 2026] POST /v2.0/security-groups => generated 1669 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2496] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:32:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2497] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:32:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2498] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:32:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2499] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:32:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:32:09.746 8 INFO neutron.db.securitygroups_db [None req-1901b051-b3e8-44f4-9b08-e7abd85e6a2c 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Project 7271ef96f968477ca143f23d76716993 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: 1392/2500] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:32:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:32:09.915 8 INFO neutron.db.securitygroups_db [None req-a84cce0b-ee3c-4233-aea7-3ad3f2fe2a6e 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Project 7271ef96f968477ca143f23d76716993 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: 1393/2501] 10.0.0.156 () {34 vars in 695 bytes} [Thu Jul 2 11:32:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2502] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:32:09 2026] GET /v2.0/security-groups?tenant_id=4d2cd7ab4476430ebb7baf6a3c812d14&name=default => generated 2929 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2503] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:10 2026] DELETE /v2.0/security-groups/383ff2ef-fb19-4873-b8f3-e201c16baa6f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2504] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:32:10 2026] GET /v2.0/security-groups?tenant_id=5518b951d73345b0919039482ff2690f&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2505] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:10 2026] DELETE /v2.0/security-groups/45eeb4e0-43ad-4556-bedd-bcfd5ed5ccc2 => 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: 1395/2506] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:32:10 2026] GET /v2.0/networks => generated 1297 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2507] 10.0.0.52 () {34 vars in 1091 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-777508&fields=id&tenant_id=7271ef96f968477ca143f23d76716993 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2508] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 660 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2509] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/quotas/7271ef96f968477ca143f23d76716993 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2510] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&fields=id => generated 149 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2511] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=segments => generated 14 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2512] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2513] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:11 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 12 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2514] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:13 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1116/2515] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:14 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:32:15.146 8 INFO neutron.db.segments_db [None req-2c7c366a-2dbd-4c90-a65f-2c38b32b64da b7b04d32e394415a8f0d52d52a791b23 75ccd0dc0bea455b85de88dbe48c02fe - - default default] Added segment f6486702-20fe-4525-963e-18613270cb45 of type vxlan for network 5f317a9f-7c5c-480b-8f7a-8898214f8067 [pid: 8|app: 0|req: 1400/2516] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:32:14 2026] POST /v2.0/networks => generated 632 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2517] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:15 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:32:15.379 7 INFO neutron.db.segments_db [None req-24239e64-04fe-4179-9d6e-3aceec0ece63 b7b04d32e394415a8f0d52d52a791b23 75ccd0dc0bea455b85de88dbe48c02fe - - default default] Added segment 1ba8fcdc-7935-435d-b417-83156df74421 of type vxlan for network 85160f9a-6147-434f-be92-352e0bfd82c5 [pid: 7|app: 0|req: 1117/2518] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:32:15 2026] POST /v2.0/networks => generated 632 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2519] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:32:15 2026] PUT /v2.0/networks/5f317a9f-7c5c-480b-8f7a-8898214f8067/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2520] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:32:15 2026] GET /v2.0/networks/5f317a9f-7c5c-480b-8f7a-8898214f8067/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2521] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:32:15 2026] PUT /v2.0/networks/85160f9a-6147-434f-be92-352e0bfd82c5/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2522] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:32:15 2026] GET /v2.0/networks/85160f9a-6147-434f-be92-352e0bfd82c5/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2523] 10.0.0.156 () {34 vars in 753 bytes} [Thu Jul 2 11:32:15 2026] PUT /v2.0/networks/85160f9a-6147-434f-be92-352e0bfd82c5/tags => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2524] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:32:15 2026] GET /v2.0/networks/85160f9a-6147-434f-be92-352e0bfd82c5/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2525] 10.0.0.156 () {32 vars in 733 bytes} [Thu Jul 2 11:32:15 2026] GET /v2.0/networks/5f317a9f-7c5c-480b-8f7a-8898214f8067/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2526] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:32:16 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2527] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:32:16 2026] DELETE /v2.0/networks/5f317a9f-7c5c-480b-8f7a-8898214f8067 => 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: 1407/2528] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:32:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7271ef96f968477ca143f23d76716993 => generated 270 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:16.395 7 INFO neutron.services.segments.plugin [-] Segment f6486702-20fe-4525-963e-18613270cb45 resource provider aggregate not found 2026-07-02 11:32:16.406 7 INFO neutron.services.segments.plugin [-] Segment f6486702-20fe-4525-963e-18613270cb45 resource provider aggregate not found 2026-07-02 11:32:16.426 7 INFO neutron.services.segments.plugin [-] Segment f6486702-20fe-4525-963e-18613270cb45 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 f6486702-20fe-4525-963e-18613270cb45 found for delete ", "request_id": "req-c6d5ce67-6652-4f3d-a015-9a52ec575ea7"}]} 2026-07-02 11:32:16.452 7 INFO neutron.services.segments.plugin [-] Segment f6486702-20fe-4525-963e-18613270cb45 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 f6486702-20fe-4525-963e-18613270cb45 found for delete ", "request_id": "req-75ed79e7-d27d-41a4-aca3-d926ecc6e55f"}]} [pid: 7|app: 0|req: 1122/2529] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:32:16 2026] DELETE /v2.0/networks/85160f9a-6147-434f-be92-352e0bfd82c5 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2530] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:16 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1408/2531] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:32:16 2026] POST /v2.0/ports => generated 958 bytes in 735 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: 1409/2532] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:32:17 2026] GET /v2.0/security-groups?tenant_id=6e067e8a026a488d83cf9e88ae06836c&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2533] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:17 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2534] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:32:16 2026] PUT /v2.0/ports/6eaa3410-b7c2-40e8-9048-3bdf6d57f071 => generated 1239 bytes in 815 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: 1125/2535] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:17 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:17.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cba0be6-32f9-44cd-b1cc-8e710d4bbaac'] response: {'name': 'network-changed', 'server_uuid': '7ce6ffae-2c5e-4126-b480-ef68ac4155b0', 'tag': '6eaa3410-b7c2-40e8-9048-3bdf6d57f071', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1411/2536] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:17 2026] DELETE /v2.0/security-groups/aeae35b2-e049-4ab8-b069-209f62310fe2 => 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: 1126/2537] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:32:17 2026] GET /v2.0/security-groups?tenant_id=75ccd0dc0bea455b85de88dbe48c02fe&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2538] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:18 2026] DELETE /v2.0/security-groups/8ce1a347-5fda-4fce-afe1-9438c0abe1c1 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2539] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:18 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:32:18.464 7 INFO neutron.services.segments.plugin [-] Segment 1ba8fcdc-7935-435d-b417-83156df74421 resource provider aggregate not found 2026-07-02 11:32:18.491 7 INFO neutron.services.segments.plugin [-] Segment 1ba8fcdc-7935-435d-b417-83156df74421 resource provider aggregate not found 2026-07-02 11:32:18.504 7 INFO neutron.services.segments.plugin [-] Segment 1ba8fcdc-7935-435d-b417-83156df74421 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 1ba8fcdc-7935-435d-b417-83156df74421 found for delete ", "request_id": "req-7a7c635a-b89a-4789-a743-e374ce0e7e19"}]} 2026-07-02 11:32:18.518 7 INFO neutron.services.segments.plugin [-] Segment 1ba8fcdc-7935-435d-b417-83156df74421 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 1ba8fcdc-7935-435d-b417-83156df74421 found for delete ", "request_id": "req-ce057a60-435e-40f4-b1fb-fd90a08c137f"}]} [pid: 8|app: 0|req: 1413/2540] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:32:18 2026] GET /v2.0/networks?tenant_id=7271ef96f968477ca143f23d76716993&shared=False => generated 756 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2541] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:32:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2544] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:32:18 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2545] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:18 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 973 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2546] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:19 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2547] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:19 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 1242 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2548] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:32:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6eaa3410-b7c2-40e8-9048-3bdf6d57f071 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2549] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:32:19 2026] GET /v2.0/subnets?id=0c7e0fbc-1957-42ab-b449-33c83fed64d9 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2550] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:32:19 2026] GET /v2.0/ports?network_id=85d52f90-27c4-45eb-9763-f5a8d52054fd&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2551] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:32:19 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2552] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?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: 1134/2553] 10.0.0.251 () {30 vars in 690 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2554] 10.0.0.251 () {30 vars in 692 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2555] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2556] 10.0.0.251 () {30 vars in 668 bytes} [Thu Jul 2 11:32:20 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: 1137/2557] 10.0.0.251 () {30 vars in 704 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2558] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2559] 10.0.0.251 () {28 vars in 439 bytes} [Thu Jul 2 11:32:20 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2560] 10.0.0.251 () {30 vars in 728 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 658 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2561] 10.0.0.251 () {30 vars in 690 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2562] 10.0.0.251 () {30 vars in 692 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2563] 10.0.0.251 () {30 vars in 668 bytes} [Thu Jul 2 11:32:20 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: 1424/2564] 10.0.0.251 () {30 vars in 704 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2565] 10.0.0.251 () {30 vars in 728 bytes} [Thu Jul 2 11:32:20 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2566] 10.0.0.251 () {30 vars in 690 bytes} [Thu Jul 2 11:32:21 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: 1142/2567] 10.0.0.251 () {30 vars in 692 bytes} [Thu Jul 2 11:32:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2568] 10.0.0.251 () {30 vars in 668 bytes} [Thu Jul 2 11:32:21 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: 1143/2569] 10.0.0.251 () {30 vars in 704 bytes} [Thu Jul 2 11:32:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2570] 10.0.0.251 () {30 vars in 730 bytes} [Thu Jul 2 11:32:21 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2571] 10.0.0.251 () {30 vars in 682 bytes} [Thu Jul 2 11:32:21 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2572] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:21 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2573] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:21 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2574] 10.0.0.251 () {34 vars in 704 bytes} [Thu Jul 2 11:32:21 2026] POST /v2.0/ports => generated 1128 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2575] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:22 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 973 bytes in 42 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: 1429/2576] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:22 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2577] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:23 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1430/2578] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:23 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2579] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:24 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2580] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2581] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:32:25 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: 1150/2582] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2583] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:32:25 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: 1151/2584] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2585] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2586] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2587] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2588] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2589] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2590] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2591] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2592] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:25.634 7 INFO neutron.api.v2.resource [None req-dd330d63-497c-4958-8f3f-1205dfd5bbe5 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1158/2593] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/security-groups/lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2594] 199.19.213.226 () {30 vars in 785 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/security-groups?name=lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2595] 199.19.213.226 () {34 vars in 736 bytes} [Thu Jul 2 11:32:25 2026] POST /v2.0/security-groups => generated 1638 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2596] 199.19.213.226 () {30 vars in 815 bytes} [Thu Jul 2 11:32:25 2026] GET /v2.0/security-group-rules?security_group_id=3b556fd8-367e-4ca1-b2b0-3aa01b5480e4 => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:32:25.935 8 INFO neutron.db.l3_db [None req-91352e06-f793-4d29-92bb-c738ae370b12 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Floating IP d38e6952-af2c-428d-9924-42434f5f40e3 associated. External IP: 10.96.250.217, port: 6eaa3410-b7c2-40e8-9048-3bdf6d57f071. [pid: 7|app: 0|req: 1162/2597] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:32:25 2026] PUT /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 282 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: 1163/2598] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:32:26 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: 1164/2599] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:32:26 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: 1165/2600] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:32:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2601] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:32:26 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: 1167/2602] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:32:26 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2603] 10.0.0.156 () {34 vars in 749 bytes} [Thu Jul 2 11:32:25 2026] PUT /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 856 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2604] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:32:26 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:26.629 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d32d2744-ed70-41e2-94ae-566eaca4d64d'] response: {'name': 'network-changed', 'server_uuid': '7ce6ffae-2c5e-4126-b480-ef68ac4155b0', 'tag': '6eaa3410-b7c2-40e8-9048-3bdf6d57f071', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2605] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/ports?tenant_id=7271ef96f968477ca143f23d76716993&device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2606] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/networks?id=85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2607] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6eaa3410-b7c2-40e8-9048-3bdf6d57f071 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2608] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/subnets?id=0c7e0fbc-1957-42ab-b449-33c83fed64d9 => generated 677 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2609] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/ports?network_id=85d52f90-27c4-45eb-9763-f5a8d52054fd&device_owner=network%3Adhcp => generated 1244 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2610] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 856 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2611] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?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: 1172/2612] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:32:27 2026] GET /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd?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: 8|app: 0|req: 1441/2613] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:32:28 2026] GET /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2616] 10.0.0.52 () {34 vars in 1015 bytes} [Thu Jul 2 11:32:34 2026] GET /v2.0/security-groups?id=e518705d-f9fe-40c8-8236-d8ba49ffe49e&fields=id => 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: 1443/2617] 10.0.0.52 () {34 vars in 981 bytes} [Thu Jul 2 11:32:34 2026] GET /v2.0/networks?id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2618] 10.0.0.52 () {34 vars in 964 bytes} [Thu Jul 2 11:32:34 2026] GET /v2.0/quotas/5e70729c5597475fae647fbeb57c5696 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2619] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Jul 2 11:32:34 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2620] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Jul 2 11:32:34 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=segments => generated 14 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2621] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Jul 2 11:32:34 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2622] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:35 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => 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: 1446/2623] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:35 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => 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: 1178/2624] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jul 2 11:32:37 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2625] 10.0.0.200 () {34 vars in 1040 bytes} [Thu Jul 2 11:32:37 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2626] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:38 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => 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: 1448/2627] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:38 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => 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: 1180/2628] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:32:39 2026] GET /v2.0/networks?id=68166bef-27a2-493c-aae3-e341720f1a0a => generated 735 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2629] 199.19.213.226 () {34 vars in 1050 bytes} [Thu Jul 2 11:32:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5e70729c5597475fae647fbeb57c5696 => generated 343 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2630] 199.19.213.226 () {38 vars in 955 bytes} [Thu Jul 2 11:32:39 2026] POST /v2.0/ports => generated 1078 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2631] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:32:39 2026] PUT /v2.0/ports/cacdc118-9a97-435e-9789-008dc2eb74e1 => generated 1239 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:32:40.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f64122be-b015-4390-a147-2283653b6d0d'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': 'cacdc118-9a97-435e-9789-008dc2eb74e1', '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: 1182/2632] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:41 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1242 bytes in 59 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: 1451/2633] 199.19.213.226 () {34 vars in 1018 bytes} [Thu Jul 2 11:32:41 2026] GET /v2.0/networks?tenant_id=5e70729c5597475fae647fbeb57c5696&shared=False => generated 735 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2634] 199.19.213.226 () {34 vars in 930 bytes} [Thu Jul 2 11:32:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2635] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2636] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/security-groups?id=e518705d-f9fe-40c8-8236-d8ba49ffe49e&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2637] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2638] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2639] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2640] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2641] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&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: 1187/2642] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2643] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:32:42 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1188/2644] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:45 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => 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: 1457/2645] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:45 2026] GET /v2.0/security-groups?id=e518705d-f9fe-40c8-8236-d8ba49ffe49e&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2646] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:45 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2647] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:32:46 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2648] 199.19.213.226 () {34 vars in 1044 bytes} [Thu Jul 2 11:32:46 2026] GET /v2.0/security-groups?id=e518705d-f9fe-40c8-8236-d8ba49ffe49e&fields=id&fields=name => generated 96 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2649] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:46 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2650] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:46 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2651] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:47 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1192/2652] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:47 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2655] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:48 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2656] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:48 2026] GET /v2.0/security-groups?id=e518705d-f9fe-40c8-8236-d8ba49ffe49e&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2657] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:49 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2658] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:49 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2659] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:49 2026] GET /v2.0/security-groups?id=27ab7559-82d7-4abd-bc9c-1cc0dace741a&fields=id&fields=name => generated 110 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2660] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:32:49 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:49.486 8 INFO neutron_taas.services.taas.taas_plugin [req-8eda0592-835e-4a22-9355-8d933dd587d1 req-6392fe92-802d-4914-abd2-61ecdf0f1172 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] TaaS: Handle Delete Port: 6eaa3410-b7c2-40e8-9048-3bdf6d57f071 2026-07-02 11:32:49.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8eda0592-835e-4a22-9355-8d933dd587d1 req-6392fe92-802d-4914-abd2-61ecdf0f1172 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Tap Mirror: Handle Delete Port: 6eaa3410-b7c2-40e8-9048-3bdf6d57f071 2026-07-02 11:32:49.588 8 INFO neutron.db.l3_db [req-8eda0592-835e-4a22-9355-8d933dd587d1 req-6392fe92-802d-4914-abd2-61ecdf0f1172 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Floating IP d38e6952-af2c-428d-9924-42434f5f40e3 disassociated. External IP: 10.96.250.217, port: 6eaa3410-b7c2-40e8-9048-3bdf6d57f071. [pid: 8|app: 0|req: 1465/2661] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:32:49 2026] DELETE /v2.0/ports/6eaa3410-b7c2-40e8-9048-3bdf6d57f071 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:32:49.979 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-201561fd-419b-49bf-8937-794416c3cc52'] response: {'server_uuid': '7ce6ffae-2c5e-4126-b480-ef68ac4155b0', 'name': 'network-vif-deleted', 'tag': '6eaa3410-b7c2-40e8-9048-3bdf6d57f071', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1197/2662] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:50 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1466/2663] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:51 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1198/2664] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:52 2026] GET /v2.0/ports?device_id=7ce6ffae-2c5e-4126-b480-ef68ac4155b0 => 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: 1467/2665] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:32:53 2026] DELETE /v2.0/security-groups/27ab7559-82d7-4abd-bc9c-1cc0dace741a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:32:54.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7251cc2-39a0-40aa-a33e-070e2560867c 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] TaaS: Handle Delete Port: 6af2b53c-31f5-421d-8217-31bc54545d97 2026-07-02 11:32:54.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7251cc2-39a0-40aa-a33e-070e2560867c 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Tap Mirror: Handle Delete Port: 6af2b53c-31f5-421d-8217-31bc54545d97 [pid: 7|app: 0|req: 1199/2666] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:32:53 2026] DELETE /v2.0/floatingips/d38e6952-af2c-428d-9924-42434f5f40e3 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2667] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:54 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2668] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:54 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2669] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:55 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2670] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:55 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&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: 1470/2671] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:56 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2672] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:32:56 2026] GET /v2.0/security-groups?id=bff529d2-45d9-4441-b969-36abb406d0aa&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2673] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:32:56 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:32:57.221 8 INFO neutron_taas.services.taas.taas_plugin [req-af3a8e91-2c9d-4c75-b8c7-03aecd23dd93 req-9a85dcce-991d-4349-8a98-9dd7b0817a31 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] TaaS: Handle Delete Port: 6f92fdd2-1db1-4c14-94b7-2416c77f717a 2026-07-02 11:32:57.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-af3a8e91-2c9d-4c75-b8c7-03aecd23dd93 req-9a85dcce-991d-4349-8a98-9dd7b0817a31 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Tap Mirror: Handle Delete Port: 6f92fdd2-1db1-4c14-94b7-2416c77f717a [pid: 8|app: 0|req: 1472/2674] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:32:57 2026] DELETE /v2.0/ports/6f92fdd2-1db1-4c14-94b7-2416c77f717a => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:32:57.452 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e247c7ba-d429-469b-a93c-ed5f545356ab'] response: {'server_uuid': '52dc7979-acb2-4385-b53b-9d78e716d40d', 'name': 'network-vif-deleted', 'tag': '6f92fdd2-1db1-4c14-94b7-2416c77f717a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1203/2675] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:58 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1473/2676] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:32:59 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1204/2677] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:33:00 2026] GET /v2.0/ports?device_id=52dc7979-acb2-4385-b53b-9d78e716d40d => 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: 1474/2678] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:01 2026] DELETE /v2.0/security-groups/bff529d2-45d9-4441-b969-36abb406d0aa => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:02.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-a22cd8ff-b781-481c-a1b0-20694b811f97 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] TaaS: Handle Delete Port: bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:33:02.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a22cd8ff-b781-481c-a1b0-20694b811f97 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Tap Mirror: Handle Delete Port: bab1e960-2ce6-45f8-87f0-57ecd59da809 [pid: 7|app: 0|req: 1205/2679] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:33:01 2026] PUT /v2.0/routers/bf31e662-926e-4c4d-ae02-2edcfe7fb792/remove_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2680] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:33:02 2026] DELETE /v2.0/subnets/0c7e0fbc-1957-42ab-b449-33c83fed64d9 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:03.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0d5c3d8-9c02-4f31-9c80-9b0f40a8bb02 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] TaaS: Handle Delete Port: a1035a37-e137-4280-97c4-42bb95cb345b 2026-07-02 11:33:03.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0d5c3d8-9c02-4f31-9c80-9b0f40a8bb02 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Tap Mirror: Handle Delete Port: a1035a37-e137-4280-97c4-42bb95cb345b 2026-07-02 11:33:03.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0d5c3d8-9c02-4f31-9c80-9b0f40a8bb02 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] TaaS: Handle Delete Port: cbe97b5b-d8af-4bba-8460-c60de211d831 2026-07-02 11:33:03.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0d5c3d8-9c02-4f31-9c80-9b0f40a8bb02 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] Tap Mirror: Handle Delete Port: cbe97b5b-d8af-4bba-8460-c60de211d831 2026-07-02 11:33:04.206 7 INFO neutron.services.segments.plugin [-] Segment 35f56342-badb-45b9-8bf1-d84e63c545fc resource provider aggregate not found 2026-07-02 11:33:04.215 7 INFO neutron.services.segments.plugin [-] Segment 35f56342-badb-45b9-8bf1-d84e63c545fc resource provider aggregate not found 2026-07-02 11:33:04.239 7 INFO neutron.services.segments.plugin [-] Segment 35f56342-badb-45b9-8bf1-d84e63c545fc 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 35f56342-badb-45b9-8bf1-d84e63c545fc found for delete ", "request_id": "req-52c261a0-a2e7-4d08-b8c3-3acd982e2af2"}]} 2026-07-02 11:33:04.255 7 INFO neutron.services.segments.plugin [-] Segment 35f56342-badb-45b9-8bf1-d84e63c545fc 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 35f56342-badb-45b9-8bf1-d84e63c545fc found for delete ", "request_id": "req-2df68a9e-e648-4521-b138-408c00280551"}]} 2026-07-02 11:33:04.273 7 INFO neutron.db.l3_hamode_db [None req-c0d5c3d8-9c02-4f31-9c80-9b0f40a8bb02 903d4ff626374a3e8343774a2e57184f 7271ef96f968477ca143f23d76716993 - - default default] HA network 61b99017-b840-45db-be92-6dfbecabf515 was deleted as no HA routers are present in tenant 7271ef96f968477ca143f23d76716993. [pid: 7|app: 0|req: 1206/2683] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:33:03 2026] DELETE /v2.0/routers/bf31e662-926e-4c4d-ae02-2edcfe7fb792 => generated 0 bytes in 1086 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2684] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:33:04 2026] DELETE /v2.0/networks/85d52f90-27c4-45eb-9763-f5a8d52054fd => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:04.601 8 INFO neutron.services.segments.plugin [-] Segment f3e10e14-5366-4923-a35b-ca78fbb0e0d2 resource provider aggregate not found 2026-07-02 11:33:04.625 8 INFO neutron.services.segments.plugin [-] Segment f3e10e14-5366-4923-a35b-ca78fbb0e0d2 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 f3e10e14-5366-4923-a35b-ca78fbb0e0d2 found for delete ", "request_id": "req-dd6f772b-8343-43d6-a8cd-1e17368defc3"}]} 2026-07-02 11:33:04.826 8 INFO neutron.services.segments.plugin [-] Segment f3e10e14-5366-4923-a35b-ca78fbb0e0d2 resource provider aggregate not found 2026-07-02 11:33:04.851 8 INFO neutron.services.segments.plugin [-] Segment f3e10e14-5366-4923-a35b-ca78fbb0e0d2 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 f3e10e14-5366-4923-a35b-ca78fbb0e0d2 found for delete ", "request_id": "req-fa34e11a-fdf5-4b43-85ff-a18c9b1b5ff1"}]} [pid: 7|app: 0|req: 1207/2685] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:05 2026] GET /v2.0/security-groups?tenant_id=7271ef96f968477ca143f23d76716993&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2686] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:05 2026] DELETE /v2.0/security-groups/d3c99916-cb4f-4d8a-b38b-3095c061296c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2687] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:05 2026] GET /v2.0/security-groups?tenant_id=42e3856681f242a7a0c0bc95f78610dc&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2688] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:06 2026] DELETE /v2.0/security-groups/02b7b274-09f8-495c-97da-11e33f616767 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:11.563 7 INFO neutron.db.segments_db [None req-e8bec0ee-b012-4413-a961-d4b08bbd727c 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Added segment 66be75d8-5614-4ac1-a88e-2539b86f7b39 of type vxlan for network e64766f3-0413-4915-adca-d04478803022 [pid: 7|app: 0|req: 1209/2689] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:33:11 2026] POST /v2.0/networks => generated 631 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2690] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:33:11 2026] POST /v2.0/ports => generated 743 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:33:12.236 7 INFO neutron.db.segments_db [None req-c69f3233-27f6-4d44-8d06-87e8c9bdf27d 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Added segment ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 of type vxlan for network 4398e5a4-8e18-4ab4-b32c-c35e52f4c323 [pid: 7|app: 0|req: 1210/2691] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:33:12 2026] POST /v2.0/networks => generated 632 bytes in 210 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: 1482/2692] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:33:12 2026] POST /v2.0/ports => generated 743 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:33:12.895 7 INFO neutron.db.segments_db [None req-a9dadb95-04bd-40f4-882d-a33c9693ff34 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Added segment e91c67a4-73bf-43f6-8cf6-a5955e7609ac of type vxlan for network 345a4259-017a-4e59-b66b-ce28a6984036 [pid: 7|app: 0|req: 1211/2693] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:33:12 2026] POST /v2.0/networks => generated 632 bytes in 202 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: 1483/2694] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:33:13 2026] POST /v2.0/ports => generated 743 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:33:13.527 7 INFO neutron.db.segments_db [None req-c5894a56-c3de-467a-b5e1-9ae627bfb78b 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Added segment 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 of type vxlan for network 979d4cd0-6490-43e0-9b12-3fbd407e3397 [pid: 7|app: 0|req: 1212/2695] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:33:13 2026] POST /v2.0/networks => generated 631 bytes in 212 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: 1484/2696] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:33:13 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:33:14.061 7 INFO neutron.db.segments_db [None req-3fd6b46a-54e0-43a6-a43c-56cf834ff611 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Added segment f963d081-0f7f-4697-9663-a195e21b49f8 of type vxlan for network 3de3c0ac-7e14-4540-87a6-849700a11535 [pid: 7|app: 0|req: 1213/2697] 10.0.0.156 () {34 vars in 670 bytes} [Thu Jul 2 11:33:13 2026] POST /v2.0/networks => generated 631 bytes in 182 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: 1485/2698] 10.0.0.156 () {34 vars in 664 bytes} [Thu Jul 2 11:33:14 2026] POST /v2.0/ports => generated 743 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2699] 10.0.0.156 () {34 vars in 747 bytes} [Thu Jul 2 11:33:14 2026] PUT /v2.0/ports/14e82dbd-bb44-469e-8385-66ecdc44a100/tags => generated 17 bytes in 70 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: 1486/2700] 10.0.0.156 () {34 vars in 747 bytes} [Thu Jul 2 11:33:14 2026] PUT /v2.0/ports/4adf8c32-d4a7-4f4f-a950-e3e8a7ebd1bd/tags => generated 25 bytes in 78 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: 1215/2701] 10.0.0.156 () {34 vars in 747 bytes} [Thu Jul 2 11:33:14 2026] PUT /v2.0/ports/9c9383ec-643a-4b8c-b43b-da23bf8858e3/tags => generated 34 bytes in 84 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: 1487/2702] 10.0.0.156 () {34 vars in 747 bytes} [Thu Jul 2 11:33:14 2026] PUT /v2.0/ports/e62b92bc-c6a9-4dc4-ab12-0271dfb848c8/tags => generated 19 bytes in 98 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: 1216/2703] 10.0.0.156 () {32 vars in 660 bytes} [Thu Jul 2 11:33:14 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 253 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: 1488/2704] 10.0.0.156 () {32 vars in 674 bytes} [Thu Jul 2 11:33:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2705] 10.0.0.156 () {32 vars in 670 bytes} [Thu Jul 2 11:33:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2706] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:33:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2707] 10.0.0.156 () {32 vars in 668 bytes} [Thu Jul 2 11:33:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2708] 10.0.0.156 () {32 vars in 682 bytes} [Thu Jul 2 11:33:15 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2709] 10.0.0.156 () {32 vars in 678 bytes} [Thu Jul 2 11:33:15 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2710] 10.0.0.156 () {32 vars in 690 bytes} [Thu Jul 2 11:33:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:33:16.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-596dae46-9a0b-40a5-aedf-4b1d15d68095 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] TaaS: Handle Delete Port: 14e82dbd-bb44-469e-8385-66ecdc44a100 2026-07-02 11:33:16.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-596dae46-9a0b-40a5-aedf-4b1d15d68095 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Tap Mirror: Handle Delete Port: 14e82dbd-bb44-469e-8385-66ecdc44a100 [pid: 7|app: 0|req: 1220/2711] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:33:16 2026] DELETE /v2.0/ports/14e82dbd-bb44-469e-8385-66ecdc44a100 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:16.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-6968c542-ad14-417d-bbea-b92dfe95ae1e 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] TaaS: Handle Delete Port: 4adf8c32-d4a7-4f4f-a950-e3e8a7ebd1bd 2026-07-02 11:33:16.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6968c542-ad14-417d-bbea-b92dfe95ae1e 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Tap Mirror: Handle Delete Port: 4adf8c32-d4a7-4f4f-a950-e3e8a7ebd1bd [pid: 8|app: 0|req: 1492/2712] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:33:16 2026] DELETE /v2.0/ports/4adf8c32-d4a7-4f4f-a950-e3e8a7ebd1bd => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:16.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-41db8676-f3a5-4238-bfde-9362d5f117d5 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] TaaS: Handle Delete Port: 9c9383ec-643a-4b8c-b43b-da23bf8858e3 2026-07-02 11:33:16.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41db8676-f3a5-4238-bfde-9362d5f117d5 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Tap Mirror: Handle Delete Port: 9c9383ec-643a-4b8c-b43b-da23bf8858e3 [pid: 7|app: 0|req: 1221/2713] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:33:16 2026] DELETE /v2.0/ports/9c9383ec-643a-4b8c-b43b-da23bf8858e3 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:17.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-96cd6e87-f6a6-4ddd-8b8a-0d6fc6670a5c 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] TaaS: Handle Delete Port: e62b92bc-c6a9-4dc4-ab12-0271dfb848c8 2026-07-02 11:33:17.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96cd6e87-f6a6-4ddd-8b8a-0d6fc6670a5c 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Tap Mirror: Handle Delete Port: e62b92bc-c6a9-4dc4-ab12-0271dfb848c8 [pid: 8|app: 0|req: 1493/2714] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:33:17 2026] DELETE /v2.0/ports/e62b92bc-c6a9-4dc4-ab12-0271dfb848c8 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:17.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-86d66bd3-65a4-4918-b87b-f7abcef3d139 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] TaaS: Handle Delete Port: ad1313a1-b0b5-4232-9da9-6e0e44c2134f 2026-07-02 11:33:17.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86d66bd3-65a4-4918-b87b-f7abcef3d139 0c0619dadafc469c88c4eaf434d8377a 418e0e2845834f6fa7656e688db15251 - - default default] Tap Mirror: Handle Delete Port: ad1313a1-b0b5-4232-9da9-6e0e44c2134f [pid: 7|app: 0|req: 1222/2715] 10.0.0.156 () {32 vars in 720 bytes} [Thu Jul 2 11:33:17 2026] DELETE /v2.0/ports/ad1313a1-b0b5-4232-9da9-6e0e44c2134f => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:17.818 8 INFO neutron.services.segments.plugin [-] Segment 66be75d8-5614-4ac1-a88e-2539b86f7b39 resource provider aggregate not found 2026-07-02 11:33:17.826 8 INFO neutron.services.segments.plugin [-] Segment 66be75d8-5614-4ac1-a88e-2539b86f7b39 resource provider aggregate not found 2026-07-02 11:33:17.852 8 INFO neutron.services.segments.plugin [-] Segment 66be75d8-5614-4ac1-a88e-2539b86f7b39 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 66be75d8-5614-4ac1-a88e-2539b86f7b39 found for delete ", "request_id": "req-6fe2a5d7-a2c3-4ee1-9744-8e2f4a63e6df"}]} [pid: 8|app: 0|req: 1494/2716] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:33:17 2026] DELETE /v2.0/networks/e64766f3-0413-4915-adca-d04478803022 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:17.874 8 INFO neutron.services.segments.plugin [-] Segment 66be75d8-5614-4ac1-a88e-2539b86f7b39 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 66be75d8-5614-4ac1-a88e-2539b86f7b39 found for delete ", "request_id": "req-c6d1a1ae-4893-4599-92fb-540b18478764"}]} 2026-07-02 11:33:18.026 7 INFO neutron.services.segments.plugin [-] Segment ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 resource provider aggregate not found 2026-07-02 11:33:18.033 7 INFO neutron.services.segments.plugin [-] Segment ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 resource provider aggregate not found 2026-07-02 11:33:18.055 7 INFO neutron.services.segments.plugin [-] Segment ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 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 ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 found for delete ", "request_id": "req-e7b29528-7843-401a-b77e-3c98b599d44f"}]} 2026-07-02 11:33:18.065 7 INFO neutron.services.segments.plugin [-] Segment ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 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 ca6b1ebf-3037-4d43-a8d9-703eb7ae4531 found for delete ", "request_id": "req-7b9df62a-dbdd-400c-84f5-0d6b81bafb69"}]} [pid: 7|app: 0|req: 1223/2717] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:33:17 2026] DELETE /v2.0/networks/4398e5a4-8e18-4ab4-b32c-c35e52f4c323 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2718] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:33:18 2026] DELETE /v2.0/networks/345a4259-017a-4e59-b66b-ce28a6984036 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2719] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:33:18 2026] DELETE /v2.0/networks/979d4cd0-6490-43e0-9b12-3fbd407e3397 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2722] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:33:18 2026] DELETE /v2.0/networks/3de3c0ac-7e14-4540-87a6-849700a11535 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:33:19.879 8 INFO neutron.services.segments.plugin [-] Segment e91c67a4-73bf-43f6-8cf6-a5955e7609ac resource provider aggregate not found 2026-07-02 11:33:19.903 8 INFO neutron.services.segments.plugin [-] Segment e91c67a4-73bf-43f6-8cf6-a5955e7609ac resource provider aggregate not found 2026-07-02 11:33:19.910 8 INFO neutron.services.segments.plugin [-] Segment e91c67a4-73bf-43f6-8cf6-a5955e7609ac 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 e91c67a4-73bf-43f6-8cf6-a5955e7609ac found for delete ", "request_id": "req-72945ad5-cfd0-4dd3-8fbc-0395d7cd9ddc"}]} 2026-07-02 11:33:19.929 8 INFO neutron.services.segments.plugin [-] Segment e91c67a4-73bf-43f6-8cf6-a5955e7609ac 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 e91c67a4-73bf-43f6-8cf6-a5955e7609ac found for delete ", "request_id": "req-df92d110-e75c-408b-a89d-8a0fe6e2004a"}]} 2026-07-02 11:33:19.939 8 INFO neutron.services.segments.plugin [-] Segment f963d081-0f7f-4697-9663-a195e21b49f8 resource provider aggregate not found 2026-07-02 11:33:19.953 8 INFO neutron.services.segments.plugin [-] Segment f963d081-0f7f-4697-9663-a195e21b49f8 resource provider aggregate not found 2026-07-02 11:33:19.972 8 INFO neutron.services.segments.plugin [-] Segment f963d081-0f7f-4697-9663-a195e21b49f8 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 f963d081-0f7f-4697-9663-a195e21b49f8 found for delete ", "request_id": "req-c9c5ba78-b58e-431e-bc1d-b44dc1590c04"}]} 2026-07-02 11:33:19.978 8 INFO neutron.services.segments.plugin [-] Segment f963d081-0f7f-4697-9663-a195e21b49f8 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 f963d081-0f7f-4697-9663-a195e21b49f8 found for delete ", "request_id": "req-389cc640-a5b5-418e-9de7-1792cbe0bfee"}]} [pid: 7|app: 0|req: 1227/2723] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:19 2026] GET /v2.0/security-groups?tenant_id=418e0e2845834f6fa7656e688db15251&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:33:20.085 7 INFO neutron.services.segments.plugin [-] Segment 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 resource provider aggregate not found 2026-07-02 11:33:20.093 7 INFO neutron.services.segments.plugin [-] Segment 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 resource provider aggregate not found 2026-07-02 11:33:20.108 7 INFO neutron.services.segments.plugin [-] Segment 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 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 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 found for delete ", "request_id": "req-8b29d025-d403-4268-a848-46533e8be7b5"}]} 2026-07-02 11:33:20.109 7 INFO neutron.services.segments.plugin [-] Segment 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 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 3dd74e75-b827-4b10-8dc1-3e047dc0adf3 found for delete ", "request_id": "req-103833c7-c16c-4dce-9f41-f6d7842b59f0"}]} [pid: 8|app: 0|req: 1497/2724] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:20 2026] DELETE /v2.0/security-groups/29a17120-a86e-4fa6-bb0d-21f4f02f5391 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2725] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:20 2026] GET /v2.0/security-groups?tenant_id=c19d72d3ef024c7b8b85162358a28df5&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2726] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:20 2026] DELETE /v2.0/security-groups/ff53b4a7-2921-4bb7-8f24-72c7b63b1ab6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2727] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:20 2026] GET /v2.0/security-groups?tenant_id=9e81e559ac9f4fc7a85319af6be01532&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2728] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:21 2026] DELETE /v2.0/security-groups/ab14a6a7-4fb4-40ba-91aa-f8aa73fd35c6 => 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: 1230/2729] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:33:24 2026] POST /v2.0/floatingips => generated 552 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2730] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:33:25 2026] PUT /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2731] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:25 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/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: 1501/2732] 10.0.0.156 () {34 vars in 770 bytes} [Thu Jul 2 11:33:25 2026] PUT /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/green => generated 4 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2733] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:25 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2734] 10.0.0.156 () {34 vars in 766 bytes} [Thu Jul 2 11:33:25 2026] PUT /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/red => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2735] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/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: 1503/2736] 10.0.0.156 () {34 vars in 788 bytes} [Thu Jul 2 11:33:26 2026] PUT /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2737] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 52 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2738] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:33:26 2026] PUT /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2739] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2740] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:26.635 7 INFO neutron.api.v2.resource [None req-fdf4e46a-a180-41a8-b552-9d1e0c90f9d1 74f9de382826469f8084a5c3a635e88c a31b30fb69ae42eb90354bce4cfef8a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1236/2741] 10.0.0.156 () {32 vars in 751 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2742] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:33:26 2026] DELETE /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/red => 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: 1237/2743] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:33:26.840 8 INFO neutron.api.v2.resource [None req-3fbe0bd9-c569-4742-905f-80a99aa16154 74f9de382826469f8084a5c3a635e88c a31b30fb69ae42eb90354bce4cfef8a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1507/2744] 10.0.0.156 () {32 vars in 754 bytes} [Thu Jul 2 11:33:26 2026] DELETE /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2745] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:33:26 2026] DELETE /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => 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: 1508/2746] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:26 2026] GET /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:33:27.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-11d6e7ef-e5b1-4928-bb87-d8266f50728a 74f9de382826469f8084a5c3a635e88c a31b30fb69ae42eb90354bce4cfef8a6 - - default default] TaaS: Handle Delete Port: e0a87b3f-fc1f-476f-b86a-5cc4e82fcf63 2026-07-02 11:33:27.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11d6e7ef-e5b1-4928-bb87-d8266f50728a 74f9de382826469f8084a5c3a635e88c a31b30fb69ae42eb90354bce4cfef8a6 - - default default] Tap Mirror: Handle Delete Port: e0a87b3f-fc1f-476f-b86a-5cc4e82fcf63 [pid: 7|app: 0|req: 1239/2747] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:33:26 2026] DELETE /v2.0/floatingips/70e8dbc4-14cb-4bbd-90ba-80ba05f2264c => generated 0 bytes in 474 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2748] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:28 2026] GET /v2.0/security-groups?tenant_id=e9fc542a69e9459590b818d689b3cd84&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2749] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:28 2026] DELETE /v2.0/security-groups/c2d6f413-ac0d-42b9-91a0-5b82c5642788 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2750] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:28 2026] GET /v2.0/security-groups?tenant_id=a31b30fb69ae42eb90354bce4cfef8a6&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2751] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:28 2026] DELETE /v2.0/security-groups/ff8f1224-2b10-47b5-af73-3a35e1abb4c5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:32.953 8 INFO neutron.db.segments_db [None req-a9ce683d-43b1-42ca-abea-82458b97e756 ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] Added segment 80aea545-17d9-4be7-9b41-5a103682fad9 of type vxlan for network 2c0c9fda-b6d5-49a3-a6ab-c89cf0a14acb 2026-07-02 11:33:33.287 8 INFO neutron.db.l3_hamode_db [None req-a9ce683d-43b1-42ca-abea-82458b97e756 ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:33:33.490 8 INFO neutron.db.l3_hamode_db [None req-a9ce683d-43b1-42ca-abea-82458b97e756 ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1511/2754] 10.0.0.156 () {34 vars in 668 bytes} [Thu Jul 2 11:33:32 2026] POST /v2.0/routers => generated 474 bytes in 1562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2755] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:33:34 2026] PUT /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 25 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2756] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:34 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 25 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2757] 10.0.0.156 () {34 vars in 762 bytes} [Thu Jul 2 11:33:34 2026] PUT /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/green => generated 4 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2758] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:34 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 34 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2759] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:33:34 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: 1515/2760] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:33:35 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: 1516/2761] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:33:35 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: 1517/2762] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:33:35 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: 1518/2763] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => 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: 1519/2764] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2765] 10.0.0.156 () {34 vars in 758 bytes} [Thu Jul 2 11:33:34 2026] PUT /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/red => generated 4 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2766] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 34 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2767] 10.0.0.156 () {34 vars in 780 bytes} [Thu Jul 2 11:33:35 2026] PUT /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/black.or.white => generated 4 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2768] 199.19.213.226 () {34 vars in 717 bytes} [Thu Jul 2 11:33:35 2026] POST /v2.0/ports => generated 1059 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2769] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2770] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2771] 10.0.0.52 () {34 vars in 906 bytes} [Thu Jul 2 11:33:35 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: 1248/2772] 10.0.0.156 () {34 vars in 751 bytes} [Thu Jul 2 11:33:35 2026] PUT /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 37 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2773] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2774] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:35 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/red => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:36.111 8 INFO neutron.api.v2.resource [None req-2d35f34d-c3f1-4d98-9837-a6c9c5720332 ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/2775] 10.0.0.156 () {32 vars in 743 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2776] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:33:36 2026] DELETE /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/red => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2777] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:33:36.545 7 INFO neutron.api.v2.resource [None req-8fa00d6c-f8c3-4e24-bf7b-3348fe2405db ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2778] 10.0.0.156 () {32 vars in 746 bytes} [Thu Jul 2 11:33:36 2026] DELETE /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags/green => generated 99 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2779] 10.0.0.156 () {32 vars in 734 bytes} [Thu Jul 2 11:33:36 2026] DELETE /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2780] 10.0.0.156 () {32 vars in 731 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2781] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2782] 199.19.213.226 () {34 vars in 1262 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2783] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?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: 1255/2784] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:33:36 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2785] 10.0.0.156 () {34 vars in 742 bytes} [Thu Jul 2 11:33:36 2026] PUT /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2 => generated 480 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2786] 199.19.213.226 () {34 vars in 975 bytes} [Thu Jul 2 11:33:37 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1059 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2787] 10.0.0.156 () {32 vars in 736 bytes} [Thu Jul 2 11:33:37 2026] GET /v2.0/ports?device_id=44df8ad2-f2d0-4ec2-a358-3208df090fa2 => 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: 1257/2788] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:33:37 2026] GET /v2.0/networks?id=c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:33:37.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8b2a1cc-94c7-4e7c-ad5f-1ce31d8ac68f ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] TaaS: Handle Delete Port: fd5647ad-e4ad-40ef-9f66-5caf9bacb5c4 2026-07-02 11:33:37.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8b2a1cc-94c7-4e7c-ad5f-1ce31d8ac68f ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] Tap Mirror: Handle Delete Port: fd5647ad-e4ad-40ef-9f66-5caf9bacb5c4 [pid: 7|app: 0|req: 1258/2789] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:33:37 2026] PUT /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1249 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:33:38.243 8 INFO neutron.services.segments.plugin [-] Segment 80aea545-17d9-4be7-9b41-5a103682fad9 resource provider aggregate not found 2026-07-02 11:33:38.246 8 INFO neutron.services.segments.plugin [-] Segment 80aea545-17d9-4be7-9b41-5a103682fad9 resource provider aggregate not found 2026-07-02 11:33:38.271 8 INFO neutron.db.l3_hamode_db [None req-d8b2a1cc-94c7-4e7c-ad5f-1ce31d8ac68f ff1328301a3f44f39977b10b9f507f22 e3fa33903d704b32bf70f925fdb875ba - - default default] HA network 2c0c9fda-b6d5-49a3-a6ab-c89cf0a14acb was deleted as no HA routers are present in tenant e3fa33903d704b32bf70f925fdb875ba. 2026-07-02 11:33:38.275 8 INFO neutron.services.segments.plugin [-] Segment 80aea545-17d9-4be7-9b41-5a103682fad9 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 80aea545-17d9-4be7-9b41-5a103682fad9 found for delete ", "request_id": "req-1568f910-8fe1-42e7-aaa4-05b6785a92e4"}]} 2026-07-02 11:33:38.278 8 INFO neutron.services.segments.plugin [-] Segment 80aea545-17d9-4be7-9b41-5a103682fad9 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 80aea545-17d9-4be7-9b41-5a103682fad9 found for delete ", "request_id": "req-1688492b-a3ea-4d8c-a506-0d9076d13dc4"}]} [pid: 8|app: 0|req: 1532/2790] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:33:37 2026] DELETE /v2.0/routers/44df8ad2-f2d0-4ec2-a358-3208df090fa2 => generated 0 bytes in 727 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:38.289 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9714679-4f50-40cb-b5ac-24c761047ef2'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': '939c13c0-64ff-42cb-961f-36f8aa462f59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1259/2791] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:33:38 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2792] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:33:38 2026] GET /v2.0/networks?id=c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 802 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2793] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:33:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2794] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:33:38 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2795] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:33:39 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2796] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:33:39 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2797] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:33:39 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2798] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:39 2026] GET /v2.0/security-groups?tenant_id=b568aeca515f4c11bf681ca2690872ec&name=default => generated 2929 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2799] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:39 2026] DELETE /v2.0/security-groups/cca572fa-6408-4f9e-9518-af1f8cba9912 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2800] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:39 2026] GET /v2.0/security-groups?tenant_id=e3fa33903d704b32bf70f925fdb875ba&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2801] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:39 2026] DELETE /v2.0/security-groups/93026923-c2fb-4f8b-84ab-79ec616d8ef4 => 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: 1538/2802] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2803] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => 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: 1539/2804] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2805] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&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: 8|app: 0|req: 1540/2806] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1267/2807] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1541/2808] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2809] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2810] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2811] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2812] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:33:40 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2813] 10.0.0.156 () {34 vars in 676 bytes} [Thu Jul 2 11:33:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2814] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:33:43 2026] PUT /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2815] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:43 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2816] 10.0.0.156 () {34 vars in 770 bytes} [Thu Jul 2 11:33:43 2026] PUT /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2817] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2818] 10.0.0.156 () {34 vars in 766 bytes} [Thu Jul 2 11:33:44 2026] PUT /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/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: 1273/2819] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2820] 10.0.0.156 () {34 vars in 788 bytes} [Thu Jul 2 11:33:44 2026] PUT /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/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: 1274/2821] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2822] 10.0.0.156 () {34 vars in 759 bytes} [Thu Jul 2 11:33:44 2026] PUT /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2823] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2824] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:33:44.509 7 INFO neutron.api.v2.resource [None req-f4cc1a6b-b136-418a-9303-650874c74106 0c3a75de4c434a3ca62a00ab0eb7b9f2 a435aef24a16491d9da5b0e063851a5a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1276/2825] 10.0.0.156 () {32 vars in 751 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2826] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:33:44 2026] DELETE /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2827] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:33:44.666 8 INFO neutron.api.v2.resource [None req-3edfe0da-46ec-48f2-a1ba-685219e05603 0c3a75de4c434a3ca62a00ab0eb7b9f2 a435aef24a16491d9da5b0e063851a5a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/2828] 10.0.0.156 () {32 vars in 754 bytes} [Thu Jul 2 11:33:44 2026] DELETE /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/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: 1278/2829] 10.0.0.156 () {32 vars in 742 bytes} [Thu Jul 2 11:33:44 2026] DELETE /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => 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: 1552/2830] 10.0.0.156 () {32 vars in 739 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2831] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:33:44 2026] DELETE /v2.0/subnetpools/c0487495-b679-4987-9983-66f9d8417dae => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2832] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:33:44 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1251 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2833] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:33:44 2026] PUT /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1275 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:33:45.252 8 INFO neutron.api.v2.resource [None req-19cb4414-7ab1-4641-907b-0119050b2b30 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/2834] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/security-groups/lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:33:45.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0d970ba-3793-401f-a20d-0e7ed18d664d'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': '939c13c0-64ff-42cb-961f-36f8aa462f59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1281/2835] 199.19.213.226 () {30 vars in 785 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/security-groups?name=lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2836] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:33:45 2026] PUT /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1313 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:33:45.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4889f01f-42e7-4c47-a5d9-edd824a7708c'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': '939c13c0-64ff-42cb-961f-36f8aa462f59', '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: 1556/2837] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2838] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/networks?id=c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2839] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2840] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => 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: 1282/2841] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/security-groups?tenant_id=a435aef24a16491d9da5b0e063851a5a&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2842] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:33:45 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: 1283/2843] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:33:45 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2844] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:33:45 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: 1285/2845] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2846] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:33:46 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: 1561/2847] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:45 2026] DELETE /v2.0/security-groups/eda68720-e43b-4004-8f38-3d6974a78a2b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2848] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2849] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2850] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2851] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2852] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1349 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2853] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2854] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 799 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2855] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2856] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/security-groups?tenant_id=d451b4d5fb244da495c4b35a75ef1110&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2857] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:33:46 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2858] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:33:46 2026] DELETE /v2.0/security-groups/8c139629-f1c6-4c34-80d1-1c19c708d5ef => 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: 1294/2859] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2860] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/networks?id=c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2861] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2862] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2863] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2864] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2865] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:33:47 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?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) 2026-07-02 11:33:53.323 8 INFO neutron.db.l3_db [None req-52fcd8a3-974e-48b1-87d8-1749b1479060 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Floating IP 35d6e7cf-52a6-4984-af59-3eaf29772032 associated. External IP: 10.96.250.201, port: 76ea40b0-7936-4dbd-a1da-2fbdda31e8ce. [pid: 8|app: 0|req: 1570/2868] 10.0.0.156 () {34 vars in 677 bytes} [Thu Jul 2 11:33:52 2026] POST /v2.0/floatingips => generated 898 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2869] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:33:57 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: 1571/2870] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:33:57 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: 1300/2871] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:33:57 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: 1572/2872] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:33:57 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-02 11:33:57.458 7 INFO neutron.api.v2.resource [None req-d62aaaea-8b3b-4669-8d34-bb95ee0e1367 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1301/2873] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 11:33:57 2026] GET /v2.0/security-groups/lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2874] 199.19.213.226 () {30 vars in 785 bytes} [Thu Jul 2 11:33:57 2026] GET /v2.0/security-groups?name=lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 1639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2875] 199.19.213.226 () {30 vars in 815 bytes} [Thu Jul 2 11:33:57 2026] GET /v2.0/security-group-rules?security_group_id=3b556fd8-367e-4ca1-b2b0-3aa01b5480e4 => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2876] 199.19.213.226 () {34 vars in 747 bytes} [Thu Jul 2 11:33:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2877] 199.19.213.226 () {34 vars in 747 bytes} [Thu Jul 2 11:33:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2880] 10.0.0.251 () {30 vars in 690 bytes} [Thu Jul 2 11:34:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2881] 10.0.0.251 () {30 vars in 692 bytes} [Thu Jul 2 11:34:06 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: 1577/2882] 10.0.0.251 () {30 vars in 668 bytes} [Thu Jul 2 11:34:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2883] 10.0.0.251 () {30 vars in 704 bytes} [Thu Jul 2 11:34:06 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: 1578/2884] 10.0.0.251 () {28 vars in 439 bytes} [Thu Jul 2 11:34:06 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: 1307/2885] 10.0.0.251 () {30 vars in 728 bytes} [Thu Jul 2 11:34:06 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2886] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:07 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: 1308/2887] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2888] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:07 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: 1309/2889] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2890] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:08 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2891] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:34:08 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/2892] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2893] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2894] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:08 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: 7|app: 0|req: 1312/2895] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/2896] 199.19.213.226 () {34 vars in 717 bytes} [Thu Jul 2 11:34:08 2026] POST /v2.0/ports => generated 1328 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2897] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:34:09 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1328 bytes in 57 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: 1585/2898] 10.0.0.52 () {34 vars in 906 bytes} [Thu Jul 2 11:34:09 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2899] 199.19.213.226 () {34 vars in 1262 bytes} [Thu Jul 2 11:34:10 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/2900] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:10 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2901] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:10 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 1587/2902] 199.19.213.226 () {34 vars in 975 bytes} [Thu Jul 2 11:34:10 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1328 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2903] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:34:10 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/2904] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:34:10 2026] PUT /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1518 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:34:11.625 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b53432e9-5d3e-4a29-8498-6ed5a640fe77'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': 'e8176a70-3672-460c-bacd-b6e33efca8f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1317/2905] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4095 bytes in 70 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: 1589/2906] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2907] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2908] 199.19.213.226 () {34 vars in 1104 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b0&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2909] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a&id=0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 1409 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2910] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2911] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&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: 8|app: 0|req: 1592/2912] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2913] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:12 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 1593/2914] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4095 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2915] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2916] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2917] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&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: 8|app: 0|req: 1595/2918] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2919] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1596/2920] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:34:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => 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: 1325/2921] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:34:14 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/2922] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:14 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2923] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/2924] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2925] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/2926] 199.19.213.226 () {34 vars in 1104 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b0&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2927] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a&id=0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/2928] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&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: 1329/2929] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/2930] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2931] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:15 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 1332/2934] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:34:19 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2935] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:34:19 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 797 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2936] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:19 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/2937] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:19 2026] GET /v2.0/subnets/0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 743 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2938] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:20 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: 1605/2939] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2940] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34: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: 8|app: 0|req: 1606/2941] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2942] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/2943] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2944] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1349 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/2945] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2946] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 799 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/2947] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2948] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:20 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/2949] 10.0.0.251 () {30 vars in 690 bytes} [Thu Jul 2 11:34:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2950] 10.0.0.251 () {30 vars in 692 bytes} [Thu Jul 2 11:34:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/2951] 10.0.0.251 () {30 vars in 668 bytes} [Thu Jul 2 11:34:27 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: 1341/2952] 10.0.0.251 () {30 vars in 704 bytes} [Thu Jul 2 11:34:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/2953] 10.0.0.251 () {28 vars in 439 bytes} [Thu Jul 2 11:34:28 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2954] 10.0.0.251 () {30 vars in 728 bytes} [Thu Jul 2 11:34:28 2026] GET /v2.0/subnets/7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 656 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/2955] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2956] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/2957] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:30 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: 1344/2958] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34: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) [pid: 8|app: 0|req: 1615/2959] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:31 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2960] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:31 2026] GET /v2.0/subnets/7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/2961] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:34:31 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4097 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2962] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:31 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: 1617/2963] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:31 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: 1347/2964] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:31 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: 1618/2965] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34: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: 1348/2966] 199.19.213.226 () {34 vars in 717 bytes} [Thu Jul 2 11:34:31 2026] POST /v2.0/ports => generated 1328 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/2967] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:34:32 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1328 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1349/2968] 199.19.213.226 () {34 vars in 1262 bytes} [Thu Jul 2 11:34:33 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/2971] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:33 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2972] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:33 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/2973] 199.19.213.226 () {34 vars in 975 bytes} [Thu Jul 2 11:34:34 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1328 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2974] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:34:34 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 801 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/2975] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:34:34 2026] PUT /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1518 bytes in 633 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:34:35.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be98dd70-2e32-45f2-b3bf-bb01d63e8d67'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': '086b5419-bcd2-42ae-9b09-e313a1b5facb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1354/2976] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 5607 bytes in 65 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: 1623/2977] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2978] 199.19.213.226 () {34 vars in 1056 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=086b5419-bcd2-42ae-9b09-e313a1b5facb => 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: 1624/2979] 199.19.213.226 () {34 vars in 1106 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f4&port_id=086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2980] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/subnets?id=ee581c8c-2f71-40f1-b4f9-2b0469acb11a&id=7118fc3f-906d-4de9-9d14-2cfb994bd382 => 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: 1625/2981] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2982] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/2983] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:35 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2984] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:36 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/2985] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 5607 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2986] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => 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: 1628/2987] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2988] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&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: 8|app: 0|req: 1629/2989] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2990] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1630/2991] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => 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: 1362/2992] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/2993] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2994] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/2995] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?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: 1364/2996] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => 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: 1633/2997] 199.19.213.226 () {34 vars in 1104 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b0&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2998] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a&id=0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/2999] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/3000] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3001] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:37 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/3002] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3003] 199.19.213.226 () {34 vars in 1056 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/3004] 199.19.213.226 () {34 vars in 1106 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f4&port_id=086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3005] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/subnets?id=ee581c8c-2f71-40f1-b4f9-2b0469acb11a&id=7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 1415 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/3006] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3007] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/3008] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3009] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:38 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?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: 1371/3010] 10.0.0.52 () {34 vars in 970 bytes} [Thu Jul 2 11:34:42 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1520 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3011] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:34:42 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/3012] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:42 2026] GET /v2.0/subnets/7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3013] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:42 2026] GET /v2.0/subnets/ee581c8c-2f71-40f1-b4f9-2b0469acb11a => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/3014] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:42 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3015] 199.19.213.226 () {34 vars in 790 bytes} [Thu Jul 2 11:34:42 2026] PUT /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1255 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:34:43.373 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21ce1ffd-04fe-4835-8a8a-4cd73ea2a33b'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': 'e8176a70-3672-460c-bacd-b6e33efca8f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1374/3016] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 797 bytes in 74 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: 1643/3017] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => 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: 1375/3018] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3019] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/3020] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3021] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34:43 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: 1377/3022] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3023] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/3024] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3025] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/3026] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/3027] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3028] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 5380 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3029] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/3030] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:34:43 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3031] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/3032] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:34:44 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3033] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:34:44 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&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: 7|app: 0|req: 1383/3034] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:34:44 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 1652/3035] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:34:44 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 8|app: 0|req: 1654/3038] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:58 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: 1385/3039] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:58 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: 1655/3040] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:58 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: 1386/3041] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3042] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:58 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/3043] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:34:58 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 5380 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3044] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:34:58 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: 1388/3045] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:34:58 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: 1658/3046] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:34:58 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: 1389/3047] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:34:58 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: 1659/3048] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:58 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/3049] 199.19.213.226 () {34 vars in 790 bytes} [Thu Jul 2 11:34:59 2026] PUT /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1311 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:34:59.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3381207c-e204-474d-89a6-40c6af9b2bbf'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': '086b5419-bcd2-42ae-9b09-e313a1b5facb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1660/3050] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:34:59 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 798 bytes in 54 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: 1391/3051] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:34:59 2026] GET /v2.0/subnets/ee581c8c-2f71-40f1-b4f9-2b0469acb11a => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3052] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:34:59 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1347 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3053] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4976 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/3054] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:34:59 2026] PUT /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1080 bytes in 480 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: 1393/3055] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3056] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/3057] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3058] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/3059] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3060] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:00 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4976 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/3061] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:01 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4976 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:35:01.614 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b507cd1-945c-4a58-9736-1833555702eb'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': '086b5419-bcd2-42ae-9b09-e313a1b5facb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1666/3062] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4976 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/3063] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3064] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/3065] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3066] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 4976 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/3067] 199.19.213.226 () {34 vars in 975 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3068] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/3069] 199.19.213.226 () {34 vars in 1016 bytes} [Thu Jul 2 11:35:02 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3070] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:35:02 2026] PUT /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 917 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/3073] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:03 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3868 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, ' 2026-07-02 11:35:03.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-baa5f03e-02d3-496c-bba2-1f0dccb1da85 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:35:03.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baa5f03e-02d3-496c-bba2-1f0dccb1da85 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 086b5419-bcd2-42ae-9b09-e313a1b5facb [pid: 8|app: 0|req: 1672/3074] 199.19.213.226 () {32 vars in 759 bytes} [Thu Jul 2 11:35:03 2026] DELETE /v2.0/ports/086b5419-bcd2-42ae-9b09-e313a1b5facb => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/3075] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:04 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: 1673/3076] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3077] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3078] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/3079] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3080] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/3081] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1349 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3082] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3083] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 799 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3084] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3085] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3086] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3868 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3087] 199.19.213.226 () {34 vars in 1226 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/networks?id=68166bef-27a2-493c-aae3-e341720f1a0a&id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 3096 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3088] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/3089] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3090] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:04 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3091] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1681/3092] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3093] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => 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: 1682/3094] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/3095] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3096] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=segments => generated 14 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3097] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3098] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3099] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3100] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3101] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?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: 1686/3102] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:05 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3103] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:08 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: 1687/3104] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:08 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: 1418/3105] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35: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: 8|app: 0|req: 1688/3106] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/3107] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:08 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3868 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3108] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:09 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: 1420/3109] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:09 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: 1690/3110] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:09 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: 1421/3111] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3112] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:09 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3113] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:35:09 2026] PUT /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1080 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:35:09.670 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6518d0b5-c48a-496d-a6a2-5637327d828d'] response: {'name': 'network-changed', 'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'tag': 'e8176a70-3672-460c-bacd-b6e33efca8f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1692/3114] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:35:09 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 797 bytes in 78 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: 1423/3115] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:09 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3116] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:09 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/3117] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:10 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3693 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3118] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:35:10 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 800 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3119] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:10 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3120] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:10 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3121] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:10 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3693 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3122] 199.19.213.226 () {34 vars in 975 bytes} [Thu Jul 2 11:35:11 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 1116 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3123] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:35:11 2026] GET /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3124] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:12 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 3693 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3125] 199.19.213.226 () {34 vars in 1016 bytes} [Thu Jul 2 11:35:12 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=dns_domain => generated 29 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3126] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:35:12 2026] PUT /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 917 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3127] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 68 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-02 11:35:13.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb669511-e30f-46ac-ab7f-cdf7cea03f94 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:35:13.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb669511-e30f-46ac-ab7f-cdf7cea03f94 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: e8176a70-3672-460c-bacd-b6e33efca8f4 [pid: 7|app: 0|req: 1430/3128] 199.19.213.226 () {32 vars in 759 bytes} [Thu Jul 2 11:35:13 2026] DELETE /v2.0/ports/e8176a70-3672-460c-bacd-b6e33efca8f4 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3129] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:13 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: 7|app: 0|req: 1431/3130] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3131] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:13 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: 1432/3132] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35:13 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: 1701/3133] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3134] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3135] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1349 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3136] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3137] 199.19.213.226 () {30 vars in 743 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3138] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3139] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:13 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3140] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3141] 199.19.213.226 () {34 vars in 1146 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/networks?id=68166bef-27a2-493c-aae3-e341720f1a0a&id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 2309 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3142] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3143] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3144] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3145] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?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: 1439/3146] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3147] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.219&port_id=939c13c0-64ff-42cb-961f-36f8aa462f59 => 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: 1440/3148] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/subnets?id=04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3149] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/ports?network_id=c532c59a-5b7f-4d82-8866-f43c68a39eb9&device_owner=network%3Adhcp => generated 1461 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3150] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?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: 1710/3151] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:14 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?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: 8|app: 0|req: 1712/3154] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:26 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: 1443/3155] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:26 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: 1713/3156] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3157] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35:26 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) 2026-07-02 11:35:26.416 8 INFO neutron.api.v2.resource [None req-98a9d65f-489b-4603-bd7c-207ea6d1d630 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1714/3158] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 11:35:26 2026] GET /v2.0/security-groups/lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3159] 199.19.213.226 () {30 vars in 785 bytes} [Thu Jul 2 11:35:26 2026] GET /v2.0/security-groups?name=lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3160] 199.19.213.226 () {30 vars in 815 bytes} [Thu Jul 2 11:35:26 2026] GET /v2.0/security-group-rules?security_group_id=3b556fd8-367e-4ca1-b2b0-3aa01b5480e4 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3161] 199.19.213.226 () {32 vars in 789 bytes} [Thu Jul 2 11:35:26 2026] DELETE /v2.0/security-group-rules/af02db22-2f43-43fd-86f1-b08eb5f745f5 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3162] 199.19.213.226 () {32 vars in 789 bytes} [Thu Jul 2 11:35:26 2026] DELETE /v2.0/security-group-rules/b02f1e0d-6fe3-4783-a3be-ea15fadb03ec => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:35:29.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-5afe531b-05b7-4d05-b052-4dee3af53564 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: a8a3aef3-17b7-4dec-9a4c-e80e4fb18237 2026-07-02 11:35:29.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5afe531b-05b7-4d05-b052-4dee3af53564 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: a8a3aef3-17b7-4dec-9a4c-e80e4fb18237 2026-07-02 11:35:29.412 7 INFO neutron.db.l3_db [None req-5afe531b-05b7-4d05-b052-4dee3af53564 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Floating IP 35d6e7cf-52a6-4984-af59-3eaf29772032 disassociated (deleted). External IP: 10.96.250.201, port: 76ea40b0-7936-4dbd-a1da-2fbdda31e8ce. [pid: 7|app: 0|req: 1447/3163] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:35:28 2026] DELETE /v2.0/floatingips/35d6e7cf-52a6-4984-af59-3eaf29772032 => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:35:29.831 8 INFO neutron.api.v2.resource [None req-c9ff1e3e-0e59-4f03-b61e-5d02484972f2 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3164] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:35:29 2026] GET /v2.0/floatingips/35d6e7cf-52a6-4984-af59-3eaf29772032 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3165] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:30 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: 1718/3166] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3167] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:30 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: 1719/3168] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35: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-02 11:35:30.949 7 INFO neutron.api.v2.resource [None req-25240567-5111-409a-9622-0816de1e2899 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/3169] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 11:35:30 2026] GET /v2.0/security-groups/lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3170] 199.19.213.226 () {30 vars in 785 bytes} [Thu Jul 2 11:35:30 2026] GET /v2.0/security-groups?name=lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3171] 199.19.213.226 () {30 vars in 815 bytes} [Thu Jul 2 11:35:30 2026] GET /v2.0/security-group-rules?security_group_id=3b556fd8-367e-4ca1-b2b0-3aa01b5480e4 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3172] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:31 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: 1452/3173] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3174] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:31 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: 1453/3175] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35: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: 8|app: 0|req: 1723/3176] 199.19.213.226 () {30 vars in 741 bytes} [Thu Jul 2 11:35:31 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3177] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:31 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3178] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:31 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3179] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:31 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3180] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:32 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3181] 199.19.213.226 () {34 vars in 975 bytes} [Thu Jul 2 11:35:33 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1349 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3182] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:35:33 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3183] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:33 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3186] 199.19.213.226 () {34 vars in 1016 bytes} [Thu Jul 2 11:35:33 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9?fields=dns_domain => generated 29 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3187] 199.19.213.226 () {38 vars in 1028 bytes} [Thu Jul 2 11:35:33 2026] PUT /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1150 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3188] 199.19.213.226 () {30 vars in 769 bytes} [Thu Jul 2 11:35:34 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 54 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: 1461/3189] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:35:34 2026] PUT /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1090 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3190] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 1090 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, ' 2026-07-02 11:35:35.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-38e2af04-9cd6-46e6-9864-2901e96adfbf 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 939c13c0-64ff-42cb-961f-36f8aa462f59 2026-07-02 11:35:35.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38e2af04-9cd6-46e6-9864-2901e96adfbf 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 939c13c0-64ff-42cb-961f-36f8aa462f59 [pid: 7|app: 0|req: 1462/3191] 199.19.213.226 () {32 vars in 759 bytes} [Thu Jul 2 11:35:35 2026] DELETE /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3192] 199.19.213.226 () {30 vars in 703 bytes} [Thu Jul 2 11:35:35 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: 1463/3193] 199.19.213.226 () {30 vars in 705 bytes} [Thu Jul 2 11:35:35 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: 1731/3194] 199.19.213.226 () {30 vars in 681 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3195] 199.19.213.226 () {30 vars in 717 bytes} [Thu Jul 2 11:35:35 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-02 11:35:35.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8f9b221-2352-4d3b-8abe-e35ddcf074cd 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/3196] 199.19.213.226 () {32 vars in 759 bytes} [Thu Jul 2 11:35:35 2026] DELETE /v2.0/ports/939c13c0-64ff-42cb-961f-36f8aa462f59 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3197] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/ports?tenant_id=5e70729c5597475fae647fbeb57c5696&device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3198] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:35:35.651 7 INFO neutron.api.v2.resource [None req-35dfd202-7877-4f80-8647-0e952eaddb09 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/3199] 199.19.213.226 () {30 vars in 763 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/security-groups/lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3200] 199.19.213.226 () {34 vars in 1066 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/networks?id=68166bef-27a2-493c-aae3-e341720f1a0a&id=c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 1523 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3201] 199.19.213.226 () {34 vars in 1060 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.36&port_id=cacdc118-9a97-435e-9789-008dc2eb74e1 => 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: 1734/3202] 199.19.213.226 () {30 vars in 785 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/security-groups?name=lb-60601d31-524c-4dc6-a13c-37509cc843d7 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3203] 199.19.213.226 () {34 vars in 984 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/subnets?id=d918868c-4074-406b-acd9-16a71bf6e3c2 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3204] 199.19.213.226 () {30 vars in 737 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3205] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/ports?network_id=68166bef-27a2-493c-aae3-e341720f1a0a&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: 7|app: 0|req: 1471/3206] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3207] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:35 2026] GET /v2.0/networks/68166bef-27a2-493c-aae3-e341720f1a0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3208] 199.19.213.226 () {34 vars in 789 bytes} [Thu Jul 2 11:35:35 2026] PUT /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 1090 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3209] 199.19.213.226 () {32 vars in 779 bytes} [Thu Jul 2 11:35:36 2026] DELETE /v2.0/security-groups/3b556fd8-367e-4ca1-b2b0-3aa01b5480e4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:35:36.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a1f3224-0071-4742-b61e-462c4a5000c5 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: 76ea40b0-7936-4dbd-a1da-2fbdda31e8ce 2026-07-02 11:35:36.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a1f3224-0071-4742-b61e-462c4a5000c5 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: 76ea40b0-7936-4dbd-a1da-2fbdda31e8ce [pid: 8|app: 0|req: 1737/3210] 199.19.213.226 () {32 vars in 759 bytes} [Thu Jul 2 11:35:36 2026] DELETE /v2.0/ports/76ea40b0-7936-4dbd-a1da-2fbdda31e8ce => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3211] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:35:39 2026] GET /v2.0/ports?device_id=85002885-e077-4846-9325-2b7530c98f6a => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:35:39.461 8 INFO neutron_taas.services.taas.taas_plugin [req-3a6d8c1f-e8cf-4f51-9f38-5244d6ff4b6a req-9c2f1d88-5052-4ae8-81cd-9dff5db36b57 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] TaaS: Handle Delete Port: cacdc118-9a97-435e-9789-008dc2eb74e1 2026-07-02 11:35:39.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3a6d8c1f-e8cf-4f51-9f38-5244d6ff4b6a req-9c2f1d88-5052-4ae8-81cd-9dff5db36b57 852eae78bfa742deaa46d0fc33151c55 5e70729c5597475fae647fbeb57c5696 - - default default] Tap Mirror: Handle Delete Port: cacdc118-9a97-435e-9789-008dc2eb74e1 [pid: 8|app: 0|req: 1738/3212] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:35:39 2026] DELETE /v2.0/ports/cacdc118-9a97-435e-9789-008dc2eb74e1 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:35:39.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f1cc286-9429-4c8f-a820-64993bcf365e'] response: {'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'name': 'network-vif-deleted', 'tag': 'cacdc118-9a97-435e-9789-008dc2eb74e1', 'status': 'completed', 'code': 200} 2026-07-02 11:35:40.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2e7331f-c562-48d2-af7c-c33811ae9e6d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: cf25dd72-7a1b-46c6-8fa3-1e7534f1a61a 2026-07-02 11:35:40.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e7331f-c562-48d2-af7c-c33811ae9e6d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: cf25dd72-7a1b-46c6-8fa3-1e7534f1a61a 2026-07-02 11:35:40.540 7 INFO neutron.db.l3_db [None req-f2e7331f-c562-48d2-af7c-c33811ae9e6d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Floating IP a3ef6489-28bf-4735-a244-46cc02a47d46 disassociated (deleted). External IP: 10.96.250.206, port: aab73ee4-394b-45ed-9953-8e4cc32d1c6d. [pid: 7|app: 0|req: 1475/3213] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:35:40 2026] DELETE /v2.0/floatingips/a3ef6489-28bf-4735-a244-46cc02a47d46 => generated 0 bytes in 851 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:35:40.988 8 INFO neutron.api.v2.resource [None req-bc88c61b-1e2a-4d4b-9587-2f2989f36433 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1739/3214] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:35:40 2026] GET /v2.0/floatingips/a3ef6489-28bf-4735-a244-46cc02a47d46 => generated 144 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:35:41.008 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ef378af-b0b4-4104-b54d-81e5061dcfe3'] response: {'name': 'network-changed', 'server_uuid': 'ceea895d-50cd-445b-ae06-e7373035b8b4', 'tag': 'aab73ee4-394b-45ed-9953-8e4cc32d1c6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1476/3215] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1204 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3216] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3217] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3218] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/networks?id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3219] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=aab73ee4-394b-45ed-9953-8e4cc32d1c6d => 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: 1742/3220] 199.19.213.226 () {34 vars in 1106 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A39d&port_id=aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3221] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/subnets?id=ee581c8c-2f71-40f1-b4f9-2b0469acb11a&id=7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 1415 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3222] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3223] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/ports?network_id=e6db7ed3-b99c-4fee-b3b1-1c92802455ac&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: 1744/3224] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3225] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:41 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3226] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:35:43 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 1202 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:35:43.893 7 INFO neutron_taas.services.taas.taas_plugin [req-82b978b4-fc2d-4c5f-a1d7-259c4f2fb1e6 req-9a227196-b8c2-4cc1-abae-908ae536e015 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: aab73ee4-394b-45ed-9953-8e4cc32d1c6d 2026-07-02 11:35:43.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-82b978b4-fc2d-4c5f-a1d7-259c4f2fb1e6 req-9a227196-b8c2-4cc1-abae-908ae536e015 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: aab73ee4-394b-45ed-9953-8e4cc32d1c6d [pid: 7|app: 0|req: 1482/3227] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:35:43 2026] DELETE /v2.0/ports/aab73ee4-394b-45ed-9953-8e4cc32d1c6d => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:35:44.191 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2cd8c58-51ef-451b-97fd-dfaef81f4e53'] response: {'server_uuid': 'ceea895d-50cd-445b-ae06-e7373035b8b4', 'name': 'network-vif-deleted', 'tag': 'aab73ee4-394b-45ed-9953-8e4cc32d1c6d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1746/3228] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:35:46 2026] GET /v2.0/ports?device_id=ceea895d-50cd-445b-ae06-e7373035b8b4 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:35:51.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1496b8a-0c50-48f7-a984-9b37236886d0 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 03937267-d023-474e-a5a5-b21af66d845e 2026-07-02 11:35:51.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1496b8a-0c50-48f7-a984-9b37236886d0 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 03937267-d023-474e-a5a5-b21af66d845e 2026-07-02 11:35:51.998 8 INFO neutron.db.l3_db [None req-b1496b8a-0c50-48f7-a984-9b37236886d0 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Floating IP 71d77b72-507c-4c6f-b1d8-cbdd66f553ff disassociated (deleted). External IP: 10.96.250.205, port: f7fd9b29-73e8-4404-9607-1da3cb065d78. [pid: 8|app: 0|req: 1748/3231] 10.0.0.156 () {32 vars in 732 bytes} [Thu Jul 2 11:35:51 2026] DELETE /v2.0/floatingips/71d77b72-507c-4c6f-b1d8-cbdd66f553ff => generated 0 bytes in 810 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:35:52.447 7 INFO neutron.api.v2.resource [None req-179d21f2-f753-416b-a83c-7f3c967b649d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3232] 10.0.0.156 () {32 vars in 729 bytes} [Thu Jul 2 11:35:52 2026] GET /v2.0/floatingips/71d77b72-507c-4c6f-b1d8-cbdd66f553ff => generated 144 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:35:52.452 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-130739b4-7b6b-4eef-aece-9a812bc7eafa'] response: {'name': 'network-changed', 'server_uuid': 'a916107a-d3b6-49ee-922e-0c40fd460c4c', 'tag': 'f7fd9b29-73e8-4404-9607-1da3cb065d78', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1749/3233] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:35:52 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3234] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Jul 2 11:35:52 2026] GET /v2.0/security-groups?id=80bcd728-12fb-4ef6-a95d-9b486d33ee7b&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3235] 199.19.213.226 () {34 vars in 1080 bytes} [Thu Jul 2 11:35:52 2026] GET /v2.0/ports?tenant_id=431e840789224d328dc99d2a09f4889d&device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => 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: 1486/3236] 199.19.213.226 () {34 vars in 986 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/networks?id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3237] 199.19.213.226 () {34 vars in 1058 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=f7fd9b29-73e8-4404-9607-1da3cb065d78 => 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: 1487/3238] 199.19.213.226 () {34 vars in 1104 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A183&port_id=f7fd9b29-73e8-4404-9607-1da3cb065d78 => 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: 1752/3239] 199.19.213.226 () {34 vars in 1064 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/subnets?id=8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a&id=0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 1409 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3240] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&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: 1753/3241] 199.19.213.226 () {34 vars in 1052 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/ports?network_id=1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a&device_owner=network%3Adhcp => generated 1457 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3242] 199.19.213.226 () {34 vars in 1012 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3243] 199.19.213.226 () {34 vars in 1112 bytes} [Thu Jul 2 11:35:53 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3244] 199.19.213.226 () {34 vars in 994 bytes} [Thu Jul 2 11:35:55 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:35:55.283 8 INFO neutron_taas.services.taas.taas_plugin [req-0912a238-0ed6-4bd8-ab3e-f0c6376695ac req-5c7abd7a-468a-4ab3-97a8-e78de194f110 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: f7fd9b29-73e8-4404-9607-1da3cb065d78 2026-07-02 11:35:55.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0912a238-0ed6-4bd8-ab3e-f0c6376695ac req-5c7abd7a-468a-4ab3-97a8-e78de194f110 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: f7fd9b29-73e8-4404-9607-1da3cb065d78 [pid: 8|app: 0|req: 1755/3245] 199.19.213.226 () {36 vars in 997 bytes} [Thu Jul 2 11:35:55 2026] DELETE /v2.0/ports/f7fd9b29-73e8-4404-9607-1da3cb065d78 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:35:55.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e77447c8-1676-4fcf-a737-ae896c36c3de'] response: {'server_uuid': 'a916107a-d3b6-49ee-922e-0c40fd460c4c', 'name': 'network-vif-deleted', 'tag': 'f7fd9b29-73e8-4404-9607-1da3cb065d78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1491/3246] 10.0.0.52 () {34 vars in 989 bytes} [Thu Jul 2 11:35:57 2026] GET /v2.0/ports?device_id=a916107a-d3b6-49ee-922e-0c40fd460c4c => 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: 1756/3247] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/2f3c0d88-e353-4e21-b528-2b9d450b5044 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.195 7 INFO neutron.api.v2.resource [None req-0b256fc6-e7a2-4fa9-8b4b-6d59f7aceff0 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3248] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/2f3c0d88-e353-4e21-b528-2b9d450b5044 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3249] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/635ae973-019b-4067-b177-12d68bf12899 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.294 7 INFO neutron.api.v2.resource [None req-787666dc-9f4a-41b7-a440-56d9e41fa43e 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3250] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/635ae973-019b-4067-b177-12d68bf12899 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3251] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/cea12de2-5601-4e59-9a7b-f4374093d9c0 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.406 7 INFO neutron.api.v2.resource [None req-c4b3420b-451e-4743-992c-fde29f9434b6 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3252] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/cea12de2-5601-4e59-9a7b-f4374093d9c0 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3253] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/6ac95eb1-90f5-4cb5-be12-49f99ea68f1a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.530 7 INFO neutron.api.v2.resource [None req-472c747a-27ab-48cb-bfdf-b8e850f21668 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3254] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/6ac95eb1-90f5-4cb5-be12-49f99ea68f1a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3255] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/d30e7c1d-2335-4df4-8820-e33b37fa5f70 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.649 7 INFO neutron.api.v2.resource [None req-04d43cc7-9cb4-4c6a-a888-b8cf7762f94a 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3258] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/d30e7c1d-2335-4df4-8820-e33b37fa5f70 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3259] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/7a9e2267-7cd3-4b5c-ba4d-fdbe38fda054 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.755 7 INFO neutron.api.v2.resource [None req-9a0ac7f4-82cd-4a16-ad28-5ccc9bcce3d1 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/3260] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/7a9e2267-7cd3-4b5c-ba4d-fdbe38fda054 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3261] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/f873286e-3b47-45a6-a546-01a08d980031 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.865 7 INFO neutron.api.v2.resource [None req-8b6e8fc0-c571-4650-a415-2ee59a2c7420 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3262] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/f873286e-3b47-45a6-a546-01a08d980031 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3263] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/72548cea-91b1-4cab-bfe6-b1741e3b3d49 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:03.968 7 INFO neutron.api.v2.resource [None req-5b95d680-ded7-49e6-9c68-28979fa751a9 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1499/3264] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:03 2026] GET /v2.0/security-group-rules/72548cea-91b1-4cab-bfe6-b1741e3b3d49 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3265] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:03 2026] DELETE /v2.0/security-group-rules/de10fad4-77d3-4f24-95f1-8bb2d4e824b5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:04.074 7 INFO neutron.api.v2.resource [None req-24dedb1c-6fc6-4b9c-948e-e77aaba9e4a7 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3266] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:04 2026] GET /v2.0/security-group-rules/de10fad4-77d3-4f24-95f1-8bb2d4e824b5 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3267] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:04 2026] DELETE /v2.0/security-group-rules/838fe4c3-2bcb-4485-b246-4b4634f36321 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:04.180 7 INFO neutron.api.v2.resource [None req-203b57cd-c53d-4541-89d2-6146a3488804 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/3268] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:04 2026] GET /v2.0/security-group-rules/838fe4c3-2bcb-4485-b246-4b4634f36321 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3269] 10.0.0.156 () {32 vars in 750 bytes} [Thu Jul 2 11:36:04 2026] DELETE /v2.0/security-group-rules/ee8c059b-6e1e-4292-8e5a-3766eadd7ab2 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:04.281 7 INFO neutron.api.v2.resource [None req-4e393fd3-4f26-4719-8998-f7f906bbec7c 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3270] 10.0.0.156 () {32 vars in 747 bytes} [Thu Jul 2 11:36:04 2026] GET /v2.0/security-group-rules/ee8c059b-6e1e-4292-8e5a-3766eadd7ab2 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3271] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:04 2026] DELETE /v2.0/security-groups/80bcd728-12fb-4ef6-a95d-9b486d33ee7b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:04.390 7 INFO neutron.api.v2.resource [None req-0c8aa792-6d62-4f92-a3be-f3ece6d6ceea 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3272] 10.0.0.156 () {32 vars in 737 bytes} [Thu Jul 2 11:36:04 2026] GET /v2.0/security-groups/80bcd728-12fb-4ef6-a95d-9b486d33ee7b => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:04.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf36b918-1421-455d-b783-0c8cc0ec02f0 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:36:04.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf36b918-1421-455d-b783-0c8cc0ec02f0 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: d246585a-ac1d-48ee-a883-bed2da3cc577 [pid: 8|app: 0|req: 1770/3273] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:36:04 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/remove_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:36:05.925 7 INFO neutron.api.v2.resource [None req-515438b9-c25a-4f03-a208-67afb6dedefa 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3274] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:36:05 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:06.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-65c03ccd-a2e1-42f1-b8c7-3c058f74ceb6 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:36:06.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c03ccd-a2e1-42f1-b8c7-3c058f74ceb6 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 6474436b-73a5-49e2-b8eb-0a733c1dee7c [pid: 8|app: 0|req: 1771/3275] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:36:05 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/remove_router_interface => generated 309 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:36:07.288 7 INFO neutron.api.v2.resource [None req-6d1c3d01-59b7-4417-89da-4fe4c78a506a 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3276] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:36:07 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:07.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8ddd331-13e1-4e5d-b06c-17efa8150392 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:36:07.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8ddd331-13e1-4e5d-b06c-17efa8150392 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 1010c182-8e9b-47af-8237-f05a76b8c701 [pid: 8|app: 0|req: 1772/3277] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:36:07 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/remove_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:36:08.812 7 INFO neutron.api.v2.resource [None req-c60a0461-c2ca-4c51-81dc-13ffd89b1f68 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3278] 10.0.0.156 () {34 vars in 789 bytes} [Thu Jul 2 11:36:08 2026] PUT /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c/remove_router_interface => generated 198 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:09.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-6772b6ce-2a24-4534-9a9e-c67988df3066 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 066d3bc6-8a7d-4314-b2d6-ad6eae421d41 2026-07-02 11:36:09.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6772b6ce-2a24-4534-9a9e-c67988df3066 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 066d3bc6-8a7d-4314-b2d6-ad6eae421d41 2026-07-02 11:36:09.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-6772b6ce-2a24-4534-9a9e-c67988df3066 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 4492b7b8-26a7-4ce6-bc9b-86b65f0e92f4 2026-07-02 11:36:09.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6772b6ce-2a24-4534-9a9e-c67988df3066 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 4492b7b8-26a7-4ce6-bc9b-86b65f0e92f4 2026-07-02 11:36:09.905 8 INFO neutron.services.segments.plugin [-] Segment bd5e38e0-1d69-4808-af98-b61662f4140e resource provider aggregate not found 2026-07-02 11:36:09.925 8 INFO neutron.services.segments.plugin [-] Segment bd5e38e0-1d69-4808-af98-b61662f4140e resource provider aggregate not found 2026-07-02 11:36:09.932 8 INFO neutron.services.segments.plugin [-] Segment bd5e38e0-1d69-4808-af98-b61662f4140e 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 bd5e38e0-1d69-4808-af98-b61662f4140e found for delete ", "request_id": "req-f2cb970f-55ae-4fde-8360-06d05e4719a7"}]} 2026-07-02 11:36:09.955 8 INFO neutron.services.segments.plugin [-] Segment bd5e38e0-1d69-4808-af98-b61662f4140e 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 bd5e38e0-1d69-4808-af98-b61662f4140e found for delete ", "request_id": "req-8a51c1e0-2e88-45e3-afc7-c93b14fc0351"}]} 2026-07-02 11:36:09.960 8 INFO neutron.db.l3_hamode_db [None req-6772b6ce-2a24-4534-9a9e-c67988df3066 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] HA network 17dc9508-0826-4152-bb82-d9eeb54eeaed was deleted as no HA routers are present in tenant 431e840789224d328dc99d2a09f4889d. [pid: 8|app: 0|req: 1773/3279] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:08 2026] DELETE /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c => generated 0 bytes in 1146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:36:09.996 7 INFO neutron.api.v2.resource [None req-fd6a13a8-4b1f-4d41-90c9-8454ec65cf5f 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1507/3280] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:09 2026] GET /v2.0/routers/99aa57f4-0e12-412c-912b-889aaba7ba0c => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3281] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:10 2026] DELETE /v2.0/subnets/ee581c8c-2f71-40f1-b4f9-2b0469acb11a => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:10.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afd243af-dbaf-46f1-9dde-2a19e72e3487 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3282] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:10 2026] GET /v2.0/subnets/ee581c8c-2f71-40f1-b4f9-2b0469acb11a => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3283] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:10 2026] DELETE /v2.0/subnets/7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:10.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47e620f2-ccf0-46e1-83f5-5a72511baba2 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3284] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:10 2026] GET /v2.0/subnets/7118fc3f-906d-4de9-9d14-2cfb994bd382 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:10.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-d18881fb-bf96-4058-b80b-68f33685aba6 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: e0a068d2-0140-4ce8-a346-d2c2db52d772 2026-07-02 11:36:10.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d18881fb-bf96-4058-b80b-68f33685aba6 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: e0a068d2-0140-4ce8-a346-d2c2db52d772 [pid: 8|app: 0|req: 1776/3285] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:36:10 2026] DELETE /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:10.901 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75fc0505-1779-47ac-9ff6-f7b811518e1a 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3286] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:36:10 2026] GET /v2.0/networks/e6db7ed3-b99c-4fee-b3b1-1c92802455ac => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3287] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:10 2026] DELETE /v2.0/subnets/0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:11.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-292b4d33-910f-4e4e-b77a-0eb0f528aa77 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/3288] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:11 2026] GET /v2.0/subnets/0dd42edc-0e9a-4481-9b35-38c215a7362f => generated 136 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3289] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:11 2026] DELETE /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:11.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-561ff843-5089-4f95-82e3-e7397089901b 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3290] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:11 2026] GET /v2.0/subnets/8c11eff8-9a4f-4f6c-9fa6-5c5e1761512a => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:11.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b49c171-8e67-4c32-b319-b2f399395c59 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 74be065c-8c87-4778-900b-53d41b13f65b 2026-07-02 11:36:11.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b49c171-8e67-4c32-b319-b2f399395c59 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 74be065c-8c87-4778-900b-53d41b13f65b [pid: 8|app: 0|req: 1779/3291] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:36:11 2026] DELETE /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 0 bytes in 459 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:11.867 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5799b415-ecce-4cd2-8f05-b8791e2a4aa2 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/3292] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:36:11 2026] GET /v2.0/networks/1e51c732-7f1d-43b8-8d2c-a0d4ee1a558a => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:11.975 8 INFO neutron.services.segments.plugin [-] Segment 6f6ad2bf-8281-4584-99c0-d35e55117fd0 resource provider aggregate not found 2026-07-02 11:36:11.987 8 INFO neutron.services.segments.plugin [-] Segment 6f6ad2bf-8281-4584-99c0-d35e55117fd0 resource provider aggregate not found 2026-07-02 11:36:12.007 8 INFO neutron.services.segments.plugin [-] Segment 6f6ad2bf-8281-4584-99c0-d35e55117fd0 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 6f6ad2bf-8281-4584-99c0-d35e55117fd0 found for delete ", "request_id": "req-6a223d7b-59be-40a7-9239-75c9e8d2bcb2"}]} 2026-07-02 11:36:12.018 8 INFO neutron.services.segments.plugin [-] Segment 6f6ad2bf-8281-4584-99c0-d35e55117fd0 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 6f6ad2bf-8281-4584-99c0-d35e55117fd0 found for delete ", "request_id": "req-213444ab-c669-4788-8692-d4a9d2f85c17"}]} 2026-07-02 11:36:12.042 8 INFO neutron.services.segments.plugin [-] Segment 21aa439d-f001-44fd-8b5f-e8de5d5711fe resource provider aggregate not found 2026-07-02 11:36:12.051 8 INFO neutron.services.segments.plugin [-] Segment 21aa439d-f001-44fd-8b5f-e8de5d5711fe resource provider aggregate not found 2026-07-02 11:36:12.080 8 INFO neutron.services.segments.plugin [-] Segment 21aa439d-f001-44fd-8b5f-e8de5d5711fe 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 21aa439d-f001-44fd-8b5f-e8de5d5711fe found for delete ", "request_id": "req-c1afb773-1bed-4584-b46b-7e2f8e727a6b"}]} 2026-07-02 11:36:12.083 8 INFO neutron.services.segments.plugin [-] Segment 21aa439d-f001-44fd-8b5f-e8de5d5711fe 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 21aa439d-f001-44fd-8b5f-e8de5d5711fe found for delete ", "request_id": "req-2acf605d-4fe0-40ed-8179-f15aa6d1cd96"}]} [pid: 8|app: 0|req: 1780/3293] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:11 2026] DELETE /v2.0/subnets/30d34445-16b9-46a7-b834-cbd68e51802f => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:12.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b27892ff-a91b-4b0b-be9a-7a44b62d7113 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3294] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:12 2026] GET /v2.0/subnets/30d34445-16b9-46a7-b834-cbd68e51802f => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3295] 10.0.0.156 () {32 vars in 724 bytes} [Thu Jul 2 11:36:12 2026] DELETE /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:12.427 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cd83a4d-e407-4318-b1d3-081b89151c37 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3296] 10.0.0.156 () {32 vars in 721 bytes} [Thu Jul 2 11:36:12 2026] GET /v2.0/subnets/04e487eb-b527-4a2b-910d-c3dc0295b770 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:12.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e16f87c-3655-4e74-a170-d1d14795653d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] TaaS: Handle Delete Port: 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:36:12.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e16f87c-3655-4e74-a170-d1d14795653d 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] Tap Mirror: Handle Delete Port: 83e518c0-61ec-4a3e-afba-b2a45f6ca0df [pid: 8|app: 0|req: 1782/3297] 10.0.0.156 () {32 vars in 726 bytes} [Thu Jul 2 11:36:12 2026] DELETE /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:36:12.848 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eaa5376c-fd08-4df4-b67e-02c3ee6c26ff 268e416189c040ecb351c7e0bfb5ac29 431e840789224d328dc99d2a09f4889d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3298] 10.0.0.156 () {32 vars in 723 bytes} [Thu Jul 2 11:36:12 2026] GET /v2.0/networks/c532c59a-5b7f-4d82-8866-f43c68a39eb9 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:36:14.103 8 INFO neutron.services.segments.plugin [-] Segment 64f0d3c9-1026-4c85-9cf2-047febd79e2a resource provider aggregate not found 2026-07-02 11:36:14.109 8 INFO neutron.services.segments.plugin [-] Segment 64f0d3c9-1026-4c85-9cf2-047febd79e2a resource provider aggregate not found 2026-07-02 11:36:14.129 8 INFO neutron.services.segments.plugin [-] Segment 64f0d3c9-1026-4c85-9cf2-047febd79e2a 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 64f0d3c9-1026-4c85-9cf2-047febd79e2a found for delete ", "request_id": "req-efac1823-029f-4a81-8ebe-31782e5cb2d2"}]} 2026-07-02 11:36:14.134 8 INFO neutron.services.segments.plugin [-] Segment 64f0d3c9-1026-4c85-9cf2-047febd79e2a 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 64f0d3c9-1026-4c85-9cf2-047febd79e2a found for delete ", "request_id": "req-d8780bc5-117c-4d29-ae97-7072cc5671a8"}]} [pid: 8|app: 0|req: 1783/3299] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:15 2026] GET /v2.0/security-groups?tenant_id=6d63041698474aaeb46886a10a255c40&name=default => generated 2929 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3300] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:15 2026] DELETE /v2.0/security-groups/ae20c312-5274-423c-b89c-942734a19b78 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3301] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:16 2026] GET /v2.0/security-groups?tenant_id=2534cdee41f84ab089f214d0aee6cd67&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3302] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:16 2026] DELETE /v2.0/security-groups/4d8da9a7-8326-4f78-afe9-cd99e616ccc8 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3303] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:17 2026] GET /v2.0/security-groups?tenant_id=0a84eb66e42645899b0ac5c254da9dcb&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3304] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:17 2026] DELETE /v2.0/security-groups/2125b49b-7527-443d-8afa-9d1ef3f8cddc => 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: 1786/3305] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:17 2026] GET /v2.0/security-groups?tenant_id=4f24cacb756f4917ba812ce956feddb1&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3306] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:17 2026] DELETE /v2.0/security-groups/559fe54d-f99e-424c-8bfd-dcfb321691ed => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3307] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:17 2026] GET /v2.0/security-groups?tenant_id=664d8f5cbb1b48fe9c33d60ac1e2e4a4&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3308] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:18 2026] DELETE /v2.0/security-groups/97b6ed9e-e799-4287-be30-d9d96a322578 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3311] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:18 2026] GET /v2.0/security-groups?tenant_id=c90d28baf1934ce794ff4c456f9f4ecc&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3312] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:18 2026] DELETE /v2.0/security-groups/cf3de501-bee9-4c44-b3f9-9858d11ffa94 => 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: 1789/3313] 10.0.0.156 () {32 vars in 774 bytes} [Thu Jul 2 11:36:18 2026] GET /v2.0/security-groups?tenant_id=431e840789224d328dc99d2a09f4889d&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: 1525/3314] 10.0.0.156 () {32 vars in 740 bytes} [Thu Jul 2 11:36:19 2026] DELETE /v2.0/security-groups/c4a4d8f5-0fbc-4611-88cf-1786b88e96f3 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3315] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:36:22 2026] GET /v2.0/networks => generated 2168 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3316] 10.0.0.156 () {32 vars in 655 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/floatingips => 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: 1791/3317] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3318] 10.0.0.156 () {32 vars in 643 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/ports => generated 4721 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3319] 10.0.0.156 () {32 vars in 647 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3320] 10.0.0.156 () {32 vars in 649 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/networks => generated 2168 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3321] 10.0.0.156 () {32 vars in 663 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/security-groups => generated 17397 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3322] 10.0.0.156 () {32 vars in 655 bytes} [Thu Jul 2 11:36:24 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)